2002-10-30 22:44:13

by Bob Billson

[permalink] [raw]
Subject: lkc 1.2: make xmenu error

Hi Roman ...

I was trying out lkc v1.2 on 2.5.44. make xconfig coughs up the following
error:

[reb@etain]:~/kernel/linux-2.5.44$ make xconfig
make -f scripts/Makefile
make -f scripts/kconfig/Makefile scripts/kconfig/qconf
gcc -Wp,-MD,scripts/kconfig/.conf.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/kconfig/conf.o scripts/kconfig/conf.c
gcc -Wp,-MD,scripts/kconfig/.kconfig_load.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/kconfig/kconfig_load.o scripts/kconfig/kconfig_load.c
gcc -Wp,-MD,scripts/kconfig/.mconf.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/kconfig/mconf.o scripts/kconfig/mconf.c
/usr/share/qt/bin/moc -i scripts/kconfig/qconf.h -o scripts/kconfig/qconf.moc
make[1]: /usr/share/qt/bin/moc: Command not found
make[1]: *** [scripts/kconfig/qconf.moc] Error 127
make: *** [scripts/kconfig/qconf] Error 2

This is on a Debian (testing tree) box with the libqt3-dev package
installed. moc is there, just not in /usr/share/qt/bin:

[reb@etain]:~/kernel/linux-2.5.44$ whereis moc
moc: /usr/bin/moc /usr/share/man/man1/moc.1.gz

I didn't see this mentioned on lkml yet. Apologies if it was and I missed
it.
bob
--
bob billson email: [email protected] ham: kc2wz /)
[email protected] beekeeper -8|||}
"N?l aon tinte?n mar do thinte?n f?in." --Dorothy Linux geek \)
[ GPG key: http://bhive.dhs.org/gpgkey.html ]


2002-10-30 22:52:30

by Roman Zippel

[permalink] [raw]
Subject: Re: lkc 1.2: make xmenu error

Hi,

On Wed, 30 Oct 2002, Bob Billson wrote:

> [reb@etain]:~/kernel/linux-2.5.44$ make xconfig
> make -f scripts/Makefile
> make -f scripts/kconfig/Makefile scripts/kconfig/qconf
> gcc -Wp,-MD,scripts/kconfig/.conf.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/kconfig/conf.o scripts/kconfig/conf.c
> gcc -Wp,-MD,scripts/kconfig/.kconfig_load.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/kconfig/kconfig_load.o scripts/kconfig/kconfig_load.c
> gcc -Wp,-MD,scripts/kconfig/.mconf.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/kconfig/mconf.o scripts/kconfig/mconf.c
> /usr/share/qt/bin/moc -i scripts/kconfig/qconf.h -o scripts/kconfig/qconf.moc
> make[1]: /usr/share/qt/bin/moc: Command not found
> make[1]: *** [scripts/kconfig/qconf.moc] Error 127
> make: *** [scripts/kconfig/qconf] Error 2
>
> This is on a Debian (testing tree) box with the libqt3-dev package
> installed. moc is there, just not in /usr/share/qt/bin:
>
> [reb@etain]:~/kernel/linux-2.5.44$ whereis moc
> moc: /usr/bin/moc /usr/share/man/man1/moc.1.gz

Debian creates symlinks in /usr/share/qt/bin, which point to /usr/bin, so
this should work (at least it does here :) ). How does your
/usr/share/qt/bin look like?

bye, Roman

2002-10-31 03:44:10

by Bob Billson

[permalink] [raw]
Subject: Re: lkc 1.2: make xmenu error

On Wed, Oct 30, 2002 at 11:58:46PM +0100, Roman Zippel penned:
> > This is on a Debian (testing tree) box with the libqt3-dev package
> > installed. moc is there, just not in /usr/share/qt/bin:
> >
> > [reb@etain]:~/kernel/linux-2.5.44$ whereis moc
> > moc: /usr/bin/moc /usr/share/man/man1/moc.1.gz
>
> Debian creates symlinks in /usr/share/qt/bin, which point to /usr/bin, so
> this should work (at least it does here :) ). How does your
> /usr/share/qt/bin look like?

Doh! There were no symlinks. I reinstalled the package and magically
they appeared. So ...umm... never mind that bug report. :)

thanks... bob
--
bob billson email: [email protected] ham: kc2wz /)
[email protected] beekeeper -8|||}
"N?l aon tinte?n mar do thinte?n f?in." --Dorothy Linux geek \)
[ GPG key: http://bhive.dhs.org/gpgkey.html ]