This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8636 - Build failure on FreeBSD
Attached to Project:
Rockbox
Opened by Bartosz Fabianowski (undo) - Sunday, 24 February 2008, 20:27 GMT+2
Last edited by Jonas Häggqvist (rasher) - Monday, 25 February 2008, 01:06 GMT+2
Opened by Bartosz Fabianowski (undo) - Sunday, 24 February 2008, 20:27 GMT+2
Last edited by Jonas Häggqvist (rasher) - Monday, 25 February 2008, 01:06 GMT+2
|
DetailsSVN revision 16405 breaks the build on FreeBSD. This commit changed "ls -l" to "ls -n" in apps/lang/Makefile. I assume that on Linux, "ls -n" outputs file information in long format with numeric group and user IDs. On FreeBSD, "ls -n" switches to numeric IDs, but does not enable the long format. To get the desired result and unbreak the build, "ls -ln" must be used:
$(SILENT)echo "#define MAX_LANGUAGE_SIZE `ls -ln $(OBJDIR)/* | awk '{print $$5}' | sort -n | tail -1`" > $(HEADER) |
This task depends upon
Closed by Jonas Häggqvist (rasher)
Monday, 25 February 2008, 01:06 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed in r16414
Monday, 25 February 2008, 01:06 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed in r16414