Bug 15942 - Script failed for swingx & json with boot.iso upgrade mga4 -> mga5 - 6 transactions failed
Summary: Script failed for swingx & json with boot.iso upgrade mga4 -> mga5 - 6 transa...
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 4
Hardware: x86_64 Linux
Priority: release_blocker critical
Target Milestone: ---
Assignee: QA Team
QA Contact:
URL:
Whiteboard: advisory mga4-32-ok mga4-64-ok
Keywords: validated_update
Depends on:
Blocks: 14069
  Show dependency treegraph
 
Reported: 2015-05-15 14:16 CEST by claire robinson
Modified: 2015-05-18 21:08 CEST (History)
3 users (show)

See Also:
Source RPM:
CVE:
Status comment:


Attachments
scriptfailed.png (31.36 KB, image/png)
2015-05-15 14:16 CEST, claire robinson
Details
6transactions.png (56.91 KB, image/png)
2015-05-15 14:17 CEST, claire robinson
Details
2transactions.png (38.19 KB, image/png)
2015-05-15 14:17 CEST, claire robinson
Details
report.bug.xz (329.37 KB, application/x-xz)
2015-05-15 14:18 CEST, claire robinson
Details

Description claire robinson 2015-05-15 14:16:08 CEST
Upgrading a well loaded mga4 to mga5 using boot.iso from 2015/05/12

At the end it reported script failed for swingx and json (1st screenshot). Clicking OK it said 6 transactions had failed (2nd screenshot).

Allowing it to try again it failed on 2 transactions (3rd screenshot). 

File conflict in groovy-lib.

It becomes stuck in a loop there with no apparent way to progress beyond it.

report.bug.xz attached too

Reproducible: 

Steps to Reproduce:
Comment 1 claire robinson 2015-05-15 14:16:59 CEST
Created attachment 6549 [details]
scriptfailed.png
Comment 2 claire robinson 2015-05-15 14:17:24 CEST
Created attachment 6550 [details]
6transactions.png
Comment 3 claire robinson 2015-05-15 14:17:54 CEST
Created attachment 6551 [details]
2transactions.png
Comment 4 claire robinson 2015-05-15 14:18:20 CEST
Created attachment 6552 [details]
report.bug.xz
claire robinson 2015-05-15 14:18:36 CEST

Priority: Normal => release_blocker
Blocks: (none) => 14069

Comment 5 claire robinson 2015-05-15 14:21:04 CEST
Strange thing is that an earlier upgrade of the same VM succeeded using mgaapplet.
Comment 6 claire robinson 2015-05-15 14:24:26 CEST
Problems seem to start with..

file /usr/share/java/plexus/interactivity-api.jar from install of plexus-interactivity-api-0:1.0-0.15.alpha6.4.mga5.noarch conflicts with file from package plexus-interactivity-0:1.0-0.4.a6.12.mga4.noarch

file /usr/share/java/groovy.jar from install of groovy-lib-1.8.9-4.mga5.noarch conflicts with file from package groovy-1.8.7-3.mga4.noarch
Comment 7 Nicolas Lécureuil 2015-05-15 15:03:52 CEST
i look this update issue.

CC: (none) => mageia

Comment 8 Nicolas Lécureuil 2015-05-15 15:43:02 CEST
Please test with new groovy and plexus-interactivity
Comment 9 Nicolas Lécureuil 2015-05-15 17:05:27 CEST
ok for me now. 

Please reopen if any pb.

Status: NEW => RESOLVED
Resolution: (none) => FIXED

