FS#11783 - maybe libgcc_s.so.1 should be in gcc-libs not gcc
Attached to Project:
Arch Linux
Opened by christopher rogers (godane) - Friday, 17 October 2008, 11:48 GMT
Last edited by Jan de Groot (JGC) - Friday, 17 October 2008, 12:07 GMT
Opened by christopher rogers (godane) - Friday, 17 October 2008, 11:48 GMT
Last edited by Jan de Groot (JGC) - Friday, 17 October 2008, 12:07 GMT
|
Details
For some reason libgcc_s.so.1 is in gcc and not gcc-libs.
Even the libgcc_s.so the soft link for libgcc_s.so.1 is in
gcc-libs. I ask this cause slim deps on gcc which is like
the whole base-devel group.
By the way, libgcc_s.so.1 is only 57kb. forum post: http://bbs.archlinux.org/viewtopic.php?id=57183 |
This task depends upon
[jgc@gerolde os]$ tar ztf i686/gcc-libs-4.3.2-1-i686.pkg.tar.gz | grep gcc_s
usr/lib/libgcc_s.so.1
usr/lib/libgcc_s.so
[jgc@gerolde os]$ tar ztf x86_64/gcc-libs-4.3.2-1-x86_64.pkg.tar.gz | grep gcc_s
usr/lib/libgcc_s.so.1
usr/lib/libgcc_s.so
[jgc@gerolde os]$ tar ztf x86_64/gcc-4.3.2-1-x86_64.pkg.tar.gz | grep gcc_s
[jgc@gerolde os]$ tar ztf i686/gcc-4.3.2-1-i686.pkg.tar.gz | grep gcc_s