lilypond-devel
[Top][All Lists]
Advanced

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

Re: GUB with local git-repo?


From: Thomas Morley
Subject: Re: GUB with local git-repo?
Date: Tue, 11 Jun 2019 20:51:38 +0200

Am Di., 11. Juni 2019 um 18:35 Uhr schrieb David Kastrup <address@hidden>:
>
> Thomas Morley <address@hidden> writes:
>
> > Am So., 9. Juni 2019 um 11:10 Uhr schrieb David Kastrup <address@hidden>:
> >>
> >> Federico Bruni <address@hidden> writes:
> >>
> >> > Il giorno sab 8 giu 2019 alle 13:10, Phil Holmes <address@hidden>
> >> > ha scritto:
> >> >> I think David is suggesting it's strange that GUB can only use the
> >> >> Savannah repo, not any git repo of your choice.  TBH I'm not sure
> >> >> whether it's a configuration item or hard wired into the GUB code.
> >> >> For me, an even bigger problem is that GUB only does partial builds
> >> >> from master, not a branch of choise.
> >> >
> >> > I haven't tried building GUB for a while but I think you can override
> >> > the environment variables you see in lilypond.make, e.g.:
> >> >
> >> > LILYPOND_REPO_URL=http://my.personal.repo LILYPOND_BRANCH=issue20 make
> >> > lilypond
> >>
> >> Probably even
> >>
> >> LILYPOND_REPO_URL=file:///my/personal/repo ...
> >>
> >> --
> >> David Kastrup
> >
> > I tried
> >
> > ~/gub (master)$ make lilypond
> > LILYPOND_REPO_URL=file:///home/hermann/lilypond-git/
>
> Probably the trailing slash?

I did a fresh clone of our repo, naming it lilypond-git-gub.
Now getting:

$ make lilypond LILYPOND_REPO_URL=file:///home/hermann/lilypond-git-gub
make -f lilypond.make
make[1]: Entering directory '/home/hermann/gub'
**** nongit-dirs rule
mkdir -p versiondb regtests uploads
**** lilypond-prep rule
python bin/gub --platform=linux-64
'file:///home/hermann/lilypond-git-gub?branch=master'
linux-x86::'file:///home/hermann/lilypond-git-gub?branch=master'
darwin-ppc::'file:///home/hermann/lilypond-git-gub?branch=master'
darwin-x86::'file:///home/hermann/lilypond-git-gub?branch=master'
mingw::'file:///home/hermann/lilypond-git-gub?branch=master'
linux-ppc::'file:///home/hermann/lilypond-git-gub?branch=master'
freebsd-x86::'file:///home/hermann/lilypond-git-gub?branch=master'
freebsd-64::'file:///home/hermann/lilypond-git-gub?branch=master'
calculating dependencies
Checking for iconv ... /usr/bin/iconv
Checking for g++ ... /usr/bin/g++
Checking for gcc ... /usr/bin/gcc
must rebuild[linux-64]: system::gcc system::g++
darwin-x86::lilypond-git-gub linux-x86::lilypond-git-gub
freebsd-x86::lilypond-git-gub darwin-ppc::odcctools
darwin-ppc::lilypond-git-gub system::iconv
freebsd-64::lilypond-git-gub lilypond-git-gub
linux-ppc::lilypond-git-gub mingw::lilypond-git-gub
 *** Stage: pkg_install (cross/gcc-core, linux-x86)
  cross/gcc conflicts with cross/gcc-core
    non-core cross/gcc already installed
      skipping request to install cross/gcc-core
  cross/gcc-doc conflicts with cross/gcc-core
    non-core cross/gcc already installed
      skipping request to install cross/gcc-core
  cross/gcc-runtime conflicts with cross/gcc-core
    non-core cross/gcc already installed
      skipping request to install cross/gcc-core

 *** Stage: pkg_install (glibc-core, linux-x86)
  glibc conflicts with glibc-core
    non-core glibc already installed
      skipping request to install glibc-core
  glibc-doc conflicts with glibc-core
    non-core glibc already installed
      skipping request to install glibc-core

building package: darwin-x86::lilypond-git-gub
 *** Stage: download (lilypond-git-gub, darwin-x86)
 *** Stage: untar (lilypond-git-gub, darwin-x86)
 *** Stage: patch (lilypond-git-gub, darwin-x86)
 *** Stage: autoupdate (lilypond-git-gub, darwin-x86)
 *** Stage: configure (lilypond-git-gub, darwin-x86)
Command barfed: cd
/home/hermann/gub/target/darwin-x86/build/lilypond-git-gub-localhost--home-hermann-lilypond-git-gub-master
&& chmod +x 
/home/hermann/gub/target/darwin-x86/src/lilypond-git-gub-localhost--home-hermann-lilypond-git-gub-master/configure
&&  sh 
/home/hermann/gub/target/darwin-x86/src/lilypond-git-gub-localhost--home-hermann-lilypond-git-gub-master/configure
--prefix=/usr --cache-file=config.cache --enable-shared
--disable-static --disable-silent-rules --build=x86_64-linux
--host=i686-apple-darwin8 --target=i686-apple-darwin8 --prefix=/usr
--sysconfdir=/usr/etc --includedir=/usr/include
--infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib

Tail of target/darwin-x86/log/lilypond-git-gub.log >>>>>>>>

    See INSTALL.txt for more information on how to build LilyPond
    Remove config.cache before rerunning ./configure
    Command barfed: cd
/home/hermann/gub/target/darwin-x86/build/lilypond-git-gub-localhost--home-hermann-lilypond-git-gub-master
&& chmod +x 
/home/hermann/gub/target/darwin-x86/src/lilypond-git-gub-localhost--home-hermann-lilypond-git-gub-master/configure
&&  sh 
/home/hermann/gub/target/darwin-x86/src/lilypond-git-gub-localhost--home-hermann-lilypond-git-gub-master/configure
--prefix=/usr --cache-file=config.cache --enable-shared
--disable-static --disable-silent-rules --build=x86_64-linux
--host=i686-apple-darwin8 --target=i686-apple-darwin8 --prefix=/usr
--sysconfdir=/usr/etc --includedir=/usr/include
--infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib
<<<<<<<< Tail of target/darwin-x86/log/lilypond-git-gub.log

*** Failed target: darwin-x86::lilypond-git-gub
gub.make:63: recipe for target 'packages' failed
make[1]: *** [packages] Error 1
make[1]: Leaving directory '/home/hermann/gub'
GNUmakefile:26: recipe for target 'lilypond' failed
make: *** [lilypond] Error 2

Any hints?

Thanks,
  Harm



reply via email to

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