public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Error compiling libubi with latest mtd-utils snapshot
@ 2008-01-24 15:39 Chase Maupin
  2008-01-25  7:31 ` Artem Bityutskiy
  0 siblings, 1 reply; 5+ messages in thread
From: Chase Maupin @ 2008-01-24 15:39 UTC (permalink / raw)
  To: linux-mtd

All,

I downloaded the latest mtd-utils snapshot from
git://git.infradead.org/mtd-utils.git and did a "make clean" followed
by "make".  The snapshot I downloaded was commited Jan 24, 2008 at
11:21 with commit tag e292b5fb39de2c6907ffe751391ae3bbd5603b91.

During the compile I received the following errors:

make -C ./ubi-utils
make[1]: Entering directory
`/home/chase/projects/wiki/mtd-utils.git.new/ubi-utils'
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall src/libubi.c
-c -o libubi.o
In file included from ../include/mtd/ubi-header.h:33,
                 from include/libubi.h:29,
                 from src/libubi.c:34:
/usr/include/asm/byteorder.h:6:2: #warning using private kernel
header; include <endian.h> instead!
In file included from include/libubi.h:29,
                 from src/libubi.c:34:
../include/mtd/ubi-header.h:158: error: syntax error before "__be32"
../include/mtd/ubi-header.h:158: warning: no semicolon at end of struct or union
../include/mtd/ubi-header.h:161: error: syntax error before "ec"
../include/mtd/ubi-header.h:161: warning: type defaults to `int' in
declaration of `ec'
../include/mtd/ubi-header.h:161: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:162: error: syntax error before "vid_hdr_offset"
../include/mtd/ubi-header.h:162: warning: type defaults to `int' in
declaration of `vid_hdr_offset'
../include/mtd/ubi-header.h:162: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:163: error: syntax error before "data_offset"
../include/mtd/ubi-header.h:163: warning: type defaults to `int' in
declaration of `data_offset'
../include/mtd/ubi-header.h:163: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:165: error: syntax error before "hdr_crc"
../include/mtd/ubi-header.h:165: warning: type defaults to `int' in
declaration of `hdr_crc'
../include/mtd/ubi-header.h:165: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:166: warning: empty declaration
../include/mtd/ubi-header.h:283: error: syntax error before "__be32"
../include/mtd/ubi-header.h:283: warning: no semicolon at end of struct or union
../include/mtd/ubi-header.h:288: error: syntax error before "vol_id"
../include/mtd/ubi-header.h:288: warning: type defaults to `int' in
declaration of `vol_id'
../include/mtd/ubi-header.h:288: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:289: error: syntax error before "lnum"
../include/mtd/ubi-header.h:289: warning: type defaults to `int' in
declaration of `lnum'
../include/mtd/ubi-header.h:289: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:290: error: syntax error before "leb_ver"
../include/mtd/ubi-header.h:290: warning: type defaults to `int' in
declaration of `leb_ver'
../include/mtd/ubi-header.h:290: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:291: error: syntax error before "data_size"
../include/mtd/ubi-header.h:291: warning: type defaults to `int' in
declaration of `data_size'
../include/mtd/ubi-header.h:291: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:292: error: syntax error before "used_ebs"
../include/mtd/ubi-header.h:292: warning: type defaults to `int' in
declaration of `used_ebs'
../include/mtd/ubi-header.h:292: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:293: error: syntax error before "data_pad"
../include/mtd/ubi-header.h:293: warning: type defaults to `int' in
declaration of `data_pad'
../include/mtd/ubi-header.h:293: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:294: error: syntax error before "data_crc"
../include/mtd/ubi-header.h:294: warning: type defaults to `int' in
declaration of `data_crc'
../include/mtd/ubi-header.h:294: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:295: error: conflicting types for 'padding1'
../include/mtd/ubi-header.h:160: error: previous declaration of
'padding1' was here
../include/mtd/ubi-header.h:296: error: syntax error before "sqnum"
../include/mtd/ubi-header.h:296: warning: type defaults to `int' in
declaration of `sqnum'
../include/mtd/ubi-header.h:296: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:297: error: conflicting types for 'padding2'
../include/mtd/ubi-header.h:164: error: previous declaration of
'padding2' was here
../include/mtd/ubi-header.h:298: error: syntax error before "hdr_crc"
../include/mtd/ubi-header.h:298: warning: type defaults to `int' in
declaration of `hdr_crc'
../include/mtd/ubi-header.h:298: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:299: warning: empty declaration
../include/mtd/ubi-header.h:368: error: syntax error before "__be32"
../include/mtd/ubi-header.h:368: warning: no semicolon at end of struct or union
../include/mtd/ubi-header.h:369: warning: type defaults to `int' in
declaration of `alignment'
../include/mtd/ubi-header.h:369: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:370: error: syntax error before "data_pad"
../include/mtd/ubi-header.h:370: warning: type defaults to `int' in
declaration of `data_pad'
../include/mtd/ubi-header.h:370: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:373: error: syntax error before "name_len"
../include/mtd/ubi-header.h:373: warning: type defaults to `int' in
declaration of `name_len'
../include/mtd/ubi-header.h:373: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:377: error: syntax error before "crc"
../include/mtd/ubi-header.h:377: warning: type defaults to `int' in
declaration of `crc'
../include/mtd/ubi-header.h:377: warning: data definition has no type
or storage class
../include/mtd/ubi-header.h:378: warning: empty declaration
make[1]: *** [libubi.o] Error 1
make[1]: Leaving directory
`/home/chase/projects/wiki/mtd-utils.git.new/ubi-utils'
make: *** [all] Error 2


The type __be32 is not defined in my /usr/include directory.  I did
find it define in my kernel tree under include/linux/types.h.  Can
someone give me a pointer on how to get this utility to compile
cleanly?

Thank You,
Chase Maupin

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

* Re: Error compiling libubi with latest mtd-utils snapshot
  2008-01-24 15:39 Error compiling libubi with latest mtd-utils snapshot Chase Maupin
@ 2008-01-25  7:31 ` Artem Bityutskiy
  2008-01-25 13:50   ` Chase Maupin
  0 siblings, 1 reply; 5+ messages in thread
From: Artem Bityutskiy @ 2008-01-25  7:31 UTC (permalink / raw)
  To: Chase Maupin; +Cc: linux-mtd

On Thu, 2008-01-24 at 09:39 -0600, Chase Maupin wrote:
> All,
> 
> I downloaded the latest mtd-utils snapshot from
> git://git.infradead.org/mtd-utils.git and did a "make clean" followed
> by "make".  The snapshot I downloaded was commited Jan 24, 2008 at
> 11:21 with commit tag e292b5fb39de2c6907ffe751391ae3bbd5603b91.
> 
> During the compile I received the following errors:
> 

I've removes all __be32 and the like occurrences from ubi-header.h.
Please, update (git-pull) and try again.

-- 
Best regards,
Artem Bityutskiy (Битюцкий Артём)

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

* Re: Error compiling libubi with latest mtd-utils snapshot
  2008-01-25  7:31 ` Artem Bityutskiy
