Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 183506

Summary: app-office/openoffice-2.2.1 fails to build w/ -finline-functions in C[XX]FLAGS
Product: Gentoo Linux Reporter: Davide Andrea <davide.giannotti>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Last part of the log, where the building breaks

Description Davide Andrea 2007-06-28 10:42:20 UTC
This is where compiling breaks:

Making: ../unxlngx6.pro/lib/libsb680lx.so
[..]
image.cxx:( [..] ): undefined reference to `PCodeBuffConvertor<unsigned int, unsigned short>::convert()'
[..]


Reproducible: Always

Steps to Reproduce:
1. ACCEPT_KEYWORDS="~amd64" emerge openoffice




Note that mine is a pure 64bit system, no-multilib profile

My system:

emerge --info
Portage 2.1.2.7 (default-linux/amd64/2007.0/no-multilib, gcc-4.1.2, glibc-2.5-r3, 2.6.20-gentoo-r8 x86_64)
=================================================================
System uname: 2.6.20-gentoo-r8 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 3600+
Gentoo Base System release 1.12.9
Timestamp of tree: Thu, 28 Jun 2007 08:30:01 +0000
ccache version 2.4 [enabled]
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r7
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer -finline-functions"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mirrors.tera-byte.com/pub/gentoo http://gentoo.mirrors.tera-byte.com/ ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/ http://distro.ibiblio.org/pub/linux/distributions/gentoo/ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://gd.tuwien.ac.at/opsys/linux/gentoo/ ftp://gd.tuwien.ac.at/opsys/linux/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/ http://ftp.heanet.ie/pub/gentoo/ ftp://ftp.heanet.ie/pub/gentoo/"
LINGUAS="en it"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext 64bit 7zip X a52 aac acl acpi aiglx alsa amarok amd64 amr apm asf audiofile binary-drivers bitmap-fonts bluetooth bzip2 cairo ccache cdparanoia cdr cli cpudetection cracklib crypt ctype cups dbus dri dts dv dvd dvdr dvdread encode fbcon ffmpeg fftw flac foomaticdb ftp gdbm ggi gif gimp gimpprint glitz gphoto2 gpm gstreamer hal iconv icq idn ieee1394 imap imlib ipv6 isdnlog jabber jack jikes jpeg jpeg2k kde ladspa libwww mad midi mikmod mime mmx mmxext mng mozilla mp3 mpeg mplayer msn multicall musepack musicbrainz ncurses nls nntp no-old-linux nptl nptlonly nsplugin ntfs ogg openal openexr openft opengl openmp oscar pam pcre pda pdf perl png postscript povray ppds pppd python qt3 quicktime rdesktop readline realmedia reflection reiserfs samba scanner session slp speex spell spl sql sse sse2 ssl startup-notification svg tcpd theora threads tidy tiff truetype truetype-fonts tta type1-fonts unicode usb userlocales v4l vcd visualization vorbis wifi wmf wmp xcomposite xine xinerama xml xorg xpm xprint xscreensaver xv xvid xvmc yahoo zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en it" USERLAND="GNU" VIDEO_CARDS="nvidia vesa"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Davide Andrea 2007-06-28 10:45:08 UTC
Created attachment 123298 [details]
Last part of the log, where the building breaks
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-06-28 10:47:10 UTC
Remove -finline-functions from your C[XX]FLAGS.


*** This bug has been marked as a duplicate of bug 151869 ***

*** This bug has been marked as a duplicate of bug 151869 ***