Strange, because i have that command using 

chmod +x $(CURDIR)/debian/trac/usr/lib/python
$(PYVER)/site-packages/trac/admin/templates/deploy_trac.wsgi

where it has the $(PYVER) environment var.
i'll check.

thanks

Qui, 2008-07-31 às 08:01 +0000, Kenny Bohle escreveu:
> Package: trac
> Version: 0.11-3
> 
> When building the source package without having python2.5 installed the 
> dpkg-buildpackage commands exits with an error:
> 
> $ dpkg-buildpackage -rfakeroot -uc -b 
> ...
> ...
> Copying Trac.egg-info to 
> ~/debs/trac-0.11/debian/trac/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg-info
> running install_scripts
> Installing trac-admin script to ~/debs/trac-0.11/debian/trac/usr/bin
> Installing tracd script to~/debs/trac-0.11/debian/trac/usr/bin
> chmod +x 
> ~/debs/trac-0.11/debian/trac/usr/lib/python2.5/site-packages/trac/admin/templates/deploy_trac.wsgi
> chmod: cannot access 
> `~/debs/trac-0.11/debian/trac/usr/lib/python2.5/site-packages/trac/admin/templates/deploy_trac.wsgi':
>  No such file or directory
> make: *** [install] Error 1
> 
> Apparently this is caused by the following line inside the debian/rules file:
> 
> chmod +x 
> $(CURDIR)/debian/trac/usr/lib/python2.5/site-packages/trac/admin/templates/deploy_trac.wsgi
> 
> The chmod command currently uses a static path for python2.5. It should 
> rather use the correct python version (2.5 or 2.4) which was used during the 
> build process. 
> 
> 
>       __________________________________________________________
> Gesendet von Yahoo! Mail.
> Dem pfiffigeren Posteingang.
> http://de.overview.mail.yahoo.com
> 
> 
> 
> _______________________________________________
> Pkg-trac-devel mailing list
> [EMAIL PROTECTED]
> http://lists.alioth.debian.org/mailman/listinfo/pkg-trac-devel




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to