@ 2008-01-25 13:50   ` Chase Maupin
  2008-01-25 14:03     ` Artem Bityutskiy
  0 siblings, 1 reply; 5+ messages in thread
From: Chase Maupin @ 2008-01-25 13:50 UTC (permalink / raw)
  To: dedekind; +Cc: linux-mtd

Artem,

I downloaded the latest git snapshot and I am seeing the following
results from make and make clean:

Makefile:49: no file name for `-include'
make: Warning: File `Makefile' has modification time 4.1e+03 s in the future
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o ftl_format.o ftl_format.c -g
-Wp,-MD,./.ftl_format.c.dep
gcc -I./include -O2 -Wall  -g -o ftl_format ftl_format.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o flash_erase.o flash_erase.c -g
-Wp,-MD,./.flash_erase.c.dep
gcc -I./include -O2 -Wall  -g -o flash_erase flash_erase.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o crc32.o crc32.c -g -Wp,-MD,./.crc32.c.dep
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o flash_eraseall.o flash_eraseall.c
-g -Wp,-MD,./.flash_eraseall.c.dep
gcc  -o flash_eraseall crc32.o flash_eraseall.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o nanddump.o nanddump.c -g
-Wp,-MD,./.nanddump.c.dep
gcc -I./include -O2 -Wall  -g -o nanddump nanddump.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o doc_loadbios.o doc_loadbios.c -g
-Wp,-MD,./.doc_loadbios.c.dep
gcc -I./include -O2 -Wall  -g -o doc_loadbios doc_loadbios.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o ftl_check.o ftl_check.c -g
-Wp,-MD,./.ftl_check.c.dep
gcc -I./include -O2 -Wall  -g -o ftl_check ftl_check.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o compr_rtime.o compr_rtime.c -g
-Wp,-MD,./.compr_rtime.c.dep
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o mkfs.jffs2.o mkfs.jffs2.c -g
-Wp,-MD,./.mkfs.jffs2.c.dep
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o compr_zlib.o compr_zlib.c -g
-Wp,-MD,./.compr_zlib.c.dep
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o compr_lzo.o compr_lzo.c -g
-Wp,-MD,./.compr_lzo.c.dep
compr_lzo.c: In function `jffs2_lzo_cmpr':
compr_lzo.c:54: warning: passing arg 4 of `lzo1x_999_compress' from
incompatible pointer type
compr_lzo.c: In function `jffs2_lzo_decompress':
compr_lzo.c:74: warning: passing arg 4 of `lzo1x_decompress_safe' from
incompatible pointer type
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o compr.o compr.c -g -Wp,-MD,./.compr.c.dep
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o rbtree.o rbtree.c -g -Wp,-MD,./.rbtree.c.dep
gcc  -o mkfs.jffs2 crc32.o compr_rtime.o mkfs.jffs2.o compr_zlib.o
compr_lzo.o compr.o rbtree.o -lz -llzo2
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o flash_lock.o flash_lock.c -g
-Wp,-MD,./.flash_lock.c.dep
gcc -I./include -O2 -Wall  -g -o flash_lock flash_lock.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o flash_unlock.o flash_unlock.c -g
-Wp,-MD,./.flash_unlock.c.dep
gcc -I./include -O2 -Wall  -g -o flash_unlock flash_unlock.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o flash_info.o flash_info.c -g
-Wp,-MD,./.flash_info.c.dep
gcc -I./include -O2 -Wall  -g -o flash_info flash_info.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o flash_otp_info.o flash_otp_info.c
-g -Wp,-MD,./.flash_otp_info.c.dep
gcc -I./include -O2 -Wall  -g -o flash_otp_info flash_otp_info.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o flash_otp_dump.o flash_otp_dump.c
-g -Wp,-MD,./.flash_otp_dump.c.dep
gcc -I./include -O2 -Wall  -g -o flash_otp_dump flash_otp_dump.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o mtd_debug.o mtd_debug.c -g
-Wp,-MD,./.mtd_debug.c.dep
gcc -I./include -O2 -Wall  -g -o mtd_debug mtd_debug.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o flashcp.o flashcp.c -g
-Wp,-MD,./.flashcp.c.dep
flashcp.c:255:2: warning: #warning "Check for smaller erase regions"
gcc -I./include -O2 -Wall  -g -o flashcp flashcp.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o nandwrite.o nandwrite.c -g
-Wp,-MD,./.nandwrite.c.dep
gcc -I./include -O2 -Wall  -g -o nandwrite nandwrite.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o nandtest.o nandtest.c -g
-Wp,-MD,./.nandtest.c.dep
gcc -I./include -O2 -Wall  -g -o nandtest nandtest.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o jffs2dump.o jffs2dump.c -g
-Wp,-MD,./.jffs2dump.c.dep
gcc  -o jffs2dump jffs2dump.o crc32.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o nftldump.o nftldump.c -g
-Wp,-MD,./.nftldump.c.dep
gcc -I./include -O2 -Wall  -g -o nftldump nftldump.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o nftl_format.o nftl_format.c -g
-Wp,-MD,./.nftl_format.c.dep
gcc -I./include -O2 -Wall  -g -o nftl_format nftl_format.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o docfdisk.o docfdisk.c -g
-Wp,-MD,./.docfdisk.c.dep
docfdisk.c: In function `main':
docfdisk.c:149: warning: 'ip' might be used uninitialized in this function
gcc -I./include -O2 -Wall  -g -o docfdisk docfdisk.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o rfddump.o rfddump.c -g
-Wp,-MD,./.rfddump.c.dep
gcc -I./include -O2 -Wall  -g -o rfddump rfddump.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o rfdformat.o rfdformat.c -g
-Wp,-MD,./.rfdformat.c.dep
gcc -I./include -O2 -Wall  -g -o rfdformat rfdformat.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o serve_image.o serve_image.c -g
-Wp,-MD,./.serve_image.c.dep
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o fec.o fec.c -g -Wp,-MD,./.fec.c.dep
gcc  -o serve_image serve_image.o crc32.o fec.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o recv_image.o recv_image.c -g
-Wp,-MD,./.recv_image.c.dep
recv_image.c: In function `main':
recv_image.c:310: warning: long unsigned int format, uint32_t arg (arg 2)
recv_image.c:310: warning: long unsigned int format, uint32_t arg (arg 3)
recv_image.c:310: warning: long unsigned int format, uint32_t arg (arg 4)
recv_image.c:48: warning: 'image_crc' might be used uninitialized in
this function
recv_image.c:55: warning: 'fec' might be used uninitialized in this function
recv_image.c:58: warning: 'start_seq' might be used uninitialized in
this function
gcc  -o recv_image recv_image.o crc32.o fec.o
mkdir -p .
gcc -I./include -O2 -Wall -g -c -o sumtool.o sumtool.c -g
-Wp,-MD,./.sumtool.c.dep
gcc  -o sumtool sumtool.o crc32.o
make -C ./ubi-utils
make[1]: Entering directory `/home/chase/projects/wiki/mtd-utils.git/ubi-utils'
make[1]: Warning: File `Makefile' has modification time 4.1e+03 s in the future
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall src/libubi.c
-c -o libubi.o
In file included from ../include/mtd/ubi-header.h:34,
                 from include/libubi.h:29,
                 from src/libubi.c:34:
/usr/include/asm/byteorder.h:6:2: #warning using private kernel
header; include <endian.h> instead!
make[1]: *** [libubi.o] Error 1
make[1]: Leaving directory `/home/chase/projects/wiki/mtd-utils.git/ubi-utils'
make: *** [all] Error 2
rm doc_loadbios.o flash_info.o docfdisk.o ftl_check.o rfdformat.o
nandwrite.o mtd_debug.o flash_otp_dump.o nftldump.o flash_lock.o
flash_otp_info.o rfddump.o flash_unlock.o nftl_format.o flashcp.o
flash_erase.o ftl_format.o nandtest.o nanddump.o


I changed line 34 in include/mtd/ubi-header.h from "#include
<asm/byteorder.h>" to "#include <endian.h>" and I see the following
error:

make -C ./ubi-utils
make[1]: Entering directory `/home/chase/projects/wiki/mtd-utils.git/ubi-utils'
make[1]: Warning: File `Makefile' has modification time 4e+03 s in the future
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall src/libubi.c
-c -o libubi.o
ar crv libubi.a libubi.o
a - libubi.o
ranlib libubi.a
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall src/common.c
-c -o common.o
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall
src/ubiupdate.c -c -o ubiupdate.o
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall ubiupdate.o
common.o -L. -lubi -o ubiupdate
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall
src/ubimkvol.c -c -o ubimkvol.o
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall ubimkvol.o
common.o -L. -lubi -o ubimkvol
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall
src/ubirmvol.c -c -o ubirmvol.o
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall ubirmvol.o
common.o -L. -lubi -o ubirmvol
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall
src/ubicrc32.c -c -o ubicrc32.o
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall src/crc32.c
-c -o crc32.o
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall -o ubicrc32
ubicrc32.o crc32.o
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall src/ubinfo.c
-c -o ubinfo.o
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall ubinfo.o
common.o -L. -lubi -o ubinfo
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall
src/ubiattach.c -c -o ubiattach.o
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall ubiattach.o
common.o -L. -lubi -o ubiattach
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall
src/ubidetach.c -c -o ubidetach.o
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall ubidetach.o
common.o -L. -lubi -o ubidetach
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall src/ubinize.c
-c -o ubinize.o
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall
src/libiniparser.c -c -o libiniparser.o
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall
src/dictionary.c -c -o dictionary.o
ar crv libiniparser.a libiniparser.o dictionary.o
a - libiniparser.o
a - dictionary.o
ranlib libiniparser.a
gcc -Iinclude -Isrc -I../include -O2 -Wall -Werror -Wall
src/libubigen.c -c -o libubigen.o
src/libubigen.c: In function `ubigen_create_empty_vtbl':
src/libubigen.c:95: warning: implicit declaration of function `__cpu_to_be32'
src/libubigen.c: In function `ubigen_add_volume':
src/libubigen.c:139: warning: implicit declaration of function `__cpu_to_be16'
src/libubigen.c: In function `init_ec_hdr':
src/libubigen.c:160: warning: implicit declaration of function `__cpu_to_be64'
make[1]: *** [libubigen.o] Error 1
rm ubiupdate.o ubinfo.o ubimkvol.o ubidetach.o ubirmvol.o ubiattach.o
make[1]: Leaving directory `/home/chase/projects/wiki/mtd-utils.git/ubi-utils'
make: *** [all] Error 2
rm doc_loadbios.o flash_info.o docfdisk.o ftl_check.o rfdformat.o
nandwrite.o mtd_debug.o flash_otp_dump.o nftldump.o flash_lock.o
flash_otp_info.o rfddump.o flash_unlock.o nftl_format.o flashcp.o
flash_erase.o ftl_format.o nandtest.o nanddump.o


There still seems to be something wrong here.

Thanks,
Chase Maupin

On 1/25/08, Artem Bityutskiy <dedekind@infradead.org> wrote:
> On Thu, 2008-01-24 at 09:39 -0600, Chase Maupin wrote:
> > All,
> >
> > I downloaded the latest mtd-utils snapshot from
> > git://git.infradead.org/mtd-utils.git and did a "make clean" followed
> > by "make".  The snapshot I downloaded was commited Jan 24, 2008 at
> > 11:21 with commit tag e292b5fb39de2c6907ffe751391ae3bbd5603b91.
> >
> > During the compile I received the following errors:
> >
>
> I've removes all __be32 and the like occurrences from ubi-header.h.
> Please, update (git-pull) and try again.
>
> --
> Best regards,
> Artem Bityutskiy (Битюцкий Артём)
>
>

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

* Re: Error compiling libubi with latest mtd-utils snapshot
  2008-01-25 13:50   ` Chase Maupin
@ 2008-01-25 14:03     ` Artem Bityutskiy
  2008-01-25 19:38       ` Chase Maupin
  0 siblings, 1 reply; 5+ messages in thread
From: Artem Bityutskiy @ 2008-01-25 14:03 UTC (permalink / raw)
  To: Chase Maupin; +Cc: linux-mtd

On Fri, 2008-01-25 at 07:50 -0600, Chase Maupin wrote:
> Artem,
> 
> I downloaded the latest git snapshot and I am seeing the following
> results from make and make clean:
> 

Should be fixed now, update please.

-- 
Best regards,
Artem Bityutskiy (Битюцкий Артём)

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

* Re: Error compiling libubi with latest mtd-utils snapshot
  2008-01-25 14:03     ` Artem Bityutskiy
@ 2008-01-25 19:38       ` Chase Maupin
  0 siblings, 0 replies; 5+ messages in thread
From: Chase Maupin @ 2008-01-25 19:38 UTC (permalink / raw)
  To: dedekind; +Cc: linux-mtd

Artem,

Success.  This is now building without errors.  Thank you for your help.

Chase

On 1/25/08, Artem Bityutskiy <dedekind@infradead.org> wrote:
> On Fri, 2008-01-25 at 07:50 -0600, Chase Maupin wrote:
> > Artem,
> >
> > I downloaded the latest git snapshot and I am seeing the following
> > results from make and make clean:
> >
>
> Should be fixed now, update please.
>
> --
> Best regards,
> Artem Bityutskiy (Битюцкий Артём)
>
>

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

end of thread, other threads:[~2008-01-25 19:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-24 15:39 Error compiling libubi with latest mtd-utils snapshot Chase Maupin
2008-01-25  7:31 ` Artem Bityutskiy
2008-01-25 13:50   ` Chase Maupin
2008-01-25 14:03     ` Artem Bityutskiy
2008-01-25 19:38       ` Chase Maupin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox