Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54414 - [BUMP] ebuild for media-sound/qmbtagger-0.07
Summary: [BUMP] ebuild for media-sound/qmbtagger-0.07
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-06-19 06:24 UTC by Ewen Cheslack-Postava
Modified: 2004-07-02 01:13 UTC (History)
0 users

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


Attachments
qmbtagger-0.07.ebuild (qmbtagger-0.07.ebuild,935 bytes, application/octet-stream)
2004-06-19 06:26 UTC, Ewen Cheslack-Postava
Details
Updated version using addpredict (qmbtagger-0.07.ebuild,1.01 KB, text/plain)
2004-06-22 15:11 UTC, Ewen Cheslack-Postava
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ewen Cheslack-Postava 2004-06-19 06:24:49 UTC
I updated the 0.06 version to work with qmbtagger 0.07.

Reproducible: Always
Steps to Reproduce:
Comment 1 Ewen Cheslack-Postava 2004-06-19 06:26:05 UTC
Created attachment 33560 [details]
qmbtagger-0.07.ebuild

updated qmbtagger ebuild
Comment 2 theboywho 2004-06-20 08:26:25 UTC
Get the same problem as with bug 52497

After the compile is complete i get this error:

usicbrainz -lvorbisfile -lvorbis -logg -lid3 -lmad -lFLAC++ -lFLAC
make[2]: Leaving directory `/var/tmp/portage/qmbtagger-0.07/work/qmbtagger-0.07/src'
make[2]: Entering directory `/var/tmp/portage/qmbtagger-0.07/work/qmbtagger-0.07'
make[2]: Leaving directory `/var/tmp/portage/qmbtagger-0.07/work/qmbtagger-0.07'
make[1]: Leaving directory `/var/tmp/portage/qmbtagger-0.07/work/qmbtagger-0.07'
nostrip
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-media-sound_-_qmbtagger-0.07-25738.log"

open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
--------------------------------------------------------------------------------


my emerge info:
-----------------
Portage 2.0.50-r7 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3_pre20040420-r0, 2.6.5-gentoo-r1)
=================================================================
System uname: 2.6.5-gentoo-r1 i686 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.4.16
distcc 2.14 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -mmmx -msse -m3dnow -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -mmmx -msse -m3dnow -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache nostrip sandbox"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://vlaai.snt.utwente.nl/pub/os/linux/gentoo/ ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/"
MAKEOPTS="-j6"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X acl acpi alsa apm arts artswrappersuid audiofile avi berkdb bonobo cdr crypt cups debug dga dv dvd dvdr encode faad flac foomaticdb gdbm gif gimpprint gphoto2 gpm gstreamer gtkhtml guile imagemagick imlib innodb ipv6 jack jack-tmpfs java jbig jpeg kde lcms ldap libg++ libwww linguas_en_GB mad mikmod mmx mng motif mozilla mpeg mysql ncurses nls nogcj nptl oav odbc oggvorbis opengl oss pam parse-clocks pda pdflib perl png ppds python qt quicktime readline ruby samba sasl scanner sdl slang slp speex spell sqlite sse ssl svga tcltk tcpd tetex theora tiff truetype usb v4l v4l2 wmf x86 xinerama xml xml2 xmms xv zlib"
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-22 13:43:50 UTC
you can use 'addpredict'

look at the portage/eclass/kde.eclass
Comment 4 Ewen Cheslack-Postava 2004-06-22 15:11:10 UTC
Created attachment 33908 [details]
Updated version using addpredict

This is an updated ebuild that uses addpredict.  I didn't find anything in the
kde.eclass file, so I tried it as I could find in other ebuilds but this should
be checked by somebody who was getting the error.
Comment 5 Frank van de Pol (RETIRED) gentoo-dev 2004-07-02 01:13:15 UTC
I added an addwrite ${QTDIR}/etc/settings to fix the sandbox violations.
Added to CVS, thanks!