Bug 1628419
| Summary: | Problem installing kernel-core-4.18.5-200.fc28.x86_64 -- compilation error | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Louis Krupp <louis.krupp> | ||||
| Component: | virtualbox-guest-additions | Assignee: | Hans de Goede <hdegoede> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 28 | CC: | hdegoede, michael.thayer, sergio | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-10-06 01:34:47 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: |
|
||||||
(In reply to Louis Krupp from comment #0) > Created attachment 1482899 [details] > Log file > > Description of problem: > > From dnf upgrade output: > > Running scriptlet: kernel-core-4.18.5-200.fc28.x86_64 > 220/220 > VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel > modules. This may take a while. you don't need build any kernel module, I guess you have mixup with oracle rpms . you need clean/remove that . vboxadd should not exist in the system . anyway if you think that you method works you need a patch [1] or wait for the next release of vbox [1] https://pkgs.rpmfusion.org/cgit/free/VirtualBox-kmod.git/tree/kernel-4.18.patch Louis, this is a bug report against the version of the Additions provided by Oracle, so it should be in the virtualbox.org bug tracker. However, this issue is known and fixed (it is simply a case of updating the Additions for the 4.18 kernel), so you can use a test build of the Guest Additions[1] - you only need to take the Guest Additions part, not the full build - until a new release is made. [1] https://www.virtualbox.org/wiki/Testbuilds |
Created attachment 1482899 [details] Log file Description of problem: From dnf upgrade output: Running scriptlet: kernel-core-4.18.5-200.fc28.x86_64 220/220 VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules. This may take a while. VirtualBox Guest Additions: Look at /var/log/vboxadd-setup.log to find out what went wrong From the log: /tmp/vbox.0/utils.c:165:28: error: passing argument 1 of ‘sf_ftime_from_timespec’ from incompatible pointer type [-Werror=incompatible-pointer-types] sf_ftime_from_timespec(&inode->i_atime, &info->AccessTime); ^~~~~~~~~~~~~~~ /tmp/vbox.0/utils.c:53:53: note: expected ‘struct timespec *’ but argument is of type ‘struct timespec64 *’ static void sf_ftime_from_timespec(struct timespec *tv, RTTIMESPEC *ts) Version-Release number of selected component (if applicable): How reproducible: sudo dnf upgrade Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: