Davidm responds.. > Jivin [EMAIL PROTECTED] lays it down ... > > After extracting uClinux-dist-20070130.tar.bz2 and applying > > uClinux-dist-20070130-20080225.patch.gz, I discovered a couple of > > scripts do not have execute permission: > > > > -rw-r--r-- 1 xxxxxx xxxxxx 179749 Feb 22 04:07 user/haserl/configure > > -rw-r--r-- 1 xxxxxx xxxxxx 1607 Feb 22 04:06 > > uClibc/extra/config/lxdialog/check-lxdialog.sh > > > > There may be others, but these are the only ones I trip over. > > Everything works fine once I give each of them execute privileges. > > > > Is this an artifact of applying the big patch? Maybe the patch itself? > > Maybe the permissions are wrong on the file from which the patch is > > generated? > > Its possible we can fix some of the build env to not require execute > permissions: > > sh ./configure > > and/or add "chmod +x" to the appropriate [Mm]akefiles. > > Were those the only two you encountered ? >
For the configurations I build, yes, these are the only two files that gave me problems. But from what Mike says, this problem only should arise when using dist patches. Full source tarballs (dist or test releases) should provide the correct permissions, right? I guess I'm OK with the notion that if you use the patch, you may also need to fix some permissions. _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
