Bug 71652 - compilation failure libgpg-error
Bug#: 71652 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: major Priority: P2
Resolution: DUPLICATE Assigned To: crypto@gentoo.org Reported By: julien.cayzac+gentoo@gmail.com
Component: Applications
URL: 
Summary: compilation failure libgpg-error
Keywords:  
Status Whiteboard: 
Opened: 2004-11-18 03:25 0000
Description:   Opened: 2004-11-18 03:25 0000
Version: dev-libs/libgpg-error-1.0
When doing
# nice -n 19 nohup libgpg-error >/root/update-libgpg-error.log 2>&1 & :
# tail -f /root/update-libgpg-error.log
[...]
gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=pentium-mmx -m3dnow -funroll-loops -pipe -MT code-from-errno.lo -MD -MP -MF .deps/code-from-errno.Tpo -c code-from-errno.c -o code-from-errno.o >/dev/null 2>&1
mv -f .libs/code-from-errno.lo code-from-errno.lo
/bin/sh ../libtool --mode=link gcc  -march=pentium-mmx -m3dnow -funroll-loops -pipe   -o libgpg-error.la -rpath /usr/lib -version-info 1:3:1 strsource.lo strerror.lo code-to-errno.lo code-from-errno.lo
gpg-error.c: In function `i18n_init':
gpg-error.c:262: error: `LC_ALL' undeclared (first use in this function)
gpg-error.c:262: error: (Each undeclared identifier is reported only once
gpg-error.c:262: error: for each function it appears in.)
make[3]: *** [gpg_error-gpg-error.o] Error 1
[...emerge fails...]



Reproducible: Always
Steps to Reproduce:
1.
2.
3.




# emerge --info
Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0,
2.6.9-gentoo-r4 i686)
=================================================================
System uname: 2.6.9-gentoo-r4 i686 VIA Samuel 2
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium-mmx -m3dnow -funroll-loops -pipe"
CHOST="i586-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind
/var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium-mmx -m3dnow -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow adns aim apache2 apm berkdb bitmap-fonts bzlib cjk crypt cscope doc
dvd dvdr encode f77 fam foomaticdb gdbm gif gpm guile icq imagemagick imap jpeg
libg++ libwww mad maildir mikmod mime mmap mmx ncurses nls nptl odbc oggvorbis
oss pam pdf pdflib perl plotutils png python quicktime readline samba scanner
slang snmp spell sqlite ssl svga tcpd tetex threads tiff truetype usb x86 xml
xml2 zlib"

------- Comment #1 From Benjamin Burns 2004-11-18 18:59:06 0000 -------
I am having exactly the same problem, and finally got libgpg-error to emerge by
specifying libgpg-error-0.7-r1.ebuild.  I had no problems with this version...
but I am not sure how that is going to effect things, will udpate.

------- Comment #2 From Julien Cayzac 2004-11-19 02:03:45 0000 -------
Thanks for the tip: it solved the issue for me too...
Could this ebuild's maintainer mark the 1.0 version as ~arch, at least on x86?

------- Comment #3 From Daniel Black 2004-11-19 02:49:05 0000 -------

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