unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Guile 1.6.7-3 dependency on klogd (SuSE 9.2)
@ 2005-09-03 10:30 Matt Wallis
  2005-09-03 11:55 ` Fabrice Bauzac
  2005-09-03 12:30 ` Guile 1.6.7-3 dependency on klogd " Zeeshan Ali
  0 siblings, 2 replies; 5+ messages in thread
From: Matt Wallis @ 2005-09-03 10:30 UTC (permalink / raw)


I'm trying to update guile 1.6.4 to 1.6.7 in order to use Lilypond. I have 
downloaded 
http://anorien.csc.warwick.ac.uk/mirrors/suse/i386/9.3/suse/src/ 
guile-1.6.7-3.src.rpm

Now I am faced with the following failed dependency:

   # rpmbuild --rebuild guile-1.6.7-3.src.rpm
   Installing guile-1.6.7-3.src.rpm
   error: Failed build dependencies:
        klogd is needed by guile-1.6.7-3

even though I seem to have klogd running on my system:

   # klogd -v
   klogd 1.4.1
   # ps -ef | grep klogd
   root      4528     1  0 09:20 ?        00:00:00 /sbin/klogd -c 1 -2 -x

Any help in resolving this problem would be very gratefully received.

Matt.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Guile 1.6.7-3 dependency on klogd (SuSE 9.2)
  2005-09-03 10:30 Guile 1.6.7-3 dependency on klogd (SuSE 9.2) Matt Wallis
@ 2005-09-03 11:55 ` Fabrice Bauzac
  2005-09-03 15:13   ` /usr/lib/libguile.so.12 __sprintf_chk undefined " Matt Wallis
  2005-09-03 12:30 ` Guile 1.6.7-3 dependency on klogd " Zeeshan Ali
  1 sibling, 1 reply; 5+ messages in thread
From: Fabrice Bauzac @ 2005-09-03 11:55 UTC (permalink / raw)
  Cc: guile-user

Hello,

For problems with packaging/rpm/deb, please contact the packager of
your file.  The Guile project publishes .tar.gz files and is not
responsible for other packagings.

Thanks.

-- 
fabrice bauzac



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Guile 1.6.7-3 dependency on klogd (SuSE 9.2)
  2005-09-03 10:30 Guile 1.6.7-3 dependency on klogd (SuSE 9.2) Matt Wallis
  2005-09-03 11:55 ` Fabrice Bauzac
@ 2005-09-03 12:30 ` Zeeshan Ali
  1 sibling, 0 replies; 5+ messages in thread
From: Zeeshan Ali @ 2005-09-03 12:30 UTC (permalink / raw)
  Cc: guile-user

Hello,
   I really dont think that Guile project itself creates any packages
for different distros. Can you please try the office source from
http://ftp.gnu.org/pub/gnu/guile/ and see what that says?

On 9/3/05, Matt Wallis <wallis.matt@virgin.net> wrote:
> I'm trying to update guile 1.6.4 to 1.6.7 in order to use Lilypond. I have
> downloaded
> http://anorien.csc.warwick.ac.uk/mirrors/suse/i386/9.3/suse/src/
> guile-1.6.7-3.src.rpm
> 
> Now I am faced with the following failed dependency:
> 
>    # rpmbuild --rebuild guile-1.6.7-3.src.rpm
>    Installing guile-1.6.7-3.src.rpm
>    error: Failed build dependencies:
>         klogd is needed by guile-1.6.7-3
> 
> even though I seem to have klogd running on my system:
> 
>    # klogd -v
>    klogd 1.4.1
>    # ps -ef | grep klogd
>    root      4528     1  0 09:20 ?        00:00:00 /sbin/klogd -c 1 -2 -x
> 
> Any help in resolving this problem would be very gratefully received.
> 
> Matt.
> 
> 
> _______________________________________________
> Guile-user mailing list
> Guile-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/guile-user
> 


-- 
Regards,

Zeeshan Ali


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 5+ messages in thread

* /usr/lib/libguile.so.12 __sprintf_chk undefined (SuSE 9.2)
  2005-09-03 11:55 ` Fabrice Bauzac
@ 2005-09-03 15:13   ` Matt Wallis
  2005-09-04 11:31     ` Tomas Zerolo
  0 siblings, 1 reply; 5+ messages in thread
From: Matt Wallis @ 2005-09-03 15:13 UTC (permalink / raw)
  Cc: guile-user

Hi, 
Thank you both for replying.

On Saturday 03 September 2005 12:55, Fabrice wrote:
> Hello,
>
> For problems with packaging/rpm/deb, please contact the packager of
> your file.  The Guile project publishes .tar.gz files and is not
> responsible for other packagings.

OK, I have now installed guile 1.6.7 from the.tar.gz, and encounter the 
following error when I run lilypond:

GNU LilyPond 2.6.3.1
/usr/bin/lilypond-bin-2.6.3.1: relocation error: /usr/lib/libguile.so.12: 
symbol __sprintf_chk, version GLIBC_2.3.4 not defined in file libc.so.6 with 
link time reference

I may be misunderstanding this, and this has nothing to do with libguile - in 
which case apologies for this message. Otherwise, any help would be 
gratefully received.

Thanks
Matt,


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: /usr/lib/libguile.so.12 __sprintf_chk undefined (SuSE 9.2)
  2005-09-03 15:13   ` /usr/lib/libguile.so.12 __sprintf_chk undefined " Matt Wallis
@ 2005-09-04 11:31     ` Tomas Zerolo
  0 siblings, 0 replies; 5+ messages in thread
From: Tomas Zerolo @ 2005-09-04 11:31 UTC (permalink / raw)
  Cc: guile-user


[-- Attachment #1.1: Type: text/plain, Size: 1044 bytes --]

On Sat, Sep 03, 2005 at 04:13:03PM +0100, Matt Wallis wrote:
> Hi, 
> Thank you both for replying.
> 
> On Saturday 03 September 2005 12:55, Fabrice wrote:
> > Hello,
> >
> > For problems with packaging/rpm/deb, please contact the packager of
> > your file.  The Guile project publishes .tar.gz files and is not
> > responsible for other packagings.
> 
> OK, I have now installed guile 1.6.7 from the.tar.gz, and encounter the 
> following error when I run lilypond:
> 
> GNU LilyPond 2.6.3.1
> /usr/bin/lilypond-bin-2.6.3.1: relocation error: /usr/lib/libguile.so.12: 
> symbol __sprintf_chk, version GLIBC_2.3.4 not defined in file libc.so.6 with 
> link time reference

This looks to me as if LilyPond is using the distribution's libguile
(typically installed in /usr/lib) and not the one you just installed off
sources *typically in /usr/local/lib). It's a half-baked guess, but try
doing ``export LD_LIBRARY_PATH=/usr/local/lib´´ before calling lilypond
and see whether it changes anything.

Regards
-- tomás

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-09-04 11:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-03 10:30 Guile 1.6.7-3 dependency on klogd (SuSE 9.2) Matt Wallis
2005-09-03 11:55 ` Fabrice Bauzac
2005-09-03 15:13   ` /usr/lib/libguile.so.12 __sprintf_chk undefined " Matt Wallis
2005-09-04 11:31     ` Tomas Zerolo
2005-09-03 12:30 ` Guile 1.6.7-3 dependency on klogd " Zeeshan Ali

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).