Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152142 - media-video/tovid-0.28 missing dependency
Summary: media-video/tovid-0.28 missing dependency
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Steve Dibb (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-20 11:22 UTC by Chad A. Simmons
Modified: 2006-10-23 05:28 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 Chad A. Simmons 2006-10-20 11:22:23 UTC
Todisk from tovid .28 crashes looking for a file called abspath. I can't seem to find this anywhere. After a while I tried emerging an app called realpath and symlinking it to abspath. This seems to correct the problem.

chadgentoo South.Park.S10E10.DSR.XviD-NoTV # emerge --info
Portage 2.1.2_pre3-r5 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.5-r0, 2.6.18-gentoo x86_64)
=================================================================
System uname: 2.6.18-gentoo x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+
Gentoo Base System version 1.12.5
Last Sync: Fri, 20 Oct 2006 07:00:01 +0000
ccache version 2.4 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
dev-util/confcache:  0.4.2-r1
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -msse3 -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/NX/etc /usr/NX/home /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-march=k8 -msse3 -pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/xgl-coffee"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X Xaw3d a52 aac aalib acl acpi aio alsa amr apm asf athena bash-completion berkdb bitmap-fonts blas bzip2 cairo ccache cddb cdr cli commercial cracklib crypt css cups curl daap dbus dlloader dnd dri dts dvd dvdr dvdread eds elibc_glibc emboss encode escreen esd exif extensions fam fame fat ffmpeg fftw firefox flac fortran gd gdbm gif glitz glx gmail gmailtimestamps gnome gpm gstreamer gtk gtk2 hal hpn ieee1394 imagemagick input_devices_evdev input_devices_joystick input_devices_keyboard input_devices_mouse ipv6 isdnlog joystick jpeg kde kdeenablefinal kdenablefinal kernel_linux ldap libg++ lm_sensors lzo mad mikmod mjpeg mp3 mp4 mpeg mplayer ncurses network nls nptl nptlonly nsplugin nvidia nxclient offensive ogg opengl oss pam pcre pdf perl pic png ppds pppd python qt3 qt4 quicktime readline realmedia reflection reiserfs rtc sdl session sftplogging smp spell spl ssl svg tcpd theora threads truetype truetype-fonts type1-fonts udev unicode usb userland_GNU video_cards_nvidia vorbis x264 xcomposite xml xml2 xorg xscreensaver xv xvid xvmc yv12 zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Gen2 2006-10-21 02:10:13 UTC
(In reply to comment #0)
> Todisk from tovid .28 crashes looking for a file called abspath. I can't seem
> to find this anywhere. After a while I tried emerging an app called realpath
> and symlinking it to abspath. This seems to correct the problem.

Strange i just tried todisc out and i didn't encounter the problem you reported. Could you please unmerge realpath, run todisc again and post the contents of todisc.log?

Btw. the solution you suggested is just a workaround. abspath is a bash-function that is (or should be) defined in tovid-init and this file is interpreted at the start of todisc.
Comment 2 Chad A. Simmons 2006-10-21 12:22:55 UTC
(In reply to comment #1)
> (In reply to comment #0)
> > Todisk from tovid .28 crashes looking for a file called abspath. I can't seem
> > to find this anywhere. After a while I tried emerging an app called realpath
> > and symlinking it to abspath. This seems to correct the problem.
> 
> Strange i just tried todisc out and i didn't encounter the problem you
> reported. Could you please unmerge realpath, run todisc again and post the
> contents of todisc.log?
> 
> Btw. the solution you suggested is just a workaround. abspath is a
> bash-function that is (or should be) defined in tovid-init and this file is
> interpreted at the start of todisc.
> 
Well it still doesn't work completely after my workaround. But here is what happens after I remove the symlink.

chadgentoo South.Park.S10E09.PROPER.DSR.XviD-KYR[www.moviex.info] # !438
todisc -files dvd.mpg ..\ex.info\]/dvd.mpg /var/chroot32/var/tmp/2006.mpg -titles "SP" "1 SP" "Bush Roast" -out dvdout -seek 35
/usr/local/bin/todisc: line 58: abspath: command not found
/usr/local/bin/todisc: line 61: abspath: command not found
--------------------------------
todisc
Generate a DVD filesystem with animated thumbnail menus
Part of the tovid suite, version 0.26
with: core magick dvd vcd transcode plugins
http://www.tovid.org
--------------------------------
/usr/local/bin/todisc: line 570: abspath: command not found

=========================================================

Creating work directories

=========================================================

mkdir: created directory `/todisc-work'
`/tmp/todisc-work' -> `/todisc-work'
/usr/local/bin/todisc: line 633: abspath: command not found
Adding: dvd.mpg
/usr/local/bin/todisc: line 633: abspath: command not found
Adding: ../viex.info]/dvd.mpg
/usr/local/bin/todisc: line 633: abspath: command not found
Adding: /var/chroot32/var/tmp/2006.mpg
Creating pics directories...
mkdir: created directory `pics'
mkdir: created directory `/todisc-work/pics/0'
mkdir: created directory `/todisc-work/pics/1'
mkdir: created directory `/todisc-work/pics/2'
mkdir: created directory `/todisc-work/animenu'

Verifying that input files are video files
Usage:
    todisc [OPTIONS] \
      -files File1.mpg File2.mpg ... \
      -titles "Title 1" "Title 2" ... \
      -out OUT_PREFIX
Input files must be MPEG, and the number of -files and -titles must be equal.
See the todisc manual page ('man todisc') for additional documentation.
=========================================================
*** Sorry,  does not exist
Comment 3 Gen2 2006-10-21 15:54:26 UTC
(In reply to comment #2)
> (In reply to comment #1)
> todisc
> Generate a DVD filesystem with animated thumbnail menus
> Part of the tovid suite, version 0.26
> with: core magick dvd vcd transcode plugins
> http://www.tovid.org

Okey something is REALLY wrong here: look at the version number. I suggest that you unmerge tovid, sync the portage tree and emerge tovid again. This should get you the version that is officially in portage and this is tovid version 0.28
Comment 4 Chad A. Simmons 2006-10-23 05:28:07 UTC
Oops completely forgot I compiled .26 of tovid localy into /usr/local/bin. Removing it completely resolved my problem.