Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 583096

Summary: net-misc/capi4hylafax-01.03.00.99.300.3-r2 fails to build
Product: Gentoo Linux Reporter: Marcel Pennewiß <gentoo>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Marcel Pennewiß 2016-05-15 15:21:47 UTC
Making all in src
make[1]: Entering directory '/var/tmp/portage/net-misc/capi4hylafax-01.03.00.99.300.3-r2/work/capi4hylafax-svn/src'
Making all in standard
make[2]: Entering directory '/var/tmp/portage/net-misc/capi4hylafax-01.03.00.99.300.3-r2/work/capi4hylafax-svn/src/standard'
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"capi4hylafax\" -DVERSION=\"01.03.01svn\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_CAPI20_H=1 -DHAVE_LIBCAPI20=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPTHREAD=1 -DSIZEOF_VOID_P=8 -I.     -Wall -W -O2 -O2 -march=native -fomit-frame-pointer -pipe -D_GNU_SOURCE -DDONT_USE_PROTECT_FEATURE -DNDEBUG -MT aStdLib.o -MD -MP -MF .deps/aStdLib.Tpo -c -o aStdLib.o aStdLib.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"capi4hylafax\" -DVERSION=\"01.03.01svn\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_CAPI20_H=1 -DHAVE_LIBCAPI20=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPTHREAD=1 -DSIZEOF_VOID_P=8 -I.     -Wall -W -O2 -O2 -march=native -fomit-frame-pointer -pipe -D_GNU_SOURCE -DDONT_USE_PROTECT_FEATURE -DNDEBUG -MT aString.o -MD -MP -MF .deps/aString.Tpo -c -o aString.o aString.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"capi4hylafax\" -DVERSION=\"01.03.01svn\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_CAPI20_H=1 -DHAVE_LIBCAPI20=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPTHREAD=1 -DSIZEOF_VOID_P=8 -I.     -Wall -W -O2 -O2 -march=native -fomit-frame-pointer -pipe -D_GNU_SOURCE -DDONT_USE_PROTECT_FEATURE -DNDEBUG -MT aStrPrt.o -MD -MP -MF .deps/aStrPrt.Tpo -c -o aStrPrt.o aStrPrt.cpp
aStrPrt.cpp: In function 'tSInt a_vsnprintf_tab(char*, tUInt, const char*, __va_list_tag*, tUInt)':
aStrPrt.cpp:199:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                     argchar = "TRUE";
                             ^
aStrPrt.cpp:202:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                     argchar = "FALSE";
                             ^
aStrPrt.cpp:288:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
                     argchar = "[NULL]";
                             ^
aStdLib.cpp: In function 'tUInt a_pointer2string(void*, tWiChar*)':
aStdLib.cpp:253:64: error: invalid conversion from 'const wchar_t*' to 'tWiChar* {aka wchar_t*}' [-fpermissive]
     tWiChar *fmt = (sizeof (p) > 4) ? L"    .    :    .    " : L"    :    "; // must be symmetric!
                                                                ^
Makefile:448: recipe for target 'aStdLib.o' failed
make[2]: *** [aStdLib.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/aString.Tpo .deps/aString.Po
mv -f .deps/aStrPrt.Tpo .deps/aStrPrt.Po
make[2]: Leaving directory '/var/tmp/portage/net-misc/capi4hylafax-01.03.00.99.300.3-r2/work/capi4hylafax-svn/src/standard'
Makefile:358: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-misc/capi4hylafax-01.03.00.99.300.3-r2/work/capi4hylafax-svn/src'
Makefile:405: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
emake failed
 * ERROR: net-misc/capi4hylafax-01.03.00.99.300.3-r2::gentoo failed (compile phase):
 *   emake failed

Portage 2.2.28 (python 2.7.10-final-0, default/linux/amd64/13.0, gcc-4.9.3, glibc-2.22-r4, 3.2.1-gentoo-r2-domU x86_64)
=================================================================
System uname: Linux-3.2.1-gentoo-r2-domU-x86_64-Intel-R-_Core-TM-2_CPU_6600_@_2.40GHz-with-gentoo-2.2
KiB Mem:     1015480 total,    280920 free
KiB Swap:    2097148 total,   1857464 free
Timestamp of repository gentoo: Mon, 09 May 2016 00:15:01 +0000
sh bash 4.3_p42-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p42-r1::gentoo
dev-lang/perl:            5.20.2::gentoo
dev-lang/python:          2.7.10-r1::gentoo, 3.3.5-r2::gentoo, 3.4.3-r1::gentoo
dev-util/cmake:           3.3.1-r1::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.19.1::gentoo
sys-apps/sandbox:         2.10-r1::gentoo
sys-devel/autoconf:       2.69::gentoo
sys-devel/automake:       1.12.6::gentoo, 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            4.9.3::gentoo
sys-devel/gcc-config:     1.7.3::gentoo
sys-devel/libtool:        2.4.6::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers)
sys-libs/glibc:           2.22-r4::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://mirror.pennewiss.de/gentoo-portage
    priority: -1000

fem-overlay
    location: /var/lib/layman/fem-overlay
    masters: gentoo
    priority: 0

dfreise
    location: /var/lib/layman/dfreise
    masters: gentoo
    priority: 1

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=native -fomit-frame-pointer -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/fax /usr/share/gnupg/qualified.txt /var/spool/fax/etc"
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="-O2 -march=native -fomit-frame-pointer -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 userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://mirror.pennewiss.de/gentoo"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="acl amd64 berkdb bzip2 cli cracklib crypt cxx dri fortran gdbm iconv ipv6 mmx mmxext modules multilib ncurses nls nptl nptlonly openmp pam pcre readline seccomp session sse sse2 ssl tcpd threads unicode xattr zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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" CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3" ELIBC="glibc" 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 ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" SANE_BACKENDS="niash" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" 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:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Marcel Pennewiß 2016-05-15 15:22:55 UTC
Bug is the same as in #513642
Maybe the new version should be stabilized, as stable version did not work anymore.
Comment 2 Coacher 2016-05-15 15:56:25 UTC
If you would like to request stabilization of a newer version, please create a separate bugreport.

*** This bug has been marked as a duplicate of bug 513642 ***