Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
why am im i gettn this error?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
archsvile
Apprentice
Apprentice


Joined: 16 Jun 2004
Posts: 164
Location: PA

PostPosted: Thu Nov 11, 2004 9:22 pm    Post subject: why am im i gettn this error? Reply with quote

Well why am i getting this error? its pissing me off cause i need this package to get k3b working :'(

Code:
 make  all-recursive
make[1]: Entering directory `/var/tmp/portage/libgpg-error-1.0/work/libgpg-error-1.0'
Making all in m4
make[2]: Entering directory `/var/tmp/portage/libgpg-error-1.0/work/libgpg-error-1.0/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/libgpg-error-1.0/work/libgpg-error-1.0/m4'
Making all in src
make[2]: Entering directory `/var/tmp/portage/libgpg-error-1.0/work/libgpg-error-1.0/src'
gawk -f ./mkstrtable.awk -v textidx=3 \
./err-sources.h.in >err-sources.h
gawk -f ./mkstrtable.awk -v textidx=3 \
./err-codes.h.in >err-codes.h
gawk -f ./mkerrnos.awk ./errnos.in >code-to-errno.h
gawk -f ./mkerrcodes1.awk ./errnos.in >_mkerrcodes.h
gcc -E _mkerrcodes.h | grep GPG_ERR_ | gawk -f ./mkerrcodes.awk >mkerrcodes.h
gawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
./err-sources.h.in >err-sources-sym.h
gawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
./err-codes.h.in >err-codes-sym.h
gawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
-v prefix=GPG_ERR_ -v namespace=errnos_ \
./errnos.in >errnos-sym.h
gawk -f ./mkheader.awk \
./err-sources.h.in \
./err-codes.h.in \
./errnos.in \[
./gpg-error.h.in > gpg-error.h
rm _mkerrcodes.h
gcc -I. -I. -o mkerrcodes ./mkerrcodes.c
./mkerrcodes | gawk -f ./mkerrcodes2.awk >code-from-errno.h
make  all-am
make[3]: Entering directory `/var/tmp/portage/libgpg-error-1.0/work/libgpg-error-1.0/src'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=athlon-xp -pipe -MT strsource.lo -MD -MP -MF ".deps/strsource.Tpo" \
  -c -o strsource.lo `test -f 'strsource.c' || echo './'`strsource.c; \
then mv -f ".deps/strsource.Tpo" ".deps/strsource.Plo"; \
else rm -f ".deps/strsource.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=athlon-xp -pipe -MT strerror.lo -MD -MP -MF ".deps/strerror.Tpo" \
  -c -o strerror.lo `test -f 'strerror.c' || echo './'`strerror.c; \
then mv -f ".deps/strerror.Tpo" ".deps/strerror.Plo"; \
else rm -f ".deps/strerror.Tpo"; exit 1; \
fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon-xp -pipe -MT strsource.lo -MD -MP -MF .deps/strsource.Tpo -c strsource.c  -fPIC -DPIC -o .libs/strsource.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon-xp -pipe -MT strsource.lo -MD -MP -MF .deps/strsource.Tpo -c strsource.c -o strsource.o >/dev/null 2>&1
mv -f .libs/strsource.lo strsource.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=athlon-xp -pipe -MT code-to-errno.lo -MD -MP -MF ".deps/code-to-errno.Tpo" \
  -c -o code-to-errno.lo `test -f 'code-to-errno.c' || echo './'`code-to-errno.c; \
then mv -f ".deps/code-to-errno.Tpo" ".deps/code-to-errno.Plo"; \
else rm -f ".deps/code-to-errno.Tpo"; exit 1; \
fi
rm -f .libs/strerror.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon-xp -pipe -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c strerror.c  -fPIC -DPIC -o .libs/strerror.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon-xp -pipe -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c strerror.c -o strerror.o >/dev/null 2>&1
mv -f .libs/strerror.lo strerror.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=athlon-xp -pipe -MT code-from-errno.lo -MD -MP -MF ".deps/code-from-errno.Tpo" \
  -c -o code-from-errno.lo `test -f 'code-from-errno.c' || echo './'`code-from-errno.c; \
