Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
arch compile problems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
zoltar
n00b
n00b


Joined: 10 Oct 2002
Posts: 66
Location: Calgary, Alberta, Canada

PostPosted: Mon Sep 08, 2003 3:30 am    Post subject: arch compile problems Reply with quote

Just tried to emerge the latest version of dev-util/arch-1.0_pre17 and it always fails:

Code:

make[2]: Entering directory `/var/tmp/portage/arch-1.0_pre17/work/arch-1.0pre17/src/=build/hackerlab/unidata'
echo
echo
echo



echo "================ parsing unidata.txt ================"
echo "================ parsing unidata.txt ================"
echo "================ parsing unidata.txt ================"
================ parsing unidata.txt ================
echo

for f in bitsets.h db.h case-db.h combine-db.h decomp-db.h bitsets.c db.c case-db.c combine-db.c decomp-db.c ; do test ! -e $f || rm $f ; done
================ parsing unidata.txt ================
echo
../unidata-scaffolding/unidata-generate --verbose  /var/tmp/portage/arch-1.0_pre17/work/arch-1.0pre17/src/hackerlab/unidata/../unidata-scaffolding/unidata.txt

for f in bitsets.h db.h case-db.h combine-db.h decomp-db.h bitsets.c db.c case-db.c combine-db.c decomp-db.c ; do test ! -e $f || rm $f ; done
================ parsing unidata.txt ================
echo

for f in bitsets.h db.h case-db.h combine-db.h decomp-db.h bitsets.c db.c case-db.c combine-db.c decomp-db.c ; do test ! -e $f || rm $f ; done
rm: cannot remove `bitsets.h': No such file or directory
../unidata-scaffolding/unidata-generate --verbose  /var/tmp/portage/arch-1.0_pre17/work/arch-1.0pre17/src/hackerlab/unidata/../unidata-scaffolding/unidata.txt
../unidata-scaffolding/unidata-generate --verbose  /var/tmp/portage/arch-1.0_pre17/work/arch-1.0pre17/src/hackerlab/unidata/../unidata-scaffolding/unidata.txt
unable to open file "bitsets.c" (File exists)
PANIC: I/O error
make[2]: *** [db.h] Error 2
make[2]: *** Waiting for unfinished jobs....
line 500
line 500
line 1000
line 1000
line 1500
line 1500
line 2000
line 2000
line 2500
line 2500
line 3000
line 3000
line 3500
line 4000
line 3500
line 4000
line 4500
line 4500
line 5000
line 5000
line 5500
line 5500
line 6000
line 6000
line 6500
line 7000
line 6500
line 7000
line 7500
line 7500
line 8000
line 8000
line 8500
line 8500
line 9000
line 9500
line 9000
line 9500
line 10000
line 10000
line 10500
3483 characters have a decomposition mapping
18 characters in the widest decomp mapping
U+FDFA is the code value of the widest decomp mapping
6055 characters (total) in decomp mappings
276 have a non-0 canonical combining class
706 have uppercase mappings
696 have lowercase mappings
706 have titlecase mappings
4 have upper and lower mappings
702 have upper and title mappings
4 have lower and title mappings
11 pages (256 characters/page) have case mappings
19 half pages (128 characters/page) have case mappings
710 characters have exactly two case mappings
0 characters have exactly three case mappings
10610 characters have a numeric value
273 characters are non-decimal digits
line 10500
3483 characters have a decomposition mapping
18 characters in the widest decomp mapping
U+FDFA is the code value of the widest decomp mapping
6055 characters (total) in decomp mappings
276 have a non-0 canonical combining class
706 have uppercase mappings
696 have lowercase mappings
706 have titlecase mappings
4 have upper and lower mappings
702 have upper and title mappings
4 have lower and title mappings
11 pages (256 characters/page) have case mappings
19 half pages (128 characters/page) have case mappings
710 characters have exactly two case mappings
0 characters have exactly three case mappings
10610 characters have a numeric value
273 characters are non-decimal digits
make[2]: Leaving directory `/var/tmp/portage/arch-1.0_pre17/work/arch-1.0pre17/src/=build/hackerlab/unidata'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/arch-1.0_pre17/work/arch-1.0pre17/src/=build/hackerlab'
make: *** [all] Error 2

!!! ERROR: dev-util/arch-1.0_pre17 failed.
!!! Function src_compile, Line 48, Exitcode 2
!!! make failed



I noticed the build said it may have difficulty with -j more than 1 so I tried setting MAKEOPTS="" and still no go. I'm using pentium4 hyperthreading with the -march=pentium4 flag.

Anyone else seen this?
Back to top
View user's profile Send private message
denis09
n00b
n00b


Joined: 22 Oct 2002
Posts: 14

PostPosted: Mon Sep 08, 2003 7:51 am    Post subject: -march=pentium4 .. Reply with quote

Have you tried without -march=pentium4 ?
This setting is not advised and often causes trouble..
Back to top
View user's profile Send private message
zoltar
n00b
n00b


Joined: 10 Oct 2002
Posts: 66
Location: Calgary, Alberta, Canada

PostPosted: Mon Sep 08, 2003 3:09 pm    Post subject: Reply with quote

Just tried that, same problem.
Back to top
View user's profile Send private message
zoltar
n00b
n00b


Joined: 10 Oct 2002
Posts: 66
Location: Calgary, Alberta, Canada

PostPosted: Mon Sep 08, 2003 4:35 pm    Post subject: Reply with quote

In case anyone's interested, the problem was with the -j flag in MAKEOPTS. Even though I tried changing MAKEOPTS in make.conf to -j1, I had an env variable MAKEFLAGS="-j3" which always overrode it and didn't show up in the command line. Removing that and using -j1 fixed the problem. Some of these ebuilds really don't like parallel makes!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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