Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81397 - can't emerge gnupg on OS X
Summary: can't emerge gnupg on OS X
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: PPC All
: High normal (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-09 11:59 UTC by Jack
Modified: 2006-04-12 10:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jack 2005-02-09 11:59:47 UTC
[kas:~] admin% sudo emerge gnupg
[...]
checking for powerpc-apple-darwin-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

!!! ERROR: app-crypt/gnupg-1.4.0-r2 failed.
!!! Function econf, Line 425, Exitcode 77
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.

[kas:~] admin% 


- but I can compile executables just fine - GnuPG 1.4 supports OS X - I installed it from DarwinPorts on another machine.

I'm new to Gentoo, so I don't yet know where to start. If someone with Portage know how wants to make some suggestions - or ask the right questions - I can follow this up.

Regards,

Jack

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Kito (RETIRED) gentoo-dev 2005-02-09 12:05:50 UTC
please show the output of sudo emerge info. What Xcode version?
Comment 2 Jack 2005-02-09 15:18:53 UTC
[kas:~] admin% sudo emerge info

!!! Your current profile is deprecated and not supported anymore.
!!! Please upgrade to the following profile if possible:
        default-darwin/macos

To upgrade do the following steps:
# emerge -n '>=sys-apps/portage-2.0.51'
# sudo rm /etc/make.profile
# sudo ln -s /usr/portage/profiles/default-darwin/macos/10.3/ /etc/make.profile


!!! Using `which gcc` to gcc locate version, this may break
!!! DISTCC, installing gcc-config and setting your current gcc
!!! profile will fix this
Portage 20040726 (default-macos-10.3, gcc-3.3, unavailable, 7.7.0 Power Macintosh powerpc)
=================================================================
System uname: 7.7.0 Power Macintosh powerpc
macos-20040726
distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632) [disabled]
Autoconf: 
Automake: 
Binutils: 
ACCEPT_KEYWORDS="ppc-macos ~ppc-macos"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe"
CHOST="powerpc-apple-darwin"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="collision-protect cvs keepwork"
GENTOO_MIRRORS="http://gentoo.osuosl.org/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="macos"

[kas:~] admin% 


- cool - I followed the instructions to update "/etc/make.profile" & re-emerged gnupg & it worked! Next, I emerged the masked version of gnupg - 1.4 - & it worked too! So far so good running the Portage gnupg 1.4 package on OS X -

Thanks!

Jack