[Bug 284148] Re: /debian/scripts/misc/splitconfig.pl not executable

2009-03-05 Thread Andy Whitcroft
The page you link to indicates that these scripts are indeed likely to
be lacking their permissions bits.  There is this just after the
instructions to run update configs:

For these two commands to work, you may need to give the scripts in the 
debian/scripts/misc directory execute permission with the following command:

chmod a+x *

This is triggered by a limitation in the version of debian package we
are using for the kernel, which uses an orig.tar.gz + diff form and
cannot carry execute bits.  This may be fixed later when this package
changed but not currently.  Note that normally we would build kernels
from the kernel git tree directly (see http://kernel.ubuntu.com) which
do correctly carry these permissions bits.

** Changed in: linux (Ubuntu)
   Status: New = In Progress

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Andy Whitcroft (apw)

-- 
/debian/scripts/misc/splitconfig.pl not executable
https://bugs.launchpad.net/bugs/284148
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284148] Re: /debian/scripts/misc/splitconfig.pl not executable

2009-03-05 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
   Status: In Progress = Won't Fix

** Changed in: linux (Ubuntu)
   Importance: Undecided = Wishlist

-- 
/debian/scripts/misc/splitconfig.pl not executable
https://bugs.launchpad.net/bugs/284148
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284148] Re: /debian/scripts/misc/splitconfig.pl not executable

2009-03-03 Thread dforsi
** Tags added: intrepid

** Tags removed: interpid

-- 
/debian/scripts/misc/splitconfig.pl not executable
https://bugs.launchpad.net/bugs/284148
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284148] Re: /debian/scripts/misc/splitconfig.pl not executable

2008-10-15 Thread Jason Kendall
[EMAIL PROTECTED]:/usr/src# apt-get source linux-image-$(uname -r)
Reading package lists... Done  
Building dependency tree   
Reading state information... Done  
NOTICE: 'linux' packaging is maintained in the 'Git' version control system at:
http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-intrepid  
Need to get 66.6MB of source archives. 
Get:1 http://ca.archive.ubuntu.com intrepid/main linux 2.6.27-7.11 (dsc) [1475B]
Get:2 http://ca.archive.ubuntu.com intrepid/main linux 2.6.27-7.11 (tar) 
[63.7MB]
Get:3 http://ca.archive.ubuntu.com intrepid/main linux 2.6.27-7.11 (diff) 
[2853kB]
Fetched 66.6MB in 2min19s (478kB/s) 
  
gpg: Signature made Tue 14 Oct 2008 02:17:43 PM EDT using DSA key ID 8BF9EFE6   
  
gpg: Can't check signature: public key not found
  
dpkg-source: extracting linux in linux-2.6.27   
  
dpkg-source: info: unpacking linux_2.6.27.orig.tar.gz   
  
dpkg-source: info: applying linux_2.6.27-7.11.diff.gz   
  
[EMAIL PROTECTED]:/usr/src# [EMAIL PROTECTED]:/usr/src/linux-2.6.27# 
debian/rules updateconfigs  
   
dh_testdir  
  
Processing i386 (i386) ...  
  
Running silentoldconfig for config.generic ...  
  
make[1]: Entering directory `/usr/src/linux-2.6.27' 
  
  HOSTCC  scripts/basic/fixdep  
  
  HOSTCC  scripts/basic/docproc 
  
  GEN /usr/src/linux-2.6.27/build/Makefile  
  
  HOSTCC  scripts/kconfig/conf.o
  
/usr/src/linux-2.6.27/scripts/kconfig/conf.c: In function 'conf_askvalue':  
  
/usr/src/linux-2.6.27/scripts/kconfig/conf.c:104: warning: ignoring return 
value of 'fgets', declared with attribute warn_unused_result   
/usr/src/linux-2.6.27/scripts/kconfig/conf.c: In function 'conf_choice':
  
/usr/src/linux-2.6.27/scripts/kconfig/conf.c:306: warning: ignoring return 
value of 'fgets', declared with attribute warn_unused_result   
  HOSTCC  scripts/kconfig/kxgettext.o   
  
  SHIPPED scripts/kconfig/zconf.tab.c   
  
  SHIPPED scripts/kconfig/lex.zconf.c   
  
  SHIPPED scripts/kconfig/zconf.hash.c  
  
  HOSTCC  scripts/kconfig/zconf.tab.o   
  
In file included from scripts/kconfig/zconf.tab.c:2486: 
  
/usr/src/linux-2.6.27/scripts/kconfig/confdata.c: In function 'conf_write': 
  
/usr/src/linux-2.6.27/scripts/kconfig/confdata.c:501: warning: ignoring return 
value of 'fwrite', declared with attribute warn_unused_result  
/usr/src/linux-2.6.27/scripts/kconfig/confdata.c: In function 
'conf_write_autoconf':