[MacPorts] #33960: gnupg 1.4.11 -- build failed on Lion with default compiler
#33960: gnupg 1.4.11 -- build failed on Lion with default compiler --------------------------+------------------------------------------------- Reporter: eric@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: gnupg --------------------------+------------------------------------------------- While trying to install duplicity I ran into problems. From the errors I tracked this down to gnupg and here's the offending command: {{{ /usr/bin/cc -pipe -O2 -m64 -Wall -Wno-pointer-sign -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -o mpicalc mpicalc.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a -liconv -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation ld: duplicate symbol _mpihelp_add_1 in ../mpi/libmpi.a(mpi-bit.o) and ../mpi/libmpi.a(mpiutil.o) for architecture x86_64 }}} Fixed using {{{ port clean gnupg }}} then using the alternative compiler specified here: http://trac.macports.org/wiki/ProblemHotlist#xcode43 -- Ticket URL: <https://trac.macports.org/ticket/33960> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33960: gnupg 1.4.11 -- build failed on Lion with default compiler --------------------------+------------------------------------------------- Reporter: eric@… | Owner: waqar@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: gnupg --------------------------+------------------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => waqar@… Old description:
While trying to install duplicity I ran into problems. From the errors I tracked this down to gnupg and here's the offending command:
{{{ /usr/bin/cc -pipe -O2 -m64 -Wall -Wno-pointer-sign -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -o mpicalc mpicalc.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a -liconv -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation ld: duplicate symbol _mpihelp_add_1 in ../mpi/libmpi.a(mpi-bit.o) and ../mpi/libmpi.a(mpiutil.o) for architecture x86_64 }}}
Fixed using {{{ port clean gnupg }}} then using the alternative compiler specified here: http://trac.macports.org/wiki/ProblemHotlist#xcode43
New description: While trying to install duplicity I ran into problems. From the errors I tracked this down to gnupg and here's the offending command: {{{ /usr/bin/cc -pipe -O2 -m64 -Wall -Wno-pointer-sign -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -o mpicalc mpicalc.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a -liconv -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation ld: duplicate symbol _mpihelp_add_1 in ../mpi/libmpi.a(mpi-bit.o) and ../mpi/libmpi.a(mpiutil.o) for architecture x86_64 }}} Fixed using {{{ port clean gnupg }}} then using the alternative compiler specified here: ProblemHotlist#xcode43 -- Comment: Which alternative compiler? -- Ticket URL: <https://trac.macports.org/ticket/33960#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33960: gnupg 1.4.11 -- build failed on Lion with default compiler --------------------------+------------------------------------------------- Reporter: eric@… | Owner: waqar@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: gnupg --------------------------+------------------------------------------------- Comment(by eric@…): This alternative compiler: {{{ sudo port install apple-gcc42 sudo port install gnupg configure.compiler=apple-gcc-4.2 configure.cxx=g++-apple-4.2 }}} -- Ticket URL: <https://trac.macports.org/ticket/33960#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33960: gnupg 1.4.11 -- build failed on Lion with default compiler --------------------------+------------------------------------------------- Reporter: eric@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: gnupg --------------------------+------------------------------------------------- Changes (by ryandesign@…): * owner: waqar@… => macports-tickets@… Comment: waqar has retired. -- Ticket URL: <https://trac.macports.org/ticket/33960#comment:> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33960: gnupg 1.4.11 -- build failed on Lion with default compiler --------------------------+------------------------------------------------- Reporter: eric@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: gnupg --------------------------+------------------------------------------------- Comment(by ryandesign@…): gnupg and duplicity build fine for me using clang on Xcode 4.4 on Mountain Lion. Can somebody experiencing the problem please attach a complete main.log? -- Ticket URL: <https://trac.macports.org/ticket/33960#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33960: gnupg 1.4.11 -- build failed on Lion with default compiler ---------------------------+------------------------------------------------ Reporter: eric@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Resolution: fixed | Keywords: Port: gnupg | ---------------------------+------------------------------------------------ Changes (by jmr@…): * status: new => closed * resolution: => fixed Comment: 1.4.12 builds fine for me on Lion too. -- Ticket URL: <https://trac.macports.org/ticket/33960#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33960: gnupg 1.4.11 -- build failed on Lion with default compiler ---------------------------+------------------------------------------------ Reporter: eric@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Resolution: | Keywords: Port: gnupg | ---------------------------+------------------------------------------------ Changes (by trkallman@…): * status: closed => reopened * resolution: fixed => Comment: I am still finding this same problem using gnupg 1.4.12, macport 2.1.2 mac os 10.7.4. trkallman Replying to [ticket:33960 eric@…]:
While trying to install duplicity I ran into problems. From the errors I tracked this down to gnupg and here's the offending command:
{{{ /usr/bin/cc -pipe -O2 -m64 -Wall -Wno-pointer-sign -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -o mpicalc mpicalc.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a -liconv -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation ld: duplicate symbol _mpihelp_add_1 in ../mpi/libmpi.a(mpi-bit.o) and ../mpi/libmpi.a(mpiutil.o) for architecture x86_64 }}}
Fixed using {{{ port clean gnupg }}} then using the alternative compiler specified here: ProblemHotlist#xcode43
-- Ticket URL: <https://trac.macports.org/ticket/33960#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33960: gnupg 1.4.11 -- build failed on Lion with default compiler ---------------------------+------------------------------------------------ Reporter: eric@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Resolution: fixed | Keywords: Port: gnupg | ---------------------------+------------------------------------------------ Changes (by macsforever2000@…): * status: reopened => closed * resolution: => fixed Comment: Replying to [comment:6 trkallman@…]:
I am still finding this same problem using gnupg 1.4.12, macport 2.1.2 mac os 10.7.4.
Please provide a failed main.log then. -- Ticket URL: <https://trac.macports.org/ticket/33960#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts