[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guile-user Digest, Vol 201, Issue 5
From: |
Thomas Morley |
Subject: |
Re: guile-user Digest, Vol 201, Issue 5 |
Date: |
Sat, 10 Aug 2019 20:46:07 +0200 |
Hi Zelphir,
thanks for your reply.
Mark already answered with a great anlalysis of the problem and
suggestions to get it correct.
https://lists.gnu.org/archive/html/guile-devel/2018-07/msg00036.html
I can confirm the proposed sollution works.
Cheers,
Harm
Am Sa., 10. Aug. 2019 um 00:22 Uhr schrieb Zelphir Kaltstahl
<address@hidden>:
>
> Hi Thomas!
>
> I don't have a solution for you, but maybe an idea. Can you check that
> your PATH does not "shadow" the installed Guile?
>
> Regards,
>
> Zelphir
>
> On 8/9/19 6:00 PM, address@hidden wrote:
> > Message: 1
> > Date: Thu, 8 Aug 2019 22:19:50 +0200
> > From: Thomas Morley <address@hidden>
> > To: address@hidden
> > Subject: Problem installing the intended version
> > Message-ID:
> > <address@hidden>
> > Content-Type: text/plain; charset="UTF-8"
> >
> > Hi,
> >
> > recently I tested building LilyPond against guile-2.2.6 without
> > success[*] and tried to investigate whether the problem is on the
> > guile-side or at LilyPond (there are some patches which may or may not
> > cause the problem).
> >
> > Though I stumbled across a problem which may be caused by guile or my
> > naivity ...
> >
> > I had built guile-2.2.6 from the git repository and installed it via
> > `sudo make install´
> > Then I did (in/for a fresh repo):
> >
> > git clone git://git.sv.gnu.org/guile.git ~/guile-2.2.4
> > cd guile-2.2.4/
> > git checkout v2.2.4
> > git checkout -b guile-2.2.4
> > sh autogen.sh
> > ./configure
> > make
> >
> > All successfull, then some tests:
> >
> > ./meta/guile --version
> > --> guile (GNU Guile) 2.2.4 [...]
> > ./meta/guile-config --version
> > --> guile-config - Guile version 2.2.4
> >
> > Then installed it systemwide
> >
> > sudo make install
> >
> > And made some testings:
> >
> > which guile
> > --> /usr/local/bin/guile
> > /usr/local/bin/guile --version
> > --> guile (GNU Guile) 2.2.6.1-a69b5
> >
> > Obviously 2.2.4 was _not_ installed but 2.2.6 from another repo.
> >
> > What am I missing?
> >
> >
> > Thanks,
> > Harm
> >
> > [*] To be more exact: `make´ succeeded for LilyPond, but `make
> > test-baseline´ failed.
> >
> >
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Thu, 8 Aug 2019 22:23:00 +0200
> > From: Thomas Morley <address@hidden>
> > To: address@hidden
> > Subject: Re: Problem installing the intended version
> > Message-ID:
> > <CABsfGyX2m6KBndhNc8h0nXe=address@hidden>
> > Content-Type: text/plain; charset="UTF-8"
> >
> > Am Do., 8. Aug. 2019 um 22:19 Uhr schrieb Thomas Morley
> > <address@hidden>:
> >> Hi,
> >>
> >> recently I tested building LilyPond against guile-2.2.6 without
> >> success[*] and tried to investigate whether the problem is on the
> >> guile-side or at LilyPond (there are some patches which may or may not
> >> cause the problem).
> >>
> >> Though I stumbled across a problem which may be caused by guile or my
> >> naivity ...
> >>
> >> I had built guile-2.2.6 from the git repository and installed it via
> >> `sudo make install´
> >> Then I did (in/for a fresh repo):
> >>
> >> git clone git://git.sv.gnu.org/guile.git ~/guile-2.2.4
> >> cd guile-2.2.4/
> >> git checkout v2.2.4
> >> git checkout -b guile-2.2.4
> >> sh autogen.sh
> >> ./configure
> >> make
> >>
> >> All successfull, then some tests:
> >>
> >> ./meta/guile --version
> >> --> guile (GNU Guile) 2.2.4 [...]
> >> ./meta/guile-config --version
> >> --> guile-config - Guile version 2.2.4
> >>
> >> Then installed it systemwide
> >>
> >> sudo make install
> >>
> >> And made some testings:
> >>
> >> which guile
> >> --> /usr/local/bin/guile
> >> /usr/local/bin/guile --version
> >> --> guile (GNU Guile) 2.2.6.1-a69b5
> > Forgot to add:
> > which guile-config
> > --> /usr/local/bin/guile-config
> > /usr/local/bin/guile-config --version
> > --> guile-config - Guile version 2.2.4
> >> Obviously 2.2.4 was _not_ installed but 2.2.6 from another repo.
> >>
> >> What am I missing?
> >>
> >>
> >> Thanks,
> >> Harm
> >>
> >> [*] To be more exact: `make´ succeeded for LilyPond, but `make
> >> test-baseline´ failed.
>