then mv -f ".deps/code-from-errno.Tpo" ".deps/code-from-errno.Plo"; \
else rm -f ".deps/code-from-errno.Tpo"; exit 1; \
fi
rm -f .libs/code-to-errno.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon-xp -pipe -MT code-to-errno.lo -MD -MP -MF .deps/code-to-errno.Tpo -c code-to-errno.c  -fPIC -DPIC -o .libs/code-to-errno.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon-xp -pipe -MT code-to-errno.lo -MD -MP -MF .deps/code-to-errno.Tpo -c code-to-errno.c -o code-to-errno.o >/dev/null 2>&1
mv -f .libs/code-to-errno.lo code-to-errno.lo
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -DLOCALEDIR=\"/usr/share/locale\"   -march=athlon-xp -pipe -MT gpg_error-strsource-sym.o -MD -MP -MF ".deps/gpg_error-strsource-sym.Tpo" \
  -c -o gpg_error-strsource-sym.o `test -f 'strsource-sym.c' || echo './'`strsource-sym.c; \
then mv -f ".deps/gpg_error-strsource-sym.Tpo" ".deps/gpg_error-strsource-sym.Po"; \
else rm -f ".deps/gpg_error-strsource-sym.Tpo"; exit 1; \
fi
rm -f .libs/code-from-errno.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon-xp -pipe -MT code-from-errno.lo -MD -MP -MF .deps/code-from-errno.Tpo -c code-from-errno.c  -fPIC -DPIC -o .libs/code-from-errno.lo
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -DLOCALEDIR=\"/usr/share/locale\"   -march=athlon-xp -pipe -MT gpg_error-strerror-sym.o -MD -MP -MF ".deps/gpg_error-strerror-sym.Tpo" \
  -c -o gpg_error-strerror-sym.o `test -f 'strerror-sym.c' || echo './'`strerror-sym.c; \
then mv -f ".deps/gpg_error-strerror-sym.Tpo" ".deps/gpg_error-strerror-sym.Po"; \
else rm -f ".deps/gpg_error-strerror-sym.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon-xp -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
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -DLOCALEDIR=\"/usr/share/locale\"   -march=athlon-xp -pipe -MT gpg_error-gpg-error.o -MD -MP -MF ".deps/gpg_error-gpg-error.Tpo" \
  -c -o gpg_error-gpg-error.o `test -f 'gpg-error.c' || echo './'`gpg-error.c; \
then mv -f ".deps/gpg_error-gpg-error.Tpo" ".deps/gpg_error-gpg-error.Po"; \
else rm -f ".deps/gpg_error-gpg-error.Tpo"; exit 1; \
fi
mv -f .libs/code-from-errno.lo code-from-errno.lo
/bin/sh ../libtool --mode=link gcc  -march=athlon-xp -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
make[3]: *** Waiting for unfinished jobs....
rm -fr .libs/libgpg-error.la .libs/libgpg-error.* .libs/libgpg-error.*
gcc -shared  strsource.lo strerror.lo code-to-errno.lo code-from-errno.lo   -Wl,-soname -Wl,libgpg-error.so.0 -o .libs/libgpg-error.so.0.1.3
(cd .libs && rm -f libgpg-error.so.0 && ln -s libgpg-error.so.0.1.3 libgpg-error.so.0)
(cd .libs && rm -f libgpg-error.so && ln -s libgpg-error.so.0.1.3 libgpg-error.so)
ar cru .libs/libgpg-error.a  strsource.o strerror.o code-to-errno.o code-from-errno.o
ranlib .libs/libgpg-error.a
creating libgpg-error.la
(cd .libs && rm -f libgpg-error.la && ln -s ../libgpg-error.la libgpg-error.la)
make[3]: Leaving directory `/var/tmp/portage/libgpg-error-1.0/work/libgpg-error-1.0/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/libgpg-error-1.0/work/libgpg-error-1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libgpg-error-1.0/work/libgpg-error-1.0'
make: *** [all] Error 2

!!! ERROR: dev-libs/libgpg-error-1.0 failed.
!!! Function src_compile, Line 28, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
[/code]
_________________
Site: http://moth.homelinux.com/~archsvile
Aim: archsvile
yahoo: archsvile
Back to top
View user's profile Send private message
fennec
l33t
l33t


Joined: 30 Aug 2003
Posts: 613
Location: Montreal

PostPosted: Thu Nov 11, 2004 10:38 pm    Post subject: Reply with quote

what says emerge --info ?
Back to top
View user's profile Send private message
archsvile
Apprentice
Apprentice


Joined: 16 Jun 2004
Posts: 164
Location: PA

PostPosted: Thu Nov 11, 2004 11:30 pm    Post subject: .. Reply with quote

Code:
Portage 2.0.51-r3 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.9 i686)
=================================================================
System uname: 2.6.9 i686 AMD Sempron(tm)   2800+
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/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks sandbox"
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="X alsa apm arts avi berkdb bitmap-fonts cdr crypt cups encode esd f77 foomaticdb fortran gdbm gif gnome gpm gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang spell ssl svga tcpd truetype x86 xml2 xmms xv zlib"

_________________
Site: http://moth.homelinux.com/~archsvile
Aim: archsvile
yahoo: archsvile
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Fri Nov 12, 2004 12:09 am    Post subject: Reply with quote

Moved from Installing Gentoo.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
kallamej
Administrator
Administrator


Joined: 27 Jun 2003
Posts: 4975
Location: Gothenburg, Sweden

PostPosted: Fri Nov 12, 2004 12:39 am    Post subject: Reply with quote

It's a dupe, actually. Please see https://forums.gentoo.org/viewtopic.php?t=225847

Moved from Portage & Programming.
_________________
Please read our FAQ Forum, it answers many of your questions.
irc: #gentoo-forums on irc.libera.chat
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum