I'm still getting weird build errors for various reasons. I can't get
mythtv to build for devel due to some kind of mock timeout and while I
did get a good build for F16, I got this for F15:
-------------------------------------------------
error: Directory not found:
/builddir/build/BUILDROOT/mythtv-0.24.2-1.fc15.i386/usr/share/mythtv/mythweather
error: File not found by glob:
/builddir/build/BUILDROOT/mythtv-0.24.2-1.fc15.i386/usr/share/mythtv/mythweather/*
+ umask 022
+ cd /builddir/build/BUILD
+ cd MythTV-mythtv-c239b59
+
DOCDIR=/builddir/build/BUILDROOT/mythtv-0.24.2-1.fc15.i386/usr/share/doc/mythweather-0.24.2
+ export DOCDIR
+ /bin/mkdir -p
/builddir/build/BUILDROOT/mythtv-0.24.2-1.fc15.i386/usr/share/doc/mythweather-0.24.2
+ cp -pr mythplugins/mythweather/AUTHORS
/builddir/build/BUILDROOT/mythtv-0.24.2-1.fc15.i386/usr/share/doc/mythweather-0.24.2
+ cp -pr mythplugins/mythweather/COPYING
/builddir/build/BUILDROOT/mythtv-0.24.2-1.fc15.i386/usr/share/doc/mythweather-0.24.2
+ cp -pr mythplugins/mythweather/README
/builddir/build/BUILDROOT/mythtv-0.24.2-1.fc15.i386/usr/share/doc/mythweather-0.24.2
RPM build errors:
+ exit 0
File not found:
/builddir/build/BUILDROOT/mythtv-0.24.2-1.fc15.i386/usr/lib/mythtv/plugins/libmythweather.so
File not found by glob:
/builddir/build/BUILDROOT/mythtv-0.24.2-1.fc15.i386/usr/share/mythtv/i18n/mythweather_*.qm
File not found:
/builddir/build/BUILDROOT/mythtv-0.24.2-1.fc15.i386/usr/share/mythtv/weather_settings.xml
Directory not found:
/builddir/build/BUILDROOT/mythtv-0.24.2-1.fc15.i386/usr/share/mythtv/mythweather
File not found by glob:
/builddir/build/BUILDROOT/mythtv-0.24.2-1.fc15.i386/usr/share/mythtv/mythweather/*
Child returncode was: 1
EXCEPTION: Command failed. See logs for output.
# ['bash', '--login', '-c', 'rpmbuild -bb --target i686
--nodeps
builddir/build/SPECS/mythtv.spec']
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/mockbuild/trace_decorator.py",
line 70, in trace
result = func(*args, **kw)
File "/usr/lib/python2.6/site-packages/mockbuild/util.py", line 352, in do
raise mockbuild.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/mythtv.spec']
LEAVE do --> EXCEPTION RAISED
--------------------
Why is it using i386 for the arch instead of i686?
Richard