Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217945 - dev-libs/xmlrpc-c-1.06.09-r1 doesn't compile with GCC 4.3.0
Summary: dev-libs/xmlrpc-c-1.06.09-r1 doesn't compile with GCC 4.3.0
Status: RESOLVED DUPLICATE of bug 216139
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-16 13:14 UTC by Robert Piasek (RETIRED)
Modified: 2008-04-16 13:21 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Piasek (RETIRED) gentoo-dev 2008-04-16 13:14:00 UTC
compilation fails.

Reproducible: Always

Actual Results:  
make[2]: Entering directory `/var/tmp/paludis/dev-libs-xmlrpc-c-1.06.09-r1/work/xmlrpc-c-1.06.09/lib/curl_transport'
ln -s ../../version.h version.h
/var/tmp/paludis/dev-libs-xmlrpc-c-1.06.09-r1/work/xmlrpc-c-1.06.09/lib/curl_transport/../../libtool --mode=compile x86_64-pc-linux-gnu-gcc -c -I/var/tmp/paludis/dev-libs-xmlrpc-c-1.06.09-r1/work/xmlrpc-c-1.06.09/lib/curl_transport/../.. -I/var/tmp/paludis/dev-libs-xmlrpc-c-1.06.09-r1/work/xmlrpc-c-1.06.09/lib/curl_transport/../../include -I/var/tmp/paludis/dev-libs-xmlrpc-c-1.06.09-r1/work/xmlrpc-c-1.06.09/lib/curl_transport/../../lib/util/include  -DNDEBUG -Wall -Wundef -Wimplicit -W -Winline -Wundef -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -march=core2 -Os -pipe   xmlrpc_curl_transport.c
mkdir .libs
x86_64-pc-linux-gnu-gcc -c -I/var/tmp/paludis/dev-libs-xmlrpc-c-1.06.09-r1/work/xmlrpc-c-1.06.09/lib/curl_transport/../.. -I/var/tmp/paludis/dev-libs-xmlrpc-c-1.06.09-r1/work/xmlrpc-c-1.06.09/lib/curl_transport/../../include -I/var/tmp/paludis/dev-libs-xmlrpc-c-1.06.09-r1/work/xmlrpc-c-1.06.09/lib/curl_transport/../../lib/util/include -DNDEBUG -Wall -Wundef -Wimplicit -W -Winline -Wundef -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -march=core2 -Os -pipe xmlrpc_curl_transport.c  -fPIC -DPIC -o .libs/xmlrpc_curl_transport.lo
xmlrpc_curl_transport.c:1217:69: error: macro "curl_easy_setopt" requires 3 arguments, but only 2 given
xmlrpc_curl_transport.c: In function 'setupCurlSession':
xmlrpc_curl_transport.c:1217: warning: statement with no effect
make[2]: *** [xmlrpc_curl_transport.lo] Error 1
make[2]: Leaving directory `/var/tmp/paludis/dev-libs-xmlrpc-c-1.06.09-r1/work/xmlrpc-c-1.06.09/lib/curl_transport'
make[1]: *** [curl_transport/all] Error 2
make[1]: Leaving directory `/var/tmp/paludis/dev-libs-xmlrpc-c-1.06.09-r1/work/xmlrpc-c-1.06.09/lib'
make: *** [lib/all] Error 2

!!! ERROR in dev-libs/xmlrpc-c-1.06.09-r1:
!!! In src_compile at line 3319
!!! emake failed



Paludis build information:
    Compiler:
        CXX:                   x86_64-pc-linux-gnu-g++ 4.3.0 (Gentoo 4.3.0 p1.0)
        CXXFLAGS:              -march=nocona -O2 -pipe
        LDFLAGS:               
        DATE:                  2008-04-14T13:03:40+0100

    Libraries:
        C++ Library:           GNU libstdc++ 20080201

    Reduced Privs:
        reduced_uid:           101
        reduced_uid->name:     paludisbuild
        reduced_uid->dir:      /dev/null
        reduced_gid:           440
        reduced_gid->name:     paludisbuild

    Paths:
        DATADIR:               /usr/share
        LIBDIR:                /usr/lib64
        LIBEXECDIR:            /usr/libexec
        SYSCONFDIR:            /etc
        PYTHONINSTALLDIR:      /usr/lib64/python2.5/site-packages
        RUBYINSTALLDIR:        /usr/lib64/ruby/site_ruby/1.8/x86_64-linux


   Package information:
        app-admin/eselect-compiler: (none)
        app-shells/bash:       3.2_p33
        dev-java/java-config:  1.3.7 2.1.5
        dev-lang/python:       2.4.4-r4 2.5.1-r5
        dev-python/pycrypto:   2.0.1-r6
        dev-util/ccache:       2.4-r7
        dev-util/confcache:    (none)
        sys-apps/baselayout:   2.0.0
        sys-apps/sandbox:      1.2.18.1-r2
        sys-devel/autoconf:    2.13 2.62
        sys-devel/automake:    1.10.1 1.5 1.6.3 1.7.9-r1 1.8.5-r3 1.9.6-r2
        sys-devel/binutils:    2.18-r1
        sys-devel/gcc-config:  1.4.0-r4
        sys-devel/libtool:     1.5.26
        virtual/os-headers:    2.6.24 (for sys-kernel/linux-headers::installed)
Comment 1 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-04-16 13:21:51 UTC

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