-
Notifications
You must be signed in to change notification settings - Fork 322
Description
Hi, I'm trying to compile nemo in other distribution manually.
So here are the steps:
bash$ autoreconf
/usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD
/usr/share/aclocal/gtkglextmm-1.2.m4:225: run info '(automake)Extending aclocal'
/usr/share/aclocal/gtkglextmm-1.2.m4:225: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
libnemo-extension/Makefile.am:78: addprefix $(srcdir: non-POSIX variable name
libnemo-extension/Makefile.am:78: (probably a GNU make extension)
bash$ ./configure --disable-libexif --disable-xmp --disable-packagekit --disable-update-mimedb --enable-debug --enable-tracker=no --enable-introspection=no
(first I tried with default settings ./configure)
nemo-1.1.2:
prefix: /usr/local
source code location: .
compiler: gcc
libexif support: no
libexempi support: no
PackageKit support: no
Tracker support: no
debugging support: yes
nemo-extension documentation: no
nemo-extension introspection: no (disabled, use --enable-introspection to enable)
(gdb) run
Starting program: /home/blshkv/linuxmint-nemo-7bee834/src/.libs/nemo
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffeb476700 (LWP 8000)]
[New Thread 0x7fffeac75700 (LWP 8001)]
[New Thread 0x7fffea474700 (LWP 8002)]
[New Thread 0x7fffe8c41700 (LWP 8003)]
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff40900c6 in ?? () from /lib64/libc.so.6
emerge --info
Portage 2.1.11.31 (hardened/linux/amd64, gcc-4.5.4, glibc-2.15-r3, 3.5.4-pentoo x86_64)
System uname: Linux-3.5.4-pentoo-x86_64-Intel-R-_Core-TM-i5_CPU_M_520@_2.40GHz-with-gentoo-2.1
Timestamp of tree: Tue, 20 Nov 2012 01:00:01 +0000
ld GNU ld (GNU Binutils) 2.22
app-shells/bash: 4.2_p37
dev-java/java-config: 2.1.11-r3
dev-lang/python: 2.7.3-r2, 3.2.3
dev-util/cmake: 2.8.9
dev-util/pkgconfig: 0.27.1
sys-apps/baselayout: 2.1-r1
sys-apps/openrc: 0.11.5::pentoo
sys-apps/sandbox: 2.6
sys-devel/autoconf: 2.13, 2.68
sys-devel/automake: 1.11.6
sys-devel/binutils: 2.22-r1
sys-devel/gcc: 4.5.4, 4.6.3
sys-devel/gcc-config: 1.7.3
sys-devel/libtool: 2.4-r4
sys-devel/make: 3.82-r3
sys-kernel/linux-headers: 3.4-r2 (virtual/os-headers)
sys-libs/glibc: 2.15-r3
Let me know if I can provide more information