Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
install packages fail OSError: [Errno 13] Permission denied
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
scrooch
n00b
n00b


Joined: 25 Jan 2003
Posts: 52
Location: Venlo/Eindhoven, the Netherlands

PostPosted: Thu May 29, 2003 7:44 am    Post subject: install packages fail OSError: [Errno 13] Permission denied Reply with quote

Lately I tried to compile a game, called Cube. This is when 'the error' accured. Each time when I want to compile a random package, it seems to fail when arriving at the make section. The log looks like this. The first few lines are still of the compilation itself, which seemed to just be simply succesfull itself.

Code:

/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/include/g++-v3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
server.cpp: In function `void serverslice(int, long unsigned int)':
server.cpp:599: warning: enumeration value `ENET_EVENT_TYPE_NONE' not handled
   in switch
g++ -Wall -O3 -fsigned-char -fomit-frame-pointer -I../enet/include `sdl-config --cflags` -o cube_server standalone.o tools.o -L../enet -lenet

>>> Install cube-20021020-r2 into /var/tmp/portage/cube-20021020-r2/image/ category app-games
>>> dobin: making /var/tmp/portage/cube-20021020-r2/temp/cube_client-bin executable...
>>> dobin: making /var/tmp/portage/cube-20021020-r2/temp/cube_server-bin executable...
>>> dobin: making /var/tmp/portage/cube-20021020-r2/temp/playcubeclient executable...
>>> dobin: making /var/tmp/portage/cube-20021020-r2/temp/playcubeserver executable...
man:
prepallstrip:
strip:
strip:
   usr/games/bin/cube_client
   usr/games/bin/cube_server
   usr/games/bin/cube_server-bin
   usr/games/bin/cube_client-bin
>>> Completed installing into /var/tmp/portage/cube-20021020-r2/image/

>>> Merging app-games/cube-20021020-r2 to /
portage: Global counter missing. Regenerated from counter files to: 1234
Traceback (most recent call last):
  File "/usr/bin/emerge", line 1943, in ?
    mydepgraph.merge(mydepgraph.altlist())
  File "/usr/bin/emerge", line 1203, in merge
    retval=portage.doebuild(y,"merge",myroot,edebug)
  File "/usr/lib/python2.2/site-packages/portage.py", line 1712, 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 1820, in merge
    return mylink.merge(pkgloc,infloc,myroot,myebuild)
  File "/usr/lib/python2.2/site-packages/portage.py", line 4532, in merge
    return self.treewalk(mergeroot,myroot,inforoot,myebuild)
  File "/usr/lib/python2.2/site-packages/portage.py", line 4199, in treewalk
    counter=db[destroot]["vartree"].dbapi.counter_tick()
  File "/usr/lib/python2.2/site-packages/portage.py", line 2927, in counter_tick
    return counter_tick_core(self.root)
  File "/usr/lib/python2.2/site-packages/portage.py", line 2908, in counter_tick_core
    os.rename(newcpath,cpath)
OSError: [Errno 13] Permission denied




My make.conf contains this among other things:
USE="X gtk2 gnome qt kde cups usb -alsa"
CFLAGS="-march=pentium3 -O3 -pipe"
CXXFLAGS="${CFLAGS}"

Would someone like to help me with this? I'd appriciate it :lol:
_________________
too much is never enough
Back to top
View user's profile Send private message
scrooch
n00b
n00b


Joined: 25 Jan 2003
Posts: 52
Location: Venlo/Eindhoven, the Netherlands

PostPosted: Thu May 29, 2003 9:23 am    Post subject: Reply with quote

A different failure example with kmplayer, which displays the whole output.