Comment 10 claire robinson 2015-05-15 17:06:19 CEST
Thanks Nicolas. I'll test asap.
Comment 11 David Walser 2015-05-15 18:49:09 CEST
(In reply to claire robinson from comment #1)
> Created attachment 6549 [details]
> scriptfailed.png

Bug 15946 had the same issue with umlgraph, all of those packages are calling %update_maven_depmap in their %postun.  I'm not sure if anything can be done about that :o(

Hopefully the other issues are fixed with properly added conflicts.
Comment 12 claire robinson 2015-05-15 20:09:38 CEST
Reopening as although the file conflicts are now fixed and upgrade completes, the same script failures still apply. They may need to be fixed in mga4.

Status: RESOLVED => REOPENED
Resolution: FIXED => (none)

Comment 13 claire robinson 2015-05-15 20:10:32 CEST
or, as comment 11 ERRATA'd
Comment 14 Rémi Verschelde 2015-05-15 20:11:59 CEST
(In reply to David Walser from comment #11)
> 
> Bug 15946 had the same issue with umlgraph, all of those packages are
> calling %update_maven_depmap in their %postun.  I'm not sure if anything can
> be done about that :o(
> 
Could we add a dummy %update_maven_depmap macro somewhere that would just run true?
Comment 15 Rémi Verschelde 2015-05-15 20:12:11 CEST
s/run/return/
Comment 16 David Walser 2015-05-15 21:08:43 CEST
(In reply to Rémi Verschelde from comment #14)
> (In reply to David Walser from comment #11)
> > 
> > Bug 15946 had the same issue with umlgraph, all of those packages are
> > calling %update_maven_depmap in their %postun.  I'm not sure if anything can
> > be done about that :o(
> > 
> Could we add a dummy %update_maven_depmap macro somewhere that would just
> run true?

yes, this should be done in whatever package used to have that macro.  Maybe javapackages-tools?
Comment 17 David Walser 2015-05-15 23:30:30 CEST
(In reply to David Walser from comment #16)
> (In reply to Rémi Verschelde from comment #14)
> > (In reply to David Walser from comment #11)
> > > 
> > > Bug 15946 had the same issue with umlgraph, all of those packages are
> > > calling %update_maven_depmap in their %postun.  I'm not sure if anything can
> > > be done about that :o(
> > > 
> > Could we add a dummy %update_maven_depmap macro somewhere that would just
> > run true?
> 
> yes, this should be done in whatever package used to have that macro.  Maybe
> javapackages-tools?

It is in javapackages-tools, the problem is all of the affected packages (and there are hundreds) would have to be rebuilt against the new javapackages-tools to get rid of the unexpanded macro.  I think you basically will have to expect these errors if you have Java mess installed.
Comment 18 Nicolas Lécureuil 2015-05-16 01:42:12 CEST
I just pushed those rpms into mga4 core/updates_testing fixed by removing the wrong macro.

ant-dotnet
backport-util-concurrent
clojure
doctype-changer
felix-dependencymanager
felix-eventadmin
felix-ipojo-annotations
felix-ipojo-manipulator
felix-ipojo-metadata
felix-log
fest-assembly
ganymed-ssh2
geronimo-annotation-1.0-api
geronimo-commonj-1.1-api
geronimo-ejb-2.1-api
geronimo-interceptor-3.0-api
geronimo-j2ee-connector-1_5-api
geronimo-j2ee-management-1.0-api
geronimo-jaxb-2.1-api
geronimo-jsp-2.0-api
geronimo-jta-1.0.1B-api
geronimo-servlet-2.4-api
geronimo-stax-1.0-api
geronimo-ws-metadata-2.0-api
glassfish-pom
gsbase
high-scale-lib
jackson-module-json-org
jboss-connector-1.5-api
jboss-dmr
jboss-httpserver
jboss-logmanager-log4j
jboss-maven-utils
jdbm
je
jetty-servlet-3.0-api
jorbis
jpam
json_simple
jsr166-mirror
jstackalloc
junit-benchmarks
junitperf
jutils
jyaml
mahout-collection-codegen-plugin
maven-ipojo-plugin
metadata-extractor
minlog
noggit
noise
properties-maven-plugin
rat-lib
saxpath
servletapi4
simple-xml1
stax-utils
struts-master
sun-annotation-1.0-api
sun-ejb-persistence-3.0-api
sun-ws-metadata-2.0-api
tiles-master
wagon-maven-plugin
xmlunit
Comment 19 Nicolas Lécureuil 2015-05-16 14:47:21 CEST
ant-dotnet-1.1-3.1.mga4.noarch.rpm
ant-dotnet-javadoc-1.1-3.1.mga4.noarch.rpm
apache-mod_php-5.5.25-1.mga4.x86_64.rpm
backport-util-concurrent-3.1-8.1.mga4.noarch.rpm
backport-util-concurrent-javadoc-3.1-8.1.mga4.noarch.rpm
bleachbit-1.6-1.mga4.noarch.rpm
clojure-1.5.1-2.1.mga4.noarch.rpm
doctype-changer-1.1-3.1.mga4.noarch.rpm
doctype-changer-javadoc-1.1-3.1.mga4.noarch.rpm
felix-dependencymanager-2.0.1-4.1.mga4.noarch.rpm
felix-dependencymanager-javadoc-2.0.1-4.1.mga4.noarch.rpm
felix-eventadmin-1.2.12-4.1.mga4.noarch.rpm
felix-eventadmin-javadoc-1.2.12-4.1.mga4.noarch.rpm
felix-ipojo-annotations-1.8.0-4.1.mga4.noarch.rpm
felix-ipojo-annotations-javadoc-1.8.0-4.1.mga4.noarch.rpm
felix-ipojo-manipulator-1.8.2-4.1.mga4.noarch.rpm
felix-ipojo-manipulator-javadoc-1.8.2-4.1.mga4.noarch.rpm
felix-ipojo-metadata-1.6.0-4.1.mga4.noarch.rpm
felix-ipojo-metadata-javadoc-1.6.0-4.1.mga4.noarch.rpm
felix-log-1.0.0-4.1.mga4.noarch.rpm
felix-log-javadoc-1.0.0-4.1.mga4.noarch.rpm
fest-assembly-1.0-0.r1039.1.4.1.mga4.noarch.rpm
ganymed-ssh2-210-6.1.mga4.noarch.rpm
ganymed-ssh2-javadoc-210-6.1.mga4.noarch.rpm
garmintools-0.10-2.1.mga4.x86_64.rpm
geronimo-annotation-1.0-api-1.1.1-4.1.mga4.noarch.rpm
geronimo-annotation-1.0-api-javadoc-1.1.1-4.1.mga4.noarch.rpm
geronimo-commonj-1.1-api-1.0-4.1.mga4.noarch.rpm
geronimo-commonj-1.1-api-javadoc-1.0-4.1.mga4.noarch.rpm
geronimo-ejb-2.1-api-1.1-4.1.mga4.noarch.rpm
geronimo-ejb-2.1-api-javadoc-1.1-4.1.mga4.noarch.rpm
geronimo-interceptor-3.0-api-1.0.1-4.1.mga4.noarch.rpm
geronimo-interceptor-3.0-api-javadoc-1.0.1-4.1.mga4.noarch.rpm
geronimo-j2ee-connector-1_5-api-2.0.0-4.1.mga4.noarch.rpm
geronimo-j2ee-connector-1_5-api-javadoc-2.0.0-4.1.mga4.noarch.rpm
geronimo-j2ee-management-1.0-api-1.1-4.1.mga4.noarch.rpm
geronimo-j2ee-management-1.0-api-javadoc-1.1-4.1.mga4.noarch.rpm
geronimo-jaxb-2.1-api-1.0-4.1.mga4.noarch.rpm
geronimo-jaxb-2.1-api-javadoc-1.0-4.1.mga4.noarch.rpm
geronimo-jsp-2.0-api-1.1-4.1.mga4.noarch.rpm
geronimo-jsp-2.0-api-javadoc-1.1-4.1.mga4.noarch.rpm
geronimo-jta-1.0.1B-api-1.1.1-4.1.mga4.noarch.rpm
geronimo-jta-1.0.1B-api-javadoc-1.1.1-4.1.mga4.noarch.rpm
geronimo-servlet-2.4-api-1.1.1-4.1.mga4.noarch.rpm
geronimo-servlet-2.4-api-javadoc-1.1.1-4.1.mga4.noarch.rpm
geronimo-stax-1.0-api-1.0.1-3.1.mga4.noarch.rpm
geronimo-stax-1.0-api-javadoc-1.0.1-3.1.mga4.noarch.rpm
geronimo-ws-metadata-2.0-api-1.1.3-3.1.mga4.noarch.rpm
geronimo-ws-metadata-2.0-api-javadoc-1.1.3-3.1.mga4.noarch.rpm
glassfish-pom-8-3.1.mga4.noarch.rpm
gsbase-2.0.1-3.1.mga4.noarch.rpm
gsbase-javadoc-2.0.1-3.1.mga4.noarch.rpm
high-scale-lib-1.1.2-4.1.mga4.noarch.rpm
high-scale-lib-javadoc-1.1.2-4.1.mga4.noarch.rpm
icu-52.1-2.3.mga4.x86_64.rpm
icu-data-52.1-2.3.mga4.noarch.rpm
icu-doc-52.1-2.3.mga4.noarch.rpm
jackson-module-json-org-0.9.1-4.1.mga4.noarch.rpm
jackson-module-json-org-javadoc-0.9.1-4.1.mga4.noarch.rpm
javapackages-tools-3.4.0-9.3.mga4.noarch.rpm
jboss-connector-1.5-api-1.0.0-4.1.mga4.noarch.rpm
jboss-connector-1.5-api-javadoc-1.0.0-4.1.mga4.noarch.rpm
jboss-httpserver-1.0.0-4.1.mga4.noarch.rpm
jboss-httpserver-javadoc-1.0.0-4.1.mga4.noarch.rpm
jboss-logmanager-log4j-1.0.0-4.1.mga4.noarch.rpm
jboss-logmanager-log4j-javadoc-1.0.0-4.1.mga4.noarch.rpm
jboss-maven-utils-1.0.0-4.1.mga4.noarch.rpm
jboss-maven-utils-javadoc-1.0.0-4.1.mga4.noarch.rpm
jdbm-1.0-3.1.mga4.noarch.rpm
jdbm-examples-1.0-3.1.mga4.noarch.rpm
jdbm-javadoc-1.0-3.1.mga4.noarch.rpm
je-3.3.75-3.1.mga4.noarch.rpm
je-javadoc-3.3.75-3.1.mga4.noarch.rpm
jetty-servlet-3.0-api-3.0-5.1.mga4.noarch.rpm
jetty-servlet-3.0-api-javadoc-3.0-5.1.mga4.noarch.rpm
jorbis-0.0.17-0.0.6.1.mga4.noarch.rpm
jorbis-comment-0.0.17-0.0.6.1.mga4.noarch.rpm
jorbis-javadoc-0.0.17-0.0.6.1.mga4.noarch.rpm
jorbis-player-0.0.17-0.0.6.1.mga4.noarch.rpm
jpam-1.1-4.1.mga4.noarch.rpm
jpam-javadoc-1.1-4.1.mga4.noarch.rpm
json-3-9.1.mga4.noarch.rpm
json-javadoc-3-9.1.mga4.noarch.rpm
json_simple-1.1-3.1.mga4.noarch.rpm
jsr166-1.7.0-3.1.mga4.noarch.rpm
jsr166-mirror-javadoc-1.7.0-3.1.mga4.noarch.rpm
jsr166tck-1.7.0-3.1.mga4.noarch.rpm
jsr166x-1.7.0-3.1.mga4.noarch.rpm
jsr166x-javadoc-1.7.0-3.1.mga4.noarch.rpm
jsr166y-1.7.0-3.1.mga4.noarch.rpm
jsr166yextra-1.7.0-3.1.mga4.noarch.rpm
jsr166y-javadoc-1.7.0-3.1.mga4.noarch.rpm
jstackalloc-20080716-3.1.mga4.noarch.rpm
jstackalloc-javadoc-20080716-3.1.mga4.noarch.rpm
junit-benchmarks-0.3.0-5.1.mga4.noarch.rpm
junit-benchmarks-javadoc-0.3.0-5.1.mga4.noarch.rpm
jutils-1.0.1-3.1.mga4.noarch.rpm
jutils-javadoc-1.0.1-3.1.mga4.noarch.rpm
jyaml-1.3-3.1.mga4.noarch.rpm
mahout-collection-codegen-plugin-1.0-5.1.mga4.noarch.rpm
mahout-collection-codegen-plugin-javadoc-1.0-5.1.mga4.noarch.rpm
mate-panel-1.6.2-1.1.mga4.x86_64.rpm
maven-ipojo-plugin-1.8.2-3.1.mga4.noarch.rpm
maven-ipojo-plugin-javadoc-1.8.2-3.1.mga4.noarch.rpm
maven-local-3.4.0-9.3.mga4.noarch.rpm
metadata-extractor-2.4.0-3.1.mga4.noarch.rpm
metadata-extractor-javadoc-2.4.0-3.1.mga4.noarch.rpm
minlog-1.2-3.1.mga4.noarch.rpm
nasm-2.10.09-2.1.mga4.x86_64.rpm
nasm-doc-2.10.09-2.1.mga4.x86_64.rpm
nasm-rdoff-2.10.09-2.1.mga4.x86_64.rpm
noggit-1.0-4.1.mga4.noarch.rpm
noggit-javadoc-1.0-4.1.mga4.noarch.rpm
noise-0.0.8-4.1.mga4.noarch.rpm
noise-javadoc-0.0.8-4.1.mga4.noarch.rpm
owasp-esapi-java-2.1.0-1.mga4.noarch.rpm
owasp-esapi-java-doc-2.1.0-1.mga4.noarch.rpm
owasp-esapi-java-javadoc-2.1.0-1.mga4.noarch.rpm
properties-maven-plugin-1.0-3.1.mga4.noarch.rpm
properties-maven-plugin-javadoc-1.0-3.1.mga4.noarch.rpm
rat-lib-0.5.1-4.1.mga4.noarch.rpm
rat-lib-javadoc-0.5.1-4.1.mga4.noarch.rpm
saxpath-1.0-6.1.mga4.noarch.rpm
saxpath-javadoc-1.0-6.1.mga4.noarch.rpm
servletapi4-4.1.40-3.1.mga4.noarch.rpm
servletapi4-javadoc-4.1.40-3.1.mga4.noarch.rpm
simple-xml1-1.3-3.1.mga4.noarch.rpm
simple-xml1-javadoc-1.3-3.1.mga4.noarch.rpm
stax-utils-0.0-4.1.mga4.noarch.rpm
stax-utils-javadoc-0.0-4.1.mga4.noarch.rpm
stax-utils-manual-0.0-4.1.mga4.noarch.rpm
struts-master-8-3.1.mga4.noarch.rpm
sun-annotation-1.0-api-1.0-3.1.mga4.noarch.rpm
sun-annotation-1.0-api-javadoc-1.0-3.1.mga4.noarch.rpm
sun-ejb-persistence-3.0-api-1.0-4.1.mga4.noarch.rpm
sun-ejb-persistence-3.0-api-javadoc-1.0-4.1.mga4.noarch.rpm
sun-ws-metadata-2.0-api-1.0-3.1.mga4.noarch.rpm
sun-ws-metadata-2.0-api-javadoc-1.0-3.1.mga4.noarch.rpm
swingx-0.9.5-7.1.mga4.noarch.rpm
swingx-javadoc-0.9.5-7.1.mga4.noarch.rpm
tiles-master-3-3.1.mga4.noarch.rpm
umlgraph-5.4-2.1.mga4.noarch.rpm
umlgraph-javadoc-5.4-2.1.mga4.noarch.rpm
umlgraph-manual-5.4-2.1.mga4.noarch.rpm
wagon-maven-plugin-1.0-6.1.mga4.noarch.rpm
wagon-maven-plugin-javadoc-1.0-6.1.mga4.noarch.rpm
wallace-0.5.16-1.1.mga4.noarch.rpm
xmlunit-1.3-7.1.mga4.noarch.rpm
xmlunit-javadoc-1.3-7.1.mga4.noarch.rpm
Comment 20 Nicolas Lécureuil 2015-05-16 14:49:13 CEST
when you test in mga4 the update, it should still show the error message but it should not exist when updating them to mga5


mga4 release -> mga4 testing  => error ( this is normal the error is in the mga4 release %postun ) -> mga5 no error
Comment 21 claire robinson 2015-05-16 16:41:05 CEST
umlgraph packages seem to need rel bump

Mageia release 4 (Official) for x86_64
------------------
Core Release
umlgraph-5.4-3.mga4
------------------
Core Updates Testing
umlgraph-5.4-2.1.mga4
Comment 22 claire robinson 2015-05-16 16:41:50 CEST
also apache-mod_php is not really related
Comment 23 claire robinson 2015-05-16 16:42:23 CEST
or bleachbit I'm guessing
Comment 24 claire robinson 2015-05-16 16:44:56 CEST
or wallace which is kolab IIRC
Comment 25 claire robinson 2015-05-16 16:46:15 CEST
or icu stuff
Comment 26 claire robinson 2015-05-16 16:47:08 CEST
or nasm :\
Comment 27 Nicolas Lécureuil 2015-05-16 16:48:14 CEST
i will redo the list, i think i didn't removed all non java packages :)
Comment 28 claire robinson 2015-05-16 16:54:09 CEST
mate-panel, garmintools
Comment 29 claire robinson 2015-05-16 17:23:29 CEST
All the rest are OK apart from the umlgraph in need of rel bump. I see you've done that though so I'll check it when it lands.

Systems repaired.
Comment 30 claire robinson 2015-05-16 17:30:58 CEST
Upgrade failed with Script Failed for umlgraph mga4 (expected) and 
junitperf-1.9.1-2.1.15.mga5 version which is a new one but likely the same issue.
Comment 31 claire robinson 2015-05-16 17:56:56 CEST
umlgraph confirmed OK now.

Do you want a new bug for junitperf ?
Comment 32 Nicolas Lécureuil 2015-05-16 17:59:02 CEST
paste the errors here
Comment 33 claire robinson 2015-05-16 18:00:05 CEST
Just script failed for junitperf-1.9.1-2.1.15.mga5. 

report.bug.xz in attachment 6561 [details]
Comment 34 David GEIGER 2015-05-16 18:10:26 CEST
junitperf has not built due to a test failure.

http://pkgsubmit.mageia.org/uploads/failure/4/core/updates_testing/20150515233811.neoclust.valstar.10587/log/junitperf-1.9.1-2.1.11.1.mga4/build.0.20150515235207.log


neoclust you can simply disable tests during build:

CLASSPATH=$(build-classpath junit) %{ant} -Dbuild.sysclasspath=first jar test javadoc

to:

CLASSPATH=$(build-classpath junit) %{ant} -Dbuild.sysclasspath=first jar javadoc


Note that jboss-dmr has not built too. Since mga3 this package does not built anymore.

CC: (none) => geiger.david68210

Comment 35 Nicolas Lécureuil 2015-05-16 18:12:54 CEST
yes didn't saw your message but this is what i am trying right now.
Comment 36 Nicolas Lécureuil 2015-05-16 18:17:31 CEST
build fixed
Comment 37 claire robinson 2015-05-16 18:21:33 CEST
That will likely need to be fixed in cauldron too as it was the mga5 package which showed the script failure whereas the others previously were mga4 script failed
Comment 38 claire robinson 2015-05-16 18:50:27 CEST
Updated ok in mga4

# urpmi junitperf-javadoc junitperf-demo junitperf

installing junitperf-demo-1.9.1-2.1.11.2.mga4.x86_64.rpm junitperf-javadoc-1.9.1-2.1.11.2.mga4.x86_64.rpm junitperf-1.9.1-2.1.11.2.mga4.x86_64.rpm from /var/cache/urpmi/rpms


Downloaded the mga5 versions from the mirror and installed them in mga4 so maybe not the best test but still shows the script failure which I think is what needs fixing in cauldron.

# urpmi ./junitperf-1.9.1-2.1.15.mga5.noarch.rpm ./junitperf-demo-1.9.1-2.1.15.mga5.noarch.rpm ./junitperf-javadoc-1.9.1-2.1.15.mga5.noarch.rpm 


installing junitperf-javadoc-1.9.1-2.1.15.mga5.noarch.rpm junitperf-1.9.1-2.1.15.mga5.noarch.rpm junitperf-demo-1.9.1-2.1.15.mga5.noarch.rpm from .
Preparing...                     ##########
      1/3: junitperf             ##########
/var/tmp/rpm-tmp.IfwA86: line 1: fg: no job control
warning: %post(junitperf-0:1.9.1-2.1.15.mga5.noarch) scriptlet failed, exit status 1
ERROR: 'script' failed for junitperf-1.9.1-2.1.15.mga5.noarch: 
      2/3: junitperf-demo        ##########
      3/3: junitperf-javadoc     ##########
      1/3: removing junitperf-demo-0:1.9.1-2.1.11.2.mga4.x86_64
                                 ##########
      2/3: removing junitperf-0:1.9.1-2.1.11.2.mga4.x86_64
                                 ##########
      3/3: removing junitperf-javadoc-0:1.9.1-2.1.11.2.mga4.x86_64
                                 ##########
Comment 39 claire robinson 2015-05-18 14:30:12 CEST
junitperf fixed in cauldron. 

Freeze push requested by David Geiger for jorbis and simple-xml1 in cauldron.


Listing mga4 srpms..

ant-dotnet-1.1-3.1.mga4.src.rpm
backport-util-concurrent-3.1-8.1.mga4.src.rpm
clojure-1.5.1-2.1.mga4.src.rpm
doctype-changer-1.1-3.1.mga4.src.rpm
felix-dependencymanager-2.0.1-4.1.mga4.src.rpm
felix-eventadmin-1.2.12-4.1.mga4.src.rpm
felix-ipojo-annotations-1.8.0-4.1.mga4.src.rpm
felix-ipojo-manipulator-1.8.2-4.1.mga4.src.rpm
felix-ipojo-metadata-1.6.0-4.1.mga4.src.rpm
felix-log-1.0.0-4.1.mga4.src.rpm
fest-assembly-1.0-0.r1039.1.4.1.mga4.src.rpm
ganymed-ssh2-210-6.1.mga4.src.rpm
geronimo-annotation-1.0-api-1.1.1-4.1.mga4.src.rpm
geronimo-commonj-1.1-api-1.0-4.1.mga4.src.rpm
geronimo-ejb-2.1-api-1.1-4.1.mga4.src.rpm
geronimo-interceptor-3.0-api-1.0.1-4.1.mga4.src.rpm
geronimo-j2ee-connector-1_5-api-2.0.0-4.1.mga4.src.rpm
geronimo-j2ee-management-1.0-api-1.1-4.1.mga4.src.rpm
geronimo-jaxb-2.1-api-1.0-4.1.mga4.src.rpm
geronimo-jsp-2.0-api-1.1-4.1.mga4.src.rpm
geronimo-jta-1.0.1B-api-1.1.1-4.1.mga4.src.rpm
geronimo-servlet-2.4-api-1.1.1-4.1.mga4.src.rpm
geronimo-stax-1.0-api-1.0.1-3.1.mga4.src.rpm
geronimo-ws-metadata-2.0-api-1.1.3-3.1.mga4.src.rpm
glassfish-pom-8-3.1.mga4.src.rpm
gsbase-2.0.1-3.1.mga4.src.rpm
high-scale-lib-1.1.2-4.1.mga4.src.rpm
jackson-module-json-org-0.9.1-4.1.mga4.src.rpm
javapackages-tools-3.4.0-9.3.mga4.src.rpm
jboss-connector-1.5-api-1.0.0-4.1.mga4.src.rpm
jboss-httpserver-1.0.0-4.1.mga4.src.rpm
jboss-logmanager-log4j-1.0.0-4.1.mga4.src.rpm
jboss-maven-utils-1.0.0-4.1.mga4.src.rpm
jdbm-1.0-3.1.mga4.src.rpm
je-3.3.75-3.1.mga4.src.rpm
jetty-servlet-3.0-api-3.0-5.1.mga4.src.rpm
jorbis-0.0.17-0.0.6.1.mga4.src.rpm
jpam-1.1-4.1.mga4.src.rpm
json-3-9.1.mga4.src.rpm
json_simple-1.1-3.1.mga4.src.rpm
jsr166-mirror-1.7.0-3.1.mga4.src.rpm
jstackalloc-20080716-3.1.mga4.src.rpm
junit-benchmarks-0.3.0-5.1.mga4.src.rpm
junitperf-1.9.1-2.1.11.2.mga4.src.rpm
jutils-1.0.1-3.1.mga4.src.rpm
jyaml-1.3-3.1.mga4.src.rpm
mahout-collection-codegen-plugin-1.0-5.1.mga4.src.rpm
maven-ipojo-plugin-1.8.2-3.1.mga4.src.rpm
metadata-extractor-2.4.0-3.1.mga4.src.rpm
minlog-1.2-3.1.mga4.src.rpm
noggit-1.0-4.1.mga4.src.rpm
noise-0.0.8-4.1.mga4.src.rpm
properties-maven-plugin-1.0-3.1.mga4.src.rpm
rat-lib-0.5.1-4.1.mga4.src.rpm
saxpath-1.0-6.1.mga4.src.rpm
servletapi4-4.1.40-3.1.mga4.src.rpm
simple-xml1-1.3-3.1.mga4.src.rpm
stax-utils-0.0-4.1.mga4.src.rpm
struts-master-8-3.1.mga4.src.rpm
sun-annotation-1.0-api-1.0-3.1.mga4.src.rpm
sun-ejb-persistence-3.0-api-1.0-4.1.mga4.src.rpm
sun-ws-metadata-2.0-api-1.0-3.1.mga4.src.rpm
swingx-0.9.5-7.1.mga4.src.rpm
tiles-master-3-3.1.mga4.src.rpm
umlgraph-5.4-3.1.mga4.src.rpm
wagon-maven-plugin-1.0-6.1.mga4.src.rpm
xmlunit-1.3-7.1.mga4.src.rpm

Version: Cauldron => 4
Assignee: bugsquad => qa-bugs

Comment 40 claire robinson 2015-05-18 14:45:43 CEST
Advisory entered as..

+description: |
+  Numerous java packages were packaged with reference to a non-existent rpm
+  macro. This caused errors during installation but also prevents smooth
+  upgrade to Mageia 5.
+
+  Affected java packages have been corrected in Mageia 5 and are also
+  being corrected here in Mageia 4.
Comment 41 claire robinson 2015-05-18 14:49:32 CEST
Validating. Advisory uploaded.

Please push to 4 updates

Thanks

Keywords: (none) => validated_update
Whiteboard: (none) => mga4-32-ok mga4-64-ok
CC: (none) => sysadmin-bugs

claire robinson 2015-05-18 15:25:10 CEST

Whiteboard: mga4-32-ok mga4-64-ok => advisory mga4-32-ok mga4-64-ok

Comment 42 Mageia Robot 2015-05-18 21:08:50 CEST
An update for this issue has been pushed to Mageia Updates repository.

http://advisories.mageia.org/MGAA-2015-0049.html

Status: REOPENED => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.