Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[risolto]Emerge compila ma non installa clanlib-0.7.8-r1
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
hardskinone
Guru
Guru


Joined: 02 Jan 2004
Posts: 460

PostPosted: Wed Dec 22, 2004 12:09 am    Post subject: [risolto]Emerge compila ma non installa clanlib-0.7.8-r1 Reply with quote

Code:

...
...
>>> /usr/include/ClanLib-0.7/ClanLib/GUIStyleSilver/menu_item_silver.h
>>> /usr/include/ClanLib-0.7/ClanLib/GUIStyleSilver/menu_node_silver.h
>>> /usr/include/ClanLib-0.7/ClanLib/GUIStyleSilver/menu_silver.h
>>> /usr/include/ClanLib-0.7/ClanLib/GUIStyleSilver/progressbar_silver.h
>>> /usr/include/ClanLib-0.7/ClanLib/GUIStyleSilver/radiobutton_silver.h
>>> /usr/include/ClanLib-0.7/ClanLib/GUIStyleSilver/scrollbar_silver.h
>>> /usr/include/ClanLib-0.7/ClanLib/GUIStyleSilver/stylemanager_silver.h
>>> /usr/include/ClanLib-0.7/ClanLib/GUIStyleSilver/treeitem_silver.h
>>> /usr/include/ClanLib-0.7/ClanLib/GUIStyleSilver/treeview_silver.h
>>> /usr/include/ClanLib-0.7/ClanLib/GUIStyleSilver/window_silver.h
>>> /usr/include/ClanLib-0.7/ClanLib/network.h
--- /usr/include/ClanLib-0.7/ClanLib/MikMod/
>>> /usr/include/ClanLib-0.7/ClanLib/MikMod/setupmikmod.h
>>> /usr/include/ClanLib-0.7/ClanLib/MikMod/soundprovider_mikmod.h
>>> /usr/include/ClanLib-0.7/ClanLib/mikmod.h
--- /usr/include/ClanLib-0.7/ClanLib/Vorbis/
>>> /usr/include/ClanLib-0.7/ClanLib/Vorbis/setupvorbis.h
>>> /usr/include/ClanLib-0.7/ClanLib/Vorbis/soundprovider_vorbis.h
>>> /usr/include/ClanLib-0.7/ClanLib/vorbis.h
--- /usr/lib/
>>> /usr/lib/libclanCore-0.7.so.0.0.0
>>> /usr/lib/libclanCore-0.7.so.0 -> libclanCore-0.7.so.0.0.0
>>> /usr/lib/libclanCore.so -> libclanCore-0.7.so.0.0.0
>>> /usr/lib/libclanCore.la
Traceback (most recent call last):
  File "/usr/bin/emerge", line 2991, in ?
    mydepgraph.merge(mydepgraph.altlist())
  File "/usr/bin/emerge", line 1839, in merge
    retval=portage.doebuild(y,"merge",myroot,self.pkgsettings,edebug)
  File "/usr/lib/portage/pym/portage.py", line 2562, in doebuild
    return merge(mysettings["CATEGORY"],mysettings["PF"],mysettings["D"],mysettings["BUILDDIR"]+"/build-info",myroot,mysettings,myebuild=mysettings["EBUILD"])
  File "/usr/lib/portage/pym/portage.py", line 2695, in merge
    return mylink.merge(pkgloc,infloc,myroot,myebuild)
  File "/usr/lib/portage/pym/portage.py", line 6670, in merge
    return self.treewalk(mergeroot,myroot,inforoot,myebuild,cleanup=cleanup)
  File "/usr/lib/portage/pym/portage.py", line 6297, in treewalk
    if self.mergeme(srcroot,destroot,outfile,secondhand,"",cfgfiledict,mymtime):
  File "/usr/lib/portage/pym/portage.py", line 6536, in mergeme
    if self.mergeme(srcroot,destroot,outfile,secondhand,offset+x+"/",cfgfiledict,thismtime):
  File "/usr/lib/portage/pym/portage.py", line 6536, in mergeme
    if self.mergeme(srcroot,destroot,outfile,secondhand,offset+x+"/",cfgfiledict,thismtime):
  File "/usr/lib/portage/pym/portage.py", line 6551, in mergeme
    elif stat.S_ISREG(mydmode) or (stat.S_ISLNK(mydmode) and stat.S_ISREG(os.stat(mydest)[stat.ST_MODE])):