Code:
scrooch@mymachine scrooch $ su
Password:
root@mymachine scrooch # emerge kmplayer
Calculating dependencies ...done!
>>> emerge (1 of 1) media-video/kmplayer-0.7.3 to /
>>> md5 src_uri ;-) kmplayer-0.7.3.tar.bz2
>>> Unpacking source...
>>> Unpacking kmplayer-0.7.3.tar.bz2 to /var/tmp/portage/kmplayer-0.7.3/work
>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD compatible install... /bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for style of include used by make... GNU
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for i686-pc-linux-gnu-g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wnon-virtual-dtor... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -frepo... yes
not using lib directory suffix
checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking for a sed that does not truncate output...
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse nm output from gcc object... ok
checking for objdir... .libs
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-pc-linux-gnu-strip... strip
checking if gcc static flag  works... no
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "GCJ" to libtool
checking if gcj supports -fno-rtti -fno-exceptions... (cached) no
checking for gcj option to produce PIC... -fPIC
checking if gcj PIC flag -fPIC works... no
checking if gcj supports -c -o file.o... no
checking whether the gcj linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for poll in -lpoll... no
checking for CoreAudio/CoreAudio.h... no
checking if res_init needs -lresolv... yes
checking if res_init is available... yes
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for char... yes
checking size of char... 1
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for Xinerama... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for Qt... libraries /usr/qt/3/lib, headers /usr/qt/3/include using -mt
checking if Qt compiles without flags... no
checking for moc... /usr/qt/3/bin/moc
checking for uic... /usr/qt/3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /usr/kde/3.1/lib, headers /usr/kde/3.1/include
checking if UIC has KDE plugins available... yes
checking for KDE paths... defaults
checking for dcopidl... /usr/kde/3.1/bin/dcopidl
checking for dcopidl2cpp... /usr/kde/3.1/bin/dcopidl2cpp
checking for mcopidl... /usr/kde/3.1/bin/mcopidl
checking for artsc-config... /usr/kde/3.1/bin/artsc-config
checking for kde-config... /usr/kde/3.1/bin/kde-config
checking for meinproc... /usr/kde/3.1/bin/meinproc
checking if doc should be compiled... yes
checking if kmplayer should be compiled... yes
checking if mimetypes should be compiled... yes
checking if po should be compiled... yes
configure: creating ./config.status
fast creating Makefile
fast creating doc/Makefile
fast creating doc/en/Makefile
fast creating kmplayer/Makefile
fast creating mimetypes/Makefile
fast creating mimetypes/application/Makefile
fast creating mimetypes/video/Makefile
fast creating po/Makefile
config.status: creating config.h

Good - your configure finished. Start make now

