Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] can not emerge k3b-0.12.14(seg fault)
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
nein
Guru
Guru


Joined: 14 Nov 2003
Posts: 346
Location: Spain

PostPosted: Wed May 03, 2006 9:51 am    Post subject: [SOLVED] can not emerge k3b-0.12.14(seg fault) Reply with quote

Hi,

I can not emerge k3b-0.12.14 as the compilation process seems to seg fault ("Violacion de segmento" is segmentation fault in spanish) .It happened yesterday, have synced again today but it happened again (always at the same piont)

Code:

Good - your configure finished. Start make now

make  all-recursive
make[1]: Entering directory `/var/tmp/portage/k3b-0.12.14/work/k3b-0.12.14'
Making all in doc
make[2]: Entering directory `/var/tmp/portage/k3b-0.12.14/work/k3b-0.12.14/doc'
/usr/kde/3.4/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
/bin/sh: line 1:  2065 Violación de segmento   /usr/kde/3.4/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[2]: *** [index.cache.bz2] Error 139
make[2]: Leaving directory `/var/tmp/portage/k3b-0.12.14/work/k3b-0.12.14/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/k3b-0.12.14/work/k3b-0.12.14'
make: *** [all] Error 2

!!! ERROR: app-cdr/k3b-0.12.14 failed.
!!! Function kde_src_compile, Line 227, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.


Any ideas ?

This is the emerge --info output
Code:

ortage 2203-svn (default-linux/x86/2005.0, gcc-3.4.5, glibc-2.3.6-r3, 2.6.16-gentoo-r3 i686)
=================================================================
System uname: 2.6.16-gentoo-r3 i686 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.14
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [disabled]
dev-lang/python:     2.3.5-r2, 2.4.2
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon64 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /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/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon64 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"
LANG="es_ES@euro"
LC_ALL="es_ES@euro"
LINGUAS="es"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acl alsa apm arts audiofile avi berkdb bitmap-fonts bonobo bzip2 cdr cli crypt cups curl directfb dri dvd emboss encode esd exif expat fam ffmpeg flac foomaticdb fortran gd gdbm gif gimpprint glut gpm gstreamer gtk2 idn imagemagick imlib ipv6 isdnlog java jpeg junit kde lcms libg++ libwww mad mikmod mng motif mp3 mpeg mysql ncurses nls nptl nsplugin ogg oggvorbis opengl oss pam pcre pdflib perl pic png postgres pppd python qt quicktime readline reflection samba sdl session slang speex spell spl ssl svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts udev usb vorbis win32codecs xine xinerama xml xml2 xmms xorg xosd xv xvid zlib linguas_es userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LDFLAGS, PORTDIR_OVERLAY


Last edited by nein on Fri May 19, 2006 7:40 am; edited 1 time in total
Back to top
View user's profile Send private message
selig
Guru
Guru


Joined: 31 Jul 2005
Posts: 425
Location: Prague, Czech Republic

PostPosted: Wed May 03, 2006 3:16 pm    Post subject: Reply with quote

Try adding "-fomit-frame-pointer" to your CFLAGS. I am not sure if it helps though, but I have basically the same system and have not experienced such problems. Also make sure if you have Cool n Quiet enabled in kernel to use the performance governor. Things sometimes segfault for me when using the ondemand governor.
Back to top
View user's profile Send private message
nein
Guru
Guru


Joined: 14 Nov 2003
Posts: 346
Location: Spain

PostPosted: Wed May 03, 2006 3:32 pm    Post subject: Reply with quote

Thanks but it made no difference. I selected the performance governor (I have it as a module) and obteined the same result. I added the CFLAG and also the same.

Any other suggestions ? This is one of the strangest things that ever happened to me with gentoo

P.D: I have to say I would have been surprised that the CFLAG or the scaling governor made a difference but It was fast and safe to try
Back to top
View user's profile Send private message
nein
Guru
Guru


Joined: 14 Nov 2003
Posts: 346
Location: Spain

PostPosted: Wed May 03, 2006 4:37 pm    Post subject: Reply with quote

I have tried the ~x86 version with the same result

Code:

Good - your configure finished. Start make now

make  all-recursive
make[1]: Entering directory `/var/tmp/portage/k3b-0.12.15/work/k3b-0.12.15'
Making all in doc
make[2]: Entering directory `/var/tmp/portage/k3b-0.12.15/work/k3b-0.12.15/doc'
/usr/kde/3.4/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
/bin/sh: line 1: 15506 Violación de segmento   /usr/kde/3.4/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[2]: *** [index.cache.bz2] Error 139
make[2]: Leaving directory `/var/tmp/portage/k3b-0.12.15/work/k3b-0.12.15/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/k3b-0.12.15/work/k3b-0.12.15'
make: *** [all] Error 2

!!! ERROR: app-cdr/k3b-0.12.15 failed.
!!! Function kde_src_compile, Line 227, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.


this is the command that segfaults:
Code:

/usr/kde/3.4/bin/meinproc --check --cache index.cache.bz2 ./index.docbook

I have entered the work directory I tried to run it
Back to top
View user's profile Send private message
nein
Guru
Guru


Joined: 14 Nov 2003
Posts: 346
Location: Spain

PostPosted: Fri May 19, 2006 7:40 am    Post subject: Reply with quote

I found this solution in another thread: I reemerged lbxslt, libxml, libxml2 and finally kdelibs. This solved the problem and meinproc does not segfault anymore.
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