Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146808 - media-sound/wavplay-1.4 - wavplay / wavrec symlink broken
Summary: media-sound/wavplay-1.4 - wavplay / wavrec symlink broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-09-08 01:34 UTC by Wernfried Haas (RETIRED)
Modified: 2006-09-12 10:42 UTC (History)
0 users

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 Wernfried Haas (RETIRED) gentoo-dev 2006-09-08 01:34:42 UTC
in media-sound/wavplay-1.4 the symlink for wavrec is broken:
# l /usr/bin/wav*
-r-xr-xr-x 1 root root 28K Sep  8 10:29 /usr/bin/wavplay*
lrwxrwxrwx 1 root root  15 Sep  8 10:29 /usr/bin/wavrec -> usr/bin/wavplay

note the missing / in front of -> usr/bin/wavplay

Portage 2.1-r2 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r5 i686)
=================================================================
System uname: 2.6.17-gentoo-r5 i686 Intel(R) Pentium(R) M processor 2.00GHz
Gentoo Base System version 1.12.4
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=pentium-m -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer parallel-fetch sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="ftp://ftp.tugraz.at/mirror/gentoo/ http://gentoo.inode.at/source/"
LINGUAS="en de"
MAKEOPTS="-j2"
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/portage/local/layman/portage"
SYNC="rsync://129.27.185.39/gentoo-portage"
USE="x86 X aalib alsa apm atm avi berkdb bitmap-fonts bzip2 cdparanoia cli crypt cups divx4linux dlloader dri dvd dvdr emacs emboss encode esd ethereal fam fbcon ffmpeg flac foomaticdb fortran gdbm gif gpm gtk gtk2 icq imagemagick imap imlib ipv6 isdnlog java jpeg kde libg++ libwww mad mikmod mmx mp3 mpeg ncurses nls nptl offensive ogg oggvorbis opengl oss pam pcre pdflib perl png ppds pppd python qt3 qt4 quicktime readline real reflection samba sasl sdl session smtp spell spl sse sse2 ssl tcpd tiff truetype truetype-fonts type1-fonts udev vcd vorbis win32codecs wxwindows xine xinetd xml xmms xorg xv xvid zlib elibc_glibc input_devices_evdev input_devices_mouse input_devices_keyboard input_devices_joystick kernel_linux linguas_en linguas_de userland_GNU video_cards_i810"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Thomas Cort (RETIRED) gentoo-dev 2006-09-12 08:19:40 UTC
Fixed in CVS.

- emake INSTDIR="${D}usr/bin" install_no_x || die
+ emake INSTDIR="${D}/usr/bin" install_no_x || die
Comment 2 Wernfried Haas (RETIRED) gentoo-dev 2006-09-12 10:42:20 UTC
Thanks!