mbox

e2fsprogs: update to 1.43.1

Message ID 20160902084223.11661-1-marcel.lorenz@ipfire.org
State Dropped
Headers

Message

Marcel Lorenz Sept. 2, 2016, 6:42 p.m. UTC
  Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
---
 config/rootfiles/common/e2fsprogs | 10 ++++------
 lfs/e2fsprogs                     |  6 +++---
 2 files changed, 7 insertions(+), 9 deletions(-)
  

Comments

Michael Tremer Sept. 24, 2016, 9:58 p.m. UTC | #1
This won't build:

        LD filefrag
        LD e2freefrag
        LD e4crypt
        CC default_profile.c
        LD e2initrd_helper
        LD tune2fs
        LD e2image
        LD e2fuzz
        LD e4defrag
        LD mke2fs
        LD fuse2fs
/usr/bin/ld: fuse2fs.o: undefined reference to symbol 'clock_gettime@@GLIBC_2.2.5'
/lib64/librt.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:699: recipe for target 'fuse2fs' failed
make[3]: *** [fuse2fs] Error 1
make[3]: Leaving directory '/usr/src/e2fsprogs-1.43.1/build/misc'
Makefile:404: recipe for target 'all-progs-recursive' failed
make[2]: *** [all-progs-recursive] Error 1
make[2]: Leaving directory '/usr/src/e2fsprogs-1.43.1/build'
Makefile:339: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/usr/src/e2fsprogs-1.43.1/build'
e2fsprogs:71: recipe for target '/usr/src/log/e2fsprogs-1.43.1' failed
make: *** [/usr/src/log/e2fsprogs-1.43.1] Error 2

-Michael

On Fri, 2016-09-02 at 10:42 +0200, Marcel Lorenz wrote:
> Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
> ---
>  config/rootfiles/common/e2fsprogs | 10 ++++------
>  lfs/e2fsprogs                     |  6 +++---
>  2 files changed, 7 insertions(+), 9 deletions(-)
> 
> diff --git a/config/rootfiles/common/e2fsprogs
> b/config/rootfiles/common/e2fsprogs
> index ba4f00a..e619964 100644
> --- a/config/rootfiles/common/e2fsprogs
> +++ b/config/rootfiles/common/e2fsprogs
> @@ -1,5 +1,4 @@
>  #etc/mke2fs.conf
> -#etc/mke2fs.conf.e2fsprogs-new
>  lib/libblkid.so.1
>  lib/libblkid.so.1.0
>  lib/libcom_err.so.2
> @@ -58,8 +57,6 @@ usr/bin/uuidgen
>  #usr/include/ext2fs/ext3_extents.h
>  #usr/include/ext2fs/qcow2.h
>  #usr/include/ext2fs/tdb.h
> -#usr/include/quota
> -#usr/include/quota/mkquota.h
>  #usr/include/ss
>  #usr/include/ss/ss.h
>  #usr/include/ss/ss_err.h
> @@ -74,7 +71,6 @@ usr/lib/libcom_err.so
>  usr/lib/libe2p.so
>  #usr/lib/libext2fs.a
>  usr/lib/libext2fs.so
> -#usr/lib/libquota.a
>  #usr/lib/libss.a
>  usr/lib/libss.so
>  #usr/lib/libuuid.a
> @@ -83,10 +79,10 @@ usr/lib/libuuid.so
>  #usr/lib/pkgconfig/com_err.pc
>  #usr/lib/pkgconfig/e2p.pc
>  #usr/lib/pkgconfig/ext2fs.pc
> -#usr/lib/pkgconfig/quota.pc
>  #usr/lib/pkgconfig/ss.pc
>  #usr/lib/pkgconfig/uuid.pc
>  usr/sbin/e2freefrag
> +usr/sbin/e4crypt
>  usr/sbin/e4defrag
>  usr/sbin/filefrag
>  usr/sbin/mklost+found
> @@ -97,6 +93,7 @@ usr/sbin/uuidd
>  #usr/share/info/libext2fs.info.gz
>  #usr/share/man/man1/chattr.1
>  #usr/share/man/man1/compile_et.1
> +#usr/share/man/man1/fuse2fs.1
>  #usr/share/man/man1/lsattr.1
>  #usr/share/man/man1/mk_cmds.1
>  #usr/share/man/man1/uuidgen.1
> @@ -114,10 +111,10 @@ usr/sbin/uuidd
>  #usr/share/man/man3/uuid_time.3
>  #usr/share/man/man3/uuid_unparse.3
>  #usr/share/man/man5/e2fsck.conf.5
> -#usr/share/man/man5/mke2fs.conf.5
>  #usr/share/man/man5/ext2.5
>  #usr/share/man/man5/ext3.5
>  #usr/share/man/man5/ext4.5
> +#usr/share/man/man5/mke2fs.conf.5
>  #usr/share/man/man8/badblocks.8
>  #usr/share/man/man8/blkid.8
>  #usr/share/man/man8/debugfs.8
> @@ -127,6 +124,7 @@ usr/sbin/uuidd
>  #usr/share/man/man8/e2image.8
>  #usr/share/man/man8/e2label.8
>  #usr/share/man/man8/e2undo.8
> +#usr/share/man/man8/e4crypt.8
>  #usr/share/man/man8/e4defrag.8
>  #usr/share/man/man8/filefrag.8
>  #usr/share/man/man8/findfs.8
> diff --git a/lfs/e2fsprogs b/lfs/e2fsprogs
> index 90e28ac..a01cbd5 100644
> --- a/lfs/e2fsprogs
> +++ b/lfs/e2fsprogs
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER      = 1.42.13
> +VER      = 1.43.1
>  
>  THISAPP    = e2fsprogs-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = bc759fc62666786f5436e2075beb3265
> +$(DL_FILE)_MD5 = 1775f3f0eed9dee1c5f39e08d1964a97
>  
>  install : $(TARGET)
>  
> @@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) :
>  
>  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
>  	@$(PREBUILD)
> -	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
> +	@rm -rf $(DIR_APP) $(DIR_SRC)/e2fsprogs-build && cd $(DIR_SRC) && tar
> zxf $(DIR_DL)/$(DL_FILE)
>  	-mkdir -pv $(DIR_APP)/build
>  	cd $(DIR_APP)/build && \
>  		$(DIR_APP)/configure \