Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Eh Eh EH....... sys-apps/kbd ERROR!!! Function: src_compile(
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
klaash
n00b
n00b


Joined: 06 Dec 2003
Posts: 12

PostPosted: Sat Jan 24, 2004 9:49 pm    Post subject: Eh Eh EH....... sys-apps/kbd ERROR!!! Function: src_compile( Reply with quote

Well... the subjects says it all,
Don't know what's wron, the compiler returns no error message.
I synced the portage tree.. nope (not with ACCEPT_KEYWORDS="~x86" either). :?

Any ideas?

Thanx.
Back to top
View user's profile Send private message
azlan
Guru
Guru


Joined: 11 Nov 2002
Posts: 381
Location: Seattle WA USA

PostPosted: Sat Jan 24, 2004 11:15 pm    Post subject: Reply with quote

assuming you are in the emerge system stage

try a emerge -uDp kdb and see if there isnt something that needs to be upgraded since your first emerge, sometimes things get broken that way.
_________________
there is no crazy, only violet and non violet..
Back to top
View user's profile Send private message
klaasha
n00b
n00b


Joined: 10 Oct 2003
Posts: 4

PostPosted: Sun Jan 25, 2004 9:00 pm    Post subject: Reply with quote

Sorry, same problem. I'm now able to give some more detailed information.

Code:

>>> Install kbd-1.08-r4 into /var/tmp/portage/kbd-1.08-r4/image/ category sys-apps
for i in src openvt po; do make -C $i install || exit 1; done
make[1]: Entering directory `/var/tmp/portage/kbd-1.08-r4/work/kbd-1.08/src'
install -d -m 755 /var/tmp/portage/kbd-1.08-r4/image//bin /var/tmp/portage/kbd-1.08-r4/image//bin
install -s -m 0755 -o root dumpkeys loadkeys showkey setfont showconsolefont setleds setmetamode kbd_mode chvt deallocvt psfxtable kbdrate fgconsole getkeycodes setkeycodes resizecons mapscrn loadunimap /var/tmp/portage/kbd-1.08-r4/image//bin
make[1]: *** [install] Segmentation fault
make[1]: Leaving directory `/var/tmp/portage/kbd-1.08-r4/work/kbd-1.08/src'
make: *** [install-progs] Error 1

!!! ERROR: sys-apps/kbd-1.08-r4 failed.
!!! Function src_install, Line 65, Exitcode 2
!!! (no error message)


Sorry, different function, the solution you provided didn't work.
Back to top
View user's profile Send private message
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Mon Jan 26, 2004 12:34 pm    Post subject: Reply with quote

Segmentation fault... either you have too aggressive CHOST flags or you got a heating problem.
Back to top
View user's profile Send private message
klaasha
n00b
n00b


Joined: 10 Oct 2003
Posts: 4

PostPosted: Mon Jan 26, 2004 6:40 pm    Post subject: Reply with quote

It's not a heating problem, and as for the aggressive CHOST settings... I'm not sure, I use the default pentium3 livecd (stage 2) and it's default optimalisation settings.

Code:

# Host Setting
# ============
#
# If you are using a Pentium Pro or greater processor, leave this line as-is;
# otherwise, change to i586, i486 or i386 as appropriate. All modern systems
# (even Athlons) should use "i686-pc-linux-gnu"
#
CHOST="i686-pc-linux-gnu"

#CFLAGS="-mcpu=athlon-xp -O3 -pipe"
CFLAGS="-O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe"

# If you set a CFLAGS above, then this line will set your default C++ flags to
# the same settings. If you don't set CFLAGS above, then comment this line out.
CXXFLAGS="${CFLAGS}"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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