bugGNU gettext - Bugs: bug #34572, build configuration ignores...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #34572: build configuration ignores "--without-libxml2-prefix --with-included-libxml" if libxml2 is installed

Submitter:  None
Submitted:  Mon 17 Oct 2011 10:29:39 AM UTC
   
 
Category:  Build Severity:  3 - Normal
Item Group:  None Status:  Works For Me
Privacy:  Public Assigned to:  ueno
Open/Closed:  Closed

Mon 12 Dec 2016 01:24:51 AM UTC, comment #2: 

I cannot reproduce with current gettext sources either. After installing (with "make install DESTDIR=/tmp/inst" in order not to botch my system) I get:

$ ldd /tmp/inst/usr/bin/xgettext
        linux-vdso.so.1 =>  (0x00007fffcb5fe000)
        libgettextsrc-0.19.8.1.33-d3d7.so => not found
        libgettextlib-0.19.8.1.33-d3d7.so => not found
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f68dc755000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f68dcb35000)

$ LD_LIBRARY_PATH=/tmp/inst/usr/lib ldd /tmp/inst/usr/bin/xgettext
        linux-vdso.so.1 =>  (0x00007fff7e7fe000)
        libgettextsrc-0.19.8.1.33-d3d7.so => /tmp/inst/usr/lib/libgettextsrc-0.19.8.1.33-d3d7.so (0x00007ff12bb9e000)
        libgettextlib-0.19.8.1.33-d3d7.so => /tmp/inst/usr/lib/libgettextlib-0.19.8.1.33-d3d7.so (0x00007ff12b80a000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff12b42c000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007ff12b130000)
        libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007ff12af09000)
        /lib64/ld-linux-x86-64.so.2 (0x00007ff12bdeb000)

So, no dependency on libxml2.so.

Possibly you had not done "make distclean" before running the "./configure ..." command?

Bruno Haible <haible>
Group administrator
Wed 17 Apr 2013 07:27:21 AM UTC, comment #1: 

I can't reproduce this with 0.18.2.1.

Daiki Ueno <ueno>
Group administrator
Mon 17 Oct 2011 10:29:39 AM UTC, original submission:  


Full configure options used:
./configure --prefix=/usr \
              --without-libxml2-prefix \
              --disable-csharp \
              --without-emacs \
              --disable-java \
              --disable-native-java \
              --disable-nls \
              --without-git \
              --without-lispdir \
              --without-cvs \
              --with-included-glib \
              --with-included-libcroco \
              --with-included-libunistring \
              --with-included-gettext \
              --with-included-libxml \
              --disable-acl \
              --disable-openmp

Built from a system with libxml2 installed:
$ ldd /usr/bin/xgettext
        linux-vdso.so.1 =>  (0x00007fff29bff000)
        libgettextsrc-0.18.1.so => /usr/lib/libgettextsrc-0.18.1.so (0x00007f586e9bb000)
        libgettextlib-0.18.1.so => /usr/lib/libgettextlib-0.18.1.so (0x00007f586e6f3000)
        libc.so.6 => /lib/libc.so.6 (0x00007f586e397000)
        libdl.so.2 => /lib/libdl.so.2 (0x00007f586e193000)
        libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x00007f586de51000)
        libz.so.1 => /usr/lib64/libz.so.1 (0x00007f586dc3b000)
        libm.so.6 => /lib/libm.so.6 (0x00007f586d9bc000)
        libncurses.so.5 => /lib/libncurses.so.5 (0x00007f586d76f000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f586ebfb000)

Built without:
$ ldd /usr/bin/xgettext
        linux-vdso.so.1 =>  (0x00007fff54dff000)
        libgettextsrc-0.18.1.so => /usr/lib/libgettextsrc-0.18.1.so (0x00007fd771cf4000)
        libgettextlib-0.18.1.so => /usr/lib/libgettextlib-0.18.1.so (0x00007fd7719de000)
        libc.so.6 => /lib/libc.so.6 (0x00007fd771688000)
        libdl.so.2 => /lib/libdl.so.2 (0x00007fd771484000)
        libncursesw.so.5 => /lib/libncursesw.so.5 (0x00007fd771238000)
        /lib/ld-linux-x86-64.so.2 (0x00007fd771f29000)


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by haible (Updated the item)
  • -email is unavailable- added by ueno (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-11-27 haible Assigned toNone ueno
    2016-11-27 haible CategoryNone Build
    2013-04-17 ueno StatusNone Works For Me
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code