Package: qt3-dev-tools Version: 3:3.3.7-1 Severity: important
Hi, I'm not able to build a package in an etch chroot using pbuilder, because uic segfaults: --------- [ 29%] Generating briconwidgetbase.h [ 30%] Generating briconwidgetbase.cxx /bin/sh: line 1: 18002 Segmentation fault /usr/bin/uic -impl /tmp/buildd/fsl-3.3.7/DEB_fslview_build/src/fslview/briconwidgetbase.h -o /tmp/buildd/fsl-3.3.7/DEB_fslview_build/src/fslview/briconwidgetbase.cxx /tmp/buildd/fsl-3.3.7/src/fslview/src/fslview/briconwidgetbase.ui make[3]: *** [src/fslview/briconwidgetbase.cxx] Error 139 make[3]: Leaving directory `/tmp/buildd/fsl-3.3.7/DEB_fslview_build' make[2]: *** [src/fslview/CMakeFiles/ui.dir/all] Error 2 make[2]: Leaving directory `/tmp/buildd/fsl-3.3.7/DEB_fslview_build' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/buildd/fsl-3.3.7/DEB_fslview_build' make: *** [build] Error 2 pbuilder: Failed autobuilding of package ---------- The corresponding ui file is attached. The strange thing is that the package builds fine in a sid chroot using pbuilder (as it built fine in an etch chroot some weeks ago) -- although the same version is in etch and sid. I tried amd64 and i386, the problem is present on both archs (i've used several i386 machines and one amd64 box). However the package builds cleanly on sid and ubuntu dists (dapper and edgy) -- each on i386 and amd64. The problem also exists outside a pbuilder etch chroot (installed etch desktop; please see the system information below). The problem might be somewhere outside uic, but it's uic that segfaults so I'm filing the bugreport against qt3-dev-tools. This might be related to #326470 and #330376. The package I'm trying to build is FSL [1]. The source package is available from [2] or [3] (for dget). Thanks in advance, Michael [1] http://apsy.gse.uni-magdeburg.de/main/index.php?sec=1&page=hanke/fsl&lang=en [2] http://apsy.gse.uni-magdeburg.de/~hanke/ [3] http://apsy.gse.uni-magdeburg.de/~hanke/fsl_3.3.7-3.dsc -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (600, 'testing'), (200, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages qt3-dev-tools depends on: ii libc6 2.3.6.ds1-7 GNU C Library: Shared libraries ii libfontconfig1 2.4.1-2 generic font configuration library ii libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib ii libgcc1 1:4.1.1-19 GCC support library ii libice6 1:1.0.1-2 X11 Inter-Client Exchange library ii libjpeg62 6b-13 The Independent JPEG Group's JPEG ii libpng12-0 1.2.8rel-7 PNG library - runtime ii libqt3-mt 3:3.3.7-1 Qt GUI Library (Threaded runtime v ii libsm6 1:1.0.1-3 X11 Session Management library ii libstdc++6 4.1.1-19 The GNU Standard C++ Library v3 ii libx11-6 2:1.0.3-2 X11 client-side library ii libxcursor1 1.1.7-4 X cursor management library ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar ii libxft2 2.1.8.2-8 FreeType-based font drawing librar ii libxi6 1:1.0.1-3 X11 Input extension library ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library ii libxrender1 1:0.9.1-3 X Rendering Extension client libra ii zlib1g 1:1.2.3-13 compression library - runtime Versions of packages qt3-dev-tools recommends: ii libqt3-mt-dev 3:3.3.7-1 Qt development files (Threaded) -- no debconf information -- GPG key: 1024D/3144BE0F Michael Hanke http://apsy.gse.uni-magdeburg.de/hanke ICQ: 48230050
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> <class>BriConWidgetBase</class> <widget class="QWidget"> <property name="name"> <cstring>BriConWidgetBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>206</width> <height>42</height> </rect> </property> <property name="font"> <font> <pointsize>11</pointsize> </font> </property> <property name="caption"> <string>Bricon Widget</string> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout23</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLineEdit" row="0" column="1"> <property name="name"> <cstring>m_minBox</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>3</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>32767</width> <height>16</height> </size> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="toolTip" stdset="0"> <string>Minimum brightness value</string> </property> </widget> <widget class="QLabel" row="1" column="0"> <property name="name"> <cstring>textLabel1_2</cstring> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>Max</string> </property> </widget> <widget class="QLabel" row="0" column="0"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>Min</string> </property> </widget> <widget class="QLineEdit" row="1" column="1"> <property name="name"> <cstring>m_maxBox</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>3</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>32767</width> <height>16</height> </size> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="toolTip" stdset="0"> <string>Maximum brightness value</string> </property> </widget> </grid> </widget> <widget class="QToolButton"> <property name="name"> <cstring>m_resetBriCon</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>15</width> <height>32</height> </size> </property> <property name="text"> <string></string> </property> <property name="iconSet"> <iconset>image0</iconset> </property> <property name="toolTip" stdset="0"> <string>Reset contrast and brightness</string> </property> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout13</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>0</number> </property> <widget class="QwtWheel"> <property name="name"> <cstring>m_briSlider</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>32767</width> <height>15</height> </size> </property> <property name="totalAngle"> <number>2160</number> </property> <property name="tickCnt"> <number>20</number> </property> <property name="internalBorder"> <number>1</number> </property> <property name="toolTip" stdset="0"> <string>Adjust brightness</string> </property> </widget> <widget class="QwtWheel"> <property name="name"> <cstring>m_conSlider</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>32767</width> <height>15</height> </size> </property> <property name="totalAngle"> <number>2160</number> </property> <property name="tickCnt"> <number>20</number> </property> <property name="internalBorder"> <number>1</number> </property> <property name="toolTip" stdset="0"> <string>Adjust contrast</string> </property> </widget> </vbox> </widget> </hbox> </widget> <images> <image name="image0"> <data format="XPM.GZ" length="634">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade65232345330b25030523054d2e152d2534856f0cbcf4b05b195816c65031310044ba10164316522c49491305c9d3204a0e8554690b8c560ba200cd2f462b717abfb88f41b9670514682f8d4e110833b0fc51fd8c28aaa62d8ec25dacd4862b5d65c0003016c89</data> </image> </images> <tabstops> <tabstop>m_minBox</tabstop> <tabstop>m_maxBox</tabstop> <tabstop>m_briSlider</tabstop> <tabstop>m_conSlider</tabstop> </tabstops> <layoutdefaults spacing="1" margin="0"/> <includehints> <includehint>qwt_wheel.h</includehint> <includehint>qwt_wheel.h</includehint> </includehints> </UI>
signature.asc
Description: Digital signature