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
0001424 [buildroot] Other minor always 07-08-07 09:08 07-08-07 11:15
Reporter vogelchr View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0001424: lighttpd: buildroot wants debian/init.d which no longer exists
Description When building the lighttpd package the build script wants to install the file $(LIGHTTPD_DIR)/debian/init.d which no longer is in the lighttpd tarball.

atrocity buildroot $ tar tzf dl/lighttpd-1.4.13.tar.gz | grep debian
 ---> there is nothing named debian in the tarball

in package/lighttpd/lighttpd.mk:

$(TARGET_DIR)/$(LIGHTTPD_TARGET_BINARY): $(LIGHTTPD_DIR)/$(LIGHTTPD_BINARY)
        $(MAKE) DESTDIR=$(TARGET_DIR) -C $(LIGHTTPD_DIR) install
        $(INSTALL) -m 0755 -D $(LIGHTTPD_DIR)/debian/init.d $(TARGET_DIR)/etc/init.d/S99lighttpd

Make aborts on this rule:

make[1]: Leaving directory `/home/chris/buildroot/build_i586/lighttpd-1.4.13'
/usr/bin/install -m 0755 -D /home/chris/buildroot/build_i586/lighttpd-1.4.13/debia
n/init.d /home/chris/buildroot/build_i586/root/etc/init.d/S99lighttpd
/usr/bin/install: cannot stat /home/chris/buildroot/build_i586/lighttpd-1.4.13/debian/init.d': No such file or directory

Additional Information This is the current svn version (did a update just now):

Last Changed Author: aldot
Last Changed Rev: 18952
Last Changed Date: 2007-06-27 14:01:27 +0200 (Wed, 27 Jun 2007)
Text Last Updated: 2007-07-01 10:45:16 +0200 (Sun, 01 Jul 2007)
Attached Files

- Relationships
related to 0001206closed buildroot lighttpd version incorrect in lighttpd.mk 

- Notes
(0002577)
bernhardf
07-08-07 11:15

Should be fixed in r19041. Thanks for mentioning this
 

- Issue History
Date Modified Username Field Change
07-08-07 09:08 vogelchr New Issue
07-08-07 09:08 vogelchr Status new => assigned
07-08-07 09:08 vogelchr Assigned To  => buildroot
07-08-07 09:40 bernhardf Relationship added related to 0001206
07-08-07 11:15 bernhardf Status assigned => closed
07-08-07 11:15 bernhardf Note Added: 0002577
07-08-07 11:15 bernhardf Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker