Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477486 - =app-crypt/p11-kit-0.18.4 with sys-libs/uclibc - compat.c:85:14: error: conflicting types for 'program_invocation_short_name' / / /usr/include/errno.h:55:46: note: previous declaration of 'program_invocation_short_name' was here
Summary: =app-crypt/p11-kit-0.18.4 with sys-libs/uclibc - compat.c:85:14: error: confl...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-20 11:18 UTC by Amadeusz Sławiński
Modified: 2013-07-27 20:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,19.08 KB, text/plain)
2013-07-20 11:20 UTC, Amadeusz Sławiński
Details
0001-build-support-uclibc-for-program_invocation_short_na.patch (0001-build-support-uclibc-for-program_invocation_short_na.patch,1.60 KB, patch)
2013-07-20 20:26 UTC, Alon Bar-Lev (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Amadeusz Sławiński 2013-07-20 11:18:43 UTC
libtool: compile:  x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -fstack-check -O2 -march=native -pipe -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wno-missing-format-attribute -fno-strict-aliasing -Wmissing-include-dirs -Wundef -c compat.c  -fPIC -DPIC -o .libs/compat.o
compat.c:85:14: error: conflicting types for 'program_invocation_short_name'
In file included from compat.c:40:0:
/usr/include/errno.h:55:46: note: previous declaration of 'program_invocation_short_name' was here
compat.c: In function 'p11_mutex_init':
compat.c:161:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
make[3]: *** [compat.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/app-crypt/p11-kit-0.18.4/work/p11-kit-0.18.4/common'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-crypt/p11-kit-0.18.4/work/p11-kit-0.18.4/common'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-crypt/p11-kit-0.18.4/work/p11-kit-0.18.4'
make: *** [all] Error 2

It detects that it is undeclared, while it's declaration is present in /usr/include/errno.h
(extern const char *program_invocation_name, *program_invocation_short_name;)

from ./configure output
checking for timegm... yes
checking for gmtime_r... yes
checking whether program_invocation_short_name is declared... no
checking whether program_invocation_short_name is available... yes
checking whether __progname is declared... no
checking for dgettext in -lintl... yes


from compat.c
#if defined (HAVE_PROGRAM_INVOCATION_SHORT_NAME) && !HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
extern char *program_invocation_short_name;
#endif




Reproducible: Always




Portage 2.1.12.13 (hardened/linux/uclibc/amd64, gcc-4.7.3, uclibc-0.9.33.2-r4, 3.10.0-hardened x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-3.10.0-hardened-x86_64-Intel-R-_Core-TM-_i3_CPU_M_350_@_2.27GHz-with-gentoo-2.2
KiB Mem:     2994964 total,   1801584 free
KiB Swap:    3145724 total,   3145724 free
Timestamp of tree: Fri, 19 Jul 2013 00:45:02 +0000
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:          4.2_p45
dev-lang/python:          2.7.3-r3, 3.2.5-r1, 3.3.2-r1
dev-util/cmake:           2.8.10.2-r2
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.12.6, 1.14
sys-devel/binutils:       2.23.1
sys-devel/gcc:            4.6.3, 4.6.4, 4.7.3
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
sys-libs/uclibc:          0.9.33.2-r4
Repositories: gentoo x-hardened-development x-portage-crossdev local-overlay
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-gentoo-linux-uclibc"
CFLAGS="-fstack-check -O2 -march=native -pipe"
CHOST="x86_64-gentoo-linux-uclibc"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-fstack-check -O2 -march=native -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch webrsync-gpg xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/hardened-development /usr/local/portage-crossdev /home/amade/overlay"
SYNC=""
USE="X acpi alsa amd64 bash-completion bluetooth cli cracklib crypt cups cxx dbus dri dvd flac fortran gif gnutls gold gpg hardened iconv icu ipv6 jpeg jpeg2k libnotify mmx mng modules mp3 mudflap ncurses nptl opengl openmp pax_kernel pcre pic png readline session sse sse2 sse4_2 ssl ssse3 tcpd threads thunar tiff uclibc udev unicode usb v4l vim-syntax wacom xattr xft xinerama zlib zsh-completion" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="uclibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en en_GB pl" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-4" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" QEMU_SOFTMMU_TARGETS="x86_64 ppc" RUBY_TARGETS="ruby19 ruby18" USERLAND="GNU" VIDEO_CARDS="nouveau" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Amadeusz Sławiński 2013-07-20 11:20:01 UTC
Created attachment 353706 [details]
build.log
Comment 2 Alon Bar-Lev (RETIRED) gentoo-dev 2013-07-20 20:26:45 UTC
Created attachment 353732 [details, diff]
0001-build-support-uclibc-for-program_invocation_short_na.patch
Comment 3 Amadeusz Sławiński 2013-07-20 22:07:51 UTC
Thank you, it works.
Comment 4 Anthony Basile gentoo-dev 2013-07-27 12:45:02 UTC
(In reply to Alon Bar-Lev from comment #2)
> Created attachment 353732 [details, diff] [details, diff]
> 0001-build-support-uclibc-for-program_invocation_short_na.patch

This patch should go upstream.
Comment 5 Alon Bar-Lev (RETIRED) gentoo-dev 2013-07-27 20:25:08 UTC
Fixed in app-crypt/p11-kit-0.19.3.