linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Too restrictive permissions on some files prevent non-root build (with KBUILD_OUTPUT) [bug 2669]
@ 2004-05-13 13:18 Kalin KOZHUHAROV
  0 siblings, 0 replies; 3+ messages in thread
From: Kalin KOZHUHAROV @ 2004-05-13 13:18 UTC (permalink / raw)
  To: linux-kernel


I still cannot understand which is better to post bugs here or on the bugzilla, so I'll try both this time.

http://bugzilla.kernel.org/show_bug.cgi?id=2669

The problem is that several files were not world readable and this prevents non-root builds by using the new KBUILD_OUTPUT variable.

For 2.6.6 the files in question can be found by:
cd /sometempdir
tar xjf linux-2.6.6.tar.bz2
find linux-2.6.6 ! -perm -004 -exec ls -l {} \;

I guess the one that most people need is the linux-2.6.6/drivers/char/agp/isoch.c

To fix your tree you can (safely?) use:
find /usr/src/linux-2.6.6 ! -perm -004 -exec chmod o+r {} \;

No idea how exactly the tarball is build, but there can be a check proces like the above before making it final.

Kalin.

-- 
||///_ o  *****************************
||//'_/>     WWW: http://ThinRope.net/
|||\/<" 
|||\\ ' 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-05-13 16:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1VorQ-6xx-13@gated-at.bofh.it>
2004-05-13 13:51 ` Too restrictive permissions on some files prevent non-root build (with KBUILD_OUTPUT) [bug 2669] Pascal Schmidt
2004-05-13 16:15   ` Kalin KOZHUHAROV
2004-05-13 13:18 Kalin KOZHUHAROV

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).