[pacman-dev] Strange messages by stripping
Hi, there are strange messages after the stripping symbols message. It look like this: --snip-- ==> Stripping debugging symbols from libraries... find: pkg//lib: Datei oder Verzeichnis nicht gefunden find: pkg/usr/local: Datei oder Verzeichnis nicht gefunden find: pkg/opt/*: Datei oder Verzeichnis nicht gefunden ==> Stripping symbols from binaries... find: pkg//bin: Datei oder Verzeichnis nicht gefunden find: pkg//sbin: Datei oder Verzeichnis nicht gefunden find: pkg/usr/local: Datei oder Verzeichnis nicht gefunden find: pkg/usr/local: Datei oder Verzeichnis nicht gefunden find: pkg/opt/*: Datei oder Verzeichnis nicht gefunden find: pkg/opt/*: Datei oder Verzeichnis nicht gefunden --snip-- "Datei oder Verzeichnis nicht gefunden" means "File or directory not found". In the options there is only (!libtool). The package builds fine, and works fine. But the messages are confusing, because pacman2 has suppressed the messages. I think, for a "newbie" this messages can be very confusing. Is there a possibility to deactivate these messages?? Or just piping the message to /dev/null from the find command.... Bye, Daniel
On Tue, Feb 13, 2007 at 09:20:44PM +0100, Isenmann Daniel wrote:
Hi,
there are strange messages after the stripping symbols message. It look like this:
--snip-- ==> Stripping debugging symbols from libraries... find: pkg//lib: Datei oder Verzeichnis nicht gefunden find: pkg/usr/local: Datei oder Verzeichnis nicht gefunden find: pkg/opt/*: Datei oder Verzeichnis nicht gefunden ==> Stripping symbols from binaries... find: pkg//bin: Datei oder Verzeichnis nicht gefunden find: pkg//sbin: Datei oder Verzeichnis nicht gefunden find: pkg/usr/local: Datei oder Verzeichnis nicht gefunden find: pkg/usr/local: Datei oder Verzeichnis nicht gefunden find: pkg/opt/*: Datei oder Verzeichnis nicht gefunden find: pkg/opt/*: Datei oder Verzeichnis nicht gefunden --snip--
"Datei oder Verzeichnis nicht gefunden" means "File or directory not found".
In the options there is only (!libtool). The package builds fine, and works fine. But the messages are confusing, because pacman2 has suppressed the messages. I think, for a "newbie" this messages can be very confusing. Is there a possibility to deactivate these messages?? Or just piping the message to /dev/null from the find command....
makepkg did not unset custom locale settings from /etc/profile.d/*. Fixed in CVS. Thanks for your contribution. Jürgen
On Tue, 13 Feb 2007 21:50:23 +0100 Jürgen Hötzel <juergen@hoetzel.info> wrote:
makepkg did not unset custom locale settings from /etc/profile.d/*. Fixed in CVS. Thanks for your contribution.
Cool, that there was another "bug". But I have meant, that the warnings at all shouldn't display....that's confusing, because a user can misunderstood these messages and believe that there was an error during the build.... Daniel
participants (2)
-
Isenmann Daniel
-
Jürgen Hötzel