dowloading git-cl, connection timed out

2023-09-10 Thread pubabhervegueguen




Hi all fellow developers,

My name is Gerard and I want to seek if I can do something about 
traditional Japanese notations.


As the subject is rare and difficult (such as vertical writing and quite 
many different notations depending on instrument schools), I do no 
expect to find a community already or wishing to work on the subject up 
now.


But I face a beginner's problem: timeout on git-cl download

I am following 2.25.7 Lilypond Contributor's guide,
I Installed the proposed Debian 11 from zip on Oracle VM Virtualbox, my 
host is Windows10 secured by default Windows Defender.


When running  ./setup.sh, I get the following error message:

Cloning into git-cl...
fatal: unable to connect to github.com:
github .com[0: 140.82.121.4]: errno=Connection timed out

I can access to the internet (via Wifi) with Firefox, for instance to 
https://github.com


In VirtualBox I tried NAT and Bridged configurations, with no success.

Can someone give me a clue to help?

Thanks in advance, cheers,
Gerard


Re: dowloading git-cl, connection timed out

2023-09-10 Thread pubabhervegueguen




Thank you David for your answer.

git-cl is part of setup.sh I downloaded on 2023-08-17 from 
LilyDev-2-debian-vm.zip.


Should I have downloaded instead Lilydev 3, and are there precise 
instructions of how to use it, maybe with Docker?


Thank you much again,
Gerard

Le 2023-09-10 19:28, David Kastrup a écrit :


pubabhervegueg...@free.fr writes:


Hi all fellow developers,

My name is Gerard and I want to seek if I can do something about
traditional Japanese notations.

As the subject is rare and difficult (such as vertical writing and
quite many different notations depending on instrument schools), I do
no expect to find a community already or wishing to work on the
subject up now.

But I face a beginner's problem: timeout on git-cl download

I am following 2.25.7 Lilypond Contributor's guide,
I Installed the proposed Debian 11 from zip on Oracle VM Virtualbox,
my host is Windows10 secured by default Windows Defender.

When running  ./setup.sh, I get the following error message:

Cloning into git-cl...
fatal: unable to connect to github.com:
github .com[0: 140.82.121.4]: errno=Connection timed out


Uh-oh.  It's been now several years since git-cl has no place 
whatsoever

in our workflow.  I cannot find any reference to git-cl in our current
documentation, so can you figure out where you got a reference to it?

Thanks


configure dependancy error

2023-11-15 Thread pubabhervegueguen

Hi all,

I am new to Lilypond.

I face a configure  'ERROR: please install required programs:  
guile-devel >=2.2 convert'


I use Debian 12 on VirtualBox and git pulled Lilypond 2.25.10 from 
https://gitlab.com/lilypond/lilypond [1]


I  ran apt-get install guile-3.0 without improvement.

Can someone give me a hint on how to install   guile-devel and convert? 
apt-get finds no packet.


Thanks in advance,
Gerard Abhervegueguen.



Links:
--
[1] 
https://gitlab.com/lilypond/lilypond/-/merge_requests?sort=label_priority


Re: configure dependancy error

2023-11-15 Thread pubabhervegueguen

Thanks Jean for imagemagick , no more 'convert' error.

guile-3.0-dev was already installed, I still have guile-devel >= 2.2 
missing error.


Any clue?

Gerard

Le 2023-11-15 15:29, Jean Abou Samra a écrit :


I  ran apt-get install guile-3.0 without improvement.


You also want guile-3.0-dev, which contains C headers and other stuff 
needed to compile programs that use Guile, as opposed to merely using 
programs that use Guile.


The convert tool should be provided by the imagemagick package.

HTH
JeanPackage: guile-3.0-dev
Version: 3.0.8-2
Priority: optional
Section: lisp
Source: guile-3.0
Maintainer: Rob Browning 
Installed-Size: 926 kB
Provides: libguile-dev (= 3.0.8-2)
Depends: guile-3.0:any (= 3.0.8-2), guile-3.0-libs (= 3.0.8-2), libc6-dev, 
libncurses5-dev, libreadline6-dev, libltdl-dev, libgmp-dev, libgc-dev, 
pkg-config
Conflicts: guile-1.8, guile-3.0-dev (<< 3.0.1+1-2), libguile-dev (<< 2.2.7+1-4)
Homepage: http://www.gnu.org/software/guile/
Tag: uitoolkit::ncurses
Download-Size: 152 kB
APT-Manual-Installed: yes
APT-Sources: http://deb.debian.org/debian bookworm/main amd64 Packages
Description: Development files for Guile 3.0
 This package contains files needed for development using Guile 3.0.
 .
 Guile is a Scheme implementation designed for real world programming,
 providing a rich Unix interface, a module system, an interpreter, and
 many extension languages.  Guile can be used as a standard #! style
 interpreter, via #!/usr/bin/guile, or as an extension language for
 other applications via libguile.



Re: configure dependancy error

2023-11-16 Thread pubabhervegueguen

Hi Mats,

More accurate: I am new to Lilypond development.

I wrote previously:

_"My name is Gerard and I want to seek if I can do something about 
traditional Japanese notations._


_As the subject is rare and difficult (such as vertical writing and 
quite many different notations depending on instrument schools), I do no 
expect to find a community already or wishing to work on the subject up 
now."_


So compiling is a required step to my aim. I am used to developing but 
of course I encounter a lot of new stuff in (rich) Lilypond.


Any idea about my guile-devel error?

Cheers,
Gerard

Le 2023-11-16 18:24, Mats Bengtsson a écrit :


Hi,

If you are new to Lilypond, why do you want to compile it yourself? Why 
not simply install the available packaged version for your operating 
system, from http://lilypond.org/development.html ?


/Mats

On 2023-11-15 15:09, pubabhervegueg...@free.fr wrote:


Hi all,

I am new to Lilypond.

I face a configure  'ERROR: please install required programs: 
guile-devel >=2.2 convert'


I use Debian 12 on VirtualBox and git pulled Lilypond 2.25.10 from 
https://gitlab.com/lilypond/lilypond [1 [1]]


I  ran apt-get install guile-3.0 without improvement.

Can someone give me a hint on how to install   guile-devel and 
convert? apt-get finds no packet.


Thanks in advance,
Gerard Abhervegueguen.

Links:
--
[1] 
https://gitlab.com/lilypond/lilypond/-/merge_requests?sort=label_priority




Links:
--
[1] 
https://gitlab.com/lilypond/lilypond/-/merge_requests?sort=label_priority


Re: configure dependancy error: solved

2023-11-17 Thread pubabhervegueguen

Thanks a lot Jean!

Now I can configure make and run Lilypond smoothly.

git clean pointed out configure and autom4te.cache. Regenerated with 
autogen.sh then configure works fine.


Cheers,
Gerard

Le 2023-11-16 23:04, Jean Abou Samra a écrit :

Le mercredi 15 novembre 2023 à 20:14 +0100, pubabhervegueg...@free.fr a 
écrit :



Thanks Jean for imagemagick , no more 'convert' error.
guile-3.0-dev was already installed, I still have guile-devel >= 2.2 
missing error.


That's a bit strange.

It is very recent that LilyPond looks for Guile 3.0 automatically
(commit 4e67d0a09d68cacdfdeaa2043d43795178f49650, less than 2
weeks ago).  Make sure you have an up-to-date source tree and
you are building from scratch ("git clean -xdf" may help to ensure
you don't have artifacts from another build around; use "git clean 
-xdfn"

for a dry run).

If this isn't the problem, it would help to see the generated 
config.log

file. It should contain details of how Guile was searched.