openafs-modules-dkms 1.6.7-1ubuntu1: openafs kernel module failed to build

Bug #1467408 reported by arindam
30
This bug affects 5 people
Affects Status Importance Assigned to Milestone
openafs (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.16.0-41-generic /boot/vmlinuz-3.16.0-41-generic
Error! Bad return status for module build on kernel: 3.16.0-41-generic (x86_64)
Consult /var/lib/dkms/openafs/1.6.7/build/make.log for more information.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: openafs-modules-dkms 1.6.7-1ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11
Uname: Linux 3.16.0-41-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
DKMSKernelVersion: 3.16.0-41-generic
Date: Mon Jun 22 12:37:24 2015
DuplicateSignature: dkms:openafs-modules-dkms:1.6.7-1ubuntu1:/var/lib/dkms/openafs/1.6.7/build/src/libafs/MODLOAD-3.16.0-41-generic-SP/osi_vnodeops.c:815:19: error: ‘generic_file_splice_write’ undeclared here (not in a function)
InstallationDate: Installed on 2015-05-22 (30 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
PackageArchitecture: all
PackageVersion: 1.6.7-1ubuntu1
SourcePackage: openafs
Title: openafs-modules-dkms 1.6.7-1ubuntu1: openafs kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
arindam (arindam-india) wrote :
tags: removed: need-duplicate-check
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in openafs (Ubuntu):
status: New → Confirmed
Revision history for this message
Clément (clpi) wrote :

Same bug here.

Revision history for this message
PAVUK (marek-antozi) wrote :

This fixes building process:

--- ./src/afs/LINUX/osi_vnodeops.c.orig 2014-04-03 16:00:15.000000000 +0200
+++ ./src/afs/LINUX/osi_vnodeops.c 2015-08-21 18:28:19.761674316 +0200
@@ -812,7 +812,7 @@
   .sendfile = generic_file_sendfile,
 #endif
 #if defined(STRUCT_FILE_OPERATIONS_HAS_SPLICE)
- .splice_write = generic_file_splice_write,
+ .splice_write = iter_file_splice_write,
   .splice_read = generic_file_splice_read,
 #endif
   .release = afs_linux_release,

Needs to be verified if functionality is not broken.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.