Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2224 - docbook says no install rule in makefile while emerge gnome
Summary: docbook says no install rule in makefile while emerge gnome
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-29 05:27 UTC by Jörn Notbom
Modified: 2003-02-04 19:42 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 Jörn Notbom 2002-04-29 05:27:52 UTC
while installing gnome by 'emerge gnome' the packet docbook-dsssl-stylesheets-
1.64 causes an break. is says no rule install in makefile.
reason: the makefile ist called like docbook-dsssl-stylesheets-1.64.Makefile.
my (hacked) solution: copy the docbook-dsssl-stylesheets-1.64.Makefile 
to /tmp/Makefile
in another shelll doing a 'while true; do 
cp /tmp/Makefile /var/temp/portage/docbook...1.64/work/docbook; done'
and starting emerge gnome in another shell again. dirty, but works for me
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-01 01:11:13 UTC
I am not sure I understand the problem.  Can you show me the error?
Comment 2 Michael M Nazaroff (RETIRED) gentoo-dev 2002-05-02 13:55:06 UTC
Seemant, this was already fixed by drobbins in the ebuild..  I was just really
simple fix and me and drobbins where both on when it came up, he took care of it
anyways..

Naz
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-02 15:16:58 UTC
Naz, fantastic. Thanks :)