Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 277603 - [PATCH] media-libs/esdl-1.0.1 fails to 'make install'
Summary: [PATCH] media-libs/esdl-1.0.1 fails to 'make install'
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-13 02:00 UTC by Elias Probst
Modified: 2009-08-08 10:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
The output of 'emerge =media-libs/esdl-1.0.1' (media-libs:esdl-1.0.1:20090712-021721.log,19.51 KB, text/plain)
2009-07-13 02:02 UTC, Elias Probst
Details
The output of 'emerge --info' (plain,4.72 KB, text/plain)
2009-07-13 02:03 UTC, Elias Probst
Details
Patch to fix the Makefile (plain,371 bytes, patch)
2009-07-13 02:37 UTC, Elias Probst
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Elias Probst 2009-07-13 02:00:00 UTC
media-libs/esdl-1.0.1 (although a lot of errors and warnings are displayed) compiles successfully, but then fails to install with this line:

cp: cannot stat `priv/*.*': No such file or directory

The complete log + 'emerge --info' output will be attached.

Reproducible: Always

Steps to Reproduce:
Comment 1 Elias Probst 2009-07-13 02:02:03 UTC
Created attachment 197733 [details]
The output of 'emerge =media-libs/esdl-1.0.1'
Comment 2 Elias Probst 2009-07-13 02:03:14 UTC
Created attachment 197735 [details]
The output of 'emerge --info'
Comment 3 Elias Probst 2009-07-13 02:37:02 UTC
Created attachment 197738 [details, diff]
Patch to fix the Makefile

This patch fixes the Makefile by sed-ing out the lines causing trouble.
As the 'priv' subdirectory installed by these lines is empty anyways it shouldn't cause any further trouble.
Comment 4 Markus Meier gentoo-dev 2009-08-08 08:09:35 UTC
cp priv/*.* /var/tmp/portage/media-libs/esdl-1.0.1/image///usr/lib/erlang/lib/esdl-1.0.1/priv
chmod 755 /var/tmp/portage/media-libs/esdl-1.0.1/image///usr/lib/erlang/lib/esdl-1.0.1/priv/*
>>> Completed installing esdl-1.0.1 into /var/tmp/portage/media-libs/esdl-1.0.1/image/

this works here, in the priv directory, I have sdl_driver.so file, so it doesn't fail here. it works to build with all USE-flags enabled and disabled, not sure what goes wrong on your box...
Comment 5 Elias Probst 2009-08-08 10:23:56 UTC
Can't reproduce this bug here anymore.
So I have no clue what has actually caused this.

Marking this bug as WORKSFORME.