Gentoo Archives: gentoo-dev

From: waltdnes@××××××××.org
To: Gentoo Developers <gentoo-dev@l.g.o>
Subject: [gentoo-dev] Is X86 uclibc environment supported?
Date: Sat, 30 Apr 2016 00:02:43
Message-Id: 20160430000236.GA12285@waltdnes.org
1 I'm currently trying to get a 32 uclibc environment working in a QEMU
2 VM. My eventual goal is to get my ancient 32-bit-only Atom netbook
3 working under uclibc. Is it worth bothering to file bugs for stuff that
4 builds under glibc, but fails under uclibc? Or should I forget it? If
5 it's not supported, there's no point in bugging the developers.
6
7 E.g. gstreamer-1.6.3 builds under glibc, but under uclibc...
8
9 In file included from /var/tmp/portage/media-libs/gstreamer-1.6.3/work/gstreamer-1.6.3/libs/gst/check/libcheck/check_error.c:25:0:
10 /usr/include/string.h:386:14: error: conflicting types for 'strsignal'
11 extern char *strsignal (int __sig) __THROW;
12 ^
13 In file included from /var/tmp/portage/media-libs/gstreamer-1.6.3/work/gstreamer-1.6.3/libs/gst/check/libcheck/check_error.c:21:0:
14 /var/tmp/portage/media-libs/gstreamer-1.6.3/work/gstreamer-1.6.3/libs/gst/check/libcheck/libcompat.h:104:24: note: previous declaration of 'strsignal' was here
15 CK_DLL_EXP const char *strsignal (int sig);
16 ^
17 Makefile:672: recipe for target 'libcheckinternal_la-check_error.lo' failed
18 make[5]: *** [libcheckinternal_la-check_error.lo] Error 1
19 make[5]: *** Waiting for unfinished jobs....
20 In file included from /var/tmp/portage/media-libs/gstreamer-1.6.3/work/gstreamer-1.6.3/libs/gst/check/libcheck/check.c:23:0:
21 /usr/include/string.h:386:14: error: conflicting types for 'strsignal'
22 extern char *strsignal (int __sig) __THROW;
23 ^
24 In file included from /var/tmp/portage/media-libs/gstreamer-1.6.3/work/gstreamer-1.6.3/libs/gst/check/libcheck/check.c:21:0:
25 /var/tmp/portage/media-libs/gstreamer-1.6.3/work/gstreamer-1.6.3/libs/gst/check/libcheck/libcompat.h:104:24: note: previous declaration of 'strsignal' was here
26 CK_DLL_EXP const char *strsignal (int sig);
27 ^
28
29
30 --
31 Walter Dnes <waltdnes@××××××××.org>
32 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-dev] Is X86 uclibc environment supported? "Anthony G. Basile" <blueness@g.o>