Modify ↓
Opened 12 years ago
Closed 12 years ago
#133 closed defect (fixed)
hostapd debian build error
Reported by: | anonymous | Owned by: | amain |
---|---|---|---|
Priority: | major | Milestone: | milestone: |
Component: | debian/rootfs | Version: | |
Severity: | severity 4 | Keywords: | build116.sh |
Cc: |
Description
In r266 running make debian/rootfs returns the following error:
cp /home/stephen/debwrt/debian/package/hostapd/build116.sh /home/stephen/debwrt/build/debian-brcm4716-None-squeeze/usr/src/hostapd
cp: cannot stat `/home/stephen/debwrt/debian/package/hostapd/build116.sh': No such file or directory
make: * [debian/package/hostapd/prepare] Error 1
Attachments (0)
Change History (5)
comment:1 Changed 12 years ago by anonymous
comment:2 follow-up: ↓ 3 Changed 12 years ago by anonymous
Line 40 in build.mk for hostapd:
cp $(DEBIAN_PACKAGES_DIR)/hostapd/build116.sh $(DEBIAN_BUILD_DIR)/usr/src/hostapd
This might be the issue right here...
comment:3 in reply to: ↑ 2 Changed 12 years ago by stappers
comment:4 Changed 12 years ago by anonymous
Great, that seems to correct the issue. Thanks stappers
comment:5 Changed 12 years ago by stappers
- Resolution set to fixed
- Status changed from new to closed
Succes is reported.
Note: See
TracTickets for help on using
tickets.
I see that build116.sh was removed in r265, not sure why it is still being referenced. Taking the build116.sh file from r264 seems to work though.