[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#270202: qt-x11-free build error on arm-linux



Package: qt-x11-free
Version: 3:3.3.3-4
Severity: serious

[please don't reassign yet, let's evaluate it first; this is the
 package that most people would expect to find a report]

when building on arm-linux, uic enters an infinite loop building
pixmapfunction.h. It's not the first uic invocation in the build.

(gdb) run
Starting program: /home/matthias/qt/qt-x11-free-3.3.3/bin/uic -L plugins tools/designer/designer/pixmapfunction.ui -o  pixmapfunction.h
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 31697)]

Program received signal SIGINT, Interrupt.
[Switching to Thread 16384 (LWP 31697)]
0x40506024 in mult () from lib/libqt-mt.so.3

the process uses all CPU time, strace doesn't show any
output. suspecting a toolchain issue, the following combinations of
versions and flags, all reproducing the same results, were tried:

- current gcc-3.3(sid), binutils-2.15-2, current glibc (-16),
  qt with -O2
- current gcc-3.3(sid), binutils-2.15-2, current glibc (-16),
  qt with -O0
- current gcc-3.3(sid), binutils-2.14.90.0.7-8, current glibc (-16),
  qt with -O2
- current gcc-3.3(sid), binutils-2.14.90.0.7-8, glibc (-16),
  qt with -O2
- current gcc-3.3(sid), binutils-2.15-2, current glibc (-16),
  qt with -O0
- current gcc-3.4(sid), binutils-2.15-2, current glibc (-16),
  qt with -O2
- current gcc-3.3(sid), binutils-2.15-2, current glibc (-16) rebuilt
  with current gcc-3.3(sid), binutils-2.15-2
  qt with -O2

Currently trying to build with current sarge tools.

	Matthias



Reply to: