Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6596 - USE="matrox" emerge mplayer gives back traceback and ...
Summary: USE="matrox" emerge mplayer gives back traceback and ...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-16 11:45 UTC by Maurizio Disimino
Modified: 2003-02-16 08:39 UTC (History)
3 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 Maurizio Disimino 2002-08-16 11:45:29 UTC
/bin/sh ./libtool --mode=link gcc  -march=i686 -O3 -pipe  -o pkg-config  pkg.o
partial-glib.o parse.o main.o findme.o popt.o poptconfig.o popthelp.o
poptparse.o glib-1.2.8/libglib.la
mkdir .libs
gcc -march=i686 -O3 -pipe -o pkg-config pkg.o partial-glib.o parse.o main.o
findme.o popt.o poptconfig.o popthelp.o poptparse.o  glib-1.2.8/.libs/libglib.al
make[2]: Leaving directory `/var/tmp/portage/pkgconfig-0.12.0/work/pkgconfig-0.12.0'
make[1]: Leaving directory `/var/tmp/portage/pkgconfig-0.12.0/work/pkgconfig-0.12.0'

>>> Install win32codecs-0.60-r1 into /var/tmp/portage/win32codecs-0.60-r1/image/
category media-libs
install: cannot stat
`/var/tmp/portage/win32codecs-0.60-r1/work/w32codec-0.60/*': No such file or
directory
strip:
>>> Completed installing into /var/tmp/portage/win32codecs-0.60-r1/image/

>>> Merging media-libs/win32codecs-0.60-r1 to /
Traceback (most recent call last):
  File "/usr/bin/emerge", line 1463, in ?
    mydepgraph.merge(mydepgraph.altlist())
  File "/usr/bin/emerge", line 977, in merge
    retval=portage.doebuild(y,"merge",myroot,edebug)
  File "/usr/lib/python2.2/site-packages/portage.py", line 1188, in doebuild
    return
merge(settings["CATEGORY"],settings["PF"],settings["D"],settings["BUILDDIR"]+"/build-info",myroot,myebuild=settings["EBUILD"])
  File "/usr/lib/python2.2/site-packages/portage.py", line 1413, in merge
    mylink.merge(pkgloc,infloc,myroot,myebuild)
  File "/usr/lib/python2.2/site-packages/portage.py", line 3790, in merge
    self.treewalk(mergeroot,myroot,inforoot,myebuild)
  File "/usr/lib/python2.2/site-packages/portage.py", line 3480, in treewalk
    lcfile=open(inforoot+"/COUNTER","w")
IOError: [Errno 2] No such file or directory:
'/var/tmp/portage/win32codecs-0.60-r1/build-info/COUNTER'
<<< Fetching completed on media-libs/win32codecs-0.60-r1.
<<< Fetching (4 of 5) media-libs/divx4linux-20020418.
>>> Downloading
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/divx4linux501-20020418.tgz
<<< Fetching completed on media-libs/divx4linux-20020418.
<<< Fetching (5 of 5) media-video/mplayer-0.90_pre6-r2.
>>> Downloading
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/mp-arial-iso-8859-1.zip
!!! Portage interrupted by SIGINT; exiting.
PORTAGE:  Checking for Sandbox ()...
PORTAGE:  No Sandbox running, deleting /etc/ld.so.preload!
Killed

1.4beta - gcc3.2prerelease - portage .27-thread-r1
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-08-16 13:32:04 UTC
That is win32codecs .. NOT mplayer.  Install unzip and try again.
Comment 2 Maurizio Disimino 2002-08-16 15:42:21 UTC
Sorry .. of course is win32codecs.
emerge mplayer is just the command i gave.
Btw,

# emerge -p unzip

These are the packages that I would merge, in order.

Calculating dependencies ...done!
[ebuild   R  ] app-arch/unzip-5.42-r1 to /
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-08-16 17:08:37 UTC
Well, the problem is somewhere during src_install():

-------------------------------------------------
>>> Install win32codecs-0.60-r1 into /var/tmp/portage/win32codecs-0.60-r1/image/
category media-libs
install: cannot stat
`/var/tmp/portage/win32codecs-0.60-r1/work/w32codec-0.60/*': No such file or
directory
-------------------------------------------------

Sure you have enouth free disk space (shot in the dark)?

To be honest, I cannot think that it is a problem with win32codecs, but
rather a system specific one, one with portage, or one with some or other
util being used.

Lastly, I see you are using carparski's patch.  Try vanilla portage ?
Comment 4 Maurizio Disimino 2002-08-18 03:20:44 UTC
Yes, I've enouth space and 
yes .. worked with vanilla portage (.28).
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2002-08-18 18:15:42 UTC
Hmm, drop carpaski a mail ? (sorry for wrong spelling =) )

Comment 6 Nicholas Jones (RETIRED) gentoo-dev 2002-09-27 09:00:50 UTC
-=-=-=-=-=-=-=-=-
make[1]: Leaving directory `/var/tmp/portage/pkgconfig-0.12.0/work/pkgconfig-
0.12.0'

>>> Install win32codecs-0.60-r1 into /var/tmp/portage/win32codecs-0.60-r1/image/
-=-=-=-=-=-=-=-=-
pkgconfig -> win32codecs

This is a global variable bug between my threading code, and portage's use 
of 'settings' in hard-to-find locations. I need to hack at portage kinda 
violently to fix this one, but it's on drobbins' mind too.
Comment 7 Martin Schlemmer (RETIRED) gentoo-dev 2003-02-16 08:39:07 UTC
Closing this as I dont see Nick's patch around anymore.