On 31 May 2011 04:41, Devil505 <[email protected]> wrote: > 2011/5/30 Sebastien VINCENT <[email protected]>: >> Le 30/05/2011 00:31, Russell Dickenson (AKA phayz) a écrit : >>> # Compiling Time: 0 SBU >>> # Maintainer: insert_name_here <name@domain> >>> >>> pkgname=rst2pdf >>> pkgver=0.16 >>> pkgrel=1 >>> pkgdesc="Tool for transforming reStructuredText to PDF using ReportLab" >>> depends=('reportlab') >>> groups=('apps-extra') >>> archs=('i686' 'x86_64') >>> Finclude googlecode >> Hi, >> I'm test your FB, and I have no problem with the extracting source >> >> ==> Extracting Sources... >> ==> tar --use-compress-program=gzip -xf rst2pdf-0.16.tar.gz >> ==> WARNING: The fst user is not in the ccache group, ccache will be >> disabled. >> ==> Starting build()... >> ==> Going to the source directory... >> ==> Configuring... >> ==> Compiling... >> >> Traceback (most recent call last): >> File "setup.py", line 7, in <module> >> from setuptools import setup, find_packages >> ImportError: No module named setuptools >> ==> Attempting to umount chroot directories... >> ==> Successfully umounted chroot directories. >> > > makedepends=('setuptools') would be the solution for this issue > > > > -- > Devil505
Baste and Devil505, Thanks for your help. I had two problems - (1) I didn't have "setuptools" mentioned in 'makedepends', (2) the source tar.gz which was first downloaded was incomplete so wasn't a valid .tar.gz file. Sometimes error messages really DO mean what they say. :P I have successfully built rst2pdf and am now having other problems but I have some clues there. Regarding 'makedepends' I wonder if should be using 'distribute' since it seems we're moving to that instead of 'setuptools'. -- May you always be Frugal, Russell Dickenson (AKA phayz) _______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
