Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72430 - Clarify path-to-ebuild errors
Summary: Clarify path-to-ebuild errors
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
: 80813 (view as bug list)
Depends on:
Blocks: 108082
  Show dependency tree
 
Reported: 2004-11-25 01:28 UTC by Matteo Bertini
Modified: 2005-10-19 07:46 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 Matteo Bertini 2004-11-25 01:28:53 UTC
Portage require packege dirs and names be the same but doesn't have an axplicit test about it.

/portage/app-foo/bar/bar-1.2.ebuild is ok and

/portage/app-foo/bar/bar-doc-1.2.ebuild is not



Reproducible: Always
Steps to Reproduce:
matteo matteo # ebuild app-office/scribus/scribus-temp-all-1.2.ebuild digest

Note that for my error path and package name differs!
Actual Results:  
I get this error that doesn't help me a lot.

!!! aux_get(): ebuild path for 'app-office/scribus-temp-all-1.2' not specified:
!!!            None
!!! /app-office/scribus-temp-all/scribus-temp-all-1.2.ebuild not found in any
porttrees!
!!! aux_get(): ebuild path for 'app-office/scribus-temp-all-1.2' not specified:
!!!            None
doebuild(): aux_get() error; aborting.


Expected Results:  
Adding this two line at line 5000 of portage.py:

		else:
			print "!!! /"+mysplit[0]+"/"+psplit[0]+"/"+mysplit[1]+".ebuild"+" not found
in porttrees!"


I can have this explaining error:


!!! /app-office/scribus-temp-all/scribus-temp-all-1.2.ebuild not found in any
porttrees!
[... same as before ...]

Now I can see some portage internal pathmagicks and correct my error.
Comment 1 Jason Stubbs (RETIRED) gentoo-dev 2005-10-16 07:27:55 UTC
Fixed a while ago. 
Comment 2 Jason Stubbs (RETIRED) gentoo-dev 2005-10-16 08:07:09 UTC
*** Bug 80813 has been marked as a duplicate of this bug. ***
Comment 3 Jason Stubbs (RETIRED) gentoo-dev 2005-10-19 07:46:02 UTC
Released in 2.0.53_rc6