Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 429454 - net-analyzer/nagios-plugins-1.4.16[-ssl] - check_http.c:312:9: error: 'ssl_version' undeclared
Summary: net-analyzer/nagios-plugins-1.4.16[-ssl] - check_http.c:312:9: error: 'ssl_ve...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-02 08:34 UTC by Marcin Mirosław
Modified: 2012-08-19 15:59 UTC (History)
0 users

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


Attachments
build.log (build.log,87.42 KB, text/plain)
2012-08-02 08:35 UTC, Marcin Mirosław
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Mirosław 2012-08-02 08:34:10 UTC
686-pc-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl      -DNP_VERSION='"1.4.16"' -O2 -march=native -mfpma
th=sse -pipe -s -c netutils.c
check_http.c: In function 'process_arguments':
check_http.c:312:9: error: 'ssl_version' undeclared (first use in this function)
check_http.c:312:9: note: each undeclared identifier is reported only once for each function it appears in
check_http.c: In function 'redir':
check_http.c:1217:18: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
check_http.c: In function 'check_http':
Comment 1 Marcin Mirosław 2012-08-02 08:34:46 UTC
# emerge --info
FEATURES variable contains unknown value(s): Xsplitdebug
Portage 2.2.0_alpha120 (hardened/linux/x86, gcc-4.5.3, glibc-2.12.2, 3.3.8-gentoo i686)
=================================================================
System uname: Linux-3.3.8-gentoo-i686-Intel-R-_Pentium-R-_4_CPU_3.00GHz-with-gentoo-2.1
Timestamp of tree: Thu, 02 Aug 2012 07:45:01 +0000
ccache version 3.1.7 [enabled]
app-shells/bash:          4.2_p20
dev-lang/python:          2.7.3-r2, 3.2.3
dev-util/ccache:          3.1.7
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.9.8.4
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.68
sys-devel/automake:       1.11.1
sys-devel/binutils:       2.21.1-r1
sys-devel/gcc:            4.5.3-r2
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 3.1 (virtual/os-headers)
sys-libs/glibc:           2.12.2
Repositories: gentoo miro-testowe horhe
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -@EULA"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=native -mfpmath=sse -pipe -s"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=native -mfpmath=sse -pipe -s"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS=" --quiet-build=n"
FCFLAGS="-march=i686 -O2 -pipe"
FEATURES="Xsplitdebug assume-digests binpkg-logs ccache config-protect-if-modified distlocks ebuild-locks fixlafiles news parallel-fetch parse-eapi-ebuild-head preser
ve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-march=i686 -O2 -pipe"
GENTOO_MIRRORS="http://gentoo.mirror.pw.edu.pl/"
LANG="pl"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="pl en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="-O"
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="/usr/portage/local/staging /usr/portage/local/portage"
SYNC="rsync://rsync6.pl.gentoo.org/gentoo-portage"
USE="acpi async bash-completion caps cdr chroot clamav clamdtop hardened iproute2 mmap mmx mmxext mudflap network-cron nptl openmp pic posix ppds recursion-limit sharedmem smp spell sse sse2 sse3 syslog threads threadsafe unicode urandom vim-pager vim-syntax x86" ELIBC="glibc" KERNEL="linux" LINGUAS="pl en" USERLAND="GNU"
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, USE_PYTHON
Comment 2 Marcin Mirosław 2012-08-02 08:35:25 UTC
Created attachment 320026 [details]
build.log

build.log
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-08-18 02:57:17 UTC
Fixed in 1.4.16-r1.
Comment 4 Marcin Mirosław 2012-08-19 15:59:14 UTC
Thanks.