svn 14407 broke the repository.

Rob Landley rob at landley.net
Thu Mar 2 17:47:07 UTC 2006


On Thursday 02 March 2006 12:26 pm, Rob Landley wrote:
> make > /dev/null
> /home/landley/busybox/busybox/e2fsprogs/Makefile.in:72: FIXME: change .c to
> include their stuff relative to /home/landley/busybox/busybox/e2fsprogs
> make: *** No rule to make target
> `/home/landley/busybox/busybox/e2fsprogs/blkid_getsize.c', needed by
> `/home/landley/busybox/busybox/e2fsprogs/blkid/blkid_getsize.o'.  Stop.
>
> Fix both, please.

And disabling all the applets in the ext2fs directory and continuing the build 
made it to the end, where it died with:

  AR cru applets.a
  LINK busybox_unstripped
applets.a(applets.o):(.rodata+0xe4): undefined reference to `chattr_main'
applets.a(applets.o):(.rodata+0x258): undefined reference to `e2fsck_main'
applets.a(applets.o):(.rodata+0x264): undefined reference to `tune2fs_main'
applets.a(applets.o):(.rodata+0x318): undefined reference to `tune2fs_main'
applets.a(applets.o):(.rodata+0x348): undefined reference to `fsck_main'
applets.a(applets.o):(.rodata+0x354): undefined reference to `e2fsck_main'
applets.a(applets.o):(.rodata+0x360): undefined reference to `e2fsck_main'
applets.a(applets.o):(.rodata+0x5e8): undefined reference to `lsattr_main'
applets.a(applets.o):(.rodata+0x648): undefined reference to `mke2fs_main'
applets.a(applets.o):(.rodata+0x660): undefined reference to `mke2fs_main'
applets.a(applets.o):(.rodata+0x66c): undefined reference to `mke2fs_main'
applets.a(applets.o):(.rodata+0xa50): undefined reference to `tune2fs_main'
collect2: ld returned 1 exit status

Not happy...

Rob
-- 
Never bet against the cheap plastic solution.



More information about the busybox mailing list