I have fixed this problem on my Linux Mint 12 system using "sudo prelink -amvR". I took the error outputs and blacklisted the files in /etc/prelink.conf. A copy of my prelink.conf file is below. I hope this helps. Additionally, this repaired the /etc/cron.daily/prelink aborted at line 55 problem reported in other bugs. Prelink.conf
# This config file contains a list of directories both with binaries # and libraries prelink should consider by default. # If a directory name is prefixed with `-l ', the directory hierarchy # will be walked as long as filesystem boundaries are not crossed. # If a directory name is prefixed with `-h ', symbolic links in a # directory hierarchy are followed. # Directories or files with `-b ' prefix will be blacklisted. -b *.la -b *.png -b *.py -b *.pl -b *.pm -b *.sh -b *.xml -b *.xslt -b *.a -b *.js -b /lib/modules -b /usr/lib/locale -l /usr/local/sbin -l /sbin -l /usr/sbin -l /usr/local/bin -l /bin -l /usr/bin -l /usr/X11R6/bin -l /usr/games -l /usr/local/lib -l /lib -l /usr/lib -l /usr/X11R6/lib -b /usr/lib/klibc/bin -b /usr/lib/thunderbird-10.0.2/plugin-container -b /usr/lib/nvidia-current/bin/nvidia-smi -b /usr/lib/libreoffice -b /usr/lib/ure/bin -b /usr/bin/aptitude-curses -b /usr/bin/skype -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/840697 Title: prelink.bin assert failure: prelink.bin: ../../src/conflict.c:763: prelink_build_conflicts: Assertion `j < ndeps' failed. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/prelink/+bug/840697/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