make  all-recursive
make[1]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer'
Making all in mimetypes
make[2]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes'
Making all in application
make[3]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes/application'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes/application'
Making all in video
make[3]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes/video'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes/video'
make[3]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes'
make[2]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes'
Making all in kmplayer
make[2]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/kmplayer'
make[3]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/kmplayer'
/usr/qt/3/bin/uic -L /usr/kde/3.1/lib/kde3/plugins/designer -nounload -o configdialog.h ./configdialog.ui
/usr/qt/3/bin/moc ./kmplayer_part.h -o kmplayer_part.moc
/usr/qt/3/bin/moc ./kmplayerview.h -o kmplayerview.moc
/usr/qt/3/bin/moc ./kmplayerconfig.h -o kmplayerconfig.moc
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.1/include/kio -I/usr/kde/3.1/include/arts -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O3 -pipe -fno-exceptions -fno-check-new  -c -o main.lo `test -f 'main.cpp' || echo './'`main.cpp
/usr/qt/3/bin/moc ./kmplayer.h -o kmplayer.moc
/usr/qt/3/bin/moc ./kmplayerdoc.h -o kmplayerdoc.moc
echo > dummy.cpp
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.1/include/kio -I/usr/kde/3.1/include/arts -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O3 -pipe -fno-exceptions -fno-check-new  -c -o kmplayer_part.lo `test -f 'kmplayer_part.cpp' || echo './'`kmplayer_part.cpp
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.1/include/kio -I/usr/kde/3.1/include/arts -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O3 -pipe -fno-exceptions -fno-check-new  -c -o kmplayerview.lo `test -f 'kmplayerview.cpp' || echo './'`kmplayerview.cpp
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.1/include/kio -I/usr/kde/3.1/include/arts -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O3 -pipe -fno-exceptions -fno-check-new  -c -o kmplayerconfig.lo `test -f 'kmplayerconfig.cpp' || echo './'`kmplayerconfig.cpp
kmplayerview.cpp: In member function `void KMPlayerView::init()':
kmplayerview.cpp:341: warning: unsigned int format, WId arg (arg 2)
kmplayerview.cpp:341: warning: unsigned int format, pointer arg (arg 3)
/usr/qt/3/bin/moc configdialog.h -o configdialog.moc
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.1/include/kio -I/usr/kde/3.1/include/arts -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O3 -pipe -fno-exceptions -fno-check-new  -c -o kmplayerapp.lo `test -f 'kmplayerapp.cpp' || echo './'`kmplayerapp.cpp
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.1/include/kio -I/usr/kde/3.1/include/arts -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O3 -pipe -fno-exceptions -fno-check-new  -c -o kmplayerdoc.lo `test -f 'kmplayerdoc.cpp' || echo './'`kmplayerdoc.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.1/include/kio -I/usr/kde/3.1/include/arts -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O3 -pipe -fno-exceptions -fno-check-new  -c -o dummy.o `test -f 'dummy.cpp' || echo './'`dummy.cpp
rm -f configdialog.cpp
echo '#include <klocale.h>' > configdialog.cpp
/usr/qt/3/bin/uic -L /usr/kde/3.1/lib/kde3/plugins/designer -nounload -tr tr2i18n -i configdialog.h ./configdialog.ui > configdialog.cpp.temp ; ret=$?; \
sed -e "s,tr2i18n( \"\" ),QString::null,g" configdialog.cpp.temp | sed -e "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e "s,image\([0-9][0-9]*\)_data,img\1_configdialog,g" >> configdialog.cpp ;\
rm -f configdialog.cpp.temp ;\
if test "$ret" = 0; then echo '#include "configdialog.moc"' >> configdialog.cpp; else rm -f configdialog.cpp ; exit $ret ; fi
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.1/include/kio -I/usr/kde/3.1/include/arts -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O3 -pipe -fno-exceptions -fno-check-new  -c -o configdialog.lo `test -f 'configdialog.cpp' || echo './'`configdialog.cpp
/bin/sh ../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O3 -pipe -fno-exceptions -fno-check-new    -o kparts_kmplayer.la.closure kparts_kmplayer_la_closure.lo -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib  -module -avoid-version -module -no-undefined -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib  -lartskde -lm kmplayer_part.lo kmplayerview.lo kmplayerconfig.lo configdialog.lo -lkio -lkparts -lkio -lkmediaplayer
/bin/sh ../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O3 -pipe -fno-exceptions -fno-check-new    -o kparts_kmplayer.la -rpath /usr/lib/kde3 -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib  -module -avoid-version -module -no-undefined -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib  -lartskde -lm kmplayer_part.lo kmplayerview.lo kmplayerconfig.lo configdialog.lo -lkio -lkparts -lkio -lkmediaplayer
/bin/sh ../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O3 -pipe -fno-exceptions -fno-check-new    -o kdeinit_kmplayer.la -rpath /usr/lib -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib  -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib -module -avoid-version main.lo kmplayerapp.lo kmplayerdoc.lo kparts_kmplayer.la
/bin/sh ../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O3 -pipe -fno-exceptions -fno-check-new    -o kmplayer -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib  -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib dummy.o kdeinit_kmplayer.la
make[3]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/kmplayer'
make[2]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/kmplayer'
Making all in po
make[2]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/po'
rm -f hu.gmo; /usr/bin/msgfmt -o hu.gmo ./hu.po
test ! -f hu.gmo || touch hu.gmo
make[2]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/po'
Making all in doc
make[2]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/doc'
Making all in en
make[3]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/doc/en'
/usr/kde/3.1/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[3]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/doc/en'
make[3]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/doc'
make[2]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/doc'
make[2]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer'
make[1]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer'

>>> Install kmplayer-0.7.3 into /var/tmp/portage/kmplayer-0.7.3/image/ category media-video
Making install in mimetypes
make[1]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes'
Making install in application
make[2]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes/application'
make[3]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes/application'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../admin/mkinstalldirs /var/tmp/portage/kmplayer-0.7.3/image//usr/share/mimelnk/application
mkdir -p -- /var/tmp/portage/kmplayer-0.7.3/image//usr/share/mimelnk/application
/bin/install -c -p -m 644 ./uninstall.desktop /var/tmp/portage/kmplayer-0.7.3/image//usr/share/mimelnk/application/x-applix.desktop
/bin/sh ../../admin/mkinstalldirs /var/tmp/portage/kmplayer-0.7.3/image//usr/share/mimelnk/application
 /bin/install -c -p -m 644 x-mplayer2.desktop /var/tmp/portage/kmplayer-0.7.3/image//usr/share/mimelnk/application/x-mplayer2.desktop
make[3]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes/application'
make[2]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes/application'
Making install in video
make[2]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes/video'
make[3]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes/video'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../admin/mkinstalldirs /var/tmp/portage/kmplayer-0.7.3/image//usr/share/mimelnk/video
mkdir -p -- /var/tmp/portage/kmplayer-0.7.3/image//usr/share/mimelnk/video
 /bin/install -c -p -m 644 x-ms-wmv.desktop /var/tmp/portage/kmplayer-0.7.3/image//usr/share/mimelnk/video/x-ms-wmv.desktop
 /bin/install -c -p -m 644 x-ms-asf.desktop /var/tmp/portage/kmplayer-0.7.3/image//usr/share/mimelnk/video/x-ms-asf.desktop
make[3]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes/video'
make[2]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes/video'
make[2]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes'
make[3]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes'
make[2]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes'
make[1]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/mimetypes'
Making install in kmplayer
make[1]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/kmplayer'
make[2]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/kmplayer'
make[3]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/kmplayer'
/bin/sh ../admin/mkinstalldirs /var/tmp/portage/kmplayer-0.7.3/image//usr/lib
mkdir -p -- /var/tmp/portage/kmplayer-0.7.3/image//usr/lib
 /bin/sh ../libtool --silent --mode=install /bin/install -c -p  kdeinit_kmplayer.la /var/tmp/portage/kmplayer-0.7.3/image//usr/lib/kdeinit_kmplayer.la
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/bin/sh ../admin/mkinstalldirs /var/tmp/portage/kmplayer-0.7.3/image//usr/bin
mkdir -p -- /var/tmp/portage/kmplayer-0.7.3/image//usr/bin
  /bin/sh ../libtool --silent --mode=install /bin/install -c -p  kmplayer /var/tmp/portage/kmplayer-0.7.3/image//usr/bin/kmplayer
libtool: install: warning: `kdeinit_kmplayer.la' has not been installed in `/usr/lib'
libtool: install: warning: `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/kmplayer/kparts_kmplayer.la' has not been installed in `/usr/lib/kde3'
/bin/sh ../admin/mkinstalldirs /var/tmp/portage/kmplayer-0.7.3/image//usr/lib/kde3
mkdir -p -- /var/tmp/portage/kmplayer-0.7.3/image//usr/lib/kde3
 /bin/sh ../libtool --silent --mode=install /bin/install -c -p  kparts_kmplayer.la /var/tmp/portage/kmplayer-0.7.3/image//usr/lib/kde3/kparts_kmplayer.la
