|
Home > Archive > Debian Developers > June 2004 > make gconfig does not work in kernel-source-2.6.6
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
make gconfig does not work in kernel-source-2.6.6
|
|
| Juhapekka Tolvanen 2004-06-13, 11:49 pm |
|
I'd like to create proper bug report, but I don't know where the bug is,
in Gtk2-libs or in kernel source 2.6.6:
If I try to configure my krnel compile with command like this:
make-kpkg --revision=custom.1 --bzimage --initrd --added-patches debian \
--added-modules shfs --config gconfig configure
It just causes errors like these:
(Clip)
make[1]: Entering directory `/usr/src/kernel-source-2.6.6'
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/split-include
HOSTCC scripts/basic/docproc
*
* Unable to find the GTK+ installation. Please make sure that
* the GTK+ 2.0 development package is correctly installed...
* You need gtk+-2.0, glib-2.0 and libglade-2.0.
*
make[2]: *** [scripts/kconfig/.tmp_gtkcheck] Error 1
make[1]: *** [gconfig] Error 2
make[1]: Leaving directory `/usr/src/kernel-source-2.6.6'
make: *** [stamp-kernel-configure] Error 2
zsh: 11297 exit 2 make-kpkg --revision=custom.1 --bzimage --initrd
--added-patches debian shfs
I am convinced I have installed those developmenet headers and
libraries. So what is wrong?
--
Juhapekka "naula" Tolvanen * http colon slash slash iki dot fi slash juhtolv
"kiellän sanomasta enää sanaakaan. olen kyllästynyt puheen horinaan.
tämä läävä on valheita täynnä. kierrän huonetta kuin puukko kädessä." CMX
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
| William Lee Irwin III 2004-06-13, 11:49 pm |
| On Mon, Jun 14, 2004 at 04:51:54AM +0300, Juhapekka Tolvanen wrote:
> I'd like to create proper bug report, but I don't know where the bug is,
> in Gtk2-libs or in kernel source 2.6.6:
> If I try to configure my krnel compile with command like this:
> make-kpkg --revision=3Dcustom.1 --bzimage --initrd --added-patches debia=
> n \
> --added-modules shfs --config gconfig configure=20
> It just causes errors like these:
> (Clip)
> make[1]: Entering directory `/usr/src/kernel-source-2.6.6'
> HOSTCC scripts/basic/fixdep
> HOSTCC scripts/basic/split-include
> HOSTCC scripts/basic/docproc
> * Unable to find the GTK+ installation. Please make sure that
> * the GTK+ 2.0 development package is correctly installed...
> * You need gtk+-2.0, glib-2.0 and libglade-2.0.
> make[2]: *** [scripts/kconfig/.tmp_gtkcheck] Error 1
> make[1]: *** [gconfig] Error 2
> make[1]: Leaving directory `/usr/src/kernel-source-2.6.6'
> make: *** [stamp-kernel-configure] Error 2
> zsh: 11297 exit 2 make-kpkg --revision=3Dcustom.1 --bzimage --initrd
> --added-patches debian shfs
> I am convinced I have installed those developmenet headers and
> libraries. So what is wrong?
Do you know which version of the kernel this failure was introduced in?
Also, can you send the results of dpkg --list (preferably gzipped).
-- wli
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
| Juhapekka Tolvanen 2004-06-13, 11:49 pm |
|
On Mon, 14 Jun 2004, +05:19:28 EEST (UTC +0300),
William Lee Irwin III <wli@holomorphy.com> pressed some keys:
> On Mon, Jun 14, 2004 at 04:51:54AM +0300, Juhapekka Tolvanen wrote:
[vbcol=seagreen]
> Do you know which version of the kernel this failure was introduced in?
I installed these Debian-packages of unstable Debian:
kernel-source-2.6.6
kernel-patch-debian-2.6.6
shfs-source
My Debian-system itself is unstable, too.
> Also, can you send the results of dpkg --list (preferably gzipped).
I already de-installed those Gtk2 -development packages to make room for
Qt -development packages. And right no I have Qt-based kernel
configuration dialog in front of me. Anyway, I had at least these
packages installed:
libglib2.0-dev
libgtk2.0-dev
libglade2-dev
BTW am I the only Debian user who has tried to compile kernel 2.6.* with
"make gconfig"? If you have succesfully used that "make gconfig",
please say so.
--
Juhapekka "naula" Tolvanen * http colon slash slash iki dot fi slash juhtolv
"kiellän sanomasta enää sanaakaan. olen kyllästynyt puheen horinaan.
tämä läävä on valheita täynnä. kierrän huonetta kuin puukko kädessä." CMX
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
| Philip Miller 2004-06-14, 5:54 pm |
| Juhapekka Tolvanen wrote:
> [snip a whole lot]
> BTW am I the only Debian user who has tried to compile kernel 2.6.* with
> "make gconfig"? If you have succesfully used that "make gconfig",
> please say so.
Yes, I have successfully configured a kernel with gconfig. My usual method
it to run the 'config' target of make-kpkg with the '--configure g' parameter.
Philip Miller
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
|
|
|
|
|