Your message dated Sat, 24 May 2008 10:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#482202: fixed in soqt 1.4.1-4
has caused the Debian Bug report #482202,
regarding soqt: FTBFS: QGL not found
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
482202: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482202
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: soqt
Version: 1.4.1-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080520 qa-ftbfs
Justification: FTBFS on i386
Hi,
During a rebuild of all packages in sid, your package failed to build on
i386.
This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3
is now the default on most architectures (even if it's not the case on
i386 yet). Consequently, many failures are caused by the switch to gcc
4.3.
If you determine that this failure is caused by gcc 4.3, feel free to
downgrade this bug to 'important' if your package is only built on i386,
and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).
Relevant part:
> make[3]: Entering directory `/build/user/soqt-1.4.1/build.qt3/html'
> cp ../../src/Inventor/Qt/common/docs/doxygen/Coin_logo.png .
> make[3]: Leaving directory `/build/user/soqt-1.4.1/build.qt3/html'
> make[2]: Leaving directory `/build/user/soqt-1.4.1/build.qt3'
> make[1]: Leaving directory `/build/user/soqt-1.4.1/build.qt3'
> touch build-stamp-qt3
> dh_testdir
> test -d build.qt4 || mkdir build.qt4
> cd build.qt4 && ../configure --prefix=/usr --enable-static --enable-shared
> --disable-dependency-tracking --without-mesa --with-coin \
> --with-suffix=4 QTDIR=/usr/share/qt4
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking target system type... i686-pc-linux-gnu
> checking setup for wrapmsvc.exe... not working (as expected)
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... none
> checking how to run the C preprocessor... gcc -E
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... none
> checking how to run the C++ preprocessor... g++ -E
> checking for a sed that does not truncate output... /bin/sed
> checking for egrep... grep -E
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking for ANSI C header files... no
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for f77... no
> checking for xlf... no
> checking for frt... no
> checking for pgf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for f90... no
> checking for xlf90... no
> checking for pgf90... no
> checking for epcf90... no
> checking for f95... no
> checking for fort... no
> checking for xlf95... no
> checking for ifc... no
> checking for efc... no
> checking for pgf95... no
> checking for lf95... no
> checking for gfortran... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether accepts -g... no
> checking the maximum length of command line arguments... 32768
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ static flag -static works... yes
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> appending configuration tag "F77" to libtool
> checking windows.h usability... no
> checking windows.h presence... no
> checking for windows.h... no
> checking for unistd.h... (cached) yes
> checking for sys/types.h... (cached) yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking for tlhelp32.h... no
> checking X11/extensions/SGIMisc.h usability... no
> checking X11/extensions/SGIMisc.h presence... no
> checking for X11/extensions/SGIMisc.h... no
> checking X11/Xproto.h usability... yes
> checking X11/Xproto.h presence... yes
> checking for X11/Xproto.h... yes
> checking X11/extensions/XInput.h usability... yes
> checking X11/extensions/XInput.h presence... yes
> checking for X11/extensions/XInput.h... yes
> checking if the Win32 API is available... no
> checking for GetEnvironmentVariable() function... no
> checking for windows.h... (cached) no
> checking whether the Win32 LoadLibrary() method is available... no
> checking for GetClassName() function... no
> checking if fink is available... no
> checking for gethostbyname... yes
> checking for connect... yes
> checking for remove... yes
> checking for shmat... yes
> checking for IceConnectionNumber in -lICE... yes
> checking how to include gl.h... #include <GL/gl.h>
> checking for coin-config... /usr/bin/coin-config
> checking if we can compile and link with the Coin library... true
> checking if X11 linkage is ready... true
> checking whether the X11 extension device library is available... yes
> checking whether GLX is on the system... true
> checking if X11 linkage is ready... (cached) true
> checking if the Open Inventor SoPolygonOffset node is available... true
> checking if the Open Inventor SoVRMLMaterial VRML node is available... true
> checking if the Open Inventor SoVRMLViewpoint VRML node is available... true
> checking if the Open Inventor SoVRMLBackground VRML node is available... true
> checking if the Open Inventor SoVRMLFog VRML node is available... true
> checking for SoContextHandler class... true
> checking for SoKeyboardEvent::DELETE enum... true
> checking for SoMouseButtonEvent::BUTTON5 enum... true
> checking for SoCamera::setStereoMode() method... true
> checking for SoGLRenderAction::SORTED_LAYERS_BLEND transparency mode... true
> checking whether the X11 miscellaneous utilities library is available... yes
> checking for cygpath... false
> checking value of the QTDIR environment variable... /usr/share/qt4
> checking for moc... /usr/share/qt4/bin/moc
> checking version of Qt library... 440
> checking for Qt library devkit... -I/usr/share/qt4/include
> -I/usr/share/qt4/include/Qt -L/usr/share/qt4/lib -lQtGui -lQt3Support
> checking whether Qt's install tool shadows the system install... no
> checking whether the QGL widget is part of main Qt library... no
> checking for the QGL extension library... unavailable
>
> The configure script could not find any way to build code which uses
> Qt's OpenGL bindings (called QGL), neither as part of the main Qt
> library, nor as a stand-alone library.
>
> You must install a Qt library configured with OpenGL support to be
> able to resolve this problem.
>
> If you are *sure* that Qt has been built with OpenGL support and you
> still can't get the configure script to detect the presence of QGL,
> please mail the config.log file to <[EMAIL PROTECTED]> and ask
> for help.
>
> configure: error: aborting
> make: *** [build-stamp-qt4] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2008/05/20
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment. Internet was not accessible from the build systems.
--
| Lucas Nussbaum
| [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Source: soqt
Source-Version: 1.4.1-4
We believe that the bug you reported is fixed in the latest version of
soqt, which is due to be installed in the Debian FTP archive:
libsoqt-dev-common_1.4.1-4_i386.deb
to pool/main/s/soqt/libsoqt-dev-common_1.4.1-4_i386.deb
libsoqt3-20_1.4.1-4_i386.deb
to pool/main/s/soqt/libsoqt3-20_1.4.1-4_i386.deb
libsoqt3-dev_1.4.1-4_i386.deb
to pool/main/s/soqt/libsoqt3-dev_1.4.1-4_i386.deb
libsoqt4-20_1.4.1-4_i386.deb
to pool/main/s/soqt/libsoqt4-20_1.4.1-4_i386.deb
libsoqt4-dev_1.4.1-4_i386.deb
to pool/main/s/soqt/libsoqt4-dev_1.4.1-4_i386.deb
soqt_1.4.1-4.diff.gz
to pool/main/s/soqt/soqt_1.4.1-4.diff.gz
soqt_1.4.1-4.dsc
to pool/main/s/soqt/soqt_1.4.1-4.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve M. Robbins <[EMAIL PROTECTED]> (supplier of updated soqt package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 24 May 2008 04:40:30 -0500
Source: soqt
Binary: libsoqt3-20 libsoqt4-20 libsoqt-dev-common libsoqt3-dev libsoqt4-dev
Architecture: source i386
Version: 1.4.1-4
Distribution: unstable
Urgency: low
Maintainer: Steve M. Robbins <[EMAIL PROTECTED]>
Changed-By: Steve M. Robbins <[EMAIL PROTECTED]>
Description:
libsoqt-dev-common - Qt GUI component toolkit for Inventor - common
development files
libsoqt3-20 - Qt3 GUI component toolkit for Inventor - runtime
libsoqt3-dev - Qt3 GUI component toolkit for Inventor - development
libsoqt4-20 - Qt4 GUI component toolkit for Inventor - runtime
libsoqt4-dev - Qt4 GUI component toolkit for Inventor - development
Closes: 482202
Changes:
soqt (1.4.1-4) unstable; urgency=low
.
* debian/control: Build-depend on libqt4-opengl-dev since libQtOpenGL
migrated there from libqt4-dev without warning. Closes: #482202.
Checksums-Sha1:
77a17c19d96f8988f9b8c174a3f9f764532f78f5 1118 soqt_1.4.1-4.dsc
96be8554a37706a44a08f0d6cc6594de32493a58 7995 soqt_1.4.1-4.diff.gz
b0d5ff793880a39df79b0dd65048f35e07e4a1d2 257884 libsoqt3-20_1.4.1-4_i386.deb
c7f2f18500cd0089addfc46d6e5e76ff77cdc15f 251488 libsoqt4-20_1.4.1-4_i386.deb
5d995456ab8e04c9859030eca12aa9bbb0800187 467634
libsoqt-dev-common_1.4.1-4_i386.deb
bf2de6b0602d7a1d87eda587cd3611d55d3191d5 343080 libsoqt3-dev_1.4.1-4_i386.deb
46092d8a750e37868d545455e9ef1c3e824c6c74 328968 libsoqt4-dev_1.4.1-4_i386.deb
Checksums-Sha256:
36fb276fb6c764f7159fe627cda26e53c87bb350ca7f89b3bfd3da38578f6d95 1118
soqt_1.4.1-4.dsc
6cb427c46514c1e9d8f437e7c0801214b74a89e3628dba97efd91e3f164cb64d 7995
soqt_1.4.1-4.diff.gz
897c1da88e5e70e33faacfaa14e20c04fe12bf34488b6047e0c3c2e3f3ca667c 257884
libsoqt3-20_1.4.1-4_i386.deb
2c5fb071f67ea6a4b4c328195ea4b7d15228a4cb324462d5c862803deacd5679 251488
libsoqt4-20_1.4.1-4_i386.deb
29d514861e528416c52579ebbccf8cfcd6f19b76838ce4ed725f30a4db11943d 467634
libsoqt-dev-common_1.4.1-4_i386.deb
e785ba2363b78b1b7079e82c97b9bc059cb5538164d970c461c428b557bb4ed0 343080
libsoqt3-dev_1.4.1-4_i386.deb
b24cdac00f21cf791d6568266010a2503db0a83e8b5ecd38b7131b4760c7d7e5 328968
libsoqt4-dev_1.4.1-4_i386.deb
Files:
c2708756a162540ccc4f18fe4a4f1a04 1118 graphics optional soqt_1.4.1-4.dsc
ffadf21c63283b23d86ddb0c282f0117 7995 graphics optional soqt_1.4.1-4.diff.gz
39f2a393f38c6409351a98fb79defc6d 257884 libs optional
libsoqt3-20_1.4.1-4_i386.deb
f20ecb77618e20f88fc3d163746a8c71 251488 libs optional
libsoqt4-20_1.4.1-4_i386.deb
02e6a80a6431f0a7072d031d06a52d80 467634 libdevel optional
libsoqt-dev-common_1.4.1-4_i386.deb
992392a7d62b4fa93d9a239870f6e2db 343080 libdevel optional
libsoqt3-dev_1.4.1-4_i386.deb
dc929e5a59cc20a076b14fe9874d665a 328968 libdevel optional
libsoqt4-dev_1.4.1-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIN+Zu0i2bPSHbMcURAl5OAJ4pF0T/OczIQ61AVwGHFs9uVXMiBQCgi2fx
+GM7GU/NYbMLOQbjf05oYT8=
=+FE/
-----END PGP SIGNATURE-----
--- End Message ---