From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Re: help wanted add-node41.patch fails to apply to reiser4progs version 1.0.9 Date: Fri, 20 Feb 2015 01:01:50 +1100 Message-ID: References: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: Sender: reiserfs-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Jose R R Cc: ReiserFS Development List > Steps were: > > autoreconf > ./configure > make > make install > > http://marc.info/?l=reiserfs-devel&m=142426774807698&w=2 > > thus, likely you overlooked the first directive -- as Ed suggested: > > "try autoreconf before ./configure" > > http://marc.info/?l=reiserfs-devel&m=142419259318629&w=2 > > > Best Professional Regards. Hello, Interestingly the spec file needs to have in it somewhere to allow it to run: autoreconf This needs a BuildRequires: to enable the command 'autoreconf' to run. --Glenn I got this in the spec file so far: Patch0: add-node41.patch . . %prep %setup -q %patch0 -p1 . . %build # # Disabling hashes only affects minimal library. The options are # a recommendation from reiser4progs's shipped .spec file. # %configure --disable-static --enable-libminimal --disable-fnv1-hash \ --disable-rupasov-hash --disable-tea-hash --disable-deg-hash make %{?_smp_mflags} -The full [long] log is at: https://build.opensuse.org/build/home:doiggl/openSUSE_13.1/x86_64/reiser4progs/_log - spec file is at: https://build.opensuse.org/package/view_file/home:doiggl/reiser4progs/reiser4progs.spec?expand=1 - project: https://build.opensuse.org/package/show/home:doiggl/reiser4progs