sergey ivanov wrote:
Ok, I hacked the spec file in reiser4progs-1.0.7 to build it successfully on Fedora-14: {{{ [seriv@gauntlet work]$ diff -u reiser4progs-1.0.7{,.good}/reiser4progs.spec --- reiser4progs-1.0.7/reiser4progs.spec 2009-02-09 11:09:42.000000000 -0500 +++ reiser4progs-1.0.7.good/reiser4progs.spec 2011-02-04 14:49:10.541656092 -0500 @@ -25,6 +25,8 @@ %setup -q %build +sed -i -e 's/#include <stdlib.h>//g' configure demos/busy.h libmisc/misc.c plugin/format/format40/format40.c \ + progs/fsck/fsck.h progs/measurefs/measurefs.c %configure \ %if %{enable_debug} --enable-debug \ @@ -56,6 +58,9 @@ %{_libdir}/libreiser4-1.0.so.* %{_libdir}/libreiser4-minimal-1.0.so.* %{_libdir}/librepair-1.0.so.* +%{_libdir}/libreiser4.so +%{_libdir}/libreiser4-minimal.so +%{_libdir}/librepair.so %{_sbindir}/debugfs.reiser4 %{_sbindir}/fsck.reiser4 %{_sbindir}/make_reiser4 }}} I understand it's a dirty solution.
I can not qualify it, but anyway, I think this solution will be useful. Thanks! Edward. -- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html