Comment 3 for bug 878562

Revision history for this message
Benjamin Drung (bdrung) wrote :

Here's the build log which runs dpkg-shlibdeps in verbose mode: https://launchpadlibrarian.net/83339925/buildlog_ubuntu-precise-amd64.vlc_1.2.0~~git20111020%2Br956-0~r46~precise1_FAILEDTOBUILD.txt.gz

The build log isn't very useful. I ran "grep -ir 'package\.' /var/lib/dpkg/info/*.symbols" and revealed libegl1-mesa as source for the problem. The head of libegl1-mesa:amd64.symbols is

libEGL.so.1 libegl1-mesa #MINVER# | libegl1-x11
 # package.
 _eglBindContext@Base 7.8.1
 _eglBindTexImage@Base 7.8.1

Is a line that start with a space followed by a # considered as comment? In this case it would be a bug in dpkg-shlibdeps, otherwise it's a bug in mesa.