libtool: install: warning: remember to run `libtool --finish /usr/lib/kde3'
/bin/sh ../admin/mkinstalldirs /var/tmp/portage/kmplayer-0.7.3/image//usr/share/icons/locolor/16x16/apps
mkdir -p -- /var/tmp/portage/kmplayer-0.7.3/image//usr/share/icons/locolor/16x16/apps
/bin/install -c -p -m 644 ./lo16-app-kmplayer.png /var/tmp/portage/kmplayer-0.7.3/image//usr/share/icons/locolor/16x16/apps/kmplayer.png
/bin/sh ../admin/mkinstalldirs /var/tmp/portage/kmplayer-0.7.3/image//usr/share/icons/locolor/32x32/apps
mkdir -p -- /var/tmp/portage/kmplayer-0.7.3/image//usr/share/icons/locolor/32x32/apps
/bin/install -c -p -m 644 ./lo32-app-kmplayer.png /var/tmp/portage/kmplayer-0.7.3/image//usr/share/icons/locolor/32x32/apps/kmplayer.png
/bin/sh ../admin/mkinstalldirs /var/tmp/portage/kmplayer-0.7.3/image//usr/share/applnk/Multimedia
mkdir -p -- /var/tmp/portage/kmplayer-0.7.3/image//usr/share/applnk/Multimedia
 /bin/install -c -p -m 644 kmplayer.desktop /var/tmp/portage/kmplayer-0.7.3/image//usr/share/applnk/Multimedia/kmplayer.desktop
/bin/sh ../admin/mkinstalldirs /var/tmp/portage/kmplayer-0.7.3/image//usr/share/config
mkdir -p -- /var/tmp/portage/kmplayer-0.7.3/image//usr/share/config
 /bin/install -c -p -m 644 kmplayerrc /var/tmp/portage/kmplayer-0.7.3/image//usr/share/config/kmplayerrc
/bin/sh ../admin/mkinstalldirs /var/tmp/portage/kmplayer-0.7.3/image//usr/share/applnk/Multimedia/More
mkdir -p -- /var/tmp/portage/kmplayer-0.7.3/image//usr/share/applnk/Multimedia/More
/bin/install -c -p -m 644 ./uninstall.desktop /var/tmp/portage/kmplayer-0.7.3/image//usr/share/applnk/Multimedia/More/kmplayer.desktop
/bin/sh ../admin/mkinstalldirs /var/tmp/portage/kmplayer-0.7.3/image//usr/share/apps/kmplayer
mkdir -p -- /var/tmp/portage/kmplayer-0.7.3/image//usr/share/apps/kmplayer
 /bin/install -c -p -m 644 kmplayerui.rc /var/tmp/portage/kmplayer-0.7.3/image//usr/share/apps/kmplayer/kmplayerui.rc
 /bin/install -c -p -m 644 kmplayerpartui.rc /var/tmp/portage/kmplayer-0.7.3/image//usr/share/apps/kmplayer/kmplayerpartui.rc
/bin/sh ../admin/mkinstalldirs /var/tmp/portage/kmplayer-0.7.3/image//usr/share/services
mkdir -p -- /var/tmp/portage/kmplayer-0.7.3/image//usr/share/services
 /bin/install -c -p -m 644 kmplayer_component.desktop /var/tmp/portage/kmplayer-0.7.3/image//usr/share/services/kmplayer_component.desktop
make[3]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/kmplayer'
make[2]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/kmplayer'
make[1]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/kmplayer'
Making install in po
make[1]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/po'
make[2]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/po'
make[2]: Nothing to be done for `install-exec-am'.
/bin/install -c -p -m 644 hu.gmo /var/tmp/portage/kmplayer-0.7.3/image//usr/share/locale/hu/LC_MESSAGES/kmplayer.mo
mkdir -p -- /var/tmp/portage/kmplayer-0.7.3/image//usr/share/locale/hu/LC_MESSAGES
make[2]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/po'
make[1]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/po'
Making install in doc
make[1]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/doc'
Making install in en
make[2]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/doc/en'
make[3]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/doc/en'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../admin/mkinstalldirs /var/tmp/portage/kmplayer-0.7.3/image//usr/share/doc/HTML/en/kmplayer
mkdir -p -- /var/tmp/portage/kmplayer-0.7.3/image//usr/share/doc/HTML/en/kmplayer
/bin/install -c -p -m 644 index.docbook /var/tmp/portage/kmplayer-0.7.3/image//usr/share/doc/HTML/en/kmplayer/index.docbook
/bin/sh ../../admin/mkinstalldirs /var/tmp/portage/kmplayer-0.7.3/image//usr/share/doc/HTML/en/kmplayer
/bin/install -c -p -m 644 index.cache.bz2 /var/tmp/portage/kmplayer-0.7.3/image//usr/share/doc/HTML/en/kmplayer/
rm -f /var/tmp/portage/kmplayer-0.7.3/image//usr/share/doc/HTML/en/kmplayer/common
ln -s /usr/kde/3.1/share/doc/HTML/en/common /var/tmp/portage/kmplayer-0.7.3/image//usr/share/doc/HTML/en/kmplayer/common
make[3]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/doc/en'
make[2]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/doc/en'
make[2]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/doc'
make[3]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/doc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/doc'
make[2]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/doc'
make[1]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer/doc'
make[1]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer'
make[2]: Entering directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer'
make[1]: Leaving directory `/var/tmp/portage/kmplayer-0.7.3/work/kmplayer'
/usr/lib/portage/bin/dodoc: TODO does not exist.
man:
prepallstrip:
strip:
strip:
   usr/bin/kmplayer
   usr/lib/kde3/kparts_kmplayer.so
   usr/lib/kdeinit_kmplayer.so
making executable: /usr/lib/kdeinit_kmplayer.so
>>> Completed installing into /var/tmp/portage/kmplayer-0.7.3/image/

>>> Merging media-video/kmplayer-0.7.3 to /
portage: Global counter missing. Regenerated from counter files to: 1234
Traceback (most recent call last):
  File "/usr/bin/emerge", line 1943, in ?
    mydepgraph.merge(mydepgraph.altlist())
  File "/usr/bin/emerge", line 1203, in merge
    retval=portage.doebuild(y,"merge",myroot,edebug)
  File "/usr/lib/python2.2/site-packages/portage.py", line 1712, 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 1820, in merge
    return mylink.merge(pkgloc,infloc,myroot,myebuild)
  File "/usr/lib/python2.2/site-packages/portage.py", line 4532, in merge
    return self.treewalk(mergeroot,myroot,inforoot,myebuild)
  File "/usr/lib/python2.2/site-packages/portage.py", line 4199, in treewalk
    counter=db[destroot]["vartree"].dbapi.counter_tick()
  File "/usr/lib/python2.2/site-packages/portage.py", line 2927, in counter_tick
    return counter_tick_core(self.root)
  File "/usr/lib/python2.2/site-packages/portage.py", line 2908, in counter_tick_core
    os.rename(newcpath,cpath)
OSError: [Errno 13] Permission denied
root@mymachine scrooch #

_________________
too much is never enough
Back to top
View user's profile Send private message
scrooch
n00b
n00b


Joined: 25 Jan 2003
Posts: 52
Location: Venlo/Eindhoven, the Netherlands

PostPosted: Thu May 29, 2003 8:18 pm    Post subject: Reply with quote

Nobody? Did I forgot to tell some critical information maybe? Emerge sync and such didn't help a thing by the way :?
_________________
too much is never enough
Back to top
View user's profile Send private message
scrooch
n00b
n00b


Joined: 25 Jan 2003
Posts: 52
Location: Venlo/Eindhoven, the Netherlands

PostPosted: Fri May 30, 2003 2:05 pm    Post subject: Reply with quote

Well ok. Im doing a clean install now, I didn't see any problems concerning permissions or so. Thanks.
_________________
too much is never enough
Back to top
View user's profile Send private message
defly1
n00b
n00b


Joined: 31 May 2003
Posts: 2

PostPosted: Sat May 31, 2003 5:28 pm    Post subject: I have other question Reply with quote

when i install (emerge ???)or uninstall (emerge -C ???),error .
Code:
root@gentoo net-www # emerge mplayerplug-in/mplayerplug-in-0.71.ebuild
Calculating dependencies ...done!
>>> emerge (1 of 1) net-www/mplayerplug-in-0.71 to /
>>> md5 src_uri ;-) mplayerplug-in_v0.71.tar.gz
>>> md5 src_uri ;-) mini.tar.bz2
>>> Unpacking source...
>>> Unpacking mplayerplug-in_v0.71.tar.gz to /var/tmp/portage/mplayerplug-in-0.71/work
>>> Unpacking mini.tar.bz2 to /var/tmp/portage/mplayerplug-in-0.71/work
>>> Source unpacked.
gcc -c -march=pentium3 -O3 -pipe -DXP_UNIX -Iinclude -ISource/_gen -I/usr/X11R6/include -I. -I/usr/include Source/mplayerplug-in.c
gcc -c -march=pentium3 -O3 -pipe -DXP_UNIX -Iinclude -ISource/_gen -I/usr/X11R6/include -I. -I/usr/include Source/stubs.c
gcc -shared -o mplayerplug-in.so mplayerplug-in.o stubs.o

>>> Install mplayerplug-in-0.71 into /var/tmp/portage/mplayerplug-in-0.71/image/ category net-www
 * Not creating symlink for the java plugin, because there already is a java plugin installed.
man:
prepallstrip:
strip:
strip:
   opt/netscape/plugins/mplayerplug-in.so
>>> Completed installing into /var/tmp/portage/mplayerplug-in-0.71/image/

>>> Merging net-www/mplayerplug-in-0.71 to /
--- /etc/
>>> /etc/mplayerplug-in.conf
--- /opt/
>>> /opt/netscape/
>>> /opt/netscape/plugins/
>>> /opt/netscape/plugins/mplayerplug-in.so
--- /usr/
--- /usr/share/
--- /usr/share/doc/
>>> /usr/share/doc/mplayerplug-in-0.71/
>>> /usr/share/doc/mplayerplug-in-0.71/README.gz
>>> /usr/share/doc/mplayerplug-in-0.71/TODO.gz
>>> /usr/share/doc/mplayerplug-in-0.71/INSTALL.gz
>>> /usr/share/doc/mplayerplug-in-0.71/ChangeLog.gz
--- /usr/share/mplayer/
--- /usr/share/mplayer/Skin/
>>> /usr/share/mplayer/Skin/mini/
>>> /usr/share/mplayer/Skin/mini/skin
>>> /usr/share/mplayer/Skin/mini/README
>>> /usr/share/mplayer/Skin/mini/main.png
>>> /usr/share/mplayer/Skin/mini/pause.png
>>> /usr/share/mplayer/Skin/mini/VERSION
>>> /usr/share/mplayer/Skin/mini/play.png
>>> /usr/share/mplayer/Skin/mini/stop.png
>>> /usr/share/mplayer/Skin/mini/pos.png

Traceback (most recent call last):
  File "/usr/bin/emerge", line 1943, in ?
    mydepgraph.merge(mydepgraph.altlist())
  File "/usr/bin/emerge", line 1203, in merge
    retval=portage.doebuild(y,"merge",myroot,edebug)
  File "/usr/lib/python2.2/site-packages/portage.py", line 1712, 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 1820, in merge
    return mylink.merge(pkgloc,infloc,myroot,myebuild)
  File "/usr/lib/python2.2/site-packages/portage.py", line 4532, in merge
    return self.treewalk(mergeroot,myroot,inforoot,myebuild)
  File "/usr/lib/python2.2/site-packages/portage.py", line 4300, in treewalk
    env_update(makelinks=0)
  File "/usr/lib/python2.2/site-packages/portage.py", line 409, in env_update
    myconfig=getconfig(root+"etc/env.d/"+x)
  File "/usr/lib/python2.2/site-packages/portage.py", line 653, in getconfig
    val=lex.get_token()
  File "/usr/lib/python2.2/shlex.py", line 74, in get_token
    raw = self.read_token()
  File "/usr/lib/python2.2/shlex.py", line 144, in read_token
    raise ValueError, "No closing quotation"
ValueError: No closing quotation
root@gentoo net-www #

8O
tks a lot.
Back to top
View user's profile Send private message
scrooch
n00b
n00b


Joined: 25 Jan 2003
Posts: 52
Location: Venlo/Eindhoven, the Netherlands

PostPosted: Sun Jun 01, 2003 1:11 pm    Post subject: Reply with quote

eww, sorry to see that lol... One comfort is that a clean install fixed it for me lol
_________________
too much is never enough
Back to top
View user's profile Send private message
defly1
n00b
n00b


Joined: 31 May 2003
Posts: 2

PostPosted: Mon Jun 02, 2003 8:58 am    Post subject: somebody help me! Reply with quote

hi all
i don't want reinstall. my x kde gnome xmms mozilla mplyer ... is working ok.
:(

--------------------
somebody help me
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum