ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #59529
[Bug 556653] [NEW] build fails in chrooted system
Public bug reported:
When installing nvidia-96 on a chrooted lucid system, update-initramfs
is called with host kernel version instead of chroot kernel version.
Current chroot kernel version is correctly identified, but an error in a
variable name prevents the configuration to be successful:
if [ -n "$NEWEST_KERNEL" ] && [ ${CURRENT_KERNEL} != ${NEWEST_KERNEL} ]; then
update-initramfs -u -k $CURRENT_KERNEL
fi
should read:
if [ -n "$NEWEST_KERNEL" ] && [ ${CURRENT_KERNEL} != ${NEWEST_KERNEL} ]; then
update-initramfs -u -k $NEWEST_KERNEL
fi
** Affects: nvidia-graphics-drivers (Ubuntu)
Importance: High
Assignee: Alberto Milone (albertomilone)
Status: Triaged
--
build fails in chrooted system
https://bugs.launchpad.net/bugs/556653
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in ubuntu.
Follow ups
-
[Bug 556653] Re: build fails in chrooted system
From: Marc Nieper-Wißkirchen, 2011-08-01
-
[Bug 556653] Re: build fails in chrooted system
From: Luigi Capriotti, 2011-04-11
-
[Bug 556653] Re: build fails in chrooted system
From: Alberto Milone, 2011-04-11
-
[Bug 556653] Re: build fails in chrooted system
From: Luigi Capriotti, 2011-04-11
-
[Bug 556653] Re: build fails in chrooted system
From: Luigi Capriotti, 2011-04-08
-
[Bug 556653] Re: build fails in chrooted system
From: Launchpad Bug Tracker, 2010-04-09
-
[Bug 556653] Re: build fails in chrooted system
From: Launchpad Bug Tracker, 2010-04-09
-
[Bug 556653] Re: build fails in chrooted system
From: Launchpad Bug Tracker, 2010-04-09
-
[Bug 556653] Re: build fails in chrooted system
From: Bryce Harrington, 2010-04-09
-
[Bug 556653] Re: build fails in chrooted system
From: Launchpad Bug Tracker, 2010-04-08
-
[Bug 556653] Re: build fails in chrooted system
From: Launchpad Bug Tracker, 2010-04-08
-
[Bug 556653] Re: build fails in chrooted system
From: Alberto Milone, 2010-04-08
-
[Bug 556653] Re: build fails in chrooted system
From: Alberto Milone, 2010-04-08
-
[Bug 556653] Re: build fails in chrooted system
From: Luigi Capriotti, 2010-04-08
-
[Bug 556653] Re: build fails in chrooted system
From: Alberto Milone, 2010-04-07
-
[Bug 556653] Re: build fails in chrooted system
From: Alberto Milone, 2010-04-07
-
[Bug 556653] Re: build fails in chrooted system
From: Alberto Milone, 2010-04-06
-
[Bug 556653] Re: build fails in chrooted system
From: Alberto Milone, 2010-04-06
-
[Bug 556653] [NEW] build fails in chrooted system
From: Luigi Capriotti, 2010-04-06
References