Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  2 Dec 2008 03:21:08 +0200 (EET)
From:      QAT@FreeBSD.org
To:        wxs@FreeBSD.org
Cc:        cvs-ports@FreeBSD.org, pgollucci@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/devel/py-epsilon Makefile
Message-ID:  <20081202012108.487C212E45F5@quark.ds9.tecnik93.com>
In-Reply-To: <200812020118.mB21Itfr058382@repoman.freebsd.org>
References:  In-Reply-To: <200812020118.mB21Itfr058382@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,


The build which triggered this email is done under tinderbox-2.4.3, on 
7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly"
and ccache support, with the "official" up-to-date Ports Tree, with the
following vars set:
NOPORTDOCS=yes,  NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes.


Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/py25-epsilon-0.5.9_1.log :


building py25-epsilon-0.5.9_1 in directory /var/tinderbox/7-STABLE-FTP
maintained by: pgollucci@FreeBSD.org
building for:  7.0-STABLE amd64
port directory: /usr/ports/devel/py-epsilon
Makefile ident: $FreeBSD: ports/devel/py-epsilon/Makefile,v 1.9 2008/12/02 01:18:55 wxs Exp $
prefixes: LOCALBASE=usr/local X11BASE=usr/local
NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes
build started at Tue Dec  2 01:20:34 UTC 2008

.................................<Last 40 lines of the log>..................

cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -O2 -fno-strict-aliasing -pipe -fPIC -I/usr/include -I/usr/local/include/python2.5 -c src/crypto/x509store.c -o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/crypto/x509store.o
cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -O2 -fno-strict-aliasing -pipe -fPIC -I/usr/include -I/usr/local/include/python2.5 -c src/crypto/x509req.c -o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/crypto/x509req.o
src/crypto/x509req.c: In function 'crypto_X509Req_get_pubkey':
src/crypto/x509req.c:73: warning: return from incompatible pointer type
cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -O2 -fno-strict-aliasing -pipe -fPIC -I/usr/include -I/usr/local/include/python2.5 -c src/crypto/x509ext.c -o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/crypto/x509ext.o
cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -O2 -fno-strict-aliasing -pipe -fPIC -I/usr/include -I/usr/local/include/python2.5 -c src/crypto/pkcs7.c -o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/crypto/pkcs7.o
cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -O2 -fno-strict-aliasing -pipe -fPIC -I/usr/include -I/usr/local/include/python2.5 -c src/crypto/pkcs12.c -o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/crypto/pkcs12.o
cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -O2 -fno-strict-aliasing -pipe -fPIC -I/usr/include -I/usr/local/include/python2.5 -c src/crypto/netscape_spki.c -o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/crypto/netscape_spki.o
cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -O2 -fno-strict-aliasing -pipe -fPIC -I/usr/include -I/usr/local/include/python2.5 -c src/util.c -o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/util.o
cc -shared -pthread -rpath=/usr/lib:/usr/local/lib -O2 -fno-strict-aliasing -pipe build/temp.freebsd-7.0-STABLE-amd64-2.5/src/crypto/crypto.o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/crypto/x509.o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/crypto/x509name.o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/crypto/pkey.o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/crypto/x509store.o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/crypto/x509req.o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/crypto/x509ext.o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/crypto/pkcs7.o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/crypto/pkcs12.o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/crypto/netscape_spki.o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/util.o -L/usr/lib -lssl -lcrypto -o build/lib.freebsd-7.0-STABLE-amd64-2.5/OpenSSL/crypto.so
building 'OpenSSL.rand' extension
creating build/temp.freebsd-7.0-STABLE-amd64-2.5/src/rand
cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -O2 -fno-strict-aliasing -pipe -fPIC -I/usr/include -I/usr/local/include/python2.5 -c src/rand/rand.c -o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/rand/rand.o
cc -shared -pthread -rpath=/usr/lib:/usr/local/lib -O2 -fno-strict-aliasing -pipe build/temp.freebsd-7.0-STABLE-amd64-2.5/src/rand/rand.o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/util.o -L/usr/lib -lssl -lcrypto -o build/lib.freebsd-7.0-STABLE-amd64-2.5/OpenSSL/rand.so
building 'OpenSSL.SSL' extension
creating build/temp.freebsd-7.0-STABLE-amd64-2.5/src/ssl
cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -O2 -fno-strict-aliasing -pipe -fPIC -I/usr/include -I/usr/local/include/python2.5 -c src/ssl/connection.c -o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/ssl/connection.o
cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -O2 -fno-strict-aliasing -pipe -fPIC -I/usr/include -I/usr/local/include/python2.5 -c src/ssl/context.c -o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/ssl/context.o
src/ssl/context.c: In function 'ssl_Context_set_info_callback':
src/ssl/context.c:819: warning: passing argument 2 of 'SSL_CTX_set_info_callback' from incompatible pointer type
cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -O2 -fno-strict-aliasing -pipe -fPIC -I/usr/include -I/usr/local/include/python2.5 -c src/ssl/ssl.c -o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/ssl/ssl.o
cc -shared -pthread -rpath=/usr/lib:/usr/local/lib -O2 -fno-strict-aliasing -pipe build/temp.freebsd-7.0-STABLE-amd64-2.5/src/ssl/connection.o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/ssl/context.o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/ssl/ssl.o build/temp.freebsd-7.0-STABLE-amd64-2.5/src/util.o -L/usr/lib -lssl -lcrypto -o build/lib.freebsd-7.0-STABLE-amd64-2.5/OpenSSL/SSL.so
===>  Installing for py25-openssl-0.7
===>   py25-openssl-0.7 depends on file: /usr/local/bin/python2.5 - found
===>   Generating temporary packing list
===>  Checking if security/py-openssl already installed
===>   py25-openssl-0.7 is already installed
      You may wish to ``make deinstall'' and install this port again
      by ``make reinstall'' to upgrade it properly.
      If you really wish to overwrite the old port of security/py-openssl
      without deleting it first, set the variable "FORCE_PKG_REGISTER"
      in your environment or the "make install" command line.
*** Error code 1

Stop in /a/ports/security/py-openssl.
*** Error code 1

Stop in /a/ports/devel/py-epsilon.
================================================================
build of /usr/ports/devel/py-epsilon ended at Tue Dec  2 01:21:06 UTC 2008


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

-- 
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081202012108.487C212E45F5>