http://blfs-bugs.linuxfromscratch.org/show_bug.cgi?id=1013
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |
------- Additional Comments From [EMAIL PROTECTED] 2005-04-19 11:42 -------
Reopening.
Back at my machine, I completed a test build and installation with the most
recent instructions from (already including
<URL:http://linuxfromscratch.org/pipermail/blfs-book/2005-April/012954.html>,
because I noticed the problem and fixed it over here in the same way that Randy
has committed).
My Makefiles have:
COPY = install
COPY_FILE= $(COPY)
COPY_DIR = $(COPY) -r
INSTALL_FILE= $(COPY_FILE)
INSTALL_DIR = $(COPY_DIR)
This is due to line 1 of the sed which we apply to mkspecs/linux*/qmake.conf.
You *were* testing this on a *Linux* system, right? ;-)
During 'make install' I can see the messages which contain "install", not "cp
-f".
As far as I can see, the files installed with improper permissions are:
* /usr/share/doc/qt/html/*
* /usr/lib/lib[...].prl
* /usr/lib/lib[...].la
* /usr/include/qt/private/*
* /usr/include/qt/*.h
By the way:
The install command has no '-r' option. This is *not* a problem for the qt
installation with the current instructions, but it breaks installation for at
least one package which depends on qt and which I recently installed. Don't
remember what it was, sorry. The problem is that this package uses qmake which
uses $(COPY_DIR) to copy files. But $(COPY_DIR) evaluates to "install -r" which
errors out.
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page