FS#2664 - makepkg annoyance #2
Attached to Project:
Arch Linux
Opened by solsTiCe (zebul666) - Wednesday, 27 April 2005, 10:59 GMT
Last edited by Jan de Groot (JGC) - Thursday, 28 April 2005, 21:21 GMT
Opened by solsTiCe (zebul666) - Wednesday, 27 April 2005, 10:59 GMT
Last edited by Jan de Groot (JGC) - Thursday, 28 April 2005, 21:21 GMT
|
Details
Firstly, i must mention i tried to re-open #326 but since i
can't post a comment to explain why , i prefer to open an
new bug report.
when you set you're locale to something different than LANG=C or LANG=en_* then you got garbage from makepkg when it strips files. ==> Stripping debugging symbols from libraries... find: pkg//lib: Aucun fichier ou répertoire de ce type find: pkg/usr/lib: Aucun fichier ou répertoire de ce type find: pkg/usr/local: Aucun fichier ou répertoire de ce type find: pkg/opt/*: Aucun fichier ou répertoire de ce type ==> Stripping symbols from binaries... find: pkg//bin: Aucun fichier ou répertoire de ce type find: pkg//sbin: Aucun fichier ou répertoire de ce type find: pkg/usr/bin: Aucun fichier ou répertoire de ce type find: pkg/usr/local: Aucun fichier ou répertoire de ce type find: pkg/usr/local: Aucun fichier ou répertoire de ce type find: pkg/opt/*: Aucun fichier ou répertoire de ce type find: pkg/opt/*: Aucun fichier ou répertoire de ce type So to fix it, really use 2>/dev/null in line #604 and #608 of makepkg like it was suggested in bug report #326 or if you really want to use those grep -v, then specify you really want LANG=C at the beginning of makepkg ! |
This task depends upon
# some applications (eg, blackbox) will not build with some languages
unset LC_ALL LANG
so the side-effect of the fix to help build blackbox and so on, fix that little annoyance !