View previous topic :: View next topic |
Author |
Message |
james182 n00b
Joined: 09 May 2002 Posts: 41 Location: UK
|
Posted: Mon May 27, 2002 6:42 pm Post subject: Help cant build anymore |
|
|
Hello
I was trying to fix a problem with my camera on another post!! by trying a different kernel the vanilla-sources but I can not get it to emerge this is the error message below
>>> /usr/src/linux-2.4.18/net/bridge/br_ioctl.c
>>> /usr/src/linux-2.4.18/net/bridge/br_notify.c
>>> /usr/src/linux-2.4.18/net/bridge/br_stp.c
!!! /usr/src/linux-2.4.18/net/bridge/br_stp_bpdu.c
!!! /usr/src/linux-2.4.18/net/bridge/br_private.h
!!! /usr/src/linux-2.4.18/net/bridge/br_private_stp.h
!!! /usr/src/linux-2.4.18/net/bridge/br_private_timer.h
!!! /usr/src/linux-2.4.18/net/bridge/br_stp_if.c
!!! /usr/src/linux-2.4.18/net/bridge/br_stp_timer.c
Traceback (most recent call last):
File "/usr/bin/emerge", line 1236, in ?
mydepgraph.merge(mydepgraph.altlist())
File "/usr/bin/emerge", line 618, in merge
retval=portage.doebuild(y,"merge",myroot,edebug)
File "/usr/lib/python2.2/site-packages/portage.py", line 1099, 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 1351, in merge
mylink.merge(pkgloc,infloc,myroot,myebuild)
File "/usr/lib/python2.2/site-packages/portage.py", line 3177, in merge
self.treewalk(mergeroot,myroot,inforoot,myebuild)
File "/usr/lib/python2.2/site-packages/portage.py", line 2910, in treewalk
self.mergeme(srcroot,destroot,outfile,secondhand,"",cfgfiledict,mymtime)
File "/usr/lib/python2.2/site-packages/portage.py", line 3069, in mergeme
self.mergeme(srcroot,destroot,outfile,secondhand,offset+x+"/",cfgfiledict,thismtime)
File "/usr/lib/python2.2/site-packages/portage.py", line 3069, in mergeme
self.mergeme(srcroot,destroot,outfile,secondhand,offset+x+"/",cfgfiledict,thismtime)
File "/usr/lib/python2.2/site-packages/portage.py", line 3069, in mergeme
self.mergeme(srcroot,destroot,outfile,secondhand,offset+x+"/",cfgfiledict,thismtime)
File "/usr/lib/python2.2/site-packages/portage.py", line 3069, in mergeme
self.mergeme(srcroot,destroot,outfile,secondhand,offset+x+"/",cfgfiledict,thismtime)
File "/usr/lib/python2.2/site-packages/portage.py", line 3063, in mergeme
os.mkdir(mydest)
OSError: [Errno 28] No space left on device: '/usr/src/linux-2.4.18/net/econet'
The thing is I dont know why as far a I know I have lods of free space
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda6 9.6G 6.6G 2.5G 72% /
/dev/hda1 9.8G 4.6G 5.1G 48% /winnt
/dev/hda2 54G 26G 28G 48% /data
please help me I am sure it's got to be something stupid
Thanks |
|
Back to top |
|
|
lx Veteran
Joined: 28 May 2002 Posts: 1012 Location: Netherlands
|
Posted: Tue May 28, 2002 11:21 am Post subject: |
|
|
Are you installing over an existing dir /usr/src/linux-2.4.18/.... as none root user the problems seem to be that mkdir doesn't succeed instead of too little space. It just gives the wrong response because it can't create the dir it assumes that the disk is full. Another problem can be your inode count (using ext2 / ext3). every file / dir / link needs an inode. You can check this by using tune2fs -l /dev/hda6.
Hope it helps, lX
Ps: what filesystem are you using? _________________ "Remember there's a big difference between kneeling down and bending over.", Frank Zappa |
|
Back to top |
|
|
james182 n00b
Joined: 09 May 2002 Posts: 41 Location: UK
|
Posted: Tue May 28, 2002 11:24 am Post subject: |
|
|
Thank you thats makes sense I think it might be the inode but will try later |
|
Back to top |
|
|
james182 n00b
Joined: 09 May 2002 Posts: 41 Location: UK
|
Posted: Wed May 29, 2002 1:04 pm Post subject: |
|
|
DOH
I must of been pissed when I set the system up I have my file type as ext3 but it was being mounted as xfs I have now changed back fixed the few problems I had now all works |
|
Back to top |
|
|
|
|
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
|
|