BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000853 [buildroot] Other minor always 04-26-06 08:00 02-12-07 05:43
Reporter nils View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version 0.9.27
Summary 0000853: acpid make fails (at least on x86 for i386 and arm)
Description make[1]: Entering directory `/home/nils/workspace/rootfs/cmx/build/acpid-1.0.4'
arm-linux-gcc -Wall -Werror -g -DVERSION="\"1.0.4\"" -c -o acpid.o acpid.c
arm-linux-gcc -Wall -Werror -g -DVERSION="\"1.0.4\"" -c -o event.o event.c
arm-linux-gcc -Wall -Werror -g -DVERSION="\"1.0.4\"" -c -o ud_socket.o ud_socket.c
cc1: warnings being treated as errors
ud_socket.c: In function 'ud_accept':
ud_socket.c:63: warning: pointer targets in passing argument 3 of 'accept' differ in signedness
ud_socket.c:74: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
make[1]: *** [ud_socket.o] Error 1
make[1]: Leaving directory `/home/nils/workspace/rootfs/cmx/build/acpid-1.0.4'
Additional Information just crashes on two warnings because CFLAGS in Makefile set the Werror flag
no time to fix acpid for the moment - here at least a way to stop buildroot
from stopping (patch attached):

--- buildroot/package/acpid/acpid.mk.old 2006-04-26 16:35:42.000000000 +0200
+++ buildroot/package/acpid/acpid.mk 2006-04-26 16:41:47.000000000 +0200
@@ -14,6 +14,7 @@
        zcat $(DL_DIR)/$(ACPID_SOURCE) | tar -C $(BUILD_DIR) -xvf -
        $(SED) "s:ACPI_SOCKETFILE.*:ACPI_SOCKETFILE \"/tmp/acpid.socket\":" $(ACPID_DIR)/acpid.h
        touch -c $(ACPID_DIR)/Makefile
+ toolchain/patch-kernel.sh $(ACPID_DIR) package/acpid/ acpid\*.patch

 $(ACPID_DIR)/acpid: $(ACPID_DIR)/Makefile
        $(MAKE) CC=$(TARGET_CC) -C $(ACPID_DIR)


Attached Files  acpid-werror.patch [^] (293 bytes) 04-26-06 08:00

- Relationships

- Notes
(0001833)
bernhardf
11-29-06 05:09

I think this was fixed in r16712.
Thanks for the report.

PS: please send a small note to the mailing-list if it is not fixed now.
 

- Issue History
Date Modified Username Field Change
04-26-06 08:00 nils New Issue
04-26-06 08:00 nils Status new => assigned
04-26-06 08:00 nils Assigned To  => uClibc
04-26-06 08:00 nils File Added: acpid-werror.patch
11-29-06 05:09 bernhardf Status assigned => closed
11-29-06 05:09 bernhardf Note Added: 0001833
11-29-06 05:09 bernhardf Resolution open => fixed
02-12-07 05:43 vapier Status closed => assigned
02-12-07 05:43 vapier Assigned To uClibc => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker