From: Kalin KOZHUHAROV <kalin@ThinRope.net>
To: linux-kernel@vger.kernel.org
Subject: Too restrictive permissions on some files prevent non-root build (with KBUILD_OUTPUT) [bug 2669]
Date: Thu, 13 May 2004 22:18:16 +0900 [thread overview]
Message-ID: <40A37598.1020901@ThinRope.net> (raw)
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/
|||\/<"
|||\\ '
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
next reply other threads:[~2004-05-13 13:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-13 13:18 Kalin KOZHUHAROV [this message]
[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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40A37598.1020901@ThinRope.net \
--to=kalin@thinrope.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.