[Bug 458685] Review Request: R2spec - Python script to generate R spec file

bugzilla at redhat.com bugzilla at redhat.com
Mon Aug 11 16:44:18 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=458685





--- Comment #2 from R P Herrold <herrold at owlriver.com>  2008-08-11 12:44:17 EDT ---
Further, retrieving the .spec file thus:
    lynx -dump https://fedorahosted.org/r2spec/browser/R2spec.spec?format=raw >
R2spec.spec

Clening up the line breaks, and gzipping the .tar archive:
     gzip R2spec-2.3.tar
     cp R2spec-2.3.tar.gz ~/rpmbuild/SOURCES/

and trying a local build:
      rpmbuild -ba R2spec.spec

This too fails:

[herrold at centos-5 r2spec]$ rpmbuild -ba R2spec.spec
  File "<string>", line 1
    from distutils.sys
                     ^
SyntaxError: invalid syntax
  File "<string>", line 1
    from distutils.sys
                     ^
SyntaxError: invalid syntax
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.59142
+ umask 022
+ cd /home/herrold/rpmbuild/BUILD
+ LANG=C

   ...

copying R2spec.1 -> /var/tmp/R2spec-2.3-2-root-herrold/usr/share/man/man1
creating /var/tmp/R2spec-2.3-2-root-herrold/etc
copying R2spec.conf -> /var/tmp/R2spec-2.3-2-root-herrold/etc/
+ chmod +x /var/tmp/R2spec-2.3-2-root-herrold//r2spec/R2spec.py
chmod: cannot access `/var/tmp/R2spec-2.3-2-root-herrold//r2spec/R2spec.py': No
such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.5028 (%install)

Implying a missing BR.

-- Russ herrold

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list