Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2007 12:06:32 +1100
From:      Dima Panov <fluffy@ael.ru>
To:        oliver@freebsd.org
Cc:        freebsd-ports-bugs@freebsd.org
Subject:   Re: ports/115636: x11/libexo: Chase python24->python2.5 switch
Message-ID:  <200708281206.33829.fluffy@ael.ru>
In-Reply-To: <200708271233.l7RCXwhj030692@freefall.freebsd.org>
References:  <200708271233.l7RCXwhj030692@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 27 August 2007, oliver@freebsd.org wrote:
> Synopsis: x11/libexo: Chase python24->python2.5 switch
>
> State-Changed-From-To: open->closed
> State-Changed-By: oliver
> State-Changed-When: Mon Aug 27 12:33:43 UTC 2007
> State-Changed-Why:
> Committed, Thanks!
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=115636

Why You modify my patch and commit it without testing?
Your %%PYTHON%%%%PYTHON_SITELIBDIR%%/site-packages macro in pkg-plist is 
incorrect  because it will expand into 
${LOCALBASE}/lib/python2.5/site-packages/site-packages, which is wrong path.
So make package will fail with

> Creating bzip'd tar ball in
> '/usr/ports/packages/i386/All/libexo-0.3.2_4.tbz' tar:
> lib/python2.5/site-packages/site-packages/exo-0.3/_exo.a: Cannot stat: No
> such file or directory tar:
> lib/python2.5/site-packages/site-packages/exo-0.3/_exo.la: Cannot stat: No
> such file or directory tar:
> lib/python2.5/site-packages/site-packages/exo-0.3/_exo.so: Cannot stat: No
> such file or directory tar:
> lib/python2.5/site-packages/site-packages/exo-0.3/exo/__init__.py: Cannot
> stat: No such file or directory tar:
> lib/python2.5/site-packages/site-packages/exo-0.3/exo/__init__.pyc: Cannot
> stat: No such file or directory tar:
> lib/python2.5/site-packages/site-packages/exo-0.3/exo/__init__.pyo: Cannot
> stat: No such file or directory tar:
> lib/python2.5/site-packages/site-packages/pyexo.py: Cannot stat: No such
> file or directory tar: lib/python2.5/site-packages/site-packages/pyexo.pyc:
> Cannot stat: No such file or directory tar:
> lib/python2.5/site-packages/site-packages/pyexo.pyo: Cannot stat: No such
> file or directory tar: Error exit delayed from previous errors.
> pkg_create: make_dist: tar command failed with code 256
> *** Error code 1

Please fix this mistake shortly.

-- 
Дмитрий А. Панов

Государственная Академия Экономики и Права
Хабаровск, Россия



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