Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68229 - ivtv-ptune-0.2.0_rc1 does not install ptune.pl
Summary: ivtv-ptune-0.2.0_rc1 does not install ptune.pl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brian Jackson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-19 19:21 UTC by Gregg Casillo
Modified: 2004-10-26 13:35 UTC (History)
2 users (show)

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


Attachments
Patch to ebuild for successful merge (ivtv-ptune-0.2.0_rc1.ebuild.diff,366 bytes, patch)
2004-10-25 17:39 UTC, Jason Frank
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gregg Casillo 2004-10-19 19:21:26 UTC
Just tried to emerge the media-tv/ivtv-ptune-0.2.0_rc1 ebuild. It doesn't install the ptune.pl script. Here's the output:

ketenc gregg # emerge ivtv-ptune
Calculating dependencies ...done!
>>> emerge (1 of 1) media-tv/ivtv-ptune-0.2.0_rc1 to /
>>> md5 src_uri ;-) ivtv-0.2.0-rc1c.tgz
>>> Unpacking source...
>>> Unpacking ivtv-0.2.0-rc1c.tgz to /var/tmp/portage/ivtv-ptune-0.2.0_rc1/work
>>> Source unpacked.

>>> Test phase [not enabled]: media-tv/ivtv-ptune-0.2.0_rc1

>>> Install ivtv-ptune-0.2.0_rc1 into /var/tmp/portage/ivtv-ptune-0.2.0_rc1/image/ category media-tv
/usr/portage/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild: line 30: cd: /var/tmp/portage/ivtv-ptune-0.2.0_rc1/work/ivtv-ptune-0.2.0_rc1-r0/utils: No such file or directory
>>> dobin: making ptune.pl executable...
install: cannot stat `ptune.pl': No such file or directory
cp: cannot stat `README': No such file or directory
/usr/lib/portage/bin/dodoc: /var/tmp/portage/ivtv-ptune-0.2.0_rc1/temp/README.utils does not exist.
/usr/lib/portage/bin/dodoc: README.ptune does not exist.
man:
prepallstrip:
strip:
>>> Completed installing into /var/tmp/portage/ivtv-ptune-0.2.0_rc1/image/

>>> Merging media-tv/ivtv-ptune-0.2.0_rc1 to /
--- /usr/
--- /usr/bin/
>>> Regenerating /etc/ld.so.cache...
 * Caching service dependencies...
>>> media-tv/ivtv-ptune-0.2.0_rc1 merged.
>>> Recording media-tv/ivtv-ptune in "world" favorites file...

>>> clean: No packages selected for removal.

>>> Auto-cleaning packages ...

>>> No outdated packages were found on your system.


 * GNU info directory index is up-to-date.

Here's my emerge info:
Portage 2.0.51_rc10 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.4.20041006-r0, 2.6.8-gentoo-r10 i686)
=================================================================
System uname: 2.6.8-gentoo-r10 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.5.3
distcc 2.18 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distcc distlocks sandbox"
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com/ http://mirror.datapipe.net/gentoo"
MAKEOPTS="-j6"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acpi alsa apache2 audiofile avi berkdb bitmap-fonts crypt encode f77 flac freetds gdbm gif imlib jpeg libg++ libwww mad matroska mikmod mmx mpeg ncurses nls nptl nptlonly nvidia odbc oggvorbis opengl pam perl png python qt quicktime readline samba sdl speex sse ssl tcpd theora tiff transcode truetype unicode usb v4l2 x86 xml2 xprint xvid zlib"

Thanks.

Reproducible: Always
Steps to Reproduce:
1. emerge ivtv-ptune
2. no ptune.pl script installed
3. submit bug report
Comment 1 Rutger Hendriks 2004-10-24 07:00:44 UTC
same on amd64

the first line after
>>> Install
shows an extra "-r0"
it shouldn't be there :)

slightly offtopic, but could you also make this ~amd64 ? i've been running it for months already...no problemos whatsoever.
same goes for 
dev-perl/Video-Frequencies and dev-perl/Video-ivtv
would make life a lot easier:)
Comment 2 Jason Frank 2004-10-25 17:39:00 UTC
Created attachment 42589 [details, diff]
Patch to ebuild for successful merge

This fixes the problem.

The cd to the directory was using the wrong directory name.  This version uses
the correct one.
Comment 3 Brian Jackson (RETIRED) gentoo-dev 2004-10-26 13:35:57 UTC
fixed in cvs