Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge -u portage on new Netra T1 install gawks
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc
View previous topic :: View next topic  
Author Message
H0bb3z
Tux's lil' helper
Tux's lil' helper


Joined: 28 May 2003
Posts: 121
Location: in the transmogrifier

PostPosted: Thu Nov 06, 2003 7:26 am    Post subject: emerge -u portage on new Netra T1 install gawks Reply with quote

I'm building a Netra T1 (Ultrasparc III) using a stage3 tarball from the sparc64 LiveCD. The stage3 went in just fine, but now I'm running into an issue while bringing the system up to the most recent packages.

The first step in this is to update portage. When I run "emerge -u portage", I get the normal dependencies, etc and it begins to build the dependency packages. It then hangs on the gawk-3.1.3 package as follows:
Code:
make 'CFLAGS=-mcpu=ultrasparc -mtune=ultrasparc -O2 -pipe' 'LDFLAGS=-export-dynamic' all-recursive
make[1]: Entering directory `/var/tmp/portage/gawk-3.1.3/work/gawk-3.1.3'
Making all in intl
make[2]: Entering directory `/var/tmp/portage/gawk-3.1.3/work/gawk-3.1.3/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/gawk-3.1.3/work/gawk-3.1.3/intl'
Making all in .
make[2]: Entering directory `/var/tmp/portage/gawk-3.1.3/work/gawk-3.1.3'
if gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. -I. -I./intl    -mcpu=ultrasparc -mtune=ultrasparc -O2 -pipe -MT array.o -MD -MP -MF ".deps/array.Tpo" \
  -c -o array.o `test -f 'array.c' || echo './'`array.c; \
then mv -f ".deps/array.Tpo" ".deps/array.Po"; \
else rm -f ".deps/array.Tpo"; exit 1; \
fi
if gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. -I. -I./intl    -mcpu=ultrasparc -mtune=ultrasparc -O2 -pipe -MT awkgram.o -MD -MP -MF ".deps/awkgram.Tpo" \
  -c -o awkgram.o `test -f 'awkgram.c' || echo './'`awkgram.c; \
then mv -f ".deps/awkgram.Tpo" ".deps/awkgram.Po"; \
else rm -f ".deps/awkgram.Tpo"; exit 1; \
fi
if gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. -I. -I./intl    -mcpu=ultrasparc -mtune=ultrasparc -O2 -pipe -MT builtin.o -MD -MP -MF ".deps/builtin.Tpo" \
  -c -o builtin.o `test -f 'builtin.c' || echo './'`builtin.c; \
then mv -f ".deps/builtin.Tpo" ".deps/builtin.Po"; \
else rm -f ".deps/builtin.Tpo"; exit 1; \
fi
if gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. -I. -I./intl    -mcpu=ultrasparc -mtune=ultrasparc -O2 -pipe -MT ext.o -MD -MP -MF ".deps/ext.Tpo" \
  -c -o ext.o `test -f 'ext.c' || echo './'`ext.c; \
then mv -f ".deps/ext.Tpo" ".deps/ext.Po"; \
else rm -f ".deps/ext.Tpo"; exit 1; \
fi
if gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. -I. -I./intl    -mcpu=ultrasparc -mtune=ultrasparc -O2 -pipe -MT field.o -MD -MP -MF ".deps/field.Tpo" \
  -c -o field.o `test -f 'field.c' || echo './'`field.c; \
then mv -f ".deps/field.Tpo" ".deps/field.Po"; \
else rm -f ".deps/field.Tpo"; exit 1; \
fi
if gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. -I. -I./intl    -mcpu=ultrasparc -mtune=ultrasparc -O2 -pipe -MT gawkmisc.o -MD -MP -MF ".deps/gawkmisc.Tpo" \
  -c -o gawkmisc.o `test -f 'gawkmisc.c' || echo './'`gawkmisc.c; \
then mv -f ".deps/gawkmisc.Tpo" ".deps/gawkmisc.Po"; \
else rm -f ".deps/gawkmisc.Tpo"; exit 1; \
fi
if gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. -I. -I./intl    -mcpu=ultrasparc -mtune=ultrasparc -O2 -pipe -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" \
  -c -o getopt.o `test -f 'getopt.c' || echo './'`getopt.c; \
then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; \
else rm -f ".deps/getopt.Tpo"; exit 1; \
fi
if gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. -I. -I./intl    -mcpu=ultrasparc -mtune=ultrasparc -O2 -pipe -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" \
  -c -o getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c; \
then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; \
else rm -f ".deps/getopt1.Tpo"; exit 1; \
fi
if gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. -I. -I./intl    -mcpu=ultrasparc -mtune=ultrasparc -O2 -pipe -MT io.o -MD -MP -MF ".deps/io.Tpo" \
  -c -o io.o `test -f 'io.c' || echo './'`io.c; \
then mv -f ".deps/io.Tpo" ".deps/io.Po"; \
else rm -f ".deps/io.Tpo"; exit 1; \
fi
if gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. -I. -I./intl    -mcpu=ultrasparc -mtune=ultrasparc -O2 -pipe -MT main.o -MD -MP -MF ".deps/main.Tpo" \
  -c -o main.o `test -f 'main.c' || echo './'`main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
main.c: In function `main':
main.c:252: `MB_CUR_MAX' undeclared (first use in this function)
main.c:252: (Each undeclared identifier is reported only once
main.c:252: for each function it appears in.)
make[2]: *** [main.o] Error 1
make[2]: *** Waiting for unfinished jobs....
io.c: In function `two_way_open':
io.c:1666: warning: assignment makes pointer from integer without a cast
make[2]: Leaving directory `/var/tmp/portage/gawk-3.1.3/work/gawk-3.1.3'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gawk-3.1.3/work/gawk-3.1.3'
make: *** [all] Error 2

!!! ERROR: sys-apps/gawk-3.1.3 failed.
!!! Function src_compile, Line 44, Exitcode 2
!!! (no error message)

gentoo / #


I've tried it using a few different make.conf tweaks (first, I had a bunch of USE flags and somewhat aggressive tuning, but I've completely commented out my USE flags and scaled back the tuning to normal levels) and I'm still getting hung on the gawk-3.1.3 package.

Anyone else seen this behavior or have any additional tuning suggestions that may get me past this speedbump in the road?
_________________
-H0bb3z-
-----------
Intel QX9770 | 6Gb DDR3 | ATI 4870 HD 1Gb | 2xSeagate 1Tb SATAs
Running Funtoo Core2 build
Back to top
View user's profile Send private message
H0bb3z
Tux's lil' helper
Tux's lil' helper


Joined: 28 May 2003
Posts: 121
Location: in the transmogrifier

PostPosted: Fri Nov 07, 2003 9:11 am    Post subject: Reply with quote

Well, I tried a few other things to try and get past the problem, but to no avail. I'm taking a step back and I'm going to start from a stage 2 tarball and see if things go any further...
_________________
-H0bb3z-
-----------
Intel QX9770 | 6Gb DDR3 | ATI 4870 HD 1Gb | 2xSeagate 1Tb SATAs
Running Funtoo Core2 build
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc 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