LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 04-07-2004, 11:51 AM   #1
Outabux
Member
 
Registered: Apr 2003
Location: Greenwood Mississippi
Distribution: Debian's SID 2.6.Current, SuSe 8.2 Pro, FreeBSD
Posts: 213

Rep: Reputation: 30
Several problems: xconfig, kde3.2 menu


Problem #1. Although make menuconfig does work, and work well I would like to be able to use xconfig. it gives me this error:

i8250d:/usr/src/linux# make xconfig
make[1]: `scripts/fixdep' is up to date.
*
* Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
make[1]: *** [scripts/kconfig/.tmp_qtcheck] Error 1
make: *** [xconfig] Error 2

How do i fix the error so that i may run xconfig...SID w/2.6.4 alsa acpi (inspiron 8200)

Problem #2. Although gnome and twm successfully add menu icons and groups for my apt-get s, (firestarter xmms bzflag n a few more) kde doesn't except for xine-ui. read in an earlier thread to try update-menus...tried from the run command....nothing....ran from terminal got these errors

i8250d:~# update-menus
Unknown error, message=replacewith($string, $replace, $with): $replace and $with must have the same length.
install-menu: /etc/menu-methods/freedesktop-desktop-entry-spec-dirs: aborting
update-menus[5182]: Script /etc/menu-methods/freedesktop-desktop-entry-spec-dirs returned error status 1.
Unknown error, message=replacewith($string, $replace, $with): $replace and $with must have the same length.
install-menu: /etc/menu-methods/freedesktop-desktop-entry-spec-apps: aborting
update-menus[5182]: Script /etc/menu-methods/freedesktop-desktop-entry-spec-apps returned error status 1.

tried it with kde and with kde-core which im using now to add only what i need

Please help

Last edited by Outabux; 04-07-2004 at 12:07 PM.
 
Old 04-07-2004, 12:20 PM   #2
sims
Member
 
Registered: Mar 2004
Location: Australia
Distribution: Debian, Ubuntu
Posts: 55

Rep: Reputation: 15
"apt-get install libqt3-dev" should fix the xconfig problem.
 
Old 04-07-2004, 01:51 PM   #3
Outabux
Member
 
Registered: Apr 2003
Location: Greenwood Mississippi
Distribution: Debian's SID 2.6.Current, SuSe 8.2 Pro, FreeBSD
Posts: 213

Original Poster
Rep: Reputation: 30
Woooooooo!

That's a large package:
i8250d:~# apt-get install libqt3-dev
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
cpp-3.2 g++-3.2 gcc-3.2 gcc-3.2-base libaudio-dev libexpat1-dev
libfontconfig1-dev libfreetype6-dev libice-dev libjpeg62-dev liblcms1-dev
libmng-dev libpng12-dev libqt3-headers libqt3c102 libsm-dev libstdc++5-dev
libx11-dev libxcursor-dev libxext-dev libxft-dev libxi-dev libxmu-dev
libxmuu-dev libxp-dev libxpm-dev libxrandr-dev libxrender-dev libxt-dev
libxtrap-dev libxtst-dev libxv-dev pkg-config pm-dev qt3-dev-tools
render-dev x-dev xlibmesa-gl-dev xlibmesa-glu-dev xlibs-dev xlibs-pic
xlibs-static-dev xlibs-static-pic zlib1g-dev
Suggested packages:
gcc-3.2-doc libqt3-i18n qt3-doc libqt3c102-psql libqt3c102-mysql
libqt3c102-odbc libstdc++5-doc stl-manual libgnome-dev xspecs
Recommended packages:
libqt3-compat-headers libqt3-mt-dev
The following NEW packages will be installed:
cpp-3.2 g++-3.2 gcc-3.2 gcc-3.2-base libaudio-dev libexpat1-dev
libfontconfig1-dev libfreetype6-dev libice-dev libjpeg62-dev liblcms1-dev
libmng-dev libpng12-dev libqt3-dev libqt3-headers libqt3c102 libsm-dev
libstdc++5-dev libx11-dev libxcursor-dev libxext-dev libxft-dev libxi-dev
libxmu-dev libxmuu-dev libxp-dev libxpm-dev libxrandr-dev libxrender-dev
libxt-dev libxtrap-dev libxtst-dev libxv-dev pkg-config pm-dev qt3-dev-tools
render-dev x-dev xlibmesa-gl-dev xlibmesa-glu-dev xlibs-dev xlibs-pic
xlibs-static-dev xlibs-static-pic zlib1g-dev
0 upgraded, 45 newly installed, 0 to remove and 1 not upgraded.
Need to get 19.2MB of archives.
After unpacking 59.0MB of additional disk space will be used.


DID IT, also needed g++ : a small one here
i8250d:/usr/src/linux# apt-get install g++
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
g++-3.3 libstdc++5-3.3-dev
Suggested packages:
gcc-3.3-doc libstdc++5-3.3-doc stl-manual
The following NEW packages will be installed:
g++ g++-3.3 libstdc++5-3.3-dev
0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 2549kB of archives.
After unpacking 8413kB of additional disk space will be used.

It worked!

Looks different than that of Knoppix3.3's implementation but oh well.

Thanx!!!!!!
Will hold off on my mirrored debian install (keep a pristine install and one that is for testing incase i make big booboo as im in SID/unstable and am newbie!
 
Old 04-07-2004, 01:54 PM   #4
Outabux
Member
 
Registered: Apr 2003
Location: Greenwood Mississippi
Distribution: Debian's SID 2.6.Current, SuSe 8.2 Pro, FreeBSD
Posts: 213

Original Poster
Rep: Reputation: 30
kde menu system

have seen other posts (have been looking all day, ALL) regarding the bug in kde3.2's menu system. Wont worry just yet. Maybe it'll be fixed in a while. Dont have very many more packages to add just yet.


However if there is a conclusive fix, please let me know without having to downgrade a part of the installation or kde3.2 to good ole 3.1.5.
 
Old 04-12-2004, 12:04 AM   #5
Outabux
Member
 
Registered: Apr 2003
Location: Greenwood Mississippi
Distribution: Debian's SID 2.6.Current, SuSe 8.2 Pro, FreeBSD
Posts: 213

Original Poster
Rep: Reputation: 30
Thanx Again. However I am concerned.

The first time i run xconfig it takes a while, then everythings ok. So I decided to check messages, and here's what I got:

i8250d:/usr/src/linux# make xconfig
make[1]: `scripts/fixdep' is up to date.
HOSTCXX scripts/kconfig/qconf.o
HOSTLD scripts/kconfig/qconf
scripts/kconfig/qconf arch/i386/Kconfig
optimize && ?
optimize && ?
optimize && ?
optimize && ?
#
# using defaults found in .config
#
Conflict in /usr/lib/kde3/plugins/styles/kthemestyle.so:
Plugin uses multi threaded Qt library!
Conflict in /usr/lib/kde3/plugins/styles/highcolor.so:
Plugin uses multi threaded Qt library!
Conflict in /usr/lib/kde3/plugins/styles/light.so:
Plugin uses multi threaded Qt library!
i8250d:/usr/src/linux# make xconfig
make[1]: `scripts/fixdep' is up to date.
scripts/kconfig/qconf arch/i386/Kconfig
optimize && ?
optimize && ?
optimize && ?
optimize && ?
#
# using defaults found in .config
#


Any suggestions or are these relatively conflicts benign and wont cause harm?

Anyway I am interested in resolving these conflicts.

Thanking in advance again.
 
Old 04-13-2004, 01:00 PM   #6
Outabux
Member
 
Registered: Apr 2003
Location: Greenwood Mississippi
Distribution: Debian's SID 2.6.Current, SuSe 8.2 Pro, FreeBSD
Posts: 213

Original Poster
Rep: Reputation: 30
errors gone after reboot

after a reboot, errors gone...like windows in that regard

thanx again
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What's up with 'make xconfig' & QT ? ntisithoj Fedora 4 03-04-2005 09:23 PM
make xconfig, xconfig with weird words pakkua80 Fedora - Installation 3 11-17-2004 06:19 AM
make xconfig/make menuconfig don't work acidblue Debian 2 07-27-2004 07:36 AM
What is the difference between 'make oldconfig' and 'make xconfig' davidas Linux - Newbie 2 04-07-2004 03:49 AM
Problems doing make xconfig reyemarr Debian 13 04-02-2004 12:06 PM


All times are GMT -5. The time now is 02:21 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration