linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* ubi-utils: unubi fixes and enhancements
@ 2007-11-05 12:58 Frank Haverkamp
  2007-11-19  9:03 ` Artem Bityutskiy
  0 siblings, 1 reply; 6+ messages in thread
From: Frank Haverkamp @ 2007-11-05 12:58 UTC (permalink / raw)
  To: Artem Bityutskiy
  Cc: Thomas Gleixner, Alexander Schmidt, haver, MTD Mailinglist

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

Hi Artem,

some time ago Drake Dawsett, a student working for us, has done some
bug-fixes and enhancements to the unubi tool. He forgot to send them out
before he left us. I have reworked them for integration:

  git://git.infradead.org/users/haver/mtd-utils.git

Please have a look, and pull them if you are fine with them.

Thanks,

Frank

-- 
IBM Deutschland Entwicklung GmbH, Schoenaicher Str. 220, 71032
Boeblingen, Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Herbert Kircher, Sitz der Gesellschaft: Böblingen,
Registergericht: Amtsgericht Stuttgart, HRB 243294

[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 5269 bytes --]

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

* Re: ubi-utils: unubi fixes and enhancements
  2007-11-05 12:58 ubi-utils: unubi fixes and enhancements Frank Haverkamp
@ 2007-11-19  9:03 ` Artem Bityutskiy
  2007-11-19 13:38   ` Artem Bityutskiy
  0 siblings, 1 reply; 6+ messages in thread
From: Artem Bityutskiy @ 2007-11-19  9:03 UTC (permalink / raw)
  To: haver; +Cc: Artem Bityutskiy, Thomas Gleixner, Alexander Schmidt,
	MTD Mailinglist

On Mon, 2007-11-05 at 13:58 +0100, Frank Haverkamp wrote:
> Hi Artem,
> 
> some time ago Drake Dawsett, a student working for us, has done some
> bug-fixes and enhancements to the unubi tool. He forgot to send them out
> before he left us. I have reworked them for integration:
> 
>   git://git.infradead.org/users/haver/mtd-utils.git
> 
> Please have a look, and pull them if you are fine with them.

Hi guys, sorry, I was away, will handle this soon.

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

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

* Re: ubi-utils: unubi fixes and enhancements
  2007-11-19  9:03 ` Artem Bityutskiy
@ 2007-11-19 13:38   ` Artem Bityutskiy
  2007-11-20  8:58     ` Frank Haverkamp
  2007-11-24 10:11     ` Frank Haverkamp
  0 siblings, 2 replies; 6+ messages in thread
From: Artem Bityutskiy @ 2007-11-19 13:38 UTC (permalink / raw)
  To: haver; +Cc: Alexander Schmidt, MTD Mailinglist

Artem Bityutskiy wrote:
> On Mon, 2007-11-05 at 13:58 +0100, Frank Haverkamp wrote:
>> Hi Artem,
>>
>> some time ago Drake Dawsett, a student working for us, has done some
>> bug-fixes and enhancements to the unubi tool. He forgot to send them out
>> before he left us. I have reworked them for integration:
>>
>>   git://git.infradead.org/users/haver/mtd-utils.git
>>
>> Please have a look, and pull them if you are fine with them.
> 
> Hi guys, sorry, I was away, will handle this soon.

It does not compile for me:

gcc -I./inc -I./src -I../include -O2 -g -Wall -Werror -Wwrite-strings -W 
-std=gnu99 -DPACKAGE_VERSION=\"1.0\" -g -c -o nand2bin.o ./src/nand2bin.c -g 
-Wp,-MD,.nand2bin.c.dep
gcc -I./inc -I./src -I../include -O2 -g -Wall -Werror -Wwrite-strings -W 
-std=gnu99 -DPACKAGE_VERSION=\"1.0\" -g -c -o nandcorr.o ./src/nandcorr.c -g 
-Wp,-MD,.nandcorr.c.dep
gcc  -o nand2bin nand2bin.o nandecc.o nandcorr.o
make[1]: *** No rule to make target `src/eb_chain.h', needed by `unubi.o'.  Stop.
make[1]: Leaving directory `/home/dedekind/git/mtd-utils.git/ubi-utils'
make: *** [all] Error 2

Could you please fix this and also rebase against newer mtd-utils.git?

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

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

* Re: ubi-utils: unubi fixes and enhancements
  2007-11-19 13:38   ` Artem Bityutskiy
@ 2007-11-20  8:58     ` Frank Haverkamp
  2007-11-24 10:11     ` Frank Haverkamp
  1 sibling, 0 replies; 6+ messages in thread
From: Frank Haverkamp @ 2007-11-20  8:58 UTC (permalink / raw)
  To: Artem.Bityutskiy; +Cc: MTD Mailinglist, Alexander Schmidt, haver

