Smack(coreutils)パッチ
2009年12月22日(火) 02:06 JST
閲覧数 4,311
Smack対応のlsコマンドが欲しくて、coreutilsビルドしてみたんですが。。。
coreutils-6.9が以下エラーで、Vine5でビルドできないので、以下の問題修正されている6.10用にパッチを直してみました。
coreutils-6.10.patch
coreutils-6.11.patch
coreutils-6.9が以下エラーで、Vine5でビルドできないので、以下の問題修正されている6.10用にパッチを直してみました。
In file included from utimecmp.c:33: utimens.h:2: error: conflicting types for 'futimens' ///usr/include/sys/stat.h:370: error: previous declaration of 'futimens' was here make[2]: *** [utimecmp.o] Error 1 make[2]: Leaving directory `/root/okw/coreutils-6.9/lib' make[1]: *** [all] Error 2 make[1]: Leaving directory `/root/okw/coreutils-6.9/lib' make: *** [all-recursive] エラー 1coreutils-6.10と6.11用のパッチを用意してみました、ソース読んだ限り問題はないと思います。
coreutils-6.10.patch
coreutils-6.11.patch