Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 277270 - Stabilize dev-python/pycurl-7.19.0
Summary: Stabilize dev-python/pycurl-7.19.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2009-07-10 01:58 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2009-08-09 16:40 UTC (History)
0 users

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


Attachments
cython-0.11.2 build.log (build.log,35.34 KB, text/plain)
2009-07-22 04:29 UTC, Jeremy Olexa (darkside) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-07-10 01:58:12 UTC
Please stabilize dev-python/pycurl-7.19.0.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2009-07-10 02:15:15 UTC
Stable for HPPA.
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2009-07-10 07:25:00 UTC
x86 stable
Comment 3 Ferris McCormick (RETIRED) gentoo-dev 2009-07-10 12:31:58 UTC
Sparc stable.
Comment 4 nixnut (RETIRED) gentoo-dev 2009-07-17 18:20:58 UTC
ppc stable
Comment 5 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-07-22 04:29:48 UTC
Created attachment 198762 [details]
cython-0.11.2 build.log

Doctest: bufaccess.__test__.basic_struct ... Exception Exception: Exception() in 'bufaccess.MockBuffer.create_buffer' ignored
make: *** [test] Segmentation fault
 * 
 * ERROR: dev-python/cython-0.11.2 failed.

Please advise
Comment 6 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-07-23 01:36:06 UTC
amd64 stable
Comment 7 Brent Baude (RETIRED) gentoo-dev 2009-07-26 22:29:06 UTC
ppc64 stable
Comment 8 john yuhos 2009-07-28 22:11:40 UTC
Confirming this bug x86:
cat /var/tmp/portage/dev-python/pycurl-7.19.0/temp/build.log 
>>> Unpacking source...
>>> Unpacking pycurl-7.19.0.tar.gz to /var/tmp/portage/dev-python/pycurl-7.19.0/work
>>> Source unpacked in /var/tmp/portage/dev-python/pycurl-7.19.0/work
>>> Compiling source in /var/tmp/portage/dev-python/pycurl-7.19.0/work/pycurl-7.19.0 ...
Using curl-config (libcurl 7.18.1)
running build
running build_py
creating build
creating build/lib.linux-i686-2.5
creating build/lib.linux-i686-2.5/curl
copying python/curl/__init__.py -> build/lib.linux-i686-2.5/curl
running build_ext
building 'pycurl' extension
creating build/temp.linux-i686-2.5
creating build/temp.linux-i686-2.5/src
i686-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -O2 -mtune=i686 -pipe -fPIC -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/local/include -I/usr/include/python2.5 -c -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/local/include -I/usr/include/python2.5 -c src/pycurl.c -o build/temp.linux-i686-2.5/src/pycurl.o
src/pycurl.c:61:4: error: #error "Need libcurl version 7.19.0 or greater to compile pycurl."
src/pycurl.c: In function 'do_curl_setopt':
src/pycurl.c:1628: error: 'CURLOPT_CRLFILE' undeclared (first use in this function)
src/pycurl.c:1628: error: (Each undeclared identifier is reported only once
src/pycurl.c:1628: error: for each function it appears in.)
src/pycurl.c:1629: error: 'CURLOPT_ISSUERCERT' undeclared (first use in this function)
src/pycurl.c: In function 'do_curl_getinfo':
src/pycurl.c:2175: error: 'CURLINFO_REDIRECT_URL' undeclared (first use in this function)
src/pycurl.c:2176: error: 'CURLINFO_PRIMARY_IP' undeclared (first use in this function)
src/pycurl.c:2194: error: 'CURLINFO_APPCONNECT_TIME' undeclared (first use in this function)
src/pycurl.c: In function 'initpycurl':
src/pycurl.c:3735: error: 'CURLOPT_CRLFILE' undeclared (first use in this function)
src/pycurl.c:3736: error: 'CURLOPT_ISSUERCERT' undeclared (first use in this function)
src/pycurl.c:3737: error: 'CURLOPT_ADDRESS_SCOPE' undeclared (first use in this function)
src/pycurl.c:3788: error: 'CURLINFO_APPCONNECT_TIME' undeclared (first use in this function)
src/pycurl.c:3804: error: 'CURLINFO_REDIRECT_URL' undeclared (first use in this function)
src/pycurl.c:3805: error: 'CURLINFO_PRIMARY_IP' undeclared (first use in this function)
error: command 'i686-pc-linux-gnu-gcc' failed with exit status 1
 * 
 * ERROR: dev-python/pycurl-7.19.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2485:  Called distutils_src_compile
 *             environment, line  684:  Called die
 * The specific snippet of code:
 *       ${python} setup.py build "$@" || die "compilation failed"
 *  The die message:
 *   compilation failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-python/pycurl-7.19.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/pycurl-7.19.0/temp/environment'.
 *

(In reply to comment #0)
> Please stabilize dev-python/pycurl-7.19.0.
> 

Comment 9 john yuhos 2009-07-28 22:17:40 UTC
UPDATE: 
tried emerge -s curl 
got:*  net-misc/curl
      Latest version available: 7.19.4
      Latest version installed: [ Not Installed ]
      Size of files: 2,243 kB
      Homepage:      http://curl.haxx.se/ http://curl.planetmirror.com
      Description:   A Client that groks URLs
      License:       MIT X11
tried emerge curl 
got: Calculating dependencies... done!
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

??whats going on here ? cant install curl via emerge?? gana try it from source

Comment 10 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-07-31 14:20:21 UTC
(In reply to comment #8)

I updated dependency on net-misc/curl.

(In reply to comment #9)
> tried emerge curl 
> got: Calculating dependencies... done!
> >>> Auto-cleaning packages...
> 
> >>> No outdated packages were found on your system.

Your system seems to be broken...
Comment 11 Raúl Porcel (RETIRED) gentoo-dev 2009-08-09 16:40:36 UTC
ia64 stable, closing