Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 904845 Details for
Bug 1106627
piccolo2d: FTBFS in rawhide
[?]
New
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.rh83 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
<fdopen> (text/plain), 6.38 KB, created by
Dennis Gilmore
on 2014-06-09 16:53:53 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Dennis Gilmore
Created:
2014-06-09 16:53:53 UTC
Size:
6.38 KB
patch
obsolete
>Mock Version: 1.1.39 >Mock Version: 1.1.39 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/piccolo2d.spec'], False, '/var/lib/mock/f21-build-2134270-392905/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x211ac10>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/piccolo2d.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >warning: Could not canonicalize hostname: arm02-builder08.arm.fedoraproject.org >Building target platforms: noarch >Building for target noarch >Wrote: /builddir/build/SRPMS/piccolo2d-1.3.1-4.fc21.src.rpm >Child return code was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/piccolo2d.spec'], False, '/var/lib/mock/f21-build-2134270-392905/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x211ac10>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/piccolo2d.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >Building target platforms: noarch >Building for target noarch >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xhWEGf >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf piccolo2d-1.3.1-src >+ /usr/bin/gzip -dc /builddir/build/SOURCES/piccolo2d-1.3.1-src.tar.gz >+ /usr/bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd piccolo2d-1.3.1-src >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ sed -i -e 's|\[3\.3\.0-v3346\,)|3\.3\.0-v3346|g' swt/pom.xml >+ mkdir -p .m2/org/eclipse/swt/gtk/linux/x86/3.3.0-v3346/ >+ mkdir -p .m2/org/eclipse/swt/gtk/linux/x86_64/3.3.0-v3346/ >+ ln -s /usr/lib/java/swt.jar .m2/org/eclipse/swt/gtk/linux/x86/3.3.0-v3346/x86-3.3.0-v3346.jar >+ ln -s /usr/lib/java/swt.jar .m2/org/eclipse/swt/gtk/linux/x86_64/3.3.0-v3346/x86_64-3.3.0-v3346.jar >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Q4OZXx >+ umask 022 >+ cd /builddir/build/BUILD >+ cd piccolo2d-1.3.1-src >+ mvn-rpmbuild -e -Dmaven.test.skip=true install javadoc:aggregate >*************************************************************** >* WARNING! mvn-rpmbuild is deprecated and it will be removed * >* in future. Users should migrate to using %mvn_build macro * >* or call XMvn directly if greater flexibility is required. * >*************************************************************** >[INFO] Error stacktraces are turned on. >[INFO] Scanning for projects... >[ERROR] The build could not read 1 project -> [Help 1] >org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: >[ERROR] 'dependencies.dependency.artifactId' for ${swt.groupId}:${swt.artifactId}:jar with value '${swt.artifactId}' does not match a valid id pattern. @ line 52, column 19 >[ERROR] 'dependencies.dependency.groupId' for ${swt.groupId}:${swt.artifactId}:jar with value '${swt.groupId}' does not match a valid id pattern. @ line 51, column 16 > at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364) > at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:673) > at org.apache.maven.DefaultMaven.getProjectsForMavenReactor(DefaultMaven.java:663) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:250) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155) > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584) > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:157) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:483) > at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) > at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) > at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) > at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) >[ERROR] >[ERROR] The project org.piccolo2d:piccolo2d-swt:1.3.1 (/builddir/build/BUILD/piccolo2d-1.3.1-src/swt/pom.xml) has 2 errors >[ERROR] 'dependencies.dependency.artifactId' for ${swt.groupId}:${swt.artifactId}:jar with value '${swt.artifactId}' does not match a valid id pattern. @ line 52, column 19 >[ERROR] 'dependencies.dependency.groupId' for ${swt.groupId}:${swt.artifactId}:jar with value '${swt.groupId}' does not match a valid id pattern. @ line 51, column 16 >[ERROR] >[ERROR] Re-run Maven using the -X switch to enable full debug logging. >[ERROR] >[ERROR] For more information about the errors and possible solutions, please read the following articles: >[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException >error: Bad exit status from /var/tmp/rpm-tmp.Q4OZXx (%build) > Bad exit status from /var/tmp/rpm-tmp.Q4OZXx (%build) >RPM build errors: >Child return code was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/piccolo2d.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 376, 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 noarch --nodeps builddir/build/SPECS/piccolo2d.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 1106627
: 904845 |
904846
|
904847
|
907885
|
912611