Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115102 - emerge lib3ds (version 1.2.0) failed: "cp: cannot stat `examples/player': No such file or directory"
Summary: emerge lib3ds (version 1.2.0) failed: "cp: cannot stat `examples/player': No ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-10 09:31 UTC by Erik
Modified: 2007-02-25 13:41 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 Erik 2005-12-10 09:31:07 UTC
emerge lib3ds (version 1.2.0) failed 
  

Reproducible: Always
Steps to Reproduce:
1. emerge lib3ds 
Actual Results:  
make[3]: Leaving directory 
`/portage_tmpdir/portage/lib3ds-1.2.0/work/lib3ds-1.2.0' 
/bin/sh ./mkinstalldirs /portage_tmpdir/portage/lib3ds-1.2.0/image//usr/share/aclocal 
mkdir /portage_tmpdir/portage/lib3ds-1.2.0/image/usr/share/aclocal 
 /bin/install -c -m 
644 ./lib3ds.m4 /portage_tmpdir/portage/lib3ds-1.2.0/image//usr/share/aclocal/lib3ds.m4 
make[2]: Leaving directory 
`/portage_tmpdir/portage/lib3ds-1.2.0/work/lib3ds-1.2.0' 
make[1]: Leaving directory 
`/portage_tmpdir/portage/lib3ds-1.2.0/work/lib3ds-1.2.0' 
cp: cannot stat `examples/player': No such file or directory 
>>> dobin: making /portage_tmpdir/portage/lib3ds-1.2.0/temp/3dsplayer 
executable... 
install: cannot stat `/portage_tmpdir/portage/lib3ds-1.2.0/temp/3dsplayer': No 
such file or directory
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-10 09:40:16 UTC
+ no metadata.xml
Comment 2 Charlie Shepherd (RETIRED) gentoo-dev 2006-12-07 14:12:25 UTC
Can't reproduce this here... can you still reproduce it?
Comment 3 Yurii Zolotko 2007-01-15 00:43:03 UTC
I've got the same problem if I have no glut installed. With freeglut installed emerge lib3ds succeeds.
Comment 4 Steven De Bock 2007-02-25 13:00:40 UTC
(In reply to comment #3)
> I've got the same problem if I have no glut installed. With freeglut installed
> emerge lib3ds succeeds.
> 

How were you able to install lib3ds without freeglut?
-> The lib3ds-1.2.0 ebuild depends on virtual/glut. Which installs freeglut if it is not available on the system.

lib3ds also compiles correctly with media-libs/glut.
Comment 5 Charlie Shepherd (RETIRED) gentoo-dev 2007-02-25 13:41:51 UTC
Thanks to Bokke for pointing out that this only happens if you don't have glut installed. Since the ebuild depends on glut, this shouldn't be a problem.