sources.list for both machine is exactly the same: Broken: # egrep -v '^(#|$)' /etc/apt/source.list deb http://hr.archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse deb-src http://hr.archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse deb http://hr.archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse deb-src http://hr.archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse deb http://security.ubuntu.com/ubuntu hardy-security main restricted universe multiverse deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted universe multiverse
Working: # egrep -v '^(#|$)' /etc/apt/source.list deb http://hr.archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse deb-src http://hr.archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse deb http://hr.archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse deb-src http://hr.archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse deb http://security.ubuntu.com/ubuntu hardy-security main restricted universe multiverse deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted universe multiverse -- [hardy] kernel 2.6.24-21-generic and gcc version mismatch https://bugs.launchpad.net/bugs/292381 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
