On 01/08/2013 02:12 PM, Dave Phillips wrote:
Hi William,
Building the latest git pull for 0.14.97 on a completely updated Arch 64
system:
[dlphilp@bigblack phasex]$ aclocal
configure.ac:695: error: 'AM_CONFIG_HEADER': this macro is obsolete.
You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded
from...
configure.ac:695: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
I followed the advice, updated the macro declaration, and aclocal ran to
its end, after which the rest of the autotools ran without complaint.
I used the following build configuration:
./configure --enable-cpu-power --enable-arch=native --prefix=/usr/local
No reported errors during the build config, Phasex compiled without
problems.
CPU is an AMD64 3200+, single-core, with 4G RAM, GCC 4.7.2.
From uname :
Linux 3.7.1-2-ARCH #1 SMP PREEMPT x86_64 GNU/Linux
Alas, when I start Phasex it segfaults immediately:
[dlphilp@bigblack ~]$ phasex
Not sending deprecated LASH_Client_Name event
LASH client initialized. (LASH_Client_Name='phasex').
Main: LASH client started.
(phasex:1239): Gtk-WARNING **: Unable to locate theme engine in
module_path: "nodoka",
(phasex:1239): Gtk-WARNING **: Unable to locate theme engine in
module_path: "nodoka",
Segmentation fault (core dumped)
Bummer. Also, the splash indicates 0.14.96 but the git pull specified
0.14.97. There is no previous version of Phasex on my system.
Suggestions are welcome. :)
Best,
dp
I'm also seeing this. Are you using nvidia driver perchance?
Program terminated with signal 11, Segmentation fault.
#0 0x00007f3bb539bfc2 in ?? () from /lib64/tls/libnvidia-tls.so.310.19
Full backtrace:
http://pastebin.com/vR5b1mV9
This is a fully updated fedora 18. My Fedora 17 laptop (intel video) was OK.
@William: FYI:
http://bsjones.fedorapeople.org/phasex-0.14.97-0.1.git27f2130b.fc18.src.rpm
Brendan