[MacPorts] #16122: lftp conflict with libprelude over /opt/local/lib/charset.alias
#16122: lftp conflict with libprelude over /opt/local/lib/charset.alias ------------------------------------------+--------------------------------- Reporter: macsforever2000@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: libprelude lftp | ------------------------------------------+--------------------------------- When trying to install lftp, i see the following activation error: {{{ ---> Activating lftp @3.7.3_0+darwin_9 Error: Target org.macports.activate returned: Image error: /opt/local/lib/charset.alias is being used by the active libprelude port. Please deactivate this port first, or use the -f flag to force the activation. Error: Status 1 encountered during processing. }}} I believe that charset.alias file should not be created there for either port. Perhaps the maintainers of both ports (CC'ed) can fix this? -- Ticket URL: <http://trac.macports.org/ticket/16122> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16122: lftp conflict with libprelude over /opt/local/lib/charset.alias -------------------------------------------+-------------------------------- Reporter: macsforever2000@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: libprelude lftp -------------------------------------------+-------------------------------- Comment (by blb@macports.org): Looks like lftp explicitly installs charset.alias via lib/Makefile. It only appears to add lftp as one of the packages using that file (in a comment section), however, so it probably isn't a necessity to install the file. -- Ticket URL: <http://trac.macports.org/ticket/16122#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16122: lftp conflict with libprelude over /opt/local/lib/charset.alias -------------------------------------------+-------------------------------- Reporter: macsforever2000@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: libprelude lftp -------------------------------------------+-------------------------------- Comment (by ryandesign@macports.org): No port should install ${prefix}/lib/charset.alias. The following ports all go to some length to delete this file. lftp and libprelude should take similar steps. aria2 arm-aout-gcc arm-elf-gcc arm-elf-gcc3 arm-none-linux-gnueabi-gcc arm-rtems-gcc avr-gcc coreutils enscript findutils gettext gimp-print glib2 glib2-devel gnupg12 gnutar i386-elf-gcc i386-mingw32-gcc i386-rtems- gcc i960-rtems-gcc libiconv m4 m68k-elf-gcc m68k-rtems-gcc minicom mips- elf-gcc mips-rtems-gcc nc6 popt powerpc-rtems-gcc recode sh-rtems-gcc sparc-rtems-gcc texinfo vorbis-tools yencode -- Ticket URL: <http://trac.macports.org/ticket/16122#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16122: lftp conflict with libprelude over /opt/local/lib/charset.alias -------------------------------------------+-------------------------------- Reporter: macsforever2000@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: libprelude lftp -------------------------------------------+-------------------------------- Comment (by blb@macports.org): If it's that common, perhaps it should be handled like ${prefix}/share/info/dir is: [http://trac.macports.org/browser/trunk/base/src/port1.0/portdestroot.tcl#L22... deleted in base] during destroot? -- Ticket URL: <http://trac.macports.org/ticket/16122#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16122: lftp conflict with libprelude over /opt/local/lib/charset.alias -------------------------------------------+-------------------------------- Reporter: macsforever2000@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: libprelude lftp -------------------------------------------+-------------------------------- Comment (by usx303@googlemail.com): I'm going to fix it in libprelude according to Ryan's examples. -- Ticket URL: <http://trac.macports.org/ticket/16122#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16122: lftp conflict with libprelude over /opt/local/lib/charset.alias -------------------------------------------+-------------------------------- Reporter: macsforever2000@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: libprelude lftp -------------------------------------------+-------------------------------- Comment (by usx303@googlemail.com): Added a patch for libprelude to fix cleaning "charset.alias"[[BR]] But I'm not sure if it's necessary to increase revision? -- Ticket URL: <http://trac.macports.org/ticket/16122#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16122: lftp conflict with libprelude over /opt/local/lib/charset.alias -------------------------------------------+-------------------------------- Reporter: macsforever2000@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: libprelude lftp -------------------------------------------+-------------------------------- Comment (by macsforever2000@macports.org): Committed revision r38798. Thanks! I did update the revision. -- Ticket URL: <http://trac.macports.org/ticket/16122#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16122: lftp conflict with libprelude over /opt/local/lib/charset.alias -------------------------------------------+-------------------------------- Reporter: macsforever2000@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: libprelude lftp -------------------------------------------+-------------------------------- Comment (by macsforever2000@macports.org): I created a new ticket for fixing lftp. #16152. -- Ticket URL: <http://trac.macports.org/ticket/16122#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16122: lftp conflict with libprelude over /opt/local/lib/charset.alias -------------------------------------------+-------------------------------- Reporter: macsforever2000@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: libprelude lftp -------------------------------------------+-------------------------------- Changes (by macsforever2000@macports.org): * status: new => closed * resolution: => fixed Comment: lftp is fixed in r39163 and r39164. -- Ticket URL: <http://trac.macports.org/ticket/16122#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts