reiserfs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* help wanted add-node41.patch fails to apply to reiser4progs version 1.0.9
@ 2015-02-19 12:02 doiggl
  2015-02-19 12:40 ` doiggl
  2015-02-19 12:46 ` Jose R R
  0 siblings, 2 replies; 10+ messages in thread
From: doiggl @ 2015-02-19 12:02 UTC (permalink / raw)
  To: reiserfs-devel

Hello,
- I tried a build of reiser4progs with add-node41.patch and it fails.
Help wanted to get it to compile.
--Glenn

spec shows:
==========

Patch0: add-node41.patch
.
.
%patch0 -p1

The build log shows:
===================

[   63s] checking for libaal-minimal version = 1.0.6... yes
.
.
[   73s] make[3]: Entering directory
`/home/abuild/rpmbuild/BUILD/reiser4progs-1.0.9/progs/mkfs'
[   73s] gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -DENABLE_SYMLINKS -DENABLE_SPECIAL -DENABLE_R5_HASH
-DENABLE_FNV1_HASH -DENABLE_RUPASOV_HASH -DENABLE_TEA_HASH
-DENABLE_DEG_HASH -DENABLE_LARGE_KEYS -DENABLE_SHORT_KEYS
-DENABLE_DOT_O_FIBRE -DENABLE_EXT_1_FIBRE -DENABLE_EXT_3_FIBRE
-DENABLE_LEXIC_FIBRE -O3 -fmessage-length=0 -grecord-gcc-switches
-fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables
-fasynchronous-unwind-tables -g -W -Wall -Wuninitialized
-Wno-unused-parameter -Wredundant-decls -c -o mkfs_reiser4-mkfs.o `test -f
'mkfs.c' || echo './'`mkfs.c
[   73s] mkfs.c: In function 'main':
[   73s] mkfs.c:210:5: warning: pointer targets in passing argument 2 of
'uuid_parse' differ in signedness [-Wpointer-sign]
[   73s]      if (uuid_parse(optarg, hint.uuid) < 0) {
[   73s]      ^
[   73s] In file included from mkfs.c:11:0:
[   73s] /usr/include/uuid/uuid.h:88:5: note: expected 'unsigned char *'
but argument is of type 'char *'
[   73s]  int uuid_parse(const char *in, uuid_t uu);
[   73s]      ^
[   73s] mkfs.c:409:3: warning: pointer targets in passing argument 1 of
'uuid_is_null' differ in signedness [-Wpointer-sign]
[   73s]    if (uuid_is_null(hint.uuid)) {
[   73s]    ^
[   73s] In file included from mkfs.c:11:0:
[   73s] /usr/include/uuid/uuid.h:85:5: note: expected 'const unsigned
char *' but argument is of type 'char *'
[   73s]  int uuid_is_null(const uuid_t uu);
[   73s]      ^
[   73s] mkfs.c:410:4: warning: pointer targets in passing argument 1 of
'uuid_generate' differ in signedness [-Wpointer-sign]
[   73s]     uuid_generate(hint.uuid);
[   73s]     ^
[   73s] In file included from mkfs.c:11:0:
[   73s] /usr/include/uuid/uuid.h:79:6: note: expected 'unsigned char *'
but argument is of type 'char *'
[   73s]  void uuid_generate(uuid_t out);
[   73s]       ^
[   73s] mkfs.c:416:4: warning: pointer targets in passing argument 1 of
'uuid_unparse' differ in signedness [-Wpointer-sign]
[   73s]     uuid_unparse(hint.uuid, uuid);
[   73s]     ^
[   73s] In file included from mkfs.c:11:0:
[   73s] /usr/include/uuid/uuid.h:91:6: note: expected 'const unsigned
char *' but argument is of type 'char *'
[   73s]  void uuid_unparse(const uuid_t uu, char *out);
[   73s]       ^
[   74s] /bin/sh ../../libtool  --tag=CC   --mode=link gcc -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -DENABLE_SYMLINKS -DENABLE_SPECIAL -DENABLE_R5_HASH
-DENABLE_FNV1_HASH -DENABLE_RUPASOV_HASH -DENABLE_TEA_HASH
-DENABLE_DEG_HASH -DENABLE_LARGE_KEYS -DENABLE_SHORT_KEYS
-DENABLE_DOT_O_FIBRE -DENABLE_EXT_1_FIBRE -DENABLE_EXT_3_FIBRE
-DENABLE_LEXIC_FIBRE -O3 -fmessage-length=0 -grecord-gcc-switches
-fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables
-fasynchronous-unwind-tables -g -W -Wall -Wuninitialized
-Wno-unused-parameter -Wredundant-decls   -o mkfs.reiser4
mkfs_reiser4-mkfs.o ../../libreiser4/libreiser4.la ../../libmisc/libmisc.la
-lreadline  -lncurses  
[   74s] libtool: link: gcc -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DENABLE_SYMLINKS -DENABLE_SPECIAL -DENABLE_R5_HASH -DENABLE_FNV1_HASH
-DENABLE_RUPASOV_HASH -DENABLE_TEA_HASH -DENABLE_DEG_HASH
-DENABLE_LARGE_KEYS -DENABLE_SHORT_KEYS -DENABLE_DOT_O_FIBRE
-DENABLE_EXT_1_FIBRE -DENABLE_EXT_3_FIBRE -DENABLE_LEXIC_FIBRE -O3
-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall
-D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -W
-Wall -Wuninitialized -Wno-unused-parameter -Wredundant-decls -o
.libs/mkfs.reiser4 mkfs_reiser4-mkfs.o 
../../libreiser4/.libs/libreiser4.so ../../libmisc/.libs/libmisc.a -laal
-luuid -lreadline -lncurses
[   74s] ../../libreiser4/.libs/libreiser4.so: undefined reference to
`node41_plug'
[   74s] collect2: error: ld returned 1 exit status
[   74s] make[3]: *** [mkfs.reiser4] Error 1
[   74s] make[3]: Leaving directory
`/home/abuild/rpmbuild/BUILD/reiser4progs-1.0.9/progs/mkfs'
[   74s] make[2]: *** [all-recursive] Error 1
[   74s] make[2]: Leaving directory
`/home/abuild/rpmbuild/BUILD/reiser4progs-1.0.9/progs'
[   74s] make[1]: *** [all-recursive] Error 1
[   74s] make[1]: Leaving directory
`/home/abuild/rpmbuild/BUILD/reiser4progs-1.0.9'
[   74s] make: *** [all] Error 2
[   74s] error: Bad exit status from /var/tmp/rpm-tmp.knziYl (%build)
[   74s] 


-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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: help wanted add-node41.patch fails to apply to reiser4progs version 1.0.9
  2015-02-19 12:02 help wanted add-node41.patch fails to apply to reiser4progs version 1.0.9 doiggl
@ 2015-02-19 12:40 ` doiggl
  2015-02-19 13:00   ` Jose R R
  2015-02-19 12:46 ` Jose R R
  1 sibling, 1 reply; 10+ messages in thread
