Randy McMurchy wrote:
Hi all,

Noted in the most recent build of LFS (using the GCC4 branch, but
this probably would affect trunk as well) is that the Libtool
installation installs files in /usr/share/libtool/libltdl/ with
1000:1000 permissions instead of 0:0 (root:root).

Thanks Randy. This was reported upstream back in June (http://lists.gnu.org/archive/html/bug-libtool/2005-06/msg00165.html). http://lists.gnu.org/archive/html/bug-libtool/2005-07/msg00059.html has the patch that got committed upstream. So, we've got a couple of choices:

1) Patch libtool using the upstream patch
2) Do the `chown` on the installed files ourselves
3) Do the `chown` on the source files ourselves

I'd prefer to go with #1 as it prevents having to even discuss the relative merits of #2 and #3.

Regards,

Matt.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to