[-- Attachment #1: Type: text/plain, Size: 1194 bytes --]

Hi Artem,

On Mon, 2007-11-19 at 15:38 +0200, Artem Bityutskiy wrote:

> It does not compile for me:
> 
> gcc -I./inc -I./src -I../include -O2 -g -Wall -Werror -Wwrite-strings -W 
> -std=gnu99 -DPACKAGE_VERSION=\"1.0\" -g -c -o nand2bin.o ./src/nand2bin.c -g 
> -Wp,-MD,.nand2bin.c.dep
> gcc -I./inc -I./src -I../include -O2 -g -Wall -Werror -Wwrite-strings -W 
> -std=gnu99 -DPACKAGE_VERSION=\"1.0\" -g -c -o nandcorr.o ./src/nandcorr.c -g 
> -Wp,-MD,.nandcorr.c.dep
> gcc  -o nand2bin nand2bin.o nandecc.o nandcorr.o
> make[1]: *** No rule to make target `src/eb_chain.h', needed by `unubi.o'.  Stop.
> make[1]: Leaving directory `/home/dedekind/git/mtd-utils.git/ubi-utils'
> make: *** [all] Error 2
> 
> Could you please fix this and also rebase against newer mtd-utils.git?
> 
currently I am little busy. I will let you know when I have fixed and
rebased the code. Thanks for looking into it.

Regards,

Frank


-- 
IBM Deutschland Entwicklung GmbH, Schoenaicher Str. 220, 71032
Boeblingen, Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Herbert Kircher, Sitz der Gesellschaft: Böblingen,
Registergericht: Amtsgericht Stuttgart, HRB 243294

[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 5269 bytes --]

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

* Re: ubi-utils: unubi fixes and enhancements
  2007-11-19 13:38   ` Artem Bityutskiy
  2007-11-20  8:58     ` Frank Haverkamp
@ 2007-11-24 10:11     ` Frank Haverkamp
  2007-11-25  6:06       ` Artem Bityutskiy
  1 sibling, 1 reply; 6+ messages in thread
From: Frank Haverkamp @ 2007-11-24 10:11 UTC (permalink / raw)
  To: Artem.Bityutskiy; +Cc: MTD Mailinglist, Alexander Schmidt, haver

[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]

Hi Artem,

On Mon, 2007-11-19 at 15:38 +0200, Artem Bityutskiy wrote:
> It does not compile for me:
> 
> gcc -I./inc -I./src -I../include -O2 -g -Wall -Werror -Wwrite-strings
> -W 
> -std=gnu99 -DPACKAGE_VERSION=\"1.0\" -g -c -o
> nandcorr.o ./src/nandcorr.c -g 
> -Wp,-MD,.nandcorr.c.dep
> gcc  -o nand2bin nand2bin.o nandecc.o nandcorr.o
> make[1]: *** No rule to make target `src/eb_chain.h', needed by
> `unubi.o'.  Stop.
> make[1]: Leaving directory
> `/home/dedekind/git/mtd-utils.git/ubi-utils'
> make: *** [all] Error 2

I had removed the src/eb_chain.h file. I renewed my git and tried my
patches with a clean checkout. It works for me. Can it be that our
dependency-checking is broken and you did not do make clean before you
tried compiling?

Regards,

Frank

-- 
IBM Deutschland Entwicklung GmbH, Schoenaicher Str. 220, 71032
Boeblingen, Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Herbert Kircher, Sitz der Gesellschaft: Böblingen,
Registergericht: Amtsgericht Stuttgart, HRB 243294

[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 5269 bytes --]

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

* Re: ubi-utils: unubi fixes and enhancements
  2007-11-24 10:11     ` Frank Haverkamp
@ 2007-11-25  6:06       ` Artem Bityutskiy
  0 siblings, 0 replies; 6+ messages in thread
From: Artem Bityutskiy @ 2007-11-25  6:06 UTC (permalink / raw)
  To: haver; +Cc: Alexander Schmidt, MTD Mailinglist

Frank Haverkamp wrote:
>> gcc -I./inc -I./src -I../include -O2 -g -Wall -Werror -Wwrite-strings
>> -W 
>> -std=gnu99 -DPACKAGE_VERSION=\"1.0\" -g -c -o
>> nandcorr.o ./src/nandcorr.c -g 
>> -Wp,-MD,.nandcorr.c.dep
>> gcc  -o nand2bin nand2bin.o nandecc.o nandcorr.o
>> make[1]: *** No rule to make target `src/eb_chain.h', needed by
>> `unubi.o'.  Stop.
>> make[1]: Leaving directory
>> `/home/dedekind/git/mtd-utils.git/ubi-utils'
>> make: *** [all] Error 2
> 
> I had removed the src/eb_chain.h file. I renewed my git and tried my
> patches with a clean checkout. It works for me. Can it be that our
> dependency-checking is broken and you did not do make clean before you
> tried compiling?

Sorry Frank, my fault. Committed, thank you.

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

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

end of thread, other threads:[~2007-11-25  6:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-05 12:58 ubi-utils: unubi fixes and enhancements Frank Haverkamp
2007-11-19  9:03 ` Artem Bityutskiy
2007-11-19 13:38   ` Artem Bityutskiy
2007-11-20  8:58     ` Frank Haverkamp
2007-11-24 10:11     ` Frank Haverkamp
2007-11-25  6:06       ` Artem Bityutskiy

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).