New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #4018 (closed defect: fixed)

Opened 8 years ago

Last modified 8 years ago

gpgme and gnupg won't build for me. Details on hardware et al below.

Reported by: paulbeard@… Owned by: olegb@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Darwin pink.paulbeard.org 8.2.0 Darwin Kernel Version 8.2.0: Fri Jun 24 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/RELEASE_PPC Power Macintosh powerpc

pink:/opt/local/var/db root# gcc -v Using built-in specs. Target: powerpc-apple-darwin8 Configured with: /private/var/tmp/gcc/gcc-5026.obj~19/src/configure --disable-checking --prefix=/ usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/ [cg][+.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ --build=powerpc- apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8 Thread model: posix gcc version 4.0.0 (Apple Computer, Inc. build 5026)

---> Building gnupg with target all make all-recursive Making all in m4 make[2]: Nothing to be done for `all'. Making all in intl make[2]: Nothing to be done for `all'. Making all in zlib make[2]: Nothing to be done for `all'. Making all in util make[2]: Nothing to be done for `all'. Making all in mpi make[2]: Nothing to be done for `all'. Making all in cipher make[2]: Nothing to be done for `all'. Making all in tools make[2]: Nothing to be done for `all'. Making all in g10 gcc -DGNUPG_LIBEXECDIR="\"/opt/local/libexec/gnupg\"" -g -O2 -Wall -L/opt/local/lib -L/opt/local/ lib -L/opt/local/lib -L/opt/local/lib -o gpg g10.o build-packet.o compress.o compress-bz2.o free- packet.o getkey.o keydb.o keyring.o seskey.o kbnode.o mainproc.o armor.o mdfilter.o textfilter.o progress.o misc.o openfile.o keyid.o parse-packet.o comment.o status.o plaintext.o sig-check.o keylist.o signal.o cardglue.o tlv.o card-util.o app-openpgp.o iso7816.o apdu.o ccid-driver.o pkclist.o skclist.o pubkey-enc.o passphrase.o seckey-cert.o encr-data.o cipher.o encode.o sign.o verify.o revoke.o decrypt.o keyedit.o dearmor.o import.o export.o trustdb.o tdbdump.o tdbio.o delkey.o keygen.o pipemode.o helptext.o keyserver.o photoid.o exec.o ../cipher/libcipher.a ../mpi/libmpi.a ../ util/libutil.a -L/opt/local/lib -liconv -L/opt/local/lib -lintl -liconv -lc -lz -lbz2 -lreadline /usr/bin/ld: warning multiple definitions of symbol _locale_charset /opt/local/lib/libiconv.dylib(localcharset.o) definition of _locale_charset /opt/local/lib/libintl.dylib(localcharset.o) definition of _locale_charset /usr/bin/ld: warning prebinding disabled because of undefined symbols /usr/bin/ld: Undefined symbols: _rl_cleanup_after_signal _rl_free_line_state collect2: ld returned 1 exit status make[2]: * [gpg] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2 Warning: the following items did not execute (for gnupg): com.apple.activate com.apple.build com.apple.destroot com.apple.archive com.apple.install

Change History

comment:1 Changed 8 years ago by paulbeard@…

  • Status changed from new to closed
  • Resolution set to fixed
  • Summary changed from gpgme won't build for me. Details on hardware et al below. to gpgme and gnupg won't build for me. Details on hardware et al below.

This may be resolved. I just rebuild some of the dependencies under gcc 3.3 and that all seemed to work.

(I should perhaps explain that I am using 20th century hardware -- an old B&W with a G4 upgrade card that takes it to a screaming 550 MHz.)

Specifically libreadline (readline-5.0.005_0+darwin_8) needed to be rebuilt for some reason. After that, gnupg/gpgme were OK.

and under 4.0 it seems OK. I'll close this as resolved. I don't know if there's any other testing to do.

Note: See TracTickets for help on using tickets.