fglrx-updates-core 2:15.200-0ubuntu4.2: fglrx-updates-core kernel module failed to build for 4.0.9-040009-generic [include/generated/utsrelease.h:2:32: error: invalid digit "9" in octal constant]
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
fglrx-installer (Ubuntu) |
Confirmed
|
High
|
Unassigned | ||
fglrx-installer-updates (Ubuntu) |
Confirmed
|
High
|
Unassigned |
Bug Description
The DKMS (2.2.0.3-2ubuntu3) can't build module for fglrx-updates (2:15.200-
ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: fglrx-updates-core 2:15.200-0ubuntu4.2
ProcVersionSign
Uname: Linux 3.19.0-28-generic x86_64
NonfreeKernelMo
.tmp.unity.
ApportVersion: 2.17.2-0ubuntu1.4
Architecture: amd64
CompizPlugins: No value set for `/apps/
CompositorRunning: None
DKMSKernelVersion: 4.0.9-040009-
Date: Fri Sep 11 08:35:05 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus:
fglrx-
fglrx-
DuplicateSignature: dkms:fglrx-
GraphicsCard:
Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290] [1002:67b1] (rev 80) (prog-if 00 [VGA controller])
Subsystem: Gigabyte Technology Co., Ltd Device [1458:22bd]
InstallationDate: Installed on 2015-08-28 (13 days ago)
InstallationMedia: It
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
PackageVersion: 2:15.200-0ubuntu4.2
ProcKernelCmdLine: BOOT_IMAGE=
RelatedPackageV
dpkg 1.17.25ubuntu1
apt 1.0.9.7ubuntu4.1
SourcePackage: fglrx-installer
Title: fglrx-updates-core 2:15.200-
UdevLog: Error: [Errno 2] Arquivo ou diretório não encontrado: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
XorgLogOld:
dmi.bios.date: 10/31/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.80
dmi.board.name: N68-VS3 FX
dmi.board.vendor: ASRock
dmi.chassis.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.
dmi.modalias: dmi:bvnAmerican
dmi.product.name: To Be Filled By O.E.M.
dmi.product.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz 1:0.9.12.
version.
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2
version.
version.
version.
version.
version.
version.
version.
version.
xserver.bootTime: Fri Sep 11 17:40:32 2015
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.1-0ubuntu3
xserver.
tags: | removed: need-duplicate-check |
summary: |
fglrx-updates-core 2:15.200-0ubuntu4.2: fglrx-updates-core kernel module - failed to build + failed to build [error: invalid digit "9" in octal constant] |
summary: |
fglrx-updates-core 2:15.200-0ubuntu4.2: fglrx-updates-core kernel module - failed to build [error: invalid digit "9" in octal constant] + failed to build for 4.0.9-040009-generic [error: invalid digit "9" in + octal constant] |
summary: |
fglrx-updates-core 2:15.200-0ubuntu4.2: fglrx-updates-core kernel module - failed to build for 4.0.9-040009-generic [error: invalid digit "9" in - octal constant] + failed to build for 4.0.9-040009-generic + [include/generated/utsrelease.h:2:32: error: invalid digit "9" in octal + constant] |
Changed in fglrx-installer-updates (Ubuntu): | |
importance: | Undecided → High |
Changed in fglrx-installer (Ubuntu): | |
importance: | Undecided → High |
Although this appears to be a bug in the kernel header at first, I think it's actually not meant to be a used as an integer:
include/ generated/ utsrelease. h:2:32: error: invalid digit "9" in octal constant RELEASE_ ABI 040009
#define UTS_UBUNTU_
So the fault actually lays in fglrx: kcl_acpi.c where UTS_UBUNTU_ RELEASE_ ABI is used as an integer value.