Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 213269
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: GNOME C++ Bindings Maintainers <gnome-mm@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Cheba <chebatron@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gnome-vfsmm-2.22.0.ebuild ebuild with dep on doxygen only with doc use flag text/plain Cheba 2008-03-13 14:03 0000 1.63 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 213269 depends on: Show dependency tree
Bug 213269 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-03-13 14:01 0000
dev-cpp/gnome-vfsmm-2.22.0 depends on doxygen even when there is no doc use
flag specified.

Reproducible: Always

------- Comment #1 From Cheba 2008-03-13 14:03:26 0000 -------
Created an attachment (id=145998) [details]
ebuild with dep on doxygen only with doc use flag

dev-cpp/gnome-vfsmm-2.22.0 with dep on doxygen only with doc use flag.

------- Comment #2 From Jakub Moc (RETIRED) 2008-03-13 14:24:10 0000 -------
Please use unified diffs instead of attaching the whole ebuild. Also, messing
with configure directly is plain wrong.

------- Comment #3 From Joshua Hoblitt 2008-03-15 01:16:05 0000 -------
This is a common problem with doxygen.  I've handled this in the past by
writing a script that mungs Makefile.am before packaging for distribution, eg.

if HAVE_DOXYGEN

man_MANS = <man pages...>

<man pages...>:
        $(DOXYGEN)
endif

My suggestion is file a bug on upstream and just modify the ebuild to not
install the documentation.

------- Comment #4 From Rémi Cardona 2008-04-12 14:32:57 0000 -------
Removing "docs" from SUBDIRS in Makefile.in is more than enough to fix the
issue (pretty much like the examples/ directory) Fixed in portage.

Thanks :)

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug