Bug#631663: libgc-dev: missing .la files

2011-06-26 Thread David Pirotte
Hello Julien,

Le Sun, 26 Jun 2011 00:57:49 +0200,
Julien Cristau  a écrit :

> On Sat, Jun 25, 2011 at 17:53:36 -0300, David Pirotte wrote:
> 
> > Package: libgc-dev
> > Version: 1:7.1-8
> > Severity: important
> > 
> > This is also true for the libgc-dev amd64 [same version] package.
> > 
> > Important: yes, very, but not urgent: it provides me [and the
> > community off course] to conmpile guile-gnome-platform:
> > 
> > libtool: link: gcc -shared  -fPIC
> > -DPIC .libs/libgw_guile_gnome_atk_la-guile-gnome-gw-atk.o   -Wl,-rpath
> > -Wl,/usr/local/src/guile-gnome/git-clone/glib/gnome/gobject/.libs 
> > /usr/lib/libatk-1.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgthread-2.0.so
> > -lrt /usr/lib/libglib-2.0.so
> > -L/usr/local/lib /usr/local/lib/libgwrap-guile-runtime.so 
> > /usr/local/lib/libgwrap-core-runtime.so /usr/local/lib/libguile-2.0.so
> > -lgc -lffi ../../../glib/gnome/gobject/.libs/libguile-gnome-gobject-2.so
> > -pthread -pthread -pthread -O2 -pthread   -pthread -Wl,-soname
> > -Wl,libgw-guile-gnome-atk.so.0 -o .libs/libgw-guile-gnome-atk.so.0.0.0 
> > libtool:
> > link: (cd ".libs" && rm -f "libgw-guile-gnome-atk.so.0" && ln -s
> > "libgw-guile-gnome-atk.so.0.0.0" "libgw-guile-gnome-atk.so.0") libtool: 
> > link:
> > (cd ".libs" && rm -f "libgw-guile-gnome-atk.so" && ln -s
> > "libgw-guile-gnome-atk.so.0.0.0" "libgw-guile-gnome-atk.so") /bin/sed: can't
> > read /usr/lib/libgc.la: No such file or directory libtool:
> > link: /usr/lib/libgc.la' is not a valid libtool archive make[5]: ***
> > [libgw-guile-gnome-atk.la] Error 1 make[5]: Leaving
> > directory /usr/local/src/guile-gnome/git-clone/atk/gnome/gw' make[4]: *** 
> > [all]
> > Error 2
> > 
> You need to find what file on your system references /usr/lib/libgc.la,
> and remove it.  Probably something in /usr/local/lib/*.la, looking at
> your log.

Thank you, this did solve the .la 'at configure time' problem. I will mention 
this
to the guile-gnome-platform developers/maintainers.

> I don't think this is a bug.
> 
> Cheers,
> Julien

Thanks,
David



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#631663: libgc-dev: missing .la files

2011-06-26 Thread David Pirotte
Hello Christoph,

Le Sat, 25 Jun 2011 23:07:39 +0200,
Christoph Egger  a écrit :

> Hi!
> 
> David Pirotte  writes:
> > libtool: link: gcc -shared -fPIC -DPIC
> > .libs/libgw_guile_gnome_atk_la-guile-gnome-gw-atk.o -Wl,-rpath
> > -Wl,/usr/local/src/guile-gnome/git-clone/glib/gnome/gobject/.libs
> > /usr/lib/libatk-1.0.so /usr/lib/libgobject-2.0.so
> > /usr/lib/libgthread-2.0.so -lrt /usr/lib/libglib-2.0.so
> > -L/usr/local/lib /usr/local/lib/libgwrap-guile-runtime.so
> > /usr/local/lib/libgwrap-core-runtime.so /usr/local/lib/libguile-2.0.so
> > -lgc -lffi
> > ../../../glib/gnome/gobject/.libs/libguile-gnome-gobject-2.so -pthread
> > -pthread -pthread -O2 -pthread -pthread -Wl,-soname
> > -Wl,libgw-guile-gnome-atk.so.0 -o .libs/libgw-guile-gnome-atk.so.0.0.0
> > libtool: link: (cd ".libs" && rm -f "libgw-guile-gnome-atk.so.0" && ln
> > -s "libgw-guile-gnome-atk.so.0.0.0" "libgw-guile-gnome-atk.so.0")
> > libtool: link: (cd ".libs" && rm -f "libgw-guile-gnome-atk.so" && ln
> > -s "libgw-guile-gnome-atk.so.0.0.0" "libgw-guile-gnome-atk.so")
> > /bin/sed: can't read /usr/lib/libgc.la: No such file or directory
> > libtool: link: /usr/lib/libgc.la' is not a valid libtool archive
> > make[5]: *** [libgw-guile-gnome-atk.la] Error 1 make[5]: Leaving directory
> > /usr/local/src/guile-gnome/git-clone/atk/gnome/gw'
> > make[4]: *** [all] Error 2
> 
> What exactly needs to be done to see this failure? Just building
> guile-gnome-platform here seems to succeed. Note also that .la files are
> removed on purpose [0] wherever possible
>
> [0] http://lists.debian.org/debian-devel/2009/08/msg00783.html

Oh ok, will report this to the guile/guile-gnome-platform mailing list. 
Actually I
did ask on guile's irc if 'it was a libgc-dev' or guile-2.0/guile-gnome-platform
bug, and someone said 'sound's like a libgc-dev' ... Not blaming that person of
course, but sorry for the noise.

> Regards
> Christoph

Many thanks,
David



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#631663: libgc-dev: missing .la files

2011-06-25 Thread Julien Cristau
On Sat, Jun 25, 2011 at 17:53:36 -0300, David Pirotte wrote:

> Package: libgc-dev
> Version: 1:7.1-8
> Severity: important
> 
> This is also true for the libgc-dev amd64 [same version] package.
> 
> Important: yes, very, but not urgent: it provides me [and the
> community off course] to conmpile guile-gnome-platform:
> 
> libtool: link: gcc -shared  -fPIC -DPIC 
> .libs/libgw_guile_gnome_atk_la-guile-gnome-gw-atk.o   -Wl,-rpath 
> -Wl,/usr/local/src/guile-gnome/git-clone/glib/gnome/gobject/.libs
> /usr/lib/libatk-1.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgthread-2.0.so 
> -lrt /usr/lib/libglib-2.0.so -L/usr/local/lib 
> /usr/local/lib/libgwrap-guile-runtime.so
> /usr/local/lib/libgwrap-core-runtime.so /usr/local/lib/libguile-2.0.so -lgc 
> -lffi ../../../glib/gnome/gobject/.libs/libguile-gnome-gobject-2.so -pthread 
> -pthread -pthread -O2 -pthread   -pthread -Wl,-soname
> -Wl,libgw-guile-gnome-atk.so.0 -o .libs/libgw-guile-gnome-atk.so.0.0.0 
> libtool: link: (cd ".libs" && rm -f "libgw-guile-gnome-atk.so.0" && ln -s 
> "libgw-guile-gnome-atk.so.0.0.0" "libgw-guile-gnome-atk.so.0")
> libtool: link: (cd ".libs" && rm -f "libgw-guile-gnome-atk.so" && ln -s 
> "libgw-guile-gnome-atk.so.0.0.0" "libgw-guile-gnome-atk.so") /bin/sed: can't 
> read /usr/lib/libgc.la: No such file or directory
> libtool: link: /usr/lib/libgc.la' is not a valid libtool archive
> make[5]: *** [libgw-guile-gnome-atk.la] Error 1 make[5]: Leaving directory
> /usr/local/src/guile-gnome/git-clone/atk/gnome/gw'
> make[4]: *** [all] Error 2
> 
You need to find what file on your system references /usr/lib/libgc.la,
and remove it.  Probably something in /usr/local/lib/*.la, looking at
your log.

I don't think this is a bug.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#631663: libgc-dev: missing .la files

2011-06-25 Thread Christoph Egger
Hi!

David Pirotte  writes:
> libtool: link: gcc -shared -fPIC -DPIC
> .libs/libgw_guile_gnome_atk_la-guile-gnome-gw-atk.o -Wl,-rpath
> -Wl,/usr/local/src/guile-gnome/git-clone/glib/gnome/gobject/.libs
> /usr/lib/libatk-1.0.so /usr/lib/libgobject-2.0.so
> /usr/lib/libgthread-2.0.so -lrt /usr/lib/libglib-2.0.so
> -L/usr/local/lib /usr/local/lib/libgwrap-guile-runtime.so
> /usr/local/lib/libgwrap-core-runtime.so /usr/local/lib/libguile-2.0.so
> -lgc -lffi
> ../../../glib/gnome/gobject/.libs/libguile-gnome-gobject-2.so -pthread
> -pthread -pthread -O2 -pthread -pthread -Wl,-soname
> -Wl,libgw-guile-gnome-atk.so.0 -o .libs/libgw-guile-gnome-atk.so.0.0.0
> libtool: link: (cd ".libs" && rm -f "libgw-guile-gnome-atk.so.0" && ln
> -s "libgw-guile-gnome-atk.so.0.0.0" "libgw-guile-gnome-atk.so.0")
> libtool: link: (cd ".libs" && rm -f "libgw-guile-gnome-atk.so" && ln
> -s "libgw-guile-gnome-atk.so.0.0.0" "libgw-guile-gnome-atk.so")
> /bin/sed: can't read /usr/lib/libgc.la: No such file or directory
> libtool: link: /usr/lib/libgc.la' is not a valid libtool archive
> make[5]: *** [libgw-guile-gnome-atk.la] Error 1 make[5]: Leaving directory
> /usr/local/src/guile-gnome/git-clone/atk/gnome/gw'
> make[4]: *** [all] Error 2

What exactly needs to be done to see this failure? Just building
guile-gnome-platform here seems to succeed. Note also that .la files are
removed on purpose [0] wherever possible

[0] http://lists.debian.org/debian-devel/2009/08/msg00783.html

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?


pgpiXP9slQU98.pgp
Description: PGP signature


Bug#631663: libgc-dev: missing .la files

2011-06-25 Thread David Pirotte
Package: libgc-dev
Version: 1:7.1-8
Severity: important

This is also true for the libgc-dev amd64 [same version] package.

Important: yes, very, but not urgent: it provides me [and the
community off course] to conmpile guile-gnome-platform:

libtool: link: gcc -shared  -fPIC -DPIC 
.libs/libgw_guile_gnome_atk_la-guile-gnome-gw-atk.o   -Wl,-rpath 
-Wl,/usr/local/src/guile-gnome/git-clone/glib/gnome/gobject/.libs
/usr/lib/libatk-1.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgthread-2.0.so 
-lrt /usr/lib/libglib-2.0.so -L/usr/local/lib 
/usr/local/lib/libgwrap-guile-runtime.so
/usr/local/lib/libgwrap-core-runtime.so /usr/local/lib/libguile-2.0.so -lgc 
-lffi ../../../glib/gnome/gobject/.libs/libguile-gnome-gobject-2.so -pthread 
-pthread -pthread -O2 -pthread   -pthread -Wl,-soname
-Wl,libgw-guile-gnome-atk.so.0 -o .libs/libgw-guile-gnome-atk.so.0.0.0 libtool: 
link: (cd ".libs" && rm -f "libgw-guile-gnome-atk.so.0" && ln -s 
"libgw-guile-gnome-atk.so.0.0.0" "libgw-guile-gnome-atk.so.0")
libtool: link: (cd ".libs" && rm -f "libgw-guile-gnome-atk.so" && ln -s 
"libgw-guile-gnome-atk.so.0.0.0" "libgw-guile-gnome-atk.so") /bin/sed: can't 
read /usr/lib/libgc.la: No such file or directory
libtool: link: /usr/lib/libgc.la' is not a valid libtool archive
make[5]: *** [libgw-guile-gnome-atk.la] Error 1 make[5]: Leaving directory
/usr/local/src/guile-gnome/git-clone/atk/gnome/gw'
make[4]: *** [all] Error 2

Thanks,
David


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (800, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgc-dev depends on:
ii  libc6-dev [libc-dev]  2.13-7 Embedded GNU C Library: Developmen
ii  libgc1c2  1:7.1-8conservative garbage collector for

libgc-dev recommends no packages.

libgc-dev suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org