Bug 893039

Summary: 3.7.1-2.fc18.x86_64: broken /usr/src/kernels/3.7.1-2.fc18.x86_64/include/linux/version.h
Product: [Fedora] Fedora Reporter: Harald Reindl <h.reindl>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-08 14:20:17 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:

Description Harald Reindl 2013-01-08 13:58:49 UTC
besides that it would be nice to have at least at koji a official 3.7.1 kernel the F18 package has a broken /usr/src/kernels/3.7.1-2.fc18.x86_64/include/linux/version.h

this is in fact a zero-byte-file which leads to have delete it for the needed symlink to get VMware Workstation running with 3.7.x

http://slackblogs.blogspot.co.at/2012/11/vmware-workstation-901-and-linux-kernel_18.html
________________________________________________


[root@srv-rhsoft:/downloads]$ ln -s /usr/src/kernels/3.7.1-2.fc18.x86_64/include/generated/uapi/linux/version.h /usr/src/kernels/3.7.1-2.fc18.x86_64/include/linux/version.h
ln: Symbolischen Verknüpfung "/usr/src/kernels/3.7.1-2.fc18.x86_64/include/linux/version.h" konnte angelgt werden: Die Datei existiert bereits

[root@srv-rhsoft:/downloads]$ stat /usr/src/kernels/3.7.1-2.fc18.x86_64/include/linux/version.h
  Datei: "/usr/src/kernels/3.7.1-2.fc18.x86_64/include/linux/version.h"
  Größe: 0              Blöcke: 0          EA Block: 4096   reguläre leere Datei
Gerät: 901h/2305d       Inode: 1706187     Verknüpfungen: 1
Zugriff: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Zugriff    : 2013-01-04 01:17:29.000000000 +0100
Modifiziert: 2013-01-04 01:17:29.000000000 +0100
Geändert   : 2013-01-08 06:39:22.739701596 +0100
 Geburt    : -

[root@srv-rhsoft:/downloads]$ unlink /usr/src/kernels/3.7.1-2.fc18.x86_64/include/linux/version.h

[root@srv-rhsoft:/downloads]$ ln -s /usr/src/kernels/3.7.1-2.fc18.x86_64/include/generated/uapi/linux/version.h /usr/src/kernels/3.7.1-2.fc18.x86_64/include/linux/version.h

Comment 1 Josh Boyer 2013-01-08 14:20:17 UTC

*** This bug has been marked as a duplicate of bug 892373 ***