I was following the Mac OS X bootstrap guide (http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml), and got to the "emerge -u system" step. During it, openssl failed with the following error: make[1]: Leaving directory `/Volumes/gentoo-prefix/var/tmp/portage/dev-libs/openssl-1.0.0c/work/openssl-1.0.0c/crypto' making install in ssl... make[1]: Entering directory `/Volumes/gentoo-prefix/var/tmp/portage/dev-libs/openssl-1.0.0c/work/openssl-1.0.0c/ssl' make[1]: Leaving directory `/Volumes/gentoo-prefix/var/tmp/portage/dev-libs/openssl-1.0.0c/work/openssl-1.0.0c/ssl' making install in engines... make[1]: Entering directory `/Volumes/gentoo-prefix/var/tmp/portage/dev-libs/openssl-1.0.0c/work/openssl-1.0.0c/engines' installing 4758cca cp: cannot stat `lib4758cca.dylib': No such file or directory make[1]: *** [install] Error 1 make[1]: Leaving directory `/Volumes/gentoo-prefix/var/tmp/portage/dev-libs/openssl-1.0.0c/work/openssl-1.0.0c/engines' make: *** [install_sw] Error 1 emake failed * ERROR: dev-libs/openssl-1.0.0c failed: * (no error message) * * Call stack: * ebuild.sh, line 62: Called src_install * environment, line 2751: Called die * The specific snippet of code: * emake -j1 INSTALL_PREFIX="${D}" install || die; * * If you need support, post the output of 'emerge --info =dev-libs/openssl-1.0.0c', * the complete build log and the output of 'emerge -pqv =dev-libs/openssl-1.0.0c'. * The complete build log is located at '/Volumes/gentoo-prefix/var/tmp/portage/dev-libs/openssl-1.0.0c/temp/build.log'. * The ebuild environment file is located at '/Volumes/gentoo-prefix/var/tmp/portage/dev-libs/openssl-1.0.0c/temp/environment'. * S: '/Volumes/gentoo-prefix/var/tmp/portage/dev-libs/openssl-1.0.0c/work/openssl-1.0.0c' Portage 2.2.01.17390-prefix (prefix/darwin/macos/10.6/x64, gcc-4.2.1, unavailable, 10.5.0 i386) ================================================================= System uname: Darwin-10.5.0-i386-64bit Timestamp of tree: Fri, 17 Dec 2010 07:11:50 +0000 distcc 3.1-toolwhip.1 i386-apple-darwin10.0 [disabled] app-shells/bash: 4.1_p7 dev-lang/python: 2.6.5-r2 sys-devel/autoconf: 2.68 sys-devel/automake: 1.11.1 sys-devel/gcc-config: 1.4.1-r00.2 sys-devel/libtool: 2.2.10 sys-devel/make: 3.82 Repositories: gentoo_prefix ACCEPT_KEYWORDS="~x64-macos" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-apple-darwin10" CFLAGS="-march=nocona" CHOST="x86_64-apple-darwin10" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/portage /etc/terminfo" CXXFLAGS="" DISTDIR="/Volumes/gentoo-prefix/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs collision-protect distlocks fixlafiles fixpackages news nostrip parallel-fetch preserve-libs protect-owned sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="en_US.UTF-8" LDFLAGS="-Wl,-dead_strip_dylibs" PKGDIR="/Volumes/gentoo-prefix/usr/portage/packages" PORTAGE_CONFIGROOT="/Volumes/gentoo-prefix/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/Volumes/gentoo-prefix/var/tmp" PORTDIR="/Volumes/gentoo-prefix/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix" USE="aqua coreaudio cracklib cxx mmx mmxext modules ncurses objc objc++ prefix readline sse sse2 ssl x64-macos zlib" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="Darwin" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse" KERNEL="Darwin" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-2" RUBY_TARGETS="ruby18" USERLAND="GNU" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS I have fink installed locally in /sw, and I'm going to get rid of it when I install Prefix (it might be interfering with the bootstrap though).
Created attachment 257430 [details] build.log
hmmm, I swear I fixed that... is this before or after emerge --sync?
(In reply to comment #2) > hmmm, I swear I fixed that... is this before or after emerge --sync? After. I have synced again just to be sure and the issue is still there.
09:29 < CyberVoiD> so whoever remember my emerge problem with openssl-1.0.0c, the solution is to fix the openssl-1.0.0b-darwin-bundle-compile-fix.patch by changing the 2 instances of switch case for : darwin-*) to darwin*) 09:29 < CyberVoiD> this is because my x86_64 prefix PLATFORM var resolves to darwin64-...
correct, consider this fixed now, thanks!