Comment 1 for bug 1035201

Revision history for this message
Marguerite Su (i-5lmm) wrote :

I can confirm this bug in 1.0.2 and trunk version.

I built picsaw with openSUSE (12.2 RC2, gcc 4.7.1)

every process is okay, but you can't launch it.

in GDB, it hangs at

(gdb) run
Starting program: /usr/bin/picsaw
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x7fffec15a700 (LWP 7945)]

by the way,

1. if you use the given "gcc -V" to build, it will complain "-V" & "-qversion" no such options, as well as missing "liblto_plugin.so" which is actually at /usr/lib64/gcc/x86_64-suse-linux/4.7

2. configure is missing "LIBS=-lm" option. without it, picsaw can't be built.

more information see Archlinux AUR and openSUSE OBS:

https://aur.archlinux.org/packages/pi/picsaw/PKGBUILD

https://build.opensuse.org/package/show?package=picsaw&project=home%3AMargueriteSu

Greetings,

Marguerite