emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#11451: closed (guile-2.0.5, guile-tools does not h


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#11451: closed (guile-2.0.5, guile-tools does not honor --program-suffix=)
Date: Mon, 14 May 2012 17:24:01 +0000

Your message dated Mon, 14 May 2012 19:22:59 +0200
with message-id <address@hidden>
and subject line Re: bug#11451: guile-2.0.5, guile-tools does not honor 
--program-suffix=
has caused the debbugs.gnu.org bug report #11451,
regarding guile-2.0.5, guile-tools does not honor --program-suffix=
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
11451: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11451
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: guile-2.0.5, guile-tools does not honor --program-suffix= Date: Fri, 11 May 2012 14:14:58 +0200 User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:12.0) Gecko/20120503 Firefox/12.0 SeaMonkey/2.9.1
Hello guilers,

I'm working on provinding guile-2.0 in Gentoo. We choose to provide both
guile-1.8 and guile-2.0, as some programs have not been ported to
guile-2.0 (and some seems to have dead upstream).

In order to have both versions installed in /usr at the same
time, I make use of --program-suffix=-${MAJOR} during configure (MAJOR
being either 1.8 or 2.0). We provide a script that create symlinks for
guile binaries targeting either 1.8 or 2.0, update environment
(GUILE_LOAD_PATH), and even a symlink for the manpage.
This almost work out of the box, except for guile.m4, which is renamed
to guile-${MAJOR}.m4 at install time, and a symlink is handled by the
above script.


Two days ago, I tried to bump our guile ebuild from 2.0.1 to 2.0.5,
and I notice that guile-tools was renamed to guild. Well, this is not an
issue, I just have to update the above cited script to make the right links.


My issue is that the build system provides a symlink 'guile-tools' which
points to guild-2.0. And that symlink does not respect
--program-suffix=, thus our package manager complains about guile-tools
already existing in the installation directory.

I see two possibilities from here :
- make that symlink honoring --program-suffix;
- add a build option to tell the configure script that I don't want that
symlink (it will be created by our script).


Thanks

-- 
,Cyprien



--- End Message ---
--- Begin Message --- Subject: Re: bug#11451: guile-2.0.5, guile-tools does not honor --program-suffix= Date: Mon, 14 May 2012 19:22:59 +0200 User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux)
Hi Cyprien,

I believe this is fixed by commit
3742d778fbc6ea879437c19aeebe09179dceffdf in branch ‘stable-2.0’.

Thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]