Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164944 - media-sound/lilypond-2.8.0-r1: can't get `--help' info from out/lilypond-invoke-editor
Summary: media-sound/lilypond-2.8.0-r1: can't get `--help' info from out/lilypond-invo...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-02 05:35 UTC by Paul Taylor
Modified: 2007-05-09 23:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Taylor 2007-02-02 05:35:02 UTC
>>> Emerging (1 of 1) media-sound/lilypond-2.8.0-r1 to /
 * lilypond-2.8.0.tar.gz size ;-) ...                                     [ ok ]
 * lilypond-2.8.0.tar.gz RMD160 ;-) ...                                   [ ok ]
 * lilypond-2.8.0.tar.gz SHA256 ;-) ...                                   [ ok ]
 * lilypond-2.8.0.tar.gz MD5 ;-) ...                                      [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking lilypond-2.8.0.tar.gz ;-) ...                                 [ ok ]
>>> Unpacking source...
>>> Unpacking lilypond-2.8.0.tar.gz to /var/tmp/portage/media-sound/lilypond-2.8.0-r1/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/media-sound/lilypond-2.8.0-r1/work/lilypond-2.8.0 ...

[snip]

cat lilypond-invoke-editor.scm | sed -e '#'  -e 's!@BASH@!/bin/sh!g'  -e 's!@BUILD_VERSION@!1!g'  -e 's!@DATE@!02FEB07!g'  -e 's!@FONTFORGE@!/usr/bin/fontforge!g'  -e 's!@GUILE@!/usr/bin/guile!g'  -e 's!@MICRO_VERSION@!0!g'  -e 's!@MAJOR_VERSION@!2!g'  -e 's!@MINOR_VERSION@!8!g'  -e 's!@PACKAGE@!LILYPOND!g'  -e 's!@PATCH_LEVEL@!0!g'  -e 's!@PATHSEP@!:!g'  -e 's!@PERL@!/usr/bin/perl!g'  -e 's!@PYTHON@!/usr/bin/python!g'  -e 's!@SHELL@!/bin/sh!g'  -e 's!@TOPLEVEL_VERSION@!2.8.0!g'  -e 's!@bindir@!/usr/bin!g'  -e 's!@datadir@!/usr/share!g'  -e 's!@date@!02FEB07!g'  -e 's!@lilypond_datadir@!/usr/share/lilypond/2.8.0!g'  -e 's!@lilypond_docdir@!/usr/share/doc/lilypond!g'  -e 's!@lilypond_libdir@!/usr/lib64/lilypond/2.8.0!g'  -e 's!@local_lilypond_datadir@!/usr/share/lilypond/2.8.0!g'  -e 's!@local_lilypond_libdir@!/usr/lib64/lilypond/2.8.0!g'  -e 's!@localedir@!/usr/share/locale!g'  -e 's!@outdir@!./out!g'  -e 's!@package@!lilypond!g'  -e 's!@prefix@!/usr!g'  -e 's!@program_prefix@!!g'  -e 's!@program_suffix@!!g'  -e 's!@sharedstatedir@!/usr/com!g' > out/lilypond-invoke-editor
chmod 755 out/lilypond-invoke-editor
/usr/bin/perl /var/tmp/portage/media-sound/lilypond-2.8.0-r1/work/lilypond-2.8.0/buildscripts/out/help2man out/lilypond-invoke-editor > out/lilypond-invoke-editor.1
help2man: can't get `--help' info from out/lilypond-invoke-editor
make[1]: *** [out/lilypond-invoke-editor.1] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-sound/lilypond-2.8.0-r1/work/lilypond-2.8.0/scripts'
make: *** [all] Error 2

!!! ERROR: media-sound/lilypond-2.8.0-r1 failed.
Call stack:
  ebuild.sh, line 1613:   Called dyn_compile
  ebuild.sh, line 970:   Called qa_call 'src_compile'
  environment, line 1511:   Called src_compile
  lilypond-2.8.0-r1.ebuild, line 59:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/media-sound/lilypond-2.8.0-r1/temp/build.log'.
Comment 1 Marijn Schouten (RETIRED) gentoo-dev 2007-02-21 18:40:01 UTC
Wontfix. Please use/test new versions found at Bug 132706.
Comment 2 Renat Golubchyk 2007-05-09 23:03:45 UTC
"lilypond-invoke-editor --help" results in a regex error message from guile. You have to compile guile with USE="regex" then lilypond won't stop at this point.