Modify ↓
#71 closed defect (fixed)
debwrt/rootfs: can't create build directory for debian package buildenv
Reported by: | amain | Owned by: | amain |
---|---|---|---|
Priority: | major | Milestone: | milestone: |
Component: | debian/packages | Version: | 2.0 |
Severity: | Keywords: | ||
Cc: |
Description
make menuconfig
make debwrt/rootfs
...
mkdir -p /home/amain/dev/debwrt/extra/bcm947xx.rootfsonly/build/debian-brcm47xx-Broadcom-b43-squeeze
mkdir: cannot create directory `/home/amain/dev/debwrt/extra/bcm947xx.rootfsonly/build/debian-brcm47xx-Broadcom-b43-squeeze': Permission denied
make: * [debian/buildenv/prepare] Error 1
Attachments (0)
Change History (3)
comment:1 Changed 11 years ago by amain
comment:2 Changed 11 years ago by amain
- Resolution set to fixed
- Status changed from new to closed
Fixed in changeset #155
comment:3 Changed 11 years ago by amain
note: works(tested) at least for both MIPS and MIPSEL...not sure about other architectures.
Note: See
TracTickets for help on using
tickets.
ls -l home/amain/dev/debwrt/extra/bcm947xx.rootfsonly
-rw-r--r-- 1 amain amain 31234 Jan 22 18:17 Config.in
-rw-r--r-- 1 amain amain 323 Jan 22 18:17 INSTALL
-rw-r--r-- 1 amain amain 35147 Jan 22 18:17 LICENSE
-rw-r--r-- 1 amain amain 2565 Jan 22 18:31 Makefile
-rw-r--r-- 1 amain amain 482 Jan 22 18:17 README
drwxr-xr-x 3 root root 4096 Jan 22 18:17 build
drwxr-xr-x 4 amain amain 4096 Jan 22 18:17 config
drwxr-xr-x 6 amain amain 4096 Jan 22 18:17 debian
drwxr-xr-x 4 amain amain 4096 Jan 22 18:17 openwrt
drwxr-xr-x 3 amain amain 4096 Jan 22 18:17 rules
build is root:root. should be amain...now where is this happening? :-)