From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Shishkin Subject: Re: problem compiling reise4progs-1.0.7 on fedora-14 Date: Fri, 04 Feb 2011 21:04:31 +0100 Message-ID: <4D4C5BCF.2020505@gmail.com> References: <4D4C27E4.9010803@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: reiserfs-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: sergey ivanov Cc: reiserfs-devel@vger.kernel.org, Viji V Nair 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 //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.