unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Re: guile-user Digest, Vol 201, Issue 5
       [not found] <mailman.69.1565366410.4701.guile-user@gnu.org>
@ 2019-08-09 22:22 ` Zelphir Kaltstahl
  2019-08-10 18:46   ` Thomas Morley
  0 siblings, 1 reply; 2+ messages in thread
From: Zelphir Kaltstahl @ 2019-08-09 22:22 UTC (permalink / raw)
  To: guile-user

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, guile-user-request@gnu.org wrote:
> Message: 1
> Date: Thu, 8 Aug 2019 22:19:50 +0200
> From: Thomas Morley <thomasmorley65@gmail.com>
> To: guile-user@gnu.org
> Subject: Problem installing the intended version
> Message-ID:
> 	<CABsfGyUvzWwZcVSqY_3y7trdMaJdon+CmamBT2AuUbKvAcW3rQ@mail.gmail.com>
> 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 <thomasmorley65@gmail.com>
> To: guile-user@gnu.org
> Subject: Re: Problem installing the intended version
> Message-ID:
> 	<CABsfGyX2m6KBndhNc8h0nXe=qW994h25e+mHKw7pYQ7kZnG9eg@mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> Am Do., 8. Aug. 2019 um 22:19 Uhr schrieb Thomas Morley
> <thomasmorley65@gmail.com>:
>> 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.



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

* Re: guile-user Digest, Vol 201, Issue 5
  2019-08-09 22:22 ` guile-user Digest, Vol 201, Issue 5 Zelphir Kaltstahl
@ 2019-08-10 18:46   ` Thomas Morley
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Morley @ 2019-08-10 18:46 UTC (permalink / raw)
  To: Zelphir Kaltstahl; +Cc: guile-user

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
<zelphirkaltstahl@posteo.de>:
>
> 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, guile-user-request@gnu.org wrote:
> > Message: 1
> > Date: Thu, 8 Aug 2019 22:19:50 +0200
> > From: Thomas Morley <thomasmorley65@gmail.com>
> > To: guile-user@gnu.org
> > Subject: Problem installing the intended version
> > Message-ID:
> >       <CABsfGyUvzWwZcVSqY_3y7trdMaJdon+CmamBT2AuUbKvAcW3rQ@mail.gmail.com>
> > 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 <thomasmorley65@gmail.com>
> > To: guile-user@gnu.org
> > Subject: Re: Problem installing the intended version
> > Message-ID:
> >       <CABsfGyX2m6KBndhNc8h0nXe=qW994h25e+mHKw7pYQ7kZnG9eg@mail.gmail.com>
> > Content-Type: text/plain; charset="UTF-8"
> >
> > Am Do., 8. Aug. 2019 um 22:19 Uhr schrieb Thomas Morley
> > <thomasmorley65@gmail.com>:
> >> 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.
>



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

end of thread, other threads:[~2019-08-10 18:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.69.1565366410.4701.guile-user@gnu.org>
2019-08-09 22:22 ` guile-user Digest, Vol 201, Issue 5 Zelphir Kaltstahl
2019-08-10 18:46   ` Thomas Morley

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