Bug 2341517
Summary: | vpnc: FTBFS in Fedora rawhide/f42 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
Component: | vpnc | Assignee: | Christian Krause <chkr> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 42 | CC: | chkr, fschwarz, huzaifas, mjg, nixuser, quentin, rjones, zbyszek | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | vpnc-0.5.3^20241114.git11e15a1-1.fc42 | Doc Type: | --- | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2025-04-26 01:55:59 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: | 2267022, 2300528 | ||||||||||
Attachments: |
|
Description
Fedora Release Engineering
2025-01-22 22:17:12 UTC
Created attachment 2073064 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 2073065 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 2073066 [details]
state.log
This bug appears to have been reported against 'rawhide' during the Fedora Linux 42 development cycle. Changing version to 42. This package has files in /usr/sbin and the lack of rebuild is preventing the sbin merge from being finalized. There's a PR to update to a newer snapshot. Could that be merged? I rebased & pushed that: https://src.fedoraproject.org/rpms/vpnc/pull-request/2 > There's a PR to update to a newer snapshot. Could that be merged?
I think vpnc is basically unmaintained. I removed myself from the committers list a couple of years ago because I did not want to ship a security-related package in Fedora which was dead upstream for so many years. I suggest to chkr that the package should be retired but obviously that did not happen.
@chkr: Maybe it's time to orphan the package? Or add @lkundrak as co-maintainer if he want that?
error: Installed (but unpackaged) file(s) found: /usr/lib/debug/usr/sbin/vpnc-0.5.3^20241114.git11e15a1-1.fc43.x86_64.debug /usr/sbin/vpnc /usr/sbin/vpnc-disconnect File listed twice: /usr/bin/vpnc-helper Installed (but unpackaged) file(s) found: /usr/lib/debug/usr/sbin/vpnc-0.5.3^20241114.git11e15a1-1.fc43.x86_64.debug /usr/sbin/vpnc /usr/sbin/vpnc-disconnect I don't really understand those errors as the %files section appears correct ... The problem is serious. The installation can be "fixed" by adding - make install DESTDIR="$RPM_BUILD_ROOT" PREFIX=/usr + make install DESTDIR="$RPM_BUILD_ROOT" PREFIX=/usr SBINDIR=%{_sbindir} The package then builds, but is actually broken. The problem is that the consolehelper setup uses symlinks in /usr/bin to /usr/sbin, which obviously cannot work if the two directories are the same. One option is to drop the consolehelper wrapper. The other option is to rename the real binaries (e.g. to /usr/libexec/vpnc and /usr/libexec/vpnc-disconnect) and install the symlinks in /usr/bin. But the consolehelper wrapper is optional, so if the real binaries are moved, and the user doesn't have the -consoleuser subpackage installed, the binaries will not be in $PATH. So it seems -consoleuser subpackage would need to be merged with the main package. I think the changes of this magnitude need to be made a by a maintainer… This project appears to be being maintained at https://github.com/streambinder/vpnc. We moved to using https://github.com/streambinder/vpnc and vpnc now compiles on F42 & Rawhide. FEDORA-2025-7128dc8637 (vpnc-0.5.3^20241114.git11e15a1-1.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-7128dc8637 FEDORA-2025-7128dc8637 has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-7128dc8637` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-7128dc8637 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-7128dc8637 (vpnc-0.5.3^20241114.git11e15a1-1.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. |