From: doiggl @ 2015-02-19 12:40 UTC (permalink / raw)
  To: reiserfs-devel

Hello
To find a lot of  pointer  warnings

-search for the word " pointer "

in the build log at:

https://build.opensuse.org/build/home:doiggl/openSUSE_13.1/x86_64/reiser4progs/_log

--Glenn

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: help wanted add-node41.patch fails to apply to reiser4progs version 1.0.9
  2015-02-19 12:02 help wanted add-node41.patch fails to apply to reiser4progs version 1.0.9 doiggl
  2015-02-19 12:40 ` doiggl
@ 2015-02-19 12:46 ` Jose R R
  2015-02-19 14:01   ` doiggl
  1 sibling, 1 reply; 10+ messages in thread
From: Jose R R @ 2015-02-19 12:46 UTC (permalink / raw)
  To: doiggl; +Cc: ReiserFS Development List

On Thu, Feb 19, 2015 at 4:02 AM,  <doiggl@velocitynet.com.au> wrote:
> Hello,
> - I tried a build of reiser4progs with add-node41.patch and it fails.
> Help wanted to get it to compile.
> --Glenn
>
> spec shows:
> ==========
>
> Patch0: add-node41.patch
> .
> .
> %patch0 -p1
>
> The build log shows:
> ===================
>
> [   63s] checking for libaal-minimal version = 1.0.6... yes
> .
> .
> [   73s] make[3]: Entering directory
> `/home/abuild/rpmbuild/BUILD/reiser4progs-1.0.9/progs/mkfs'
> [   73s] gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -D_REENTRANT
> -D_FILE_OFFSET_BITS=64 -DENABLE_SYMLINKS -DENABLE_SPECIAL -DENABLE_R5_HASH
> -DENABLE_FNV1_HASH -DENABLE_RUPASOV_HASH -DENABLE_TEA_HASH
> -DENABLE_DEG_HASH -DENABLE_LARGE_KEYS -DENABLE_SHORT_KEYS
> -DENABLE_DOT_O_FIBRE -DENABLE_EXT_1_FIBRE -DENABLE_EXT_3_FIBRE
> -DENABLE_LEXIC_FIBRE -O3 -fmessage-length=0 -grecord-gcc-switches
> -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables
> -fasynchronous-unwind-tables -g -W -Wall -Wuninitialized
> -Wno-unused-parameter -Wredundant-decls -c -o mkfs_reiser4-mkfs.o `test -f
> 'mkfs.c' || echo './'`mkfs.c
> [   73s] mkfs.c: In function 'main':
> [   73s] mkfs.c:210:5: warning: pointer targets in passing argument 2 of
> 'uuid_parse' differ in signedness [-Wpointer-sign]
> [   73s]      if (uuid_parse(optarg, hint.uuid) < 0) {
> [   73s]      ^
> [   73s] In file included from mkfs.c:11:0:
> [   73s] /usr/include/uuid/uuid.h:88:5: note: expected 'unsigned char *'
> but argument is of type 'char *'
> [   73s]  int uuid_parse(const char *in, uuid_t uu);
> [   73s]      ^
> [   73s] mkfs.c:409:3: warning: pointer targets in passing argument 1 of
> 'uuid_is_null' differ in signedness [-Wpointer-sign]
> [   73s]    if (uuid_is_null(hint.uuid)) {
> [   73s]    ^
> [   73s] In file included from mkfs.c:11:0:
> [   73s] /usr/include/uuid/uuid.h:85:5: note: expected 'const unsigned
> char *' but argument is of type 'char *'
> [   73s]  int uuid_is_null(const uuid_t uu);
> [   73s]      ^
> [   73s] mkfs.c:410:4: warning: pointer targets in passing argument 1 of
> 'uuid_generate' differ in signedness [-Wpointer-sign]
> [   73s]     uuid_generate(hint.uuid);
> [   73s]     ^
> [   73s] In file included from mkfs.c:11:0:
> [   73s] /usr/include/uuid/uuid.h:79:6: note: expected 'unsigned char *'
> but argument is of type 'char *'
> [   73s]  void uuid_generate(uuid_t out);
> [   73s]       ^
> [   73s] mkfs.c:416:4: warning: pointer targets in passing argument 1 of
> 'uuid_unparse' differ in signedness [-Wpointer-sign]
> [   73s]     uuid_unparse(hint.uuid, uuid);
> [   73s]     ^
> [   73s] In file included from mkfs.c:11:0:
> [   73s] /usr/include/uuid/uuid.h:91:6: note: expected 'const unsigned
> char *' but argument is of type 'char *'
> [   73s]  void uuid_unparse(const uuid_t uu, char *out);
> [   73s]       ^
> [   74s] /bin/sh ../../libtool  --tag=CC   --mode=link gcc -D_REENTRANT
> -D_FILE_OFFSET_BITS=64 -DENABLE_SYMLINKS -DENABLE_SPECIAL -DENABLE_R5_HASH
> -DENABLE_FNV1_HASH -DENABLE_RUPASOV_HASH -DENABLE_TEA_HASH
> -DENABLE_DEG_HASH -DENABLE_LARGE_KEYS -DENABLE_SHORT_KEYS
> -DENABLE_DOT_O_FIBRE -DENABLE_EXT_1_FIBRE -DENABLE_EXT_3_FIBRE
> -DENABLE_LEXIC_FIBRE -O3 -fmessage-length=0 -grecord-gcc-switches
> -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables
> -fasynchronous-unwind-tables -g -W -Wall -Wuninitialized
> -Wno-unused-parameter -Wredundant-decls   -o mkfs.reiser4
> mkfs_reiser4-mkfs.o ../../libreiser4/libreiser4.la ../../libmisc/libmisc.la
> -lreadline  -lncurses
> [   74s] libtool: link: gcc -D_REENTRANT -D_FILE_OFFSET_BITS=64
> -DENABLE_SYMLINKS -DENABLE_SPECIAL -DENABLE_R5_HASH -DENABLE_FNV1_HASH
> -DENABLE_RUPASOV_HASH -DENABLE_TEA_HASH -DENABLE_DEG_HASH
> -DENABLE_LARGE_KEYS -DENABLE_SHORT_KEYS -DENABLE_DOT_O_FIBRE
> -DENABLE_EXT_1_FIBRE -DENABLE_EXT_3_FIBRE -DENABLE_LEXIC_FIBRE -O3
> -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall
> -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g -W
> -Wall -Wuninitialized -Wno-unused-parameter -Wredundant-decls -o
> .libs/mkfs.reiser4 mkfs_reiser4-mkfs.o
> ../../libreiser4/.libs/libreiser4.so ../../libmisc/.libs/libmisc.a -laal
> -luuid -lreadline -lncurses
> [   74s] ../../libreiser4/.libs/libreiser4.so: undefined reference to
> `node41_plug'

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.

-- 
Jose R R
http://www.metztli-it.com
---------------------------------------------------------------------------------------------
Try at no charge http://b2evolution.net for http://OpenShift.com PaaS
---------------------------------------------------------------------------------------------
from our GitHub http://Nepohualtzintzin.com repository. Cloud the easy way!
---------------------------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: help wanted add-node41.patch fails to apply to reiser4progs version 1.0.9
  2015-02-19 12:40 ` doiggl
@ 2015-02-19 13:00   ` Jose R R
  0 siblings, 0 replies; 10+ messages in thread
From: Jose R R @ 2015-02-19 13:00 UTC (permalink / raw)
  To: doiggl; +Cc: ReiserFS Development List

On Thu, Feb 19, 2015 at 4:40 AM,  <doiggl@velocitynet.com.au> wrote:
> Hello
> To find a lot of  pointer  warnings
>
> -search for the word " pointer "
>
> in the build log at:
>
> https://build.opensuse.org/build/home:doiggl/openSUSE_13.1/x86_64/reiser4progs/_log
>
> --Glenn

Please, do *follow* the steps outlined AND then worry about the
'pointer' warnings ;-)

-- 
Jose R R
http://www.metztli-it.com
---------------------------------------------------------------------------------------------
Try at no charge http://b2evolution.net for http://OpenShift.com PaaS
---------------------------------------------------------------------------------------------
from our GitHub http://Nepohualtzintzin.com repository. Cloud the easy way!
---------------------------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: help wanted add-node41.patch fails to apply to reiser4progs version 1.0.9
  2015-02-19 12:46 ` Jose R R
@ 2015-02-19 14:01   ` doiggl
  2015-02-19 15:34     ` Jose R R
                       ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: doiggl @ 2015-02-19 14:01 UTC (permalink / raw)
  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: <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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: help wanted add-node41.patch fails to apply to reiser4progs version 1.0.9
  2015-02-19 14:01   ` doiggl
@ 2015-02-19 15:34     ` Jose R R
  2015-02-19 18:23     ` dimas
  2015-02-20  1:02     ` doiggl
  2 siblings, 0 replies; 10+ messages in thread
From: Jose R R @ 2015-02-19 15:34 UTC (permalink / raw)
  To: doiggl; +Cc: ReiserFS Development List

On Thu, Feb 19, 2015 at 6:01 AM,  <doiggl@velocitynet.com.au> wrote:
>
>> 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.

I am not familiar with the OpenSuSE online build environment. Ask in
their forums and/or read their documentation to figure out how to add
the autoreconf directive so that your build can succeed.

Good luck!

-- 
Jose R R
http://www.metztli-it.com
---------------------------------------------------------------------------------------------
Try at no charge http://b2evolution.net for http://OpenShift.com PaaS
---------------------------------------------------------------------------------------------
from our GitHub http://Nepohualtzintzin.com repository. Cloud the easy way!
---------------------------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: help wanted add-node41.patch fails to apply to reiser4progs version 1.0.9
  2015-02-19 14:01   ` doiggl
  2015-02-19 15:34     ` Jose R R
@ 2015-02-19 18:23     ` dimas
  2015-02-20  1:02     ` doiggl
  2 siblings, 0 replies; 10+ messages in thread
From: dimas @ 2015-02-19 18:23 UTC (permalink / raw)
  To: reiserfs-devel

as a workaround, you can diff source tree before and after running autoreconf
and create a patch with what the latter brings (i guess, it
modifies ./configure and ./makefile, or what else?). or even merge those
changes at the beginning of original patch


2015-051 01:01 doiggl@velocitynet.com.au <doiggl@velocitynet.com.au> wrote:
> Hello,
> Interestingly the spec file needs to have in it somewhere to allow it to
> run: 
> autoreconf

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: help wanted add-node41.patch fails to apply to reiser4progs version 1.0.9
  2015-02-19 14:01   ` doiggl
  2015-02-19 15:34     ` Jose R R
  2015-02-19 18:23     ` dimas
@ 2015-02-20  1:02     ` doiggl
  2015-02-20  3:31       ` Vladimir Shebordaev
  2 siblings, 1 reply; 10+ messages in thread
From: doiggl @ 2015-02-20  1:02 UTC (permalink / raw)
  To: reiserfs-devel

Hello,
Need to figure out the next bit in relation to autoreconf.

shows in buildlog as:
[   83s] + autoreconf
[   85s] aclocal: warning: autoconf input should be named 'configure.ac',
not 'configure.in'
[   85s] configure.in:196: warning: macro 'AM_ENABLE_SHARED' not found in
library
[   85s] configure.in:313: warning: macro 'AM_PROG_LIBTOOL' not found in
library

[1]
asked here:
http://lists.opensuse.org/opensuse-packaging/2015-02/msg00069.html

reply here:
http://lists.opensuse.org/opensuse-packaging/2015-02/msg00071.html

--Glenn

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: help wanted add-node41.patch fails to apply to reiser4progs version 1.0.9
  2015-02-20  1:02     ` doiggl
@ 2015-02-20  3:31       ` Vladimir Shebordaev
  2015-02-20  3:33         ` doiggl
  0 siblings, 1 reply; 10+ messages in thread
From: Vladimir Shebordaev @ 2015-02-20  3:31 UTC (permalink / raw)
  To: doiggl; +Cc: reiserfs-devel


​So,​ what is your question? ​As you have been told, you've got libtool
package missing.​

​I'd also say, when you get it installed, you'd better invoke autoreconf
as

# autoreconf -if

Please also ignore numerous warnings about obsolete macro names, it has
nothing to do with the patch in issue.

--
Regards.
Vladimir

On Fri, 2015-02-20 at 12:02 +1100, doiggl@velocitynet.com.au wrote:
> Hello,
> Need to figure out the next bit in relation to autoreconf.
> 
> shows in buildlog as:
> [   83s] + autoreconf
> [   85s] aclocal: warning: autoconf input should be named 'configure.ac',
> not 'configure.in'
> [   85s] configure.in:196: warning: macro 'AM_ENABLE_SHARED' not found in
> library
> [   85s] configure.in:313: warning: macro 'AM_PROG_LIBTOOL' not found in
> library
> 
> [1]
> asked here:
> http://lists.opensuse.org/opensuse-packaging/2015-02/msg00069.html
> 
> reply here:
> http://lists.opensuse.org/opensuse-packaging/2015-02/msg00071.html
> 
> --Glenn


--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: help wanted add-node41.patch fails to apply to reiser4progs version 1.0.9
  2015-02-20  3:31       ` Vladimir Shebordaev
@ 2015-02-20  3:33         ` doiggl
  0 siblings, 0 replies; 10+ messages in thread
From: doiggl @ 2015-02-20  3:33 UTC (permalink / raw)
  To: reiserfs-devel

Hello,
Good News - Build succeeded. Report back to list if you find problems with
built rpms.
-- Cheers Glenn

# added 2 lines to spec file  reiser4progs.spec
BuildRequires:  automake
BuildRequires:  libtool

-Built rpms 
https://build.opensuse.org/package/binaries/home:doiggl/reiser4progs?repository=openSUSE_13.1

Architecture: i586

    libreiser4-1_0-9-1.0.9-56.1.i586.rpm
    libreiser4-1_0-9-debuginfo-1.0.9-56.1.i586.rpm
    libreiser4-minimal-1_0-9-1.0.9-56.1.i586.rpm
    libreiser4-minimal-1_0-9-debuginfo-1.0.9-56.1.i586.rpm
    librepair-1_0-9-1.0.9-56.1.i586.rpm
    librepair-1_0-9-debuginfo-1.0.9-56.1.i586.rpm
    reiser4progs-1.0.9-56.1.i586.rpm
    reiser4progs-1.0.9-56.1.src.rpm
    reiser4progs-debuginfo-1.0.9-56.1.i586.rpm
    reiser4progs-debugsource-1.0.9-56.1.i586.rpm
    reiser4progs-devel-1.0.9-56.1.i586.rpm

Repository has been published Architecture: x86_64

    libreiser4-1_0-9-1.0.9-56.1.x86_64.rpm
    libreiser4-1_0-9-debuginfo-1.0.9-56.1.x86_64.rpm
    libreiser4-minimal-1_0-9-1.0.9-56.1.x86_64.rpm
    libreiser4-minimal-1_0-9-debuginfo-1.0.9-56.1.x86_64.rpm
    librepair-1_0-9-1.0.9-56.1.x86_64.rpm
    librepair-1_0-9-debuginfo-1.0.9-56.1.x86_64.rpm
    reiser4progs-1.0.9-56.1.src.rpm
    reiser4progs-1.0.9-56.1.x86_64.rpm
    reiser4progs-debuginfo-1.0.9-56.1.x86_64.rpm
    reiser4progs-debugsource-1.0.9-56.1.x86_64.rpm
    reiser4progs-devel-1.0.9-56.1.x86_64.rpm

Full Build Log:
https://build.opensuse.org/build/home:doiggl/openSUSE_13.2/x86_64/reiser4progs/_log

Package:
https://build.opensuse.org/package/show/home:doiggl/reiser4progs

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-02-20  3:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19 12:02 help wanted add-node41.patch fails to apply to reiser4progs version 1.0.9 doiggl
2015-02-19 12:40 ` doiggl
2015-02-19 13:00   ` Jose R R
2015-02-19 12:46 ` Jose R R
2015-02-19 14:01   ` doiggl
2015-02-19 15:34     ` Jose R R
2015-02-19 18:23     ` dimas
2015-02-20  1:02     ` doiggl
2015-02-20  3:31       ` Vladimir Shebordaev
2015-02-20  3:33         ` doiggl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).