Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415761 - app-text/mupdf-1.0 won't build : problem with linking (32/64bit)
Summary: app-text/mupdf-1.0 won't build : problem with linking (32/64bit)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-13 16:16 UTC by EEva
Modified: 2012-05-14 15:57 UTC (History)
1 user (show)

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


Attachments
Build.log (build.log,21.33 KB, text/plain)
2012-05-13 16:23 UTC, EEva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description EEva 2012-05-13 16:16:41 UTC
This happens on a freshly set up gentoo-prefix install.

Reproducible: Always

Steps to Reproduce:
1. emerge =app-text/mupdf-1.0



Portage 2.2.01.20430-prefix (prefix/darwin/macos/10.6/x64, gcc-4.2.1, unavailable, 10.8.0 i386)
=================================================================
System uname: Darwin-10.8.0-i386-64bit
Timestamp of tree: Sat, 12 May 2012 11:21:57 +0000
distcc 3.1-toolwhip.1 i386-apple-darwin10.0 [disabled]
app-shells/bash:      4.2_p20::gentoo_prefix
dev-lang/python:      2.7.3-r2::gentoo_prefix
dev-util/cmake:       2.8.8-r2::gentoo_prefix
dev-util/pkgconfig:   0.26::gentoo_prefix
sys-devel/autoconf:   2.68::gentoo_prefix
sys-devel/automake:   1.11.5::gentoo_prefix
sys-devel/gcc-config: 1.5-r2::gentoo_prefix
sys-devel/libtool:    2.4.2::gentoo_prefix
sys-devel/make:       3.82::gentoo_prefix
Repositories: gentoo_prefix
Installed sets: 
ACCEPT_KEYWORDS="** ~x64-macos"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-apple-darwin10"
CFLAGS="-O2 -pipe -march=nocona"
CHOST="x86_64-apple-darwin10"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/portage /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe -march=nocona"
DISTDIR="/Users/potier/g-prefix/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs collision-protect distlocks ebuild-locks fixlafiles force-prefix news nostrip parallel-fetch preserve-libs protect-owned sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-dead_strip_dylibs"
PKGDIR="/Users/potier/g-prefix/usr/portage/packages"
PORTAGE_CONFIGROOT="/Users/potier/g-prefix/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/Users/potier/g-prefix/var/tmp"
PORTDIR="/Users/potier/g-prefix/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix"
USE="aqua coreaudio cracklib cxx mmx mmxext modules ncurses nls objc objc++ prefix readline sse sse2 ssl unicode 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" 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" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" 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, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 EEva 2012-05-13 16:23:06 UTC
Created attachment 311639 [details]
Build.log
Comment 2 Fabian Groffen gentoo-dev 2012-05-13 16:51:10 UTC
I guess it will help if we remove -m32 from the command line args.  I've applied a fix.  Can you try if it works for you now?
Comment 3 EEva 2012-05-13 17:53:05 UTC
It did help since I could emerge it without problem. Thanks !
Comment 4 Fabian Groffen gentoo-dev 2012-05-13 18:49:58 UTC
keyworded in the tree now
Comment 5 Michael Weber (RETIRED) gentoo-dev 2012-05-13 21:13:17 UTC
(In reply to comment #2)
> I guess it will help if we remove -m32 from the command line args.  I've
> applied a fix.  Can you try if it works for you now?

What did you apply (can't find a patch)? Just the OS=Linux on the emake line?!

Thanks for fixing.
Comment 6 Fabian Groffen gentoo-dev 2012-05-14 06:32:00 UTC
(In reply to comment #5)
> (In reply to comment #2)
> > I guess it will help if we remove -m32 from the command line args.  I've
> > applied a fix.  Can you try if it works for you now?
> 
> What did you apply (can't find a patch)? Just the OS=Linux on the emake
> line?!

Yes.  The Makefile.rules file has conditionals on the OS variable, where only the Linux case is sane (use of pkg-config).  By forcing OS=Linux, we always get that case, which on Gentoo is correct, because we have pkg-config and friends.
Comment 7 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2012-05-14 15:57:14 UTC
> What did you apply (can't find a patch)? 

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-1.0.ebuild?r1=1.2&r2=1.3