Comment 4 for bug 369130

Revision history for this message
Chris (christian-fontana) wrote :

I'm trying to install this package on kubuntu 10.04 and the error is the same. The version I'm installing is binutils-avr_2.20-2_i386.deb
This is my partition schema:

mount
/dev/sda3 on / type ext3 (rw,relatime,errors=remount-ro)
proc on /proc type proc (rw)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
/dev/sda6 on /home type ext3 (rw,relatime)
/dev/sda7 on /root type ext3 (rw,relatime)
/dev/sda8 on /usr type ext3 (rw,relatime)
/dev/sda12 on /usr/lib type ext3 (rw,relatime)
/dev/sda11 on /usr/share type ext3 (rw,relatime)
/dev/sda9 on /var type ext3 (rw,relatime)
/dev/sda10 on /var/cache type ext3 (rw,relatime)
/dev/sda13 on /home/chris/Project type ext4 (rw,relatime)
none on /proc/fs/vmblock/mountPoint type vmblock (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)

This is blocking for me as I didn't succeeded in install the gcc-avr from packages

thanks
christian