Ticket #42 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

spca5xx complie fails / path mismatch

Reported by: ms Assigned to: somebody
Priority: major Milestone: 1.0
Component: packages Version: trunk
Keywords: spca5xx Cc:

Description

rm -rf /mnt/freewrt/www.freewrt.org/trunk/freewrt/build_mipsel/linux-2.4-brcm/w-spca5xx-20060301-1/spca5xx-20060301 /mnt/freewrt/www.freewrt.org/trunk/freewrt/build_mipsel/linux-2.4-brcm/spca5xx-20060301 mkdir -p /mnt/freewrt/www.freewrt.org/trunk/freewrt/build_mipsel/linux-2.4-brcm/w-spca5xx-20060301-1; cd /mnt/freewrt/www.freewrt.org/trunk/freewrt/build_mipsel/linux-2.4-brcm/w-spca5xx-20060301-1 && for file in /mnt/freewrt/www.freewrt.org/trunk/freewrt/dl/spca5xx-20060301.tar.gz; do case $file in *.cpio | *.tar) tar xf $file ;; *.cpio.Z | *.cpio.gz | *.cgz | *.mcz | *.tar.Z | *.tar.gz | *.taz | *.tgz) tar xzf $file ;; *.cpio.bz2 | *.cbz | *.tar.bz2 | *.tbz | *.tbz2) bzip2 -dc $file | cpio -mid ;; *.zip) unzip -d /mnt/freewrt/www.freewrt.org/trunk/freewrt/build_mipsel/linux-2.4-brcm/w-spca5xx-20060301-1 $file ;; *) echo "Cannot extract '$file'" >&2; false ;; esac; done

[ ! -d ./patches ] /mnt/freewrt/www.freewrt.org/trunk/freewrt/scripts/patch-kernel.sh /mnt/freewrt/www.freewrt.org/trunk/freewrt/build_mipsel/linux-2.4-brcm/w-spca5xx-20060301-1/spca5xx-20060301 ./patches

Applying ./patches/01-kmod-build.patch using plaintext: patching file Makefile touch /mnt/freewrt/www.freewrt.org/trunk/freewrt/build_mipsel/linux-2.4-brcm/spca5xx-20060301/.prepared touch: cannot touch `/mnt/freewrt/www.freewrt.org/trunk/freewrt/build_mipsel/linux-2.4-brcm/spca5xx-20060301/.prepared': No such file or directory gmake[8]: *** /mnt/freewrt/www.freewrt.org/trunk/freewrt/build_mipsel/linux-2.4-brcm/spca5xx-20060301/.prepared Error 1 gmake[7]: *** [prepare] Error 2 gmake[6]: *** [spca5xx-compile] Error 2 gmake[5]: *** /mnt/freewrt/www.freewrt.org/trunk/freewrt/build_mipsel/stamp/.linux-compile Error 2 gmake[4]: *** [2.4/brcm-compile] Error 2 gmake[3]: *** [linux-compile] Error 2 gmake[2]: *** [target/compile] Error 2 gmake[1]: *** [world] Error 2 make: *** [all] Error 2 mike@bert:/mnt/freewrt/www.freewrt.org/trunk/freewrt$ cd build_mipsel/linux-2.4-brcm/ base-files-arch linux-2.4.32 w-hostap-driver-0.4.7-1 w-shfs-0.35-2 kernel-ipkg linux-modules w-kmod-diag--1 w-spca5xx-20060301-1 kernel_2.4.32-brcm-1_mipsel.ipk modules w-kmod-switch--1 kmod-diag w-alsa-driver-1.0.11rc4-1 w-madwifi-ng-r1590-20060523-1 kmod-switch w-fuse-2.5.2-1 w-mini_fo-0.6.2pre1-1 mike@bert:/mnt/freewrt/www.freewrt.org/trunk/freewrt$ cd build_mipsel/linux-2.4-brcm/ mike@bert:/mnt/freewrt/www.freewrt.org/trunk/freewrt/build_mipsel/linux-2.4-brcm$ ls -l total 68 drwxr-xr-x 3 mike mike 4096 Jul 24 03:58 base-files-arch drwxr-xr-x 4 mike mike 4096 Jul 24 03:58 kernel-ipkg -rw-r--r-- 1 mike mike 672 Jul 24 03:58 kernel_2.4.32-brcm-1_mipsel.ipk drwxr-xr-x 2 mike mike 4096 Jul 24 04:02 kmod-diag drwxr-xr-x 2 mike mike 4096 Jul 24 04:01 kmod-switch drwxr-xr-x 15 mike mike 4096 Jul 24 06:01 linux-2.4.32 drwxr-xr-x 3 mike mike 4096 Jul 24 03:57 linux-modules drwxr-xr-x 3 mike mike 4096 Jul 24 03:56 modules drwxr-xr-x 3 mike mike 4096 Jul 24 05:34 w-alsa-driver-1.0.11rc4-1 drwxr-xr-x 5 mike mike 4096 Jul 24 05:38 w-fuse-2.5.2-1 drwxr-xr-x 3 mike mike 4096 Jul 24 05:55 w-hostap-driver-0.4.7-1 drwxr-xr-x 3 mike mike 4096 Jul 24 04:01 w-kmod-diag--1 drwxr-xr-x 3 mike mike 4096 Jul 24 04:01 w-kmod-switch--1 drwxr-xr-x 4 mike mike 4096 Jul 24 03:58 w-madwifi-ng-r1590-20060523-1 drwxr-xr-x 4 mike mike 4096 Jul 24 04:01 w-mini_fo-0.6.2pre1-1 drwxr-xr-x 5 mike mike 4096 Jul 24 06:01 w-shfs-0.35-2 drwxr-xr-x 3 mike mike 4096 Jul 24 06:02 w-spca5xx-20060301-1 mike@bert:/mnt/freewrt/www.freewrt.org/trunk/freewrt/build_mipsel/linux-2.4-brcm$

Attachments

Change History

07/30/06 11:02:23 changed by wbx

  • status changed from new to closed.
  • resolution set to fixed.

fixed in svn.


Add/Change #42 (spca5xx complie fails / path mismatch)




Action