FS#17921 - texlive-core misses libpng12.so

Attached to Project: Arch Linux
Opened by Maciej Sitarz (macieks2) - Wednesday, 20 January 2010, 15:12 GMT
Last edited by Ionut Biru (wonder) - Wednesday, 20 January 2010, 15:50 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
After last update the texlive-core package was installed and showed errors:
>>> texlive: updating the fontmap files with updmap...
done.
pdftex: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
Error: `pdftex -ini -jobname=amstex -progname=amstex -translate-file=cp227.tcx *amstex.ini' failed

All errors attached to this bug in a file.

Additional info:
* testing/libpng 1.4.0-1
* extra/texlive-bin 2009.5-1
* extra/texlive-core 2009.16776-1

$ ldd `which pdftex`
linux-vdso.so.1 => (0x00007fff6ebff000)
libpng12.so.0 => not found
libz.so.1 => /usr/lib/libz.so.1 (0x00007ffef385b000)
libpoppler.so.5 => /usr/lib/libpoppler.so.5 (0x00007ffef345f000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007ffef314f000)
libm.so.6 => /lib/libm.so.6 (0x00007ffef2ece000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007ffef2cb8000)
libc.so.6 => /lib/libc.so.6 (0x00007ffef2961000)
liblcms.so.1 => /usr/lib/liblcms.so.1 (0x00007ffef2729000)
libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0x00007ffef24f0000)
libpng14.so.14 => /usr/lib/libpng14.so.14 (0x00007ffef22c8000)
libopenjpeg.so.2 => /usr/lib/libopenjpeg.so.2 (0x00007ffef20a8000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00007ffef1d5c000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007ffef1ac6000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007ffef1892000)
/lib/ld-linux-x86-64.so.2 (0x00007ffef3a72000)
libdl.so.2 => /lib/libdl.so.2 (0x00007ffef168e000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007ffef1466000)

Steps to reproduce:
just run:
pacman -S texlive-core


The problem is obvious:
New libpng 1.4.0-1 appeared in testing and texlive-bin links to the old version (1.2).
I think there should also appear texlive-bin version in testing linked with libpng 1.4
This task depends upon

Closed by  Ionut Biru (wonder)
Wednesday, 20 January 2010, 15:50 GMT
Reason for closing:  Not a bug
Additional comments about closing:  the rebuilding is in progress

http://mailman.archlinux.org/pipermail/a rch-dev-public/2010-January/014993.html
Comment by Allan McRae (Allan) - Wednesday, 20 January 2010, 15:30 GMT
Read the arch-dev-public mailing list if you are using the [testing] repo. Specifically pay attention to the emails with "WARNING" in their subject line as they tend to be important...

Loading...