FS#33447 - [bash] missing depends for gcc-libs

Attached to Project: Arch Linux
Opened by daaku (daaku) - Saturday, 19 January 2013, 00:25 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 19 January 2013, 01:18 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Trying to bootstrap a new system ends up with this:

(35/35) checking package integrity [############################################################] 100%
(35/35) loading package files [############################################################] 100%
(35/35) checking for file conflicts [############################################################] 100%
(35/35) checking available disk space [############################################################] 100%
( 1/35) installing iana-etc [############################################################] 100%
( 2/35) installing linux-api-headers [############################################################] 100%
( 3/35) installing tzdata [############################################################] 100%
( 4/35) installing glibc [############################################################] 100%
( 5/35) installing ncurses [############################################################] 100%
( 6/35) installing readline [############################################################] 100%
( 7/35) installing bash [############################################################] 100%
sh: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory
error: command failed to execute correctly
( 8/35) installing gcc-libs [############################################################] 100%
...


Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:

Try installing bash in a new chroot.
This task depends upon

Closed by  Dave Reisner (falconindy)
Saturday, 19 January 2013, 01:18 GMT
Reason for closing:  Not a bug
Comment by Dave Reisner (falconindy) - Saturday, 19 January 2013, 00:35 GMT
But bash doesn't link to libgcc_s.so ...

If you want to install to a new chroot, you need to install the base group, not just a random package.
Comment by daaku (daaku) - Saturday, 19 January 2013, 00:45 GMT
I am installing base etc, and in fact the very next package after bash is gcc-libs. So it's an ordering thing. As to why the error, I'm a bit confused too since ldd doesn't indicate it as a dependency :/ But the install script is failing with that error as part of the bootstrap as far as I can tell.
Comment by Dave Reisner (falconindy) - Saturday, 19 January 2013, 00:52 GMT
Yeah... im' curious what that "etc" is. i can't reproduce this.
Comment by daaku (daaku) - Saturday, 19 January 2013, 01:16 GMT
Yeah, I can't repro again either. Not really sure what happened in this run. Sorry for the trouble.

Loading...