Public bug reported:

This is not a kernel issue.

The problem was caused by glibc-2.27, and fixed with commit 8041435de7
in xfsprogs-dev


The compilation will fail with:
    copy_file_range.c:46:1: error: conflicting types for ‘copy_file_range’
    copy_file_range(int fd, loff_t *src, loff_t *dst, size_t len)
    ^~~~~~~~~~~~~~~
    In file included from ../include/platform_defs.h:33:0,
    from ../include/project.h:21,
    from ../include/input.h:24,
    from copy_file_range.c:23:
    /usr/include/unistd.h:1110:9: note: previous declaration of 
‘copy_file_range’ was here
    ssize_t copy_file_range (int __infd, __off64_t *__pinoff,
    ^~~~~~~~~~~~~~~
    make[3]: *** [../include/buildrules:60: copy_file_range.o] Error 1

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-11-generic 4.15.0-11.12
ProcVersionSignature: User Name 4.15.0-11.12-generic 4.15.5
Uname: Linux 4.15.0-11-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
AlsaDevices:
 total 0
 crw-rw---- 1 root audio 116,  1 Mar  7 08:40 seq
 crw-rw---- 1 root audio 116, 33 Mar  7 08:40 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CurrentDmesg:
 
Date: Wed Mar  7 10:18:06 2018
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
JournalErrors:
 -- Logs begin at Wed 2018-03-07 08:40:01 UTC, end at Wed 2018-03-07 10:17:01 
UTC. --
 Mar 07 08:40:01 hostname kernel: [Firmware Bug]: TSC_DEADLINE disabled due to 
Errata; please update microcode to version: 0x17 (or later)
 Mar 07 08:42:02 hostname systemd-networkd-wait-online[780]: Event loop failed: 
Connection timed out
 Mar 07 08:42:02 hostname systemd[1]: Failed to start Wait for Network to be 
Configured.
 Mar 07 08:42:04 hostname iscsid[906]: iSCSI daemon with pid=908 started!
MachineType: Intel Corporation S1200RP
PciMultimedia:
 
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=<set>
 LANG=C.UTF-8
 SHELL=/bin/bash
ProcFB: 0 mgadrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-11-generic 
root=UUID=b0d2ae4e-12dd-423e-acea-272ee8b2a893 ro
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-11-generic N/A
 linux-backports-modules-4.15.0-11-generic  N/A
 linux-firmware                             1.172
RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/01/2015
dmi.bios.vendor: Intel Corp.
dmi.bios.version: S1200RP.86B.03.02.0003.070120151022
dmi.board.asset.tag: ....................
dmi.board.name: S1200RP
dmi.board.vendor: Intel Corporation
dmi.board.version: G62254-407
dmi.chassis.asset.tag: ....................
dmi.chassis.type: 17
dmi.chassis.vendor: ..............................
dmi.chassis.version: ..................
dmi.modalias: 
dmi:bvnIntelCorp.:bvrS1200RP.86B.03.02.0003.070120151022:bd07/01/2015:svnIntelCorporation:pnS1200RP:pvr....................:rvnIntelCorporation:rnS1200RP:rvrG62254-407:cvn..............................:ct17:cvr..................:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: S1200RP
dmi.product.version: ....................
dmi.sys.vendor: Intel Corporation

** Affects: linux (Ubuntu)
     Importance: Undecided
     Assignee: Po-Hsu Lin (cypressyew)
         Status: In Progress


** Tags: amd64 apport-bug bionic package-from-proposed uec-images

** Changed in: linux (Ubuntu)
     Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu)
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1753987

Title:
  Unable to start ubuntu_zfs_xfs_generic test on Bionic

Status in linux package in Ubuntu:
  In Progress

Bug description:
  This is not a kernel issue.

  The problem was caused by glibc-2.27, and fixed with commit 8041435de7
  in xfsprogs-dev


  The compilation will fail with:
      copy_file_range.c:46:1: error: conflicting types for ‘copy_file_range’
      copy_file_range(int fd, loff_t *src, loff_t *dst, size_t len)
      ^~~~~~~~~~~~~~~
      In file included from ../include/platform_defs.h:33:0,
      from ../include/project.h:21,
      from ../include/input.h:24,
      from copy_file_range.c:23:
      /usr/include/unistd.h:1110:9: note: previous declaration of 
‘copy_file_range’ was here
      ssize_t copy_file_range (int __infd, __off64_t *__pinoff,
      ^~~~~~~~~~~~~~~
      make[3]: *** [../include/buildrules:60: copy_file_range.o] Error 1

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-11-generic 4.15.0-11.12
  ProcVersionSignature: User Name 4.15.0-11.12-generic 4.15.5
  Uname: Linux 4.15.0-11-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  AlsaDevices:
   total 0
   crw-rw---- 1 root audio 116,  1 Mar  7 08:40 seq
   crw-rw---- 1 root audio 116, 33 Mar  7 08:40 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDmesg:
   
  Date: Wed Mar  7 10:18:06 2018
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  JournalErrors:
   -- Logs begin at Wed 2018-03-07 08:40:01 UTC, end at Wed 2018-03-07 10:17:01 
UTC. --
   Mar 07 08:40:01 hostname kernel: [Firmware Bug]: TSC_DEADLINE disabled due 
to Errata; please update microcode to version: 0x17 (or later)
   Mar 07 08:42:02 hostname systemd-networkd-wait-online[780]: Event loop 
failed: Connection timed out
   Mar 07 08:42:02 hostname systemd[1]: Failed to start Wait for Network to be 
Configured.
   Mar 07 08:42:04 hostname iscsid[906]: iSCSI daemon with pid=908 started!
  MachineType: Intel Corporation S1200RP
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=<set>
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgadrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-11-generic 
root=UUID=b0d2ae4e-12dd-423e-acea-272ee8b2a893 ro
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-11-generic N/A
   linux-backports-modules-4.15.0-11-generic  N/A
   linux-firmware                             1.172
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/01/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: S1200RP.86B.03.02.0003.070120151022
  dmi.board.asset.tag: ....................
  dmi.board.name: S1200RP
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G62254-407
  dmi.chassis.asset.tag: ....................
  dmi.chassis.type: 17
  dmi.chassis.vendor: ..............................
  dmi.chassis.version: ..................
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrS1200RP.86B.03.02.0003.070120151022:bd07/01/2015:svnIntelCorporation:pnS1200RP:pvr....................:rvnIntelCorporation:rnS1200RP:rvrG62254-407:cvn..............................:ct17:cvr..................:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: S1200RP
  dmi.product.version: ....................
  dmi.sys.vendor: Intel Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1753987/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to