Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 420718 Details for
Bug 599976
FTBFS sagator-1.2.0-1.fc13
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 5.60 KB, created by
FTBFS
on 2010-06-03 21:10:32 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
FTBFS
Created:
2010-06-03 21:10:32 UTC
Size:
5.60 KB
patch
obsolete
>Mock Version: 1.1.1 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/sagator.spec'], False, '/var/lib/mock/fedora-development-i386-sagator-1.2.0-1.fc13.src.rpm/root/', None, 25200, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x1239b50>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/sagator.spec'] >Building target platforms: i686 >Building for target i686 >Wrote: /builddir/build/SRPMS/sagator-1.2.0-1.fc14.src.rpm >Child returncode was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/sagator.spec'], False, '/var/lib/mock/fedora-development-i386-sagator-1.2.0-1.fc13.src.rpm/root/', None, 25200, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x1239b50>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/sagator.spec'] >Building target platforms: i686 >Building for target i686 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WG8KmA >+ umask 022 >+ cd /builddir/build/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /builddir/build/BUILD >+ rm -rf sagator-1.2.0 >+ /usr/bin/bzip2 -dc /builddir/build/SOURCES/sagator-1.2.0.tar.bz2 >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd sagator-1.2.0 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Ysu9kZ >+ umask 022 >+ cd /builddir/build/BUILD >+ cd sagator-1.2.0 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ sh configure --prefix=/usr --filelist >checking for my version... 1.2.0-1 (stable) >checking for your operating system... rhfc >checking for datadir... share (share) >checking for python... python, version python2.6, in /usr >checking for apache... /etc/httpd >checking for logwatch... /etc/logwatch/conf, /etc/logwatch/scripts >checking for webdir... /var/www/html/sagator >configured prefix... /usr >creating Makefile >creating po/Makefile >creating scripts/sagator.spec >creating scripts/cron >creating scripts/graphs/mrtg.cfg >creating scripts/apache.conf >creating debian/changelog >+ make -j8 >python avir/libclamav/getconst.py avir/libclamav/const.py /usr/include/clamav.h >make aspam/pydspam/const.py || true ># replace interpreter for sagator's programs >for i in sagator sgscan sgfilter sqback reporter dbcleanup updatecfg scand; do \ > grep '^#!/usr/bin/python$' $i.py > /dev/null 2>&1 || \ > echo -e ',s|^#!/.*$|#!/usr/bin/python|\nw\nq' | ed $i.py; \ > done || true >make[1]: Entering directory `/builddir/build/BUILD/sagator-1.2.0' >make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. >make[1]: *** No rule to make target `/usr/include/dspam/libdspam_objects.h', needed by `aspam/pydspam/const.py'. Stop. >make[1]: Leaving directory `/builddir/build/BUILD/sagator-1.2.0' >python doc/gendoc.py doc ># compile modules >for i in . aspam avir avir/libclamav aspam/pydspam interscan srv srv/web; do \ > python -c \ > "import compileall;compileall.compile_dir('$i', 0, '$i')"; \ > done >Listing . ... >Compiling ./__init__.py ... >Compiling ./dbcleanup.py ... >Compiling ./html.py ... >Compiling ./reporter.py ... >Compiling ./sagator.py ... >Compiling ./scand.py ... >Compiling ./sgfilter.py ... >Compiling ./sgscan.py ... >Compiling ./sqback.py ... >Compiling ./updatecfg.py ... >Listing aspam ... >Traceback (most recent call last): > File "doc/gendoc.py", line 8, in <module> > import scanners,srv > File "./scanners.py", line 14, in <module> > from avir import * > File "./avir/__init__.py", line 5, in <module> > from clamav import * > File "./avir/clamav.py", line 174, in <module> > import libclamav > File "./avir/libclamav/__init__.py", line 15, in <module> > from const import * > File "./avir/libclamav/const.py", line 105 > CL_BYTECODE_TRUST_ALL=0, # /* insecure, debug setting */ > ^ >SyntaxError: invalid syntax >make: *** [doc] Error 1 >make: *** Waiting for unfinished jobs.... >Listing avir ... >Compiling avir/example.py ... >Listing avir/libclamav ... >Compiling avir/libclamav/const.py ... >SyntaxError: ('invalid syntax', ('avir/libclamav/const.py', 105, 24, ' CL_BYTECODE_TRUST_ALL=0, # /* insecure, debug setting */\n')) >Compiling avir/libclamav/const3.py ... >Compiling avir/libclamav/const6.py ... >Compiling avir/libclamav/example.py ... >Compiling avir/libclamav/getconst.py ... >Compiling avir/libclamav/libso3.py ... >Compiling avir/libclamav/libso4.py ... >Compiling avir/libclamav/libso5.py ... >Compiling avir/libclamav/libso6.py ... >Listing aspam/pydspam ... >Compiling aspam/pydspam/example.py ... >Compiling aspam/pydspam/getconst.py ... >Listing interscan ... >Listing srv ... >Compiling srv/example.py ... >Listing srv/web ... >Compiling srv/web/__init__.py ... >Compiling srv/web/reg.py ... ># replace config, if not found >[ -f etc/sgconf.py ] || \ > cp -pPRf etc/sagator.conf-template etc/sgconf.py >error: Bad exit status from /var/tmp/rpm-tmp.Ysu9kZ (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.Ysu9kZ (%build) >Child returncode was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/sagator.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/mock/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.6/site-packages/mock/util.py", line 333, in do > raise mock.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/sagator.spec'] >LEAVE do --> EXCEPTION RAISED >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 599976
:
420717
| 420718 |
420719
|
420721
|
420722
|
420723