Results 1 to 4 of 4

Thread: build crashes

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    40

    Unhappy build crashes

    Starting about two patches back, my build has been failing. I have a standard build script that I have been using for ages and have not notices any announcements on requirements changes and search does not show any references to xmlconv.cpp. The build ends with:

    Making install in src
    make[1]: Entering directory `/s1/local/src/showeq/showeq/src'
    source='xmlconv.cpp' object='xmlconv.o' libtool=no \
    depfile='.deps/xmlconv.Po' tmpdepfile='.deps/xmlconv.TPo' \
    depmode=gcc3 /bin/sh ../depcomp \
    g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/src/qt-2.3.2/include -I/usr/X11R6/include -DMAPDIR=\"/usr/local/share/showeq\" -DLOGDIR=\"/usr/local/share/showeq\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -c -o xmlconv.o `test -f xmlconv.cpp || echo './'`xmlconv.cpp
    xmlconv.cpp: In member function `bool DomConvenience::elementToVariant(const
    QDomElement&, QVariant&)':
    xmlconv.cpp:248: Internal error: Segmentation fault
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
    make[1]: *** [xmlconv.o] Error 1
    make[1]: Leaving directory `/s1/local/src/showeq/showeq/src'
    make: *** [install-recursive] Error 1

    My build script is:

    export QTDIR=/usr/local/src/qt-2.3.2
    export PATH=$QTDIR/bin:$PATH
    export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH

    export QTDIR PATH LD_LIBRARY_PATH

    make -f Makefile.dist

    ./configure --with-qt-dir=${QTDIR} --with-qt-includes=${QTDIR}/include --with-qt-libraries=${QTDIR}/lib

    make -j3
    make install

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    411
    xmlconv.cpp:248: Internal error: Segmentation fault
    i suggest you read the signal 11 faq

    http://www.tldp.org/FAQ/sig11/html/index.html

    deals with gcc sgefaulting while compiling the kernel, but it may give you some ideas anyway.
    casey AT trifocus DOT net

  3. #3
    Registered User
    Join Date
    May 2002
    Posts
    5

    Talking

    Does it always crash at the same point ?

    I've had this problem various times, but crashing at different points each time... until I found out that the problem was coming from my PC overheating...

    I've removed the side cover, ventilated it manually and ... perfect compilation !!! I.T. is not an exact science

    Hope it helps,

    Alfred

  4. #4
    Registered User
    Join Date
    Dec 2001
    Posts
    40

    Smile needed a compiler upgrade

    The owner of the sig11 web site recommended that I look into a compiler upgrade as the error always occured at the same place.

    I have upgraded to gcc-c++-3.1-1 and compiles are now succeeding. I won't be able to try out the new binary until tomorrow, but for now, just being able to compile is good enough.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On