denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] The lilypond build system adopted to build Denemo for


From: Richard Shann
Subject: Re: [Denemo-devel] The lilypond build system adopted to build Denemo for various OS
Date: Thu, 09 Jul 2009 18:09:46 +0100

On irc Jan suggested


rm -rf target/tools/*/gettext*
 otherwise, you'd have to

cd target/tools/gettext-0.15/gettext-runtime/libasprintf/ && make

The first of these ended back at the same point. And the second fails because 
target/tools/get* does not exist


ls target/tools/
build  install  log  packages  root  root.lock  src  status

we have gettext* in target/tools/src, build, install

to choose from. I guess build
cd target/tools/build/gettext-0.15/gettext-runtime/libasprintf/ && make

Which gives

make  all-am
make[1]: Entering directory 
`/home/rshann/gub/target/tools/build/gettext-0.15/gettext-runtime/libasprintf'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory 
`/home/rshann/gub/target/tools/build/gettext-0.15/gettext-runtime/libasprintf'

I am not sure what that means - perhaps this is the problem?

Richard



On Thu, 2009-07-09 at 16:51 +0100, Richard Shann wrote:
> ok, I did
> bin/gub mingw::libtool
> and then make denemo and it made a lot of things
> and ended with this barf:
> 
> 
> ...
> /usr/bin/install: cannot stat `.libs/libasprintf.so.0.0.0': No such file
> or directory
> make[3]: *** [install-libLTLIBRARIES] Error 1
> make[3]: Leaving directory
> `/home/rshann/gub/target/tools/build/gettext-0.15/gettext-runtime/libasprintf'
> make[2]: *** [install-am] Error 2
> make[2]: Leaving directory
> `/home/rshann/gub/target/tools/build/gettext-0.15/gettext-runtime/libasprintf'
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory
> `/home/rshann/gub/target/tools/build/gettext-0.15/gettext-runtime'
> make: *** [install-recursive] Error 1
> Command barfed: cd /home/rshann/gub/target/tools/build/gettext-0.15 &&
> make  DESTDIR=/home/rshann/gub/target/tools/install/gettext-0.15-root
> install
> 
> <<<<<<<< Tail of target/mingw/log/build.log
> 
> 
> *** Failed target: tools::gettext
> 
> Traceback (most recent call last):
>   File "bin/gub", line 323, in <module>
>     main ()
>   File "bin/gub", line 319, in main
>     logged_build (settings, options, files)
>   File "bin/gub", line 288, in logged_build
>     sys.exit (exceptional_build (settings, options, files, logger))
>   File "bin/gub", line 267, in exceptional_build
>     build (settings, options, files)
>   File "bin/gub", line 263, in build
>     b.build_source_packages (names)
>   File "bin/../gub/buildrunner.py", line 286, in build_source_packages
>     self.spec_build (spec_name)
>   File "bin/../gub/buildrunner.py", line 233, in spec_build
>     deferred_runner.execute_deferred_commands ()
>   File "bin/../gub/runner.py", line 161, in execute_deferred_commands
>     cmd.execute (self.logger)
>   File "bin/../gub/commands.py", line 75, in execute
>     ignore_errors=self.ignore_errors)
>   File "bin/../gub/loggedos.py", line 28, in system
>     raise misc.SystemFailed (m)
> gub.misc.SystemFailed: Command barfed:
> cd /home/rshann/gub/target/tools/build/gettext-0.15 && make
> DESTDIR=/home/rshann/gub/target/tools/install/gettext-0.15-root install
> 
> make[1]: *** [denemo] Error 1
> make[1]: Leaving directory `/home/rshann/gub'
> make: *** [denemo] Error 2
> 
> 
> Richard
> 
> 
> On Thu, 2009-07-09 at 16:50 +0200, Jan Nieuwenhuizen wrote:
> > On do, 2009-07-09 at 15:03 +0100, Richard Shann wrote:
> > 
> > > I let it run on and it finished without complaint.
> > > As uploads was empty at this stage, I then followed the README and ran
> > 
> > Great!
> > 
> > > make denemo
> > > 
> > > but this failed as follows:
> > > Exception: Cannot update libtool: no such
> > > file: /home/rshann/gub/target/mingw/root/usr/bin/libtool
> > > make[1]: *** [denemo] Error 1
> > > make[1]: Leaving directory `/home/rshann/gub'
> > > make: *** [denemo] Error 2
> > 
> > Ah, libsndfile should have a build dependency on libtool.
> > I've been quite careless with build dependencies for the
> > newly added packages.  This is now fixed in master.
> > 
> > You can just build libtool first, do
> > 
> >    bin/gub mingw::libtool
> > 
> > and make denemo again (you may have to remove libsndfile's
> > status file :-)
> > 
> > HTH,
> > Jan.
> > 
> 
> 
> 
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/denemo-devel





reply via email to

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