Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109107 - com_err-1.38 ebuild bug
Summary: com_err-1.38 ebuild bug
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 109322 110373 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-13 03:12 UTC by Carlos M.
Modified: 2005-10-24 13:54 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 Carlos M. 2005-10-13 03:12:08 UTC
There is an error in the ebuild of the com_err-1.38 package.
The consequence is that when you emerge it, there is a point when it says:

mv: cannot stat `/var/tmp/portage/com_err-1.38/image//usr/lib64/*..so*': No such
file or directory

I have checked the ebuild and have found that the line 59 it says:

mv "${D}"/usr/$(get_libdir)/*.$(get_libname)* "${D}"/$(get_libdir)/ || die "move
.so"

I believe the bug should be fixed by deleting the dot in: *.$(get_libname)* or
changing it to as it was in previous version: *.so*

Hope this may help and thanks for your great work,

  C.M.
Comment 1 Simon Strandman 2005-10-13 06:25:05 UTC
I just got hit by this bug. The mentioned fix works so please apply it!
Comment 2 SpanKY gentoo-dev 2005-10-13 08:37:41 UTC
it's already been applied, your tree is out of date :P
Comment 3 SpanKY gentoo-dev 2005-10-15 20:18:56 UTC
*** Bug 109322 has been marked as a duplicate of this bug. ***
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-10-24 13:54:46 UTC
*** Bug 110373 has been marked as a duplicate of this bug. ***