sakshale
05-14-2002, 09:26 PM
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
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