Bug 1758461 - Missing in F31 repos
Summary: Missing in F31 repos
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: glassfish-el
Version: 31
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: David Xie
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-10-04 08:21 UTC by bjoern.daase
Modified: 2020-11-24 15:40 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-11-24 15:40:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description bjoern.daase 2019-10-04 08:21:10 UTC
Description of problem:
The glassfish-el package seems to be missing in the F31 repos. It is listed on koji https://koji.fedoraproject.org/koji/packageinfo?packageID=15617 and should be there.

`dnf search glassfish-el` only returns

`Last metadata expiration check: 18:15:33 ago on Do 03 Okt 2019 14:58:29 IST.
====================================================================================== Name & Summary Matched: glassfish-el =======================================================================================
glassfish-el-javadoc.noarch : Javadoc for glassfish-el
=========================================================================================== Name Matched: glassfish-el ============================================================================================
glassfish-el-api.noarch : Expression Language 3.0 API
`
Having this, it is not possible to install Eclipse in F31.

Comment 1 Mathieu Bridon 2019-11-07 12:37:02 UTC
I can reproduce this.

glassfish-el is in the fedora repository (which makes this whole thing easier to reproduce, because that repo never changes)

https://dl.fedoraproject.org/pub/fedora/linux/releases/31/Everything/x86_64/os/Packages/g/glassfish-el-3.0.1-0.11.b08.fc31.noarch.rpm

The repomd.xml file points to the correct primary.xml, with the right sha256: https://dl.fedoraproject.org/pub/fedora/linux/releases/31/Everything/x86_64/os/repodata/87aea7fb189357f558fad367a3882383cb8804a6e666b2ad655b4321a75069f7-primary.xml.gz

The primary.xml file contains what appears to be valid metadata for the package:

```
<package type="rpm">
  <name>glassfish-el</name>
  <arch>noarch</arch>
  <version epoch="0" ver="3.0.1" rel="0.11.b08.fc31"/>
  <checksum type="sha256" pkgid="YES">13843f865456149e0d37f0d68ab002d48984c21f7f67c4a0cf94b06590e867e8</checksum>
  <summary>J2EE Expression Language Implementation</summary>
  <description>This project provides an implementation of the Expression Language (EL).
The main goals are:
 * Improves current implementation: bug fixes and performance improvements
 * Provides API for use by other tools, such as Netbeans</description>
  <packager>Fedora Project</packager>
  <url>http://uel.java.net</url>
  <time file="1564462535" build="1564036410"/>
  <size package="172872" installed="192559" archive="193148"/>
  <location href="Packages/g/glassfish-el-3.0.1-0.11.b08.fc31.noarch.rpm"/>
  <format>
    <rpm:license>CDDL-1.1 or GPLv2 with exceptions</rpm:license>
    <rpm:vendor>Fedora Project</rpm:vendor>
    <rpm:group>Unspecified</rpm:group>
    <rpm:buildhost>buildvm-19.phx2.fedoraproject.org</rpm:buildhost>
    <rpm:sourcerpm>glassfish-el-3.0.1-0.11.b08.fc31.src.rpm</rpm:sourcerpm>
    <rpm:header-range start="4504" end="8840"/>
    <rpm:provides>
      <rpm:entry name="glassfish-el" flags="EQ" epoch="0" ver="3.0.1" rel="0.11.b08.fc31"/>
      <rpm:entry name="mvn(org.eclipse.jetty.orbit:com.sun.el)" flags="EQ" epoch="0" ver="3.0.1.b08"/>
      <rpm:entry name="mvn(org.eclipse.jetty.orbit:com.sun.el:pom:)" flags="EQ" epoch="0" ver="3.0.1.b08"/>
      <rpm:entry name="mvn(org.glassfish.web:javax.el)" flags="EQ" epoch="0" ver="3.0.1.b08"/>
      <rpm:entry name="mvn(org.glassfish.web:javax.el:pom:)" flags="EQ" epoch="0" ver="3.0.1.b08"/>
      <rpm:entry name="mvn(org.glassfish:javax.el)" flags="EQ" epoch="0" ver="3.0.1.b08"/>
      <rpm:entry name="mvn(org.glassfish:javax.el-impl)" flags="EQ" epoch="0" ver="3.0.1.b08"/>
      <rpm:entry name="mvn(org.glassfish:javax.el-impl:pom:)" flags="EQ" epoch="0" ver="3.0.1.b08"/>
      <rpm:entry name="mvn(org.glassfish:javax.el:pom:)" flags="EQ" epoch="0" ver="3.0.1.b08"/>
      <rpm:entry name="osgi(com.sun.el.javax.el)" flags="EQ" epoch="0" ver="3.0.0"/>
    </rpm:provides>
    <rpm:requires>
      <rpm:entry name="java-headless" flags="GE" epoch="1" ver="1.7"/>
      <rpm:entry name="javapackages-filesystem"/>
      <rpm:entry name="mvn(javax.el:javax.el-api)" flags="EQ" epoch="0" ver="3.0.1.b08"/>
    </rpm:requires>
  </format>
</package>
```