OSError: [Errno 2] No such file or directory: '/usr/lib/libclanCore.a'


Code:

nemesis root # emerge -p clanlib

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

Calculating dependencies ...done!
INCOMPLETE MERGE: /var/db/pkg/dev-games/-MERGING-clanlib-0.7.8-r1
[ebuild  N    ] dev-games/clanlib-0.7.8-r1


Non ho mai avuto un errore del genere. Che cosa mi sta dicendo?
_________________
Playlinux.net


Last edited by hardskinone on Mon Jan 31, 2005 8:01 pm; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30996
Location: here

PostPosted: Wed Dec 22, 2004 12:46 am    Post subject: Reply with quote

Puoi postare un
Code:
$ df -h

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
hardskinone
Guru
Guru


Joined: 02 Jan 2004
Posts: 460

PostPosted: Wed Dec 22, 2004 8:48 am    Post subject: Reply with quote

Code:

Filesystem            Size  Used Avail Use% Mounted on
/dev/hda3             2.8G  1.9G  781M  71% /
/dev/hda1              61M  8.1M   50M  14% /boot
/dev/hda5             3.7G  2.3G  1.3G  64% /opt
/dev/hda6             3.7G  1.2G  2.4G  33% /home
/dev/hda7             5.5G  4.0G  1.3G  77% /usr
/dev/hda8             1.2G  441M  660M  41% /var
/dev/hda9             1.2G  574M  534M  52% /tmp
none                  252M     0  252M   0% /dev/shm

_________________
Playlinux.net
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Wed Dec 22, 2004 9:10 am    Post subject: Re: Emerge compila ma non installa clanlib-0.7.8-r1 Reply with quote

hardskinone wrote:
OSError: [Errno 2] No such file or directory: '/usr/lib/libclanCore.a'
...
Non ho mai avuto un errore del genere. Che cosa mi sta dicendo?


Ti sta dicendo che manca un file. Hai guardato su bugzilla?
_________________
Ciao da me!
Back to top
View user's profile Send private message
hardskinone
Guru
Guru


Joined: 02 Jan 2004
Posts: 460

PostPosted: Wed Dec 22, 2004 12:24 pm    Post subject: Re: Emerge compila ma non installa clanlib-0.7.8-r1 Reply with quote

randomaze wrote:

Ti sta dicendo che manca un file. Hai guardato su bugzilla?


Sono stato poco preciso: mi riferivo alle righe da "Traceback (most recent call last):" fino alla penultima, quand emerge sembra andare in tilt.
Su bugzilla non ho trovato nulla, nemmeno nel forum.
_________________
Playlinux.net
Back to top
View user's profile Send private message
hardskinone
Guru
Guru


Joined: 02 Jan 2004
Posts: 460

PostPosted: Thu Dec 23, 2004 9:41 pm    Post subject: Reply with quote

Uppete.
_________________
Playlinux.net
Back to top
View user's profile Send private message
PioniereElfico
n00b
n00b


Joined: 03 Nov 2004
Posts: 58
Location: Brescia

PostPosted: Sun Dec 26, 2004 7:33 pm    Post subject: Reply with quote

Credo sia qlcs che riguarda l'albero delle dipendenze cmq non so il mio è solo un parere :wink:
_________________
Gentoo è gentoo...

-PioniereElfico-
Members of the "LUG Crema"
lru 371348 - icq 67561979
Back to top
View user's profile Send private message
hardskinone
Guru
Guru


Joined: 02 Jan 2004
Posts: 460

PostPosted: Mon Jan 31, 2005 8:01 pm    Post subject: Reply with quote

Facendo pulizia ho cancellato i file che installa prima dell'errore. Ho dato un fixpackages, lanciato un emerge ed ha completato l'installazione con successo.
_________________
Playlinux.net
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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