Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23080 - Trying to emerge system. app-text/sgml-common failed. Couldn't find install-sh in ./ ../ ../../. dependancy problem?
Summary: Trying to emerge system. app-text/sgml-common failed. Couldn't find install...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-18 20:49 UTC by Royce
Modified: 2003-09-12 23:31 UTC (History)
2 users (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 Royce 2003-06-18 20:49:09 UTC
So I went into the work directory (/var/tmp/portage/sgml*/work) and found that
the sym link, install-sh, points to /usr/share/automake/install-sh, but automake
hasn't been installed yet.  So I emerged automake and then emerged
system...Seems to work now

Reproducible: Always
Steps to Reproduce:
1.Get a stage 2 gentoo install
2.emerge system
3.wait until it breaks

Actual Results:  
Something like:
"failed to emerge app-text/sgml-common.  Couldn't find install-sh in ./ ../ ../../"

Expected Results:  
Emerged app-text/sgml-common
Comment 1 Royce 2003-06-19 18:45:00 UTC
Ack!  I forgot version number - Sorry!!

This was sgml-common-0.6.3-r3
Comment 2 Alexandre ROMAN 2003-06-19 23:50:24 UTC
I started installing yesterday and I encountered exactly the same problem. The only way to get rid of this error was to emerge automake.
Thanks to Royce for the fix !
Comment 3 Mike Gardiner (RETIRED) gentoo-dev 2003-09-07 23:23:36 UTC
okay, we can add automake to the depends of sgml-common, if it really does need it.
Comment 4 Mike Gardiner (RETIRED) gentoo-dev 2003-09-12 23:31:11 UTC
Fixed in portage now, versions -r3 and -r4 should depend on automake. Thanks for reporting.