Marcus von Appen | 4 Nov 2011 08:46
Picon
Favicon

Re: Building blender port in chroot/clean environment

Hi Rob,

On, Wed Nov 02, 2011, Rob Messick wrote:

> I'm building blender as part of the pbi build process.  AFAIK this process
> sets up a fresh chroot build environment and there is no make.conf within
> the chroot. Was able to get blender to build by building and installing
> libxcb in the chroot prior to building blender. If libxcb is not installed
> prior to building blender (an unlikely scenario, I agree), ports attempts
> to build libxcb with python 3.2.

From what I read, pbi is some PC-BSD build thing, correct? Did you get
into touch with the relevant PC-BSD people on that matter already? If
not, I think, it would make sense, if we involve them in this discussion
later on, since it might be that either

- pbi contains a bug of not using a clean environment or port build
  instructions or
- FreeBSD's python port make system has a glitch to ignore libxcb's setting

I'm CC'ing python <at>  here on that matter. From what I can see in
bsd.python.mk is that the following might happen:

.if !defined(USE_PYTHON)            # set by graphics/blender
.if defined(USE_PYTHON_BUILD)       # usually set by x11/libxcb, but ignored
                                      since blender sets USE_PYTHON
...
...

python <at> : Can you confirm that this could occur (see below for the
(Continue reading)

sunpoet | 5 Nov 2011 14:19
Picon
Favicon

Re: ports/161564: [patch] lang/python27: prune __wchar_t define from CFLAGS

Synopsis: [patch] lang/python27: prune __wchar_t define from CFLAGS

State-Changed-From-To: open->closed
State-Changed-By: sunpoet
State-Changed-When: Sat Nov 5 13:18:41 UTC 2011
State-Changed-Why: 
Committed. Thanks!

Responsible-Changed-From-To: freebsd-python-≥sunpoet
Responsible-Changed-By: sunpoet
Responsible-Changed-When: Sat Nov 5 13:18:41 UTC 2011
Responsible-Changed-Why: 
Committed. Thanks!

http://www.freebsd.org/cgi/query-pr.cgi?pr=161564
CLIPPINGs Central | 6 Nov 2011 14:47

van Etten's CLIPPINGs - Special

CLIPPINGs
To remove: LMP <at> talktalk.net 

Sent to:  python <at> freebsd.org

Take 21 Minutes
The last few weeks has seen short clips from blue chip companies with their perception of the future.
As a Non-Subscriber I wanted to send you one of the more popular recent links.
The digital signage community is rapidly being enclosed by technology trends that combines it into an all
encompasing mash. It's about the profusion of data collection and analysis. The clip from Ericsson is a
well studied example of what to expect. It is certainly worth the viewing.
On the Brink
I thank you for your time and consideration. CLIPPINGs has overrun the 27,700 circulation level. With
winter rapidly entering our lives, preparing for the next season might be to advertise within this
popular newsletter. Ask for our recently completed demographic study, the one with a listing of
countries and percentages. If you wish to optain a copy (no questions asked), and maybe even a proposal,
then contact my e-mail address below. 
Again thank you and enjoy your weekend,
James Van Etten, Executive Editor
LMP <at> talktalk.net

Sent to you by:      Daily Digital Signage Intelligence
A small company with a large wingspan
to Subscribe: sent e-mail to LMP <at> TALKTALK.NET
To ensure that you receive our special e-mail offers, please add LMP <at> talktalk.net to your address book. If
you received this e-mail from a friend and would like to subscribe to our e-mail list, click here. To update
your e-mail address, click here. The newsletter is paid for by advertisement and sent to Specials
Subscribers on behalf of Leadresearch.co.uk. If you wish to unsubscribe to future e-mails from
CLIPPINGs, please click here. Or send a request to: Clippings - 57 Nutbourne Str. London W10 4HW - England
(Continue reading)

FreeBSD bugmaster | 7 Nov 2011 12:07
Picon
Favicon

Current problem reports assigned to freebsd-python <at> FreeBSD.org

Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.

S Tracker      Resp.      Description
--------------------------------------------------------------------------------
o ports/160717 python     port: lang/python27 causing other ports to hang during
o ports/159962 python     [PATCH] Mk/bsd.python.mk: prevent polluting filesystem
o ports/159215 python     Mk/bsd.python.mk: PYTHON_VERSION is ignored
o ports/156759 python     [patch] lang/python: kevent does not accept KQ_NOTE_EX
o ports/156425 python     lang/python26: Needs to include -L/usr/local/lib/pth i
o ports/156076 python     [patch] databases/py-sqlite3: Undefined symbol "sqlite
o ports/155970 python     [PATCH] lang/python: speed up upgrade-site-packages
o ports/155936 python     lang/python27 Pthread: previous declaration of ...
o ports/155526 python     [PATCH] devel/py-elementtree: ignore if python >= 2.5
f ports/154209 python     [PATCH] lang/python: Install symlink for ptags
o ports/153952 python     lang/python26 + pth fails to reconfigure cflags to inc
o ports/153167 python     Problem with signals, threads, and subprocesses in lan
o ports/152224 python     [patch] fix installed permissions for lang/python27
o ports/151534 python     lang/python26 + WITH_PTH doesn't install correctly
o ports/149167 python     lang/python26 fails to build _ctypes on Sheevaplug (AR
o ports/146957 python     Mk/bsd.python.mk: PYTHONOPTIMIZE=1 in environ(7) break
o ports/146823 python     [patch] lang/python26: knob to build _ctypes module ag
o ports/146644 python     lang/python26: WITH_PTH option breaks most ports depen
o ports/140968 python     x11-toolkits/py-tkinter(devel/pth): py26-tkinter-2.6.4
o ports/136917 python     [patch] lang/python26: gettext detection
o ports/133081 python     [bsd.python.mk] PYEASYINSTALL_ARCHDEP=yes makes broken
(Continue reading)

Douglas Thrift | 7 Nov 2011 04:50
Favicon
Gravatar

FreeBSD Port: py27-rdflib-3.0.0

Hello,

Are there any plans to update rdflib to version 3.1.0? I am working on
porting the Python bindings for Selenium and they seem to want version
3.1.0.

Thanks!
--

-- 
Douglas William Thrift
<douglas <at> douglasthrift.net>
<http://douglasthrift.net/>
pav | 7 Nov 2011 13:41
Picon
Favicon

Re: ports/159962: [PATCH] Mk/bsd.python.mk: prevent polluting filesystem with easy_install

Synopsis: [PATCH] Mk/bsd.python.mk: prevent polluting filesystem with easy_install

State-Changed-From-To: open->closed
State-Changed-By: pav
State-Changed-When: Mon Nov 7 12:39:27 UTC 2011
State-Changed-Why: 
Committed, thanks

http://www.freebsd.org/cgi/query-pr.cgi?pr=159962
dfilter service | 7 Nov 2011 13:50
Picon
Favicon

Re: ports/159962: commit references a PR

The following reply was made to PR ports/159962; it has been noted by GNATS.

From: dfilter <at> FreeBSD.ORG (dfilter service)
To: bug-followup <at> FreeBSD.org
Cc:  
Subject: Re: ports/159962: commit references a PR
Date: Mon,  7 Nov 2011 12:41:07 +0000 (UTC)

 pav         2011-11-07 12:40:53 UTC

   FreeBSD ports repository

   Modified files:
     Mk                   bsd.python.mk 
   Log:
   - Stop resolving dependencies on deinstall when juggling python eggs

   PR:             ports/159962
   Submitted by:   Ruslan Mahmatkhanov <cvs-src <at> yandex.ru>

   Revision  Changes    Path
   1.142     +2 -2      ports/Mk/bsd.python.mk
 _______________________________________________
 cvs-all <at> freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe <at> freebsd.org"

Pav Lucistnik | 8 Nov 2011 23:17
Picon
Favicon

[Fwd: py26-freebsd-0.9.3_5 failed on amd64 9]

-------- Přeposlaná zpráva --------
> Od: User Ports-amd64 <ports-amd64 <at> freebsd.org>
> Komu: cvs <at> oook.cz, itetcu <at> freebsd.org, florent.thoumie <at> gmail.com
> Předmět: py26-freebsd-0.9.3_5 failed on amd64 9
> Datum: Tue, 8 Nov 2011 05:42:33 GMT
> 
> You can also find this build log at
> 
>   http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.9.20111107091828/py26-freebsd-0.9.3_5.log
> 
> building py26-freebsd-0.9.3_5 on gohan12.freebsd.org
> in directory /x/pkgbuild/9/20111107091828/chroot/95
> building for: 9.0-CURRENT amd64
> maintained by: python <at> FreeBSD.org
> port directory: /usr/ports/devel/py-freebsd
> Makefile ident: $FreeBSD: ports/devel/py-freebsd/Makefile,v 1.23 2011/11/07 04:24:52 miwi Exp $
> build started at Tue Nov  8 05:42:09 UTC 2011
> FETCH_DEPENDS=
> PATCH_DEPENDS=
> EXTRACT_DEPENDS=
> BUILD_DEPENDS=python26-2.6.7_2.tbz
> RUN_DEPENDS=python26-2.6.7_2.tbz
> prefixes: LOCALBASE=usr/local
> add_pkg
> ================================================================
> ====================<phase 1: make checksum>====================
> ===>  License check disabled, port has not defined LICENSE
> => py-freebsd-0.9.3.tar.gz doesn't seem to exist in /tmp/distfiles/.
> => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/py-freebsd-0.9.3.tar.gz
> py-freebsd-0.9.3.tar.gz                                 26 kB  217 kBps
(Continue reading)

Martin Wilke | 9 Nov 2011 04:57
Picon
Favicon

Re: [Fwd: py26-freebsd-0.9.3_5 failed on amd64 9]

Fixed.

On Nov 9, 2011, at 6:17 AM, Pav Lucistnik wrote:

> -------- Přeposlaná zpráva --------
>> Od: User Ports-amd64 <ports-amd64 <at> freebsd.org>
>> Komu: cvs <at> oook.cz, itetcu <at> freebsd.org, florent.thoumie <at> gmail.com
>> Předmět: py26-freebsd-0.9.3_5 failed on amd64 9
>> Datum: Tue, 8 Nov 2011 05:42:33 GMT
>> 
>> You can also find this build log at
>> 
>>  http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.9.20111107091828/py26-freebsd-0.9.3_5.log
>> 
>> building py26-freebsd-0.9.3_5 on gohan12.freebsd.org
>> in directory /x/pkgbuild/9/20111107091828/chroot/95
>> building for: 9.0-CURRENT amd64
>> maintained by: python <at> FreeBSD.org
>> port directory: /usr/ports/devel/py-freebsd
>> Makefile ident: $FreeBSD: ports/devel/py-freebsd/Makefile,v 1.23 2011/11/07 04:24:52 miwi Exp $
>> build started at Tue Nov  8 05:42:09 UTC 2011
>> FETCH_DEPENDS=
>> PATCH_DEPENDS=
>> EXTRACT_DEPENDS=
>> BUILD_DEPENDS=python26-2.6.7_2.tbz
>> RUN_DEPENDS=python26-2.6.7_2.tbz
>> prefixes: LOCALBASE=usr/local
>> add_pkg
>> ================================================================
>> ====================<phase 1: make checksum>====================
(Continue reading)

Jimmy Olgeni | 10 Nov 2011 00:14
Picon
Favicon

[PATCH] devel/py27-freebsd: extend python compatibility to 2.7


>Submitter-Id:	current-users
>Originator:	Jimmy Olgeni
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] devel/py27-freebsd: extend python compatibility to 2.7
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 8.2-STABLE amd64
>Environment:
System: FreeBSD backoffice 8.2-STABLE FreeBSD 8.2-STABLE #1: Wed Oct 12 21:16:42 CEST 2011
>Description:
Currently py-freebsd brings in python26 as a dependency, but it seems to work fine with python27 too.

Port maintainer (python <at> FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- py27-freebsd-0.9.3_6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/py-freebsd/Makefile,v
retrieving revision 1.23
diff -u -u -r1.23 Makefile
--- Makefile	7 Nov 2011 04:24:52 -0000	1.23
+++ Makefile	9 Nov 2011 23:12:07 -0000
(Continue reading)


Gmane