As a result, it seems to me that everything is correct on the repository side, and that it is DNF which somehow can't see the package.

Comment 2 Mathieu Bridon 2019-11-07 12:41:37 UTC
glassfish-el also seems to be present in the libsolv cache generated on my machine:

```
$ dumpsolv /var/cache/dnf/fedora.solv
[… snip …]

solvable 12241 (12242):
solvable:name: glassfish-el
solvable:arch: noarch
solvable:evr: 3.0.1-0.11.b08.fc31
solvable:vendor: Fedora Project
solvable:provides:
  mvn(org.eclipse.jetty.orbit:com.sun.el) = 3.0.1.b08
  mvn(org.eclipse.jetty.orbit:com.sun.el:pom:) = 3.0.1.b08
  mvn(org.glassfish.web:javax.el) = 3.0.1.b08
  mvn(org.glassfish.web:javax.el:pom:) = 3.0.1.b08
  mvn(org.glassfish:javax.el) = 3.0.1.b08
  mvn(org.glassfish:javax.el-impl) = 3.0.1.b08
  mvn(org.glassfish:javax.el-impl:pom:) = 3.0.1.b08
  mvn(org.glassfish:javax.el:pom:) = 3.0.1.b08
  osgi(com.sun.el.javax.el) = 3.0.0
  glassfish-el = 3.0.1-0.11.b08.fc31
solvable:requires:
  javapackages-filesystem
  java-headless >= 1:1.7
  mvn(javax.el:javax.el-api) = 3.0.1.b08
solvable:checksum: 13843f865456149e0d37f0d68ab002d48984c21f7f67c4a0cf94b06590e867e8 (sha256)
solvable:summary: J2EE Expression Language Implementation
solvable:description: This project provides an implementation of the Expression Language (EL).
The main goals are:
 * Improves current implementation: bug fixes and performance improvements
 * Provides API for use by other tools, such as Netbeans
solvable:packager: Fedora Project
solvable:url: http://uel.java.net
solvable:buildtime: 1564036410
solvable:installsize: 192559
solvable:downloadsize: 172872
solvable:mediadir: Packages/g
solvable:mediafile: (void)
solvable:license: CDDL-1.1 or GPLv2 with exceptions
solvable:group: Unspecified
solvable:sourcename: (void)
solvable:sourceevr: (void)
solvable:sourcearch: src
solvable:headerend: 8840

[… snip …]
```

Comment 3 Andrey 2020-01-02 19:25:53 UTC
I have tried to install eclipse today, that is part of the dnf output (please note I have glassfish-el-api package already installed):

Problem: package eclipse-platform-1:4.11-3.fc31.x86_64 requires glassfish-el >= 3.0.1, but none of the providers can be installed
  - conflicting requests
  - package glassfish-el-3.0.1-0.12.b08.module_f31+6519+12cd0b27.noarch is filtered out by modular filtering
  - package glassfish-el-3.0.1-0.12.b08.module_f31+6793+1c93c38e.noarch is filtered out by modular filtering
  - package glassfish-el-3.0.1-0.11.b08.fc31.noarch is filtered out by modular filtering

Comment 4 Fedora Admin user for bugzilla script actions 2020-08-18 14:54:13 UTC
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.

Comment 5 Ben Cotton 2020-11-03 15:37:44 UTC
This message is a reminder that Fedora 31 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora 31 on 2020-11-24.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
Fedora 'version' of '31'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 31 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 6 Ben Cotton 2020-11-24 15:40:52 UTC
Fedora 31 changed to end-of-life (EOL) status on 2020-11-24. Fedora 31 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


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