Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 557382 - app-emulation/ganeti-2.14.1-r1 don't compile
Summary: app-emulation/ganeti-2.14.1-r1 don't compile
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-12 15:38 UTC by Zentoo
Modified: 2015-09-21 15:10 UTC (History)
1 user (show)

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


Attachments
emerge --info '=app-emulation/ganeti-2.14.1-r1::gentoo' (emerge-info-ganeti-2.14.1-r1.txt,18.19 KB, text/plain)
2015-08-12 15:41 UTC, Zentoo
Details
complete build log (app-emulation:ganeti-2.14.1-r1:20150812-151921.log.gz,287.99 KB, application/gzip)
2015-08-12 15:41 UTC, Zentoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zentoo 2015-08-12 15:38:53 UTC
app-emulation/ganeti-2.14.1-r1 don't compile and stop on this:

/usr/bin/pandoc --toc -s -f rst -t html man/ganeti-os-interface.gen man/footer.rst | \
  sed -e 's/\\@/@/g' > man/ganeti-os-interface.html.in
sed -f autotools/replace_vars.sed < man/ganeti-os-interface.7.in > man/ganeti-os-interface.7
sed -f autotools/replace_vars.sed < man/ganeti-os-interface.html.in > man/ganeti-os-interface.html
[GHC-link]: src/hluxid
/usr/bin/ghc -O -Wall -isrc -fwarn-monomorphism-restriction -fwarn-tabs -optP-include -optPcabal_macros.h -hide-all-packages `cat ganeti.depsflags` -fwarn-incomplete-uni-patterns     \
	  --make src/hluxid.hs

Warning, treated as error:
WARNING: invalid number u'' for config value 'enable_manpages', ignoring

Makefile:4258: recipe for target 'doc/html/index.html' failed
make: *** [doc/html/index.html] Error 1
make: *** Waiting for unfinished jobs....
Linking src/hluxid ...
 * ERROR: app-emulation/ganeti-2.14.1-r1::gentoo failed (compile phase):
 *   emake failed
 * 


Reproducible: Always

Steps to Reproduce:
1. ACCEPT_KEYWORDS="~amd64" emerge app-emulation/ganeti

Actual Results:  

/usr/bin/pandoc --toc -s -f rst -t html man/ganeti-os-interface.gen man/footer.rst | \
  sed -e 's/\\@/@/g' > man/ganeti-os-interface.html.in
sed -f autotools/replace_vars.sed < man/ganeti-os-interface.7.in > man/ganeti-os-interface.7
sed -f autotools/replace_vars.sed < man/ganeti-os-interface.html.in > man/ganeti-os-interface.html
[GHC-link]: src/hluxid
/usr/bin/ghc -O -Wall -isrc -fwarn-monomorphism-restriction -fwarn-tabs -optP-include -optPcabal_macros.h -hide-all-packages `cat ganeti.depsflags` -fwarn-incomplete-uni-patterns     \
	  --make src/hluxid.hs

Warning, treated as error:
WARNING: invalid number u'' for config value 'enable_manpages', ignoring

Makefile:4258: recipe for target 'doc/html/index.html' failed
make: *** [doc/html/index.html] Error 1
make: *** Waiting for unfinished jobs....
Linking src/hluxid ...
 * ERROR: app-emulation/ganeti-2.14.1-r1::gentoo failed (compile phase):
 *   emake failed
 * 


Expected Results:  
ganeti emerged

USE FLAGS for ganeti used:

drbd haskell-daemons htools ipv6 kvm monitoring multiple-users syslog -lxc -rbd -test -xen
Comment 1 Zentoo 2015-08-12 15:41:03 UTC
Created attachment 408880 [details]
emerge --info '=app-emulation/ganeti-2.14.1-r1::gentoo'
Comment 2 Zentoo 2015-08-12 15:41:39 UTC
Created attachment 408882 [details]
complete build log
Comment 3 Zentoo 2015-08-24 16:29:49 UTC
I've finally solve this problem:

app-emulation/ganeti-2.14.1-r1 needs =dev-python/sphinx-1.2*

So the ebuild have to reflect this exact dependency.
Comment 4 Zentoo 2015-09-21 15:10:29 UTC
it seems that actual ganeti dependencies version doesn't need anymore sphinx.