#19480: find -perm +0100 depreciated
-----------------------------+----------------------------------
Reporter: jakedancer007@… | Owner: developers
Type: defect | Status: new
Priority: high | Milestone: Chaos Calmer (trunk)
Component: packages | Version: Trunk
Keywords: -perm +0100 |
-----------------------------+----------------------------------
During the build of the latest CC the find command is now generating an
error message as shown below:
find /home/baston/wrt1900ac/trunk/build_dir/target-
arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/root-mvebu -type f -not -perm
+0100 -not -name 'ssh_host*' -not -name 'shadow' -print0 | xargs -r -0
chmod u+rw,g+r,o+r
find: invalid mode '+0100'
find /home/baston/wrt1900ac/trunk/build_dir/target-
arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/root-mvebu -type f -perm +0100
-print0 | xargs -r -0 chmod u+rwx,g+rx,o+rx
find: invalid mode '+0100'
The +0100 mode has been depreciated and no longer is functional.
It us no longer possible to build CC using the latest Fedora 21.
--
Ticket URL: <https://dev.openwrt.org/ticket/19480>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets