[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2023-02-06 Thread Paul White
** No longer affects: hundredpapercuts -- 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/1460768 Title: Unable to build kernel 3.19.0-18 Status in linux package in Ubuntu: Confirmed Bug

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2017-05-12 Thread Jordi Miralles
#32 Hi, finally I have been able to compile the 4.10 kernel like this: $ sudo make menuconfig $ fakeroot debian/rules clean $ sudo fakeroot debian/rules clean $ AUTOBUILD=1 fakeroot debian/rules binary-debs $ sudo AUTOBUILD=1 fakeroot debian/rules binary-debs $ make modules $ make modules_install

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2017-05-12 Thread Jordi Miralles
Hi, finally I have been able to compile the 4.10 kernel like this: $ fakeroot debian/rules clean $ sudo fakeroot debian/rules clean $ AUTOBUILD=1 fakeroot debian/rules binary-debs $ sudo AUTOBUILD=1 fakeroot debian/rules binary-debs $ make modules $ make modules_install tux@tuxedo:~$ tux@tuxedo

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2017-05-12 Thread Jordi Miralles
This is still happening, found it when compiling from 4.8.0-49-generic to a customized 4.10. -- 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/1460768 Title: Unable to build kernel 3.19.0-1

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2017-02-09 Thread Vincent Bernat
The symlinks are generated by debian/clean: https://git.launchpad.net/~ubuntu- kernel/ubuntu/+source/linux/+git/xenial/tree/debian/source/options -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2016-11-05 Thread David Knag
This problem seemed to go away when I fetched the sources in a different directory that or it was updated, but the version number doesn't look like it has changed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https:/

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2016-10-28 Thread David Knag
I accidentalied my crypt volume so I did a clean install of 16.10 and I still got this. -- 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/1460768 Title: Unable to build kernel 3.19.0-18 St

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2016-10-28 Thread David Knag
I got this in 4.8.0 -- 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/1460768 Title: Unable to build kernel 3.19.0-18 Status in One Hundred Papercuts: Confirmed Status in linux package i

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2016-04-22 Thread Richard
Still happens in 4.4 -- 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/1460768 Title: Unable to build kernel 3.19.0-18 Status in One Hundred Papercuts: Confirmed Status in linux package

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2016-02-02 Thread tomoke
In addition to the link in #24 I found that I also had to enter: ubuntu/vbox/vboxguest and do an "ln -s ../r0drv/" to avoid the error: make[4]: *** No rule to make target `ubuntu/vbox/vboxguest/r0drv/alloc-r0drv.o', needed by `ubuntu/vbox/vboxguest/vboxguest.o'. Stop. make[3]: *** [ubuntu/vbox

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2015-12-12 Thread D
Confirmed in 4.2. My fix: Go to the directory ubuntu/vbox/ Inside each directory (vboxsf vboxguest, ...) do ln -s ../include/ then it will compile fine. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launc

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2015-12-04 Thread Wladimir Mutel
found this option: skipmodule=true , finally could rebuild all needed generic .debs. -- 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/1460768 Title: Unable to build kernel 3.19.0-18 Statu

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2015-12-03 Thread Wladimir Mutel
I removed this +=vbox line as you said in #20 and finally I got this : Debug: module-check-generic install -d /home/mwg/linux-4.2.0/debian.master/abi/4.2.0-19.23/amd64 find /home/mwg/linux-4.2.0/debian/build/build-generic/ -name \*.ko | \ sed -e 's/.*\/\([^\/]*\)\.ko/\1/' | sort > /home/

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2015-12-03 Thread Wladimir Mutel
this problem still arises with kernel sources v. 4.2.0-19 does this imply that Ubuntu builds their kernels from different sources ? using different recipes ? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.la

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2015-08-29 Thread Andres
There is a bug in the ubuntu/vbox/vboxguest/Makefile build script, just by removing the following line in the Makefile that includes it the compilation succeeds. ## ubuntu/Makefile - obj-y += vbox/ Besides fixing the path issue in ubuntu/vbox/vboxguest/Makefile, I would say there should be a p

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2015-06-21 Thread Alberto Salvia Novella
** Also affects: hundredpapercuts Importance: Undecided Status: New ** Changed in: hundredpapercuts Status: New => Confirmed ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: hundredpapercuts Importance: Undecided => Medium -- You received this

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2015-06-17 Thread Bill Zhao
ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: bill 3897 F pulseaudio /dev/snd/controlC0: bill 3897 F pulseaudio CurrentDesktop: XFCE DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=f02b7

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2015-06-01 Thread Fritz Becker
** Description changed: - There is a bug during compiling kernel version 3.19.0-18. + There is a bug during compiling kernel version 3.19.0-18. First I executed patch file from archive linux_3.19.0-18.18.diff.gz and source https://launchpad.net/ubuntu/+source/linux/3.19.0-18.18 Then I ex

[Kernel-packages] [Bug 1460768] Re: Unable to build kernel 3.19.0-18

2015-06-01 Thread Fritz Becker
Because of build a kernel I don't get any suitable bug info with apport- collect ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.