Opened 5 years ago

Closed 5 years ago

#58683 closed defect (fixed)

nss conflicts with nonpareil @0.79_6+voyager

Reported by: mf2k (Frank Schima) Owned by: aque (Allan Que)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: aque (Allan Que)
Port: nonpareil nss

Description

$ sudo port install nonpareil +voyager
...
--->  Installing nonpareil @0.79_6+voyager
--->  Activating nonpareil @0.79_6+voyager
Error: Failed to activate nonpareil: Image error: /opt/local/bin/modutil is being used by the active nss port.  Please deactivate this port first, or use 'port -f activate nonpareil' to force the activation.

Change History (4)

comment:1 Changed 5 years ago by mf2k (Frank Schima)

@aque: Any thoughts? Can /opt/local/bin/modutil in nonpareil be renamed safely?

comment:2 Changed 5 years ago by aque (Allan Que)

FreeBSD identified the same conflict in 2012 but it is not addressed in their latest port. This looks like a standalone utility since I found the following in src/modutil.c:

MOD File utility main program for Linux/Posix systems.
Reads and checks a MOD file, then outputs its contents and info.

@mf2k, what are your thoughts to renaming this to modutil-nonpareil? Anyone relying on tab completion should still find it.

comment:3 Changed 5 years ago by mf2k (Frank Schima)

Thank you for researching this. Yes, that sounds like a good solution.

Last edited 5 years ago by mf2k (Frank Schima) (previous) (diff)

comment:4 Changed 5 years ago by aque (Allan Que)

Owner: set to aque
Resolution: fixed
Status: newclosed

In 32d27c8a7020f8cd47fdb01685e26aa7dc59798e/macports-ports (master):

nonpareil: resolve conflict with nss

renames bin/modutil to bin/modutil-nonpareil to avoid conflict with nss

closes: #58683

Note: See TracTickets for help on using tickets.