Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116940 - media-video/vamps-0.98 ebuild is broken, does not install binaries
Summary: media-video/vamps-0.98 ebuild is broken, does not install binaries
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High major
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-27 19:29 UTC by Alexandre Rostovtsev (RETIRED)
Modified: 2005-12-28 04:06 UTC (History)
1 user (show)

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


Attachments
working vamps-0.98 ebuild (vamps-0.98.ebuild,783 bytes, text/plain)
2005-12-27 19:30 UTC, Alexandre Rostovtsev (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Rostovtsev (RETIRED) gentoo-dev 2005-12-27 19:29:00 UTC
media-video/vamps-0.98 ebuild does not install anything because the location of the vamps and play_cell binaries in the source tree has changed.

In other words, with the current ebuild:
# emerge -av =vamps-0.98
[...]
>>> Compiling source in /var/tmp/portage/vamps-0.98/work/vamps-0.98 ...
make[1]: Entering directory `/var/tmp/portage/vamps-0.98/work/vamps-0.98/vamps'
i686-pc-linux-gnu-gcc -march=pentium-m -O2 -pipe -frename-registers   -c -o vamps.o vamps.c
i686-pc-linux-gnu-gcc -march=pentium-m -O2 -pipe -frename-registers   -c -o requant.o requant.c
i686-pc-linux-gnu-gcc -o vamps  vamps.o requant.o -lm -lpthread
strip vamps
make[1]: Leaving directory `/var/tmp/portage/vamps-0.98/work/vamps-0.98/vamps'
make[1]: Entering directory `/var/tmp/portage/vamps-0.98/work/vamps-0.98/play_cell'
i686-pc-linux-gnu-gcc -march=pentium-m -O2 -pipe -frename-registers   -c -o play_cell.o play_cell.c
i686-pc-linux-gnu-gcc -o play_cell  play_cell.o -ldvdread
strip play_cell
make[1]: Leaving directory `/var/tmp/portage/vamps-0.98/work/vamps-0.98/play_cell'
>>> Source compiled.
>>> Test phase [not enabled]: media-video/vamps-0.98

>>> Install vamps-0.98 into /var/tmp/portage/vamps-0.98/image/ category media-video
install: omitting directory `vamps'
man:
prepallstrip:
>>> Completed installing vamps-0.98 into /var/tmp/portage/vamps-0.98/image/

>>> Merging media-video/vamps-0.98 to /
--- /usr/
--- /usr/bin/
>>> Regenerating /etc/ld.so.cache...
>>> media-video/vamps-0.98 merged.

And nothing gets installed into /usr/bin !
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2005-12-27 19:30:34 UTC
Created attachment 75660 [details]
working vamps-0.98 ebuild

The attached ebuild works correctly and installs the binaries
Comment 2 Maxxer 2005-12-27 23:50:02 UTC
(In reply to comment #1)
> The attached ebuild works correctly and installs the binaries

I just synced (to the italian mirror) but even correcting the "dobin" my emerge fails:

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /usr/portage/media-video/vamps/files/vamps-0.98-amd64.patch
 *   ( vamps-0.98-amd64.patch )
Comment 3 Timo Maier 2005-12-28 03:33:12 UTC
/usr/portage/media-video/vamps/files/vamps-0.98-amd64.patch
is still missing in portage
Comment 4 Matthias Schwarzott gentoo-dev 2005-12-28 04:06:03 UTC
binaries are now installed, amd64-patch already included upstream