Bug 434530
| Summary: | gfa failed massrebuild attempt for GCC 4.3 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> | ||||
| Component: | gfa | Assignee: | Damien Durand <splinux25> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | dcantrell, ftbfs | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-04-09 13:47:26 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 433629 | ||||||
| Attachments: |
|
||||||
|
Description
Jesse Keating
2008-02-22 16:33:54 UTC
i386 build failed
make[2]: Entering directory `/builddir/build/BUILD/gfa-0.4.1'
make[2]: Nothing to be done for `install-exec-am'.
if test -d ./pixmaps; then \
/builddir/build/BUILD/gfa-0.4.1/install-sh -d
/var/tmp/gfa-0.4.1-5.fc9-root-mockbuild/usr/share/gfa/pixmaps; \
for pixmap in ./pixmaps/*; do \
if test -f $pixmap; then \
/usr/bin/install -c -p -m 644 $pixmap
/var/tmp/gfa-0.4.1-5.fc9-root-mockbuild/usr/share/gfa/pixmaps; \
fi \
done \
fi
make[2]: Leaving directory `/builddir/build/BUILD/gfa-0.4.1'
make[1]: Leaving directory `/builddir/build/BUILD/gfa-0.4.1'
+ desktop-file-install --vendor= --dir
/var/tmp/gfa-0.4.1-5.fc9-root-mockbuild/usr/share/applications
/builddir/build/SOURCES/gfa.desktop
/var/tmp/gfa-0.4.1-5.fc9-root-mockbuild/usr/share/applications/gfa.desktop:
error: value "0.4.1" for key "Version" in group "Desktop Entry" is not a known
version
Error on file "/builddir/build/SOURCES/gfa.desktop": Failed to validate the
created desktop file
error: Bad exit status from /var/tmp/rpm-tmp.92362 (%install)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.92362 (%install)
EXCEPTION: Command failed. See logs for output.
# bash --login -c 'rpmbuild -bb --target i386 --nodeps
//builddir/build/SPECS/gfa.spec'
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/mock/trace_decorator.py", line 70, in trace
result = func(*args, **kw)
File "/usr/lib/python2.4/site-packages/mock/util.py", line 287, in do
raise mock.exception.Error, ("Command failed. See logs for output.\n # %s" %
(command,), ret)
Error: Command failed. See logs for output.
# bash --login -c 'rpmbuild -bb --target i386 --nodeps
//builddir/build/SPECS/gfa.spec'
LEAVE do --> EXCEPTION RAISED
Created attachment 301715 [details]
Fix the .desktop file to validate
*** Bug 440800 has been marked as a duplicate of this bug. *** |