mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* lib/md5.o build problem
@ 2011-10-24 15:33 Antony Pavlov
  2011-10-24 19:52 ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: Antony Pavlov @ 2011-10-24 15:33 UTC (permalink / raw)
  To: barebox

Hi!

I can't build barebox with md5sum command.

Here is the log:

$ date
Mon Oct 24 19:29:51 MSD 2011
$ git clone --branch next git://git.pengutronix.de/git/barebox.git
barebox.git.next
$ cd barebox.git.next
$ make ARCH=arm versatilepb_defconfig
$ sed "s/# CONFIG_CMD_MD5SUM.*/CONFIG_CMD_MD5SUM=y/" -i .config
$ make ARCH=arm oldconfig
$ make -j 2 ARCH=arm CROSS_COMPILE=arm-realview-linux-gnueabi-
...
  CC      lib/show_progress.o
  CC      lib/decompress_unlzo.o
make[1]: *** No rule to make target `lib/md5.o', needed by
`lib/built-in.o'.  Stop.
make[1]: *** Waiting for unfinished jobs....
  CC      lib/process_escape_sequence.o
make: *** [lib] Error 2
make: *** Waiting for unfinished jobs....
  LD      fs/built-in.o

-- 
Best regards,
  Antony Pavlov

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: lib/md5.o build problem
  2011-10-24 15:33 lib/md5.o build problem Antony Pavlov
@ 2011-10-24 19:52 ` Sascha Hauer
  2011-10-25  6:53   ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 4+ messages in thread
From: Sascha Hauer @ 2011-10-24 19:52 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Mon, Oct 24, 2011 at 07:33:59PM +0400, Antony Pavlov wrote:
> Hi!
> 
> I can't build barebox with md5sum command.

Grumpf. Something went seriously wrong while merging Jean-Christophes
digest patch series. Sorry for this, it's my bad. I remerged this series
again and pushed it to a temporary branch here:

git://git.pengutronix.de/git/barebox.git digest-next

Jean-Christophe, can you have a look at it and see if it looks like
you originally intended?

Sascha

> 
> Here is the log:
> 
> $ date
> Mon Oct 24 19:29:51 MSD 2011
> $ git clone --branch next git://git.pengutronix.de/git/barebox.git
> barebox.git.next
> $ cd barebox.git.next
> $ make ARCH=arm versatilepb_defconfig
> $ sed "s/# CONFIG_CMD_MD5SUM.*/CONFIG_CMD_MD5SUM=y/" -i .config
> $ make ARCH=arm oldconfig
> $ make -j 2 ARCH=arm CROSS_COMPILE=arm-realview-linux-gnueabi-
> ...
>   CC      lib/show_progress.o
>   CC      lib/decompress_unlzo.o
> make[1]: *** No rule to make target `lib/md5.o', needed by
> `lib/built-in.o'.  Stop.
> make[1]: *** Waiting for unfinished jobs....
>   CC      lib/process_escape_sequence.o
> make: *** [lib] Error 2
> make: *** Waiting for unfinished jobs....
>   LD      fs/built-in.o
> 
> -- 
> Best regards,
>   Antony Pavlov
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: lib/md5.o build problem
  2011-10-24 19:52 ` Sascha Hauer
@ 2011-10-25  6:53   ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 4+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-10-25  6:53 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox

On 21:52 Mon 24 Oct     , Sascha Hauer wrote:
> On Mon, Oct 24, 2011 at 07:33:59PM +0400, Antony Pavlov wrote:
> > Hi!
> > 
> > I can't build barebox with md5sum command.
> 
> Grumpf. Something went seriously wrong while merging Jean-Christophes
> digest patch series. Sorry for this, it's my bad. I remerged this series
> again and pushed it to a temporary branch here:
> 
> git://git.pengutronix.de/git/barebox.git digest-next
> 
> Jean-Christophe, can you have a look at it and see if it looks like
> you originally intended?
I see yesterday night too was going to the the fix this morning

yes the md5, etc... need to go to crypto

Best Regards,
J.

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* lib/md5.o build problem
@ 2011-11-30 19:52 Antony Pavlov
  0 siblings, 0 replies; 4+ messages in thread
From: Antony Pavlov @ 2011-11-30 19:52 UTC (permalink / raw)
  To: barebox

Hi!

  We still have a problem: the option CONFIG_CMD_MD5SUM=y breaks build.

  Here is the log:

$ date --utc
Wed Nov 30 19:42:41 UTC 2011
$ git clone --branch next git://git.pengutronix.de/git/barebox.git
barebox.git.next
Cloning into 'barebox.git.next'...
$ cd barebox.git.next
$ make ARCH=arm versatilepb_defconfig
#
# configuration written to .config
#
$ grep CMD_MD5SUM -i .config
# CONFIG_CMD_MD5SUM is not set
$ sed "s/# CONFIG_CMD_MD5SUM.*/CONFIG_CMD_MD5SUM=y/" -i .config
$ make ARCH=arm oldconfig
scripts/kconfig/conf --oldconfig Kconfig
#
# configuration written to .config
#
$ grep CMD_MD5SUM -i .config
CONFIG_CMD_MD5SUM=y
$ make -j 2 ARCH=arm CROSS_COMPILE=arm-versatile-linux-gnueabi-
scripts/kconfig/conf --silentoldconfig Kconfig
  Generating include/generated/mach-types.h
  CHK     include/generated/version.h
  UPD     include/generated/version.h
...
  CC      lib/random.o
  CC      lib/show_progress.o
make[1]: *** No rule to make target `lib/md5.o', needed by
`lib/built-in.o'.  Stop.
make[1]: *** Waiting for unfinished jobs....
  CC      lib/process_escape_sequence.o
  CC      net/eth.o
make: *** [lib] Error 2
make: *** Waiting for unfinished jobs....

-- 
Best regards,
  Antony Pavlov

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2011-11-30 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-24 15:33 lib/md5.o build problem Antony Pavlov
2011-10-24 19:52 ` Sascha Hauer
2011-10-25  6:53   ` Jean-Christophe PLAGNIOL-VILLARD
2011-11-30 19:52 Antony Pavlov

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