unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* can't compile guile-gnome guile-clutter on debian [testing] anymore
@ 2014-12-27 19:05 David Pirotte
  0 siblings, 0 replies; only message in thread
From: David Pirotte @ 2014-12-27 19:05 UTC (permalink / raw)
  To: guile-devel

[-- Attachment #1: Type: text/plain, Size: 6404 bytes --]

Guilers,

  debian testing
    guile-gnome, devel branch
      make fails

  [ note that guile-clutter will fail the 'same way', creating a dependency upon
  [ /usr/lib/x86_64-linux-gnu/libcairo-gobject.la

I won't be able to solve this problem by myself, by far. In the mean time, is there
a [dirty, I know] way, and if there is, can I create these .la files we depend upon?
until we solve this debian platform related problem...

Thanks,
David

	[ for the record, i made a paste before to report
	[ http://paste.lisp.org/+33TO

;; --

(1)

./autogen.sh --prefix=/opt
./configure --prefix=/opt

create a dependency upon libraries that do not exist, on debian(*), /usr/lib/x86_64-linux-gnu/libcairo.la, see below:

david@capac:/usr/local/src/guile-gnome/git-clone 200 $ afind libcairo
./cairo/gnome/gw/libgw-guile-gnome-cairo.la:dependency_libs=' -L/opt/lib /opt/lib/libguile-cairo.la /usr/lib/x86_64-linux-gnu/libcairo.la -lcairo-gobject -lcairo /opt/lib/libgwrap-guile-runtime.la -lrt /opt/lib/libgwrap-core-runtime.la /usr/local/src/guile-gnome/git-clone/glib/gnome/gobject/libguile-gnome-gobject-2.la -lgobject-2.0 -lgthread-2.0 -lglib-2.0 /opt/lib/libguile-2.0.la -lffi -lunistring -lgmp /usr/lib/x86_64-linux-gnu/libltdl.la -ldl -lcrypt -lm -lgc'
Binary file ./cairo/gnome/gw/.libs/libgw-guile-gnome-cairo.so.0.0.0 matches
david@capac:/usr/local/src/guile-gnome/git-clone 201 $ 

(*) i thought this was only at make distcheck, but today i realize that this is not the case, something must have changed recently on debian [within the last 2 month because i always git clean -dxf, configure/make/install befire to send any work/patch i worked on...


(2)

Obviously, make fails:

make[5]: Entering directory '/usr/local/src/guile-gnome/git-clone/cairo/gnome/gw'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..    -I../../../glib/gnome/gobject -I../../../glib/gnome/gobject -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I. -I. -Wall  -pthread -I/opt/include/guile-cairo -I/opt/include/guile/2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/opt/include/guile/2.0  -std=gnu99 -pthread -I/opt/include -I/opt/include/guile/2.0  -g -O2 -MT libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.lo -MD -MP -MF .deps/libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.Tpo -c -o libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.lo `test -f 'guile-gnome-gw-cairo.c' || echo './'`guile-gnome-gw-cairo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../glib/gnome/gobject -I../../../glib/gnome/gobject -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I. -I. -Wall -pthread -I/opt/include/guile-cairo -I/opt/include/guile/2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/opt/include/guile/2.0 -std=gnu99 -pthread -I/opt/include -I/opt/include/guile/2.0 -g -O2 -MT libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.lo -MD -MP -MF .deps/libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.Tpo -c guile-gnome-gw-cairo.c  -fPIC -DPIC -o .libs/libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.o
mv -f .deps/libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.Tpo .deps/libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -I../../../glib/gnome/gobject -I../../../glib/gnome/gobject -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I. -I. -Wall  -pthread -I/opt/include/guile-cairo -I/opt/include/guile/2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/opt/include/guile/2.0  -std=gnu99 -pthread -I/opt/include -I/opt/include/guile/2.0  -g -O2 -module  -o libgw-guile-gnome-cairo.la -rpath /opt/lib/guile-gnome-2 libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.lo -L/opt/lib -lguile-cairo -lguile-2.0 -lgc -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0  -L/opt/lib -lguile-2.0 -lgc  -L/opt/lib -lgwrap-guile-runtime -lgwrap-core-runtime -lguile-2.0 -lgc -lffi  ../../../glib/gnome/gobject/libguile-gnome-gobject-2.la 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.o   -Wl,-rpath -Wl,/usr/local/src/guile-gnome/git-clone/glib/gnome/gobject/.libs -L/opt/lib /opt/lib/libguile-cairo.so -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 /opt/lib/libgwrap-guile-runtime.so /opt/lib/libgwrap-core-runtime.so /opt/lib/libguile-2.0.so -lgc -lffi ../../../glib/gnome/gobject/.libs/libguile-gnome-gobject-2.so  -pthread -pthread -pthread -O2   -pthread -Wl,-soname -Wl,libgw-guile-gnome-cairo.so.0 -o .libs/libgw-guile-gnome-cairo.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libgw-guile-gnome-cairo.so.0" && ln -s "libgw-guile-gnome-cairo.so.0.0.0" "libgw-guile-gnome-cairo.so.0")
libtool: link: (cd ".libs" && rm -f "libgw-guile-gnome-cairo.so" && ln -s "libgw-guile-gnome-cairo.so.0.0.0" "libgw-guile-gnome-cairo.so")
/bin/sed: can't read /usr/lib/x86_64-linux-gnu/libcairo.la: No such file or directory
libtool: link: `/usr/lib/x86_64-linux-gnu/libcairo.la' is not a valid libtool archive
Makefile:505: recipe for target 'libgw-guile-gnome-cairo.la' failed
make[5]: *** [libgw-guile-gnome-cairo.la] Error 1
make[5]: Leaving directory '/usr/local/src/guile-gnome/git-clone/cairo/gnome/gw'
Makefile:433: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '/usr/local/src/guile-gnome/git-clone/cairo/gnome/gw'
Makefile:434: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/usr/local/src/guile-gnome/git-clone/cairo/gnome'
Makefile:452: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/usr/local/src/guile-gnome/git-clone/cairo'
Makefile:446: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/local/src/guile-gnome/git-clone'
Makefile:375: recipe for target 'all' failed
make: *** [all] Error 2
david@capac:/usr/local/src/guile-gnome/git-clone 11 $ 

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-27 19:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-27 19:05 can't compile guile-gnome guile-clutter on debian [testing] anymore David Pirotte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).