Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113171 - muine depends on mono-tools
Summary: muine depends on mono-tools
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-21 08:09 UTC by Carles Escrig
Modified: 2006-01-21 12:35 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 Carles Escrig 2005-11-21 08:09:52 UTC
Muine requires dev-util/mono-tools (monodoc now is provided by this package),
otherwise the emerge of muine fails.

 *
 * monodoc's GUI documentation browser has been seperated out into a
 * seperate package. If you want the browser, please emerge mono-tools.
 * 

Reproducible: Always
Steps to Reproduce:
Comment 1 Herbie Hopkins (RETIRED) gentoo-dev 2005-11-22 11:53:09 UTC
confirmed, muine calls `monodoc --get-sourcesdir` during make install. It should
probably use `pkgconfig monodoc --variable=sourcesdir` instead and this
dependency would be unnecessary.

mkdir -p /home/tmp/portage/muine-0.8.3/image//`monodoc --get-sourcesdir`
/bin/sh: monodoc: command not found
install -m 644 ./muine-docs.source \
/home/tmp/portage/muine-0.8.3/image//`monodoc --get-sourcesdir`
/bin/sh: monodoc: command not found
install -m 644 muine-docs.tree \
/home/tmp/portage/muine-0.8.3/image//`monodoc --get-sourcesdir`
/bin/sh: monodoc: command not found
install: cannot stat `muine-docs.tree': No such file or directory
make[2]: *** [install-data-local] Error 1
make[2]: Leaving directory `/home/tmp/portage/muine-0.8.3/work/muine-0.8.3/doc'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/tmp/portage/muine-0.8.3/work/muine-0.8.3/doc'
make: *** [install-recursive] Error 1

!!! ERROR: media-sound/muine-0.8.3 failed.
!!! Function gnome2_src_install, Line 65, Exitcode 2
!!! make DESTDIR install failed
!!! If you need support, post the topmost build error, NOT this status message.
Comment 2 Peter Johanson (RETIRED) gentoo-dev 2006-01-21 12:35:57 UTC
Fixed in muine-0.8.3-r1. Thanks for the report, marking this FIXED.