FS#19856 - [9base] ls broken

Attached to Project: Community Packages
Opened by Bert Münnich (ber_t) - Friday, 18 June 2010, 20:59 GMT
Last edited by Chris Brannon (cmb) - Saturday, 19 June 2010, 13:37 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Chris Brannon (cmb)
Architecture i686
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Simply running `/opt/plan9/bin/ls' results in the following error:
$ /opt/plan9/bin/ls
ls: ../sysdeps/unix/sysv/linux/getpagesize.c:32: __getpagesize: Assertion `_rtld_global_ro._dl_pagesize != 0' failed.
Aborted
According to this thread: http://lists.suckless.org/dev/1006/4639.html
it is caused by linking the binaries statically.

I've build the 9base package from the ABS removing `-static' from the LDFLAGS variable in config.mk and it works.

Additional info:
* package version(s)
9base 6-1
glibc 2.12-2
This task depends upon

Closed by  Chris Brannon (cmb)
Saturday, 19 June 2010, 13:37 GMT
Reason for closing:  Fixed
Additional comments about closing:  This is really embarrassing. Quite a few things didn't work,
including ls. In the future, I'll try to be more thorough about testing
packages before I push them to the repos.
I'm sorry for the inconvenience. It's fixed as of 9base 6-2.

Loading...