> 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: <packagename> 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 -- 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