public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] e2fsprogs: update to 1.43.1
Date: Sat, 24 Sep 2016 12:58:02 +0100	[thread overview]
Message-ID: <1474718282.2757.290.camel@ipfire.org> (raw)
In-Reply-To: <20160902084223.11661-1-marcel.lorenz@ipfire.org>

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

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(a)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 \

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

      reply	other threads:[~2016-09-24 11:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-02  8:42 Marcel Lorenz
2016-09-24 11:58 ` Michael Tremer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1474718282.2757.290.camel@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox