Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259309 - dev-dotnet/mono-fuse-0.4.2 ignores its use flag 'examples' (examples are unconditionally built)
Summary: dev-dotnet/mono-fuse-0.4.2 ignores its use flag 'examples' (examples are unco...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: dotnet project
URL:
Whiteboard: Pending removal 2010-02-02
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2009-02-17 03:44 UTC by 404 Error
Modified: 2010-11-05 23:55 UTC (History)
0 users

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 404 Error 2009-02-17 03:44:57 UTC
When dev-dotnet/mono-fuse-0.4.2 is emerged, its use flag 'examples' seems to be ignored making the code samples being built.

[ Searching for packages matching mono-fuse... ]
[ Colour Code : set unset ]
[ Legend : Left column  (U) - USE flags from make.conf              ]
[        : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for dev-dotnet/mono-fuse-0.4.2 ]
 U I
 - - examples : Install examples, usually source code



Reproducible: Always

Steps to Reproduce:
1. Check that 'examples' is not set for dev-dotnet/mono-fuse-0.4.2
2. emerge dev-dotnet/mono-fuse-0.4.2


Actual Results:  
make[3]: Leaving directory `/var/tmp/portage/dev-dotnet/mono-fuse-0.4.2/work/mono-fuse-0.4.2/src'
make[2]: Leaving directory `/var/tmp/portage/dev-dotnet/mono-fuse-0.4.2/work/mono-fuse-0.4.2/src'
Making all in example  <--- This should not occur as 'examples' is not set
make[2]: Entering directory `/var/tmp/portage/dev-dotnet/mono-fuse-0.4.2/work/mono-fuse-0.4.2/example'
Making all in HelloFS


Expected Results:  
'examples' use flag taken into account.

See bug #256926
Comment 1 Wormo (RETIRED) gentoo-dev 2009-02-17 07:55:46 UTC
The ebuild intends to skip installing (rather than building) example files with USE=-examples, so I don't think the fact that it was trying to build example files is a bug... unless the examples require extra deps to build that are currently not listed (one possible reason examples fail to build, not that I know anything specifically about bug #256926). It may be that in every case where the examples fail to build your mono-fuse is busted as well, in which case skipping the examples compile would gain you very little.

Well, I'll leave the decision of whether this is really a problem to maintainers :)
Comment 2 404 Error 2009-02-17 11:26:23 UTC
Hehe, well I set this one to "minor"
Comment 3 Pacho Ramos gentoo-dev 2010-11-05 23:55:07 UTC
This was dropped some time ago