Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <berndkuhls@hotmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 20/36] xorg: xlib_libXpm depends on libiconv & gettext if appropriate
Date: Mon, 06 Jan 2014 06:35:30 +0100	[thread overview]
Message-ID: <2urppaxa0n.ln2@ID-313208.user.individual.net> (raw)
In-Reply-To: 87k3eeyris.fsf@dell.be.48ers.dk

Peter Korsgaard <jacmet@uclibc.org> wrote in
news:87k3eeyris.fsf at dell.be.48ers.dk: 

>>>>>> "Bernd" == Bernd Kuhls
>>>>>> <berndkuhls@hotmail.com> writes: 
> 
> > Signed-off-by: Bernd Kuhls
> > <berndkuhls@hotmail.com> 
> 
> What issue exactly are you trying to fix? I don't seem to be able to
> trigger it here?
> 
> Some more detailed commit message would be good, please.
> 

Hi,

I need this kind of patch for a lot of packages due to link failures 
regarding libiconv and, sometimes, libgettext, for example gnupg 
(http://patchwork.ozlabs.org/patch/305819/):

buildroot/output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a 
buildroot/output/target/usr/bin/gpg | grep NEEDED
 0x00000001 (NEEDED)                     Shared library: [libiconv.so.2]
 0x00000001 (NEEDED)                     Shared library: [libz.so.1]
 0x00000001 (NEEDED)                     Shared library: [libbz2.so.1.0]
 0x00000001 (NEEDED)                     Shared library: [libreadline.so.6]
 0x00000001 (NEEDED)                     Shared library: [libgcc_s.so.1]
 0x00000001 (NEEDED)                     Shared library: [libc.so.0]

Here is a patch snippet of the uClibc .config currently in use, I hope this 
will help you triggering the problem:

@@ -179,67 +172,65 @@
 #
 # String and Stdio Support
 #
-# UCLIBC_HAS_STRING_GENERIC_OPT is not set
+UCLIBC_HAS_STRING_GENERIC_OPT=y
 UCLIBC_HAS_STRING_ARCH_OPT=y
 UCLIBC_HAS_CTYPE_TABLES=y
 UCLIBC_HAS_CTYPE_SIGNED=y
 # UCLIBC_HAS_CTYPE_UNSAFE is not set
 UCLIBC_HAS_CTYPE_CHECKED=y
 # UCLIBC_HAS_CTYPE_ENFORCED is not set
-# UCLIBC_HAS_WCHAR is not set
+UCLIBC_HAS_WCHAR=y
 # UCLIBC_HAS_LOCALE is not set

The full version can be found here:
https://ssl.nettworks.org/repo/browse/fli4l/branches/testing/src/src/fbr/bu
ildroot/package/uclibc/uclibc.config?r=28674

Regards, Bernd

  reply	other threads:[~2014-01-06  5:35 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
2014-01-04 13:38 ` [Buildroot] [PATCH 01/36] xorg: New package xproto_presentproto Bernd Kuhls
2014-01-05 11:39   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 02/36] xorg: Bump xcb-proto & libxcb version to 1.10 Bernd Kuhls
2014-01-05 20:10   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 03/36] xorg: xapp_xdpyinfo also depends on xlib_libXinerama & xlib_libXcomposite Bernd Kuhls
2014-01-05 20:54   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 04/36] xorg: Bump xapp_xrandr version to 1.4.1 Bernd Kuhls
2014-01-05 20:59   ` Peter Korsgaard
2014-01-05 21:04   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 05/36] xorg: Bump xdriver_xf86-video-intel version to 2.99.907 Bernd Kuhls
2014-01-07  9:04   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 06/36] xorg: Bump xkeyboard-config version to 2.10.1 Bernd Kuhls
2014-01-05 22:27   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 07/36] xorg: Bump xlib_libfontenc version to 1.1.2 Bernd Kuhls
2014-01-05 21:20   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 08/36] xorg: Bump xlib_libpciaccess version to 0.13.2 Bernd Kuhls
2014-01-05 21:22   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 09/36] xorg: Bump xlib_libSM version to 1.2.2 Bernd Kuhls
2014-01-05 21:24   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 10/36] xorg: Bump xlib_libX11 version to 1.6.2 Bernd Kuhls
2014-01-05 21:27   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 11/36] xorg: Bump xlib_libXau version to 1.0.8 Bernd Kuhls
2014-01-05 21:28   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 12/36] xorg: Bump xlib_libXcomposite version to 0.4.4 Bernd Kuhls
2014-01-05 21:31   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 13/36] xorg: Bump xlib_libXdamage version to 1.1.4 Bernd Kuhls
2014-01-05 21:32   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 14/36] xorg: Bump xlib_libXext version to 1.3.2 Bernd Kuhls
2014-01-05 21:06   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 15/36] xorg: Bump xlib_libXfixes version to 5.0.1 Bernd Kuhls
2014-01-05 21:14   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 16/36] xorg: Bump xlib_libXfont version to 1.4.6 Bernd Kuhls
2014-01-05 21:33   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 17/36] xorg: Bump xlib_libXi version to 1.7.2 Bernd Kuhls
2014-01-05 21:15   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 18/36] xorg: Bump xlib_libXinerama version to 1.1.3 Bernd Kuhls
2014-01-05 21:40   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 19/36] xorg: Bump xlib_libXmu version to 1.1.2 Bernd Kuhls
2014-01-05 21:43   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 20/36] xorg: xlib_libXpm depends on libiconv & gettext if appropriate Bernd Kuhls
2014-01-05 22:48   ` Peter Korsgaard
2014-01-06  5:35     ` Bernd Kuhls [this message]
2014-01-28 18:48       ` Thomas Petazzoni
2014-02-02 16:54         ` Bernd Kuhls
2014-01-04 13:38 ` [Buildroot] [PATCH 21/36] xorg: Bump xlib_libXrandr version to 1.4.2 Bernd Kuhls
2014-01-05 21:04   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 22/36] xorg: Bump xlib_libXrender version to 0.9.8 Bernd Kuhls
2014-01-05 21:56   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 23/36] xorg: Bump xlib_libXt version to 1.1.4 Bernd Kuhls
2014-01-05 21:57   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 24/36] xorg: Bump xlib_libXtst version to 1.2.2 Bernd Kuhls
2014-01-05 21:57   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 25/36] xorg: Bump xlib_libXxf86vm version to 1.1.3 Bernd Kuhls
2014-01-05 21:59   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 26/36] xorg: Bump xlib_xtrans version to 1.3.2 Bernd Kuhls
2014-01-05 22:04   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 27/36] xorg: Bump xproto_dri2proto version to 2.8 Bernd Kuhls
2014-01-05 21:18   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 28/36] xorg: Bump xproto_glproto version to 1.4.17 Bernd Kuhls
2014-01-05 21:18   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 29/36] xorg: Bump xproto_inputproto version to 2.3 Bernd Kuhls
2014-01-05 21:14   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 30/36] xorg: Bump xproto_randrproto version to 1.4.0 Bernd Kuhls
2014-01-05 21:03   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 31/36] xorg: Bump xproto_videoproto version to 2.3.2 Bernd Kuhls
2014-01-05 21:19   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 32/36] xorg: Bump xproto_xextproto version to 7.3.0 Bernd Kuhls
2014-01-05 21:06   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 33/36] xorg: Bump xproto_xproto version to 7.0.25 Bernd Kuhls
2014-01-05 21:14   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 34/36] xorg: Bump xutil_makedepend version to 1.0.5 Bernd Kuhls
2014-01-05 22:30   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 35/36] xorg: Bump xutil_util-macros version to 1.18.0 Bernd Kuhls
2014-01-05 22:30   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 36/36] xorg: Bump xserver_xorg-server version to 1.15.0 Bernd Kuhls
2014-01-07  8:35   ` Peter Korsgaard

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=2urppaxa0n.ln2@ID-313208.user.individual.net \
    --to=berndkuhls@hotmail.com \
    --cc=buildroot@busybox.net \
    /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