Bug 1609422
| Summary: | Packaging problem with Fedora Eclipse group | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthew Saltzman <mjs> | ||||
| Component: | eclipse | Assignee: | Mat Booth <mat.booth> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 28 | CC: | akurtako, ebaron, jerboaa, mat.booth, rgrunber | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-08-02 07:53:48 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Matthew Saltzman
2018-07-27 22:09:28 UTC
(In reply to Matthew Saltzman from comment #0) > Description of problem: > Not sure if this is the place (is there someplace else for packaging > issues?), but: This is the right place :-) Thanks for the report. Hmm, it's been a long time since I tried groupinstall -- I suppose the comps groups must be quite out-of-date. I submitted a PR to the comps repo: https://pagure.io/fedora-comps/pull-request/304 (In reply to Mat Booth from comment #2) > I submitted a PR to the comps repo: > https://pagure.io/fedora-comps/pull-request/304 It got merged so I'm marking this as fixed, but I'm not sure how (or when) the comps groups make their way into the distro. In the meantime, you can do "dnf install eclipse-jdt eclipse-cdt" to install the same packages that are specified as mandatory in the group. And do "dnf list eclipse-\*" to discover what other eclipse packages are available. Sorry to revive this, but the current group definition correctly installs the renamed packages but still tries (and fails) to install the old ones. It also tries to install the package pkgconfig, which is not found. It's not clear to me which is the correct substitute for that one. Hi, can you post the command and the output here for me to look at? Created attachment 1491372 [details]
terminal log of group install of Fedora Eclipse group
The log for "Fedora Eclipse" group is attached. It looks like the pkgconfig error came from the install of the "C Development Tools" group. I had originall installed both groups with a single command, but here's the separate runc for the C tools.
$ sudo dnf group install "C Development Tools and Libraries"
Last metadata expiration check: 0:47:10 ago on Sun 07 Oct 2018 11:54:42 AM EDT.
No match for group package "pkgconfig"
Dependencies resolved.
================================================================================
Group Packages
================================================================================
Marking packages as installed by the group:
@C Development Tools and Libraries autoconf byacc ltrace
glibc-devel ccache gdb
indent gcc gcc-c++
strace elfutils libtool
valgrind bison flex
automake cscope ctags
make binutils oprofile
================================================================================
Package Arch Version Repository Size
================================================================================
Installing group packages:
bison x86_64 3.0.4-9.fc28 fedora 687 k
byacc x86_64 1.9.20170709-4.fc28 fedora 89 k
ccache x86_64 3.4.2-2.fc28 updates 226 k
cscope x86_64 15.8b-7.fc28 fedora 214 k
ctags x86_64 5.8-22.fc28 fedora 169 k
flex x86_64 2.6.1-7.fc28 fedora 318 k
indent x86_64 2.2.11-24.fc28 fedora 158 k
ltrace x86_64 0.7.91-24.fc27 fedora 156 k
strace x86_64 4.24-1.fc28 updates 960 k
Transaction Summary
================================================================================
Install 9 Packages
Total download size: 2.9 M
Installed size: 7.8 M
Is this ok [y/N]:
It kinda looks like pkconfig is now being provided by the "pkgconf-pkg-config" package, but I'm not 100% sure what should be in that comps group -- please file a bug against comps here: https://pagure.io/fedora-comps/issues |