[MacPorts] #14711: py25-hashlib fails to build if python25 wasn't installed when 'port' started
MacPorts
trac at macosforge.org
Tue Mar 18 14:32:13 PDT 2008
#14711: py25-hashlib fails to build if python25 wasn't installed when 'port'
started
---------------------------------+------------------------------------------
Reporter: fenner at macports.org | Owner: mww at macports.org
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.6.0
Keywords: |
---------------------------------+------------------------------------------
On a relatively fresh macports installation, which didn't previously have
python installed, I naively tried:
{{{
llama% sudo port install py25-django-devel
---> Fetching python25
---> Attempting to fetch Python-2.5.2.tar.bz2 from
http://www.python.org//ftp/python/2.5.2/
---> Verifying checksum(s) for python25
---> Extracting python25
---> Applying patches to python25
---> Configuring python25
---> Building python25 with target all
---> Staging python25 into destroot
---> Installing python25 2.5.2_1+darwin_9
---> Activating python25 2.5.2_1+darwin_9
---> Cleaning python25
---> Fetching py25-hashlib
---> Verifying checksum(s) for py25-hashlib
---> Extracting py25-hashlib
---> Configuring py25-hashlib
---> Building py25-hashlib with target build
Error: Target org.macports.build returned: shell command " cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-hashlib/work/Python-2.5.2/Modules"
&& /opt/local/bin/python2.5 setup.py build " returned error 1
Command output: running build
running build_ext
building '_hashlib' extension
creating build
creating build/temp.macosx-10.3-i386-2.5
-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include
-I/opt/local/include/python2.5 -c _hashopenssl.c -o
build/temp.macosx-10.3-i386-2.5/_hashopenssl.o
unable to execute -DNDEBUG: No such file or directory
error: command '-DNDEBUG' failed with exit status 1
Error: The following dependencies failed to build: py25-setuptools
py25-hashlib py25-zlib
Error: Status 1 encountered during processing.
}}}
Running the same command again worked just fine, leading me to believe
that this is either a problem with py25-hashlib itself or the macports
python infrastructure, when python is not previously installed.
--
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14711>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list