Re: Why Does KPackage Want to Pretty Much Wipe Out My System?

2004-08-05 Thread Brian Nelson
Scarletdown <[EMAIL PROTECTED]> writes:

> On Wednesday 04 August 2004 22:29, Roy Pluschke wrote:
>>
>> then configure with   ./configure --with-qt3-dir=/usr/share/qt3
>
> And that gave the same error as before:
>
> checking for Qt... configure: error: Qt (>= Qt 2.2.2) (libraries) not 
> found. Please check your installation!
> For more details about this problem, look at the end of config.log.
>
> Here's what config.log shows
[...]
> configure:5840: rm -rf SunWS_cache; c++ -o conftest -O2 -fno-exceptions 
> -fno-check-new -I/usr/local/qt/include -I/usr/X11R6/include  
> -D_REENTRANT  -L/usr/share/qt/lib -L/usr/X11R6/lib   conftest.C  -lqt 
> -lpng -lz -lm -ljpeg  -lXext -lX11 -lSM -lICE  -lresolv 1>&5
> /usr/bin/ld: cannot find -lqt

Broken.  It should be linking against qt-mt.  You could install
libqt3-dev and link against qt, but it would be better to really link
against qt-mt.  Either hack the configure script, or if you're feeling
daring, do:

  # cd /usr/lib && ln -s libqt-mt.so libqt.so

-- 
You win again, gravity!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Why Does KPackage Want to Pretty Much Wipe Out My System?

2004-08-05 Thread Cameron Hutchison
Once upon a time Scarletdown said...
> On Wednesday 04 August 2004 22:29, Roy Pluschke wrote:
> >
> > then configure with   ./configure --with-qt3-dir=/usr/share/qt3
> 
> And that gave the same error as before:

You need in install the -dev packages, either libqt3-dev or
libqt3-mt-dev or maybe both.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Why Does KPackage Want to Pretty Much Wipe Out My System?

2004-08-04 Thread Scarletdown
On Wednesday 04 August 2004 22:29, Roy Pluschke wrote:
>
> then configure with   ./configure --with-qt3-dir=/usr/share/qt3

And that gave the same error as before:

checking for Qt... configure: error: Qt (>= Qt 2.2.2) (libraries) not 
found. Please check your installation!
For more details about this problem, look at the end of config.log.

Here's what config.log shows

configure:5666: checking for Qt
configure: 5730: /usr/share/qt/include/qstyle.h
configure: 5730: /usr/share/qt/qstyle.h
configure: 5730: /usr/share/qt2/include/qstyle.h
configure: 5730: /usr/share/qt2/qstyle.h
configure: 5730: /usr/share/qt/include/qstyle.h
configure: 5730: /usr/share/qt/qstyle.h
configure: 5730: /usr/local/qt/include/qstyle.h
taking that
tried NO
configure:5840: rm -rf SunWS_cache; c++ -o conftest -O2 -fno-exceptions 
-fno-check-new -I/usr/local/qt/include -I/usr/X11R6/include  
-D_REENTRANT  -L/usr/share/qt/lib -L/usr/X11R6/lib   conftest.C  -lqt 
-lpng -lz -lm -ljpeg  -lXext -lX11 -lSM -lICE  -lresolv 1>&5
/usr/bin/ld: cannot find -lqt
collect2: ld returned 1 exit status
configure: failed program was:
#include "confdefs.h"
#include 
#include 
#include 
#include 
#include 
#include 
#if ! (QT_VERSION >= 222)
#error 1
#endif

int main() {
QStringList *t = new QStringList();
QIconView iv(0);
iv.setWordWrapIconText(false);
QString s;
s.setLatin1("Elvis is alive", 14);
int magnolia = QEvent::Speech; /* new in 2.2 beta2 */
return 0;
}



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Why Does KPackage Want to Pretty Much Wipe Out My System?

2004-08-04 Thread Roy Pluschke
On August 4, 2004 21:41, Scarletdown wrote:


>
> export QTDIR=/usr/share/qt, I went ahead and did a
>
> export QTDIR=/usr/share/qt and tried .configure again, but got the same
> error.  I also tried export QTDIR=/usr/share/qt3, and again got the
> same error when I did ./configure even though qt and qt3 are actually
> there.
>
> So, what else needs to be done for knewspost to install correctly?

type ./configure --help

It should give options to configure.  To the one for the qt libs give the path 
to the qt libs (on sid its /usr/share/qt3).  I'm sorry I can't remember the 
exact name of the option as I'm not on my home computer.

then configure with   ./configure --with-qt3-dir=/usr/share/qt3

(note the "--with-qt3-dir" is just a guess) 

I've found that I had to do this to compile any qt app on debian since we tend 
to put the qt libs in different places than other distributions

Hope this helps,
RJP


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Why Does KPackage Want to Pretty Much Wipe Out My System?

2004-08-04 Thread Scarletdown
On Wednesday 04 August 2004 21:20, Travis Crump wrote:

> You already have the qt libraries properly installed, after all
> everything in KDE depends on them so how could you not[if you have
> KDE installed].  They are called libqt3c102-mt.  libqt3 is the
> gcc2.95 version which isn't what you want.  Take a step back, a
> better question is why are you having problems installing knewspost? 
> Where did you get it[since it doesn't appear to be in debian]?  What
> form is it in[source, rpm, deb]? What have you tried? What led you to
> the erroneous conclusion that you wanted to install libqt3?  You
> appear to be running a sarge/sid mix, so take stable out of your
> sources.list at which point you will see that libqt3 doesn't even
> exist anymore.

I downloaded knewspost from here:

http://www.semeniuk.net/linux/knewspost/

There's only 2 download and install possibilities, tarball and rpm.  I 
went with the tarball.  After unpacking the archive, I tried to install 
it with ./configure.  The procedure crapped out when it failed to find 
the Qt libraries.  Here is the error message:

checking for Qt... configure: error: Qt (>= Qt 2.2.2) (libraries) not 
found. Please check your installation!
For more details about this problem, look at the end of config.log.

After a short Google search, I found this message thread, which is 
essentially the same problem...

http://www.linuxquestions.org/questions/history/15376

So following this advice...

export QTDIR=/usr/share/qt, I went ahead and did a

export QTDIR=/usr/share/qt and tried .configure again, but got the same 
error.  I also tried export QTDIR=/usr/share/qt3, and again got the 
same error when I did ./configure even though qt and qt3 are actually 
there.

So, what else needs to be done for knewspost to install correctly?




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Why Does KPackage Want to Pretty Much Wipe Out My System?

2004-08-04 Thread Travis Crump
Scarletdown wrote:
I'm needing to get the qt libraries properly installed so I can install 
knewspost.  In KPackage, I selected libqt3 and libqt3-mt, then clicked 
Install Marked.  Thankfully, I also selected "Test" as well, because 
this is the output that I got from the test install...

You already have the qt libraries properly installed, after all 
everything in KDE depends on them so how could you not[if you have KDE 
installed].  They are called libqt3c102-mt.  libqt3 is the gcc2.95 
version which isn't what you want.  Take a step back, a better question 
is why are you having problems installing knewspost?  Where did you get 
it[since it doesn't appear to be in debian]?  What form is it in[source, 
rpm, deb]? What have you tried? What led you to the erroneous conclusion 
that you wanted to install libqt3?  You appear to be running a sarge/sid 
mix, so take stable out of your sources.list at which point you will see 
that libqt3 doesn't even exist anymore.


signature.asc
Description: OpenPGP digital signature


Why Does KPackage Want to Pretty Much Wipe Out My System?

2004-08-04 Thread Scarletdown
I'm needing to get the qt libraries properly installed so I can install 
knewspost.  In KPackage, I selected libqt3 and libqt3-mt, then clicked 
Install Marked.  Thankfully, I also selected "Test" as well, because 
this is the output that I got from the test install...


Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  k3b-i18n kdeartwork-misc libiodbc2 libjasper-1.701-1 libpng3 libpq3
Suggested packages:
  libjasper-runtime postgresql-client libqt3-psql libqt3-odbc 
libqt3-mt-psql
  libqt3-mt-odbc
The following packages will be REMOVED:
  ark arts artsbuilder cervisia digikam doxygen-gui eyesapplet flashkard
  guarddog gwenview icemc k3b k3blibs kaddressbook kalarm kalzium 
kamera kandy
  kappfinder karbon karm kasteroids kate kate-plugins katomic kaudiocreator
  kbabel kbackgammon kbattleship kblackbox kbounce kbugbuster kcachegrind
  kcalc kcd kcdlabel kcharselect kchart kcoloredit kcontrol kcpuload kcron
  kdat kdbg kde-core kde-i18n-de kde-i18n-engb kde-i18n-es kde-i18n-fr
  kdeaddons kdeaddons-kfile-plugins kdeadmin-kfile-plugins kdeartwork
  kdeartwork-style kdeartwork-theme-window kdebase kdebase-bin
  kdebase-kio-plugins kdegraphics kdegraphics-dev kdegraphics-kfile-plugins
  kdelibs kdelibs-bin kdelibs4 kdemultimedia-kfile-plugins
  kdemultimedia-kio-plugins kdenetwork kdenetwork-kfile-plugins kdepasswd
  kdepim kdepim-kfile-plugins kdepim-libs kdeprint kdesdk-kfile-plugins
  kdesdk-misc kdesktop kdessh kdeutils kdevelop kdevelop-data kdf kdict
  kdirstat kdm kdvi kedit keduca kenolaba keybled kfax kfind kfloppy kfocus
  kformula kfouleggs kgeo kget kghostview kgpg kgpgcertmanager khangman
  khelpcenter khexedit kicker kicker-applets kiconedit kit kivio kjots
  kjumpingcube klaptopdaemon klickety klines klipper kmahjongg kmail 
kmailcvt
  kmenuedit kmessedwords kmidi kmines kmix kmoon kmplot kmrml kmymoney2
  knetload knewsticker knode knotes koffice koffice-data koffice-libs kolf
  komba2 kommander kompare konq-plugins konqueror konqueror-nsplugins 
konquest
  konsole kooka kopete korganizer korn koshell kover kpackage kpager kpaint
  kpat kpercentage kpersonalizer kpf kphone kpilot kpoker kpovmodeler kppp
  kpresenter kprof krdc krec kreversi krfb krita kruler krusader ksame kscd
  kscreensaver kshisen ksim ksirc ksirtet ksmiletris ksmserver ksnake
  ksnapshot ksokoban kspaceduel ksplash kspread kstars ksync ksysguard 
ksysv
  ktalkd ktimer ktip ktouch ktron ktuberling ktux kugar kuickshow kuser
  kverbos kview kviewshell kvoctrain kwave kweather kwifimanager kwin kwin4
  kword kworldclock kxconfig kxmleditor kxmlrpc libarts1 libarts1-audiofile
  libarts1-dev libarts1-mpeglib libarts1-xine libk3bcore1 libkdeedu1
  libkdegames1 libkdenetwork2 libkdenetwork2-dev libkonq4 libkregexpeditor
  libkscan1 libqt3-mt-dev libqt3c102-mt libqt3c102-mt-mysql 
libqt3c102-mt-odbc
  libqt3c102-mt-psql lilo-config lskat megami mpeglib mysqlcc noatun
  noatun-plugins pixieplus poxml qt3-assistant qt3-designer qt3-dev-tools
  qt3-linguist qt3-qtconfig qtparted quanta secpolicy umbrello
The following NEW packages will be installed:
  libjasper-1.701-1 libpng3 libqt3 libqt3-mt
The following packages will be upgraded
  k3b-i18n kdeartwork-misc libiodbc2 libpq3
4 upgraded, 4 newly installed, 248 to remove and 655 not upgraded.
Remv kdeutils (4:3.2.3-1 Debian:unstable)
Remv ark (4:3.2.3-1 Debian:unstable)
Remv kde-core (4:3.1.2 Debian:testing)
Remv arts (1.2.3-1 Debian:testing)
Remv kdeaddons (4:3.2.3-2 Debian:unstable)
Remv noatun-plugins (4:3.2.3-2 Debian:unstable)
Remv noatun (4:3.2.3-1 Debian:unstable)
Remv krec (4:3.2.3-1 Debian:unstable)
Remv artsbuilder (4:3.2.3-1 Debian:unstable)
Remv cervisia (4:3.2.3-2 Debian:testing)
Remv digikam (0.6.2-3 Debian:unstable)
Remv doxygen-gui (1.3.8-1 Debian:unstable)
Remv eyesapplet (4:3.2.3-3 Debian:testing)
Remv flashkard (4:3.2.3-2 Debian:unstable)
Remv guarddog (2.3.0-2 Debian:testing)
Remv gwenview (1.1.3-3 Debian:testing)
Remv icemc (0.2.4-2 Debian:testing)
Inst k3b-i18n [0.9-1] (0.11-1 Debian:testing)
Remv k3b (0.11.13-1 Debian:unstable)
Remv k3blibs (0.11.13-1 Debian:unstable)
Remv kdepim (4:3.2.3-1 Debian:unstable)
Remv kaddressbook (4:3.2.3-1 Debian:unstable)
Remv korganizer (4:3.2.3-1 Debian:unstable)
Remv kalarm (4:3.2.3-1 Debian:unstable)
Remv kalzium (4:3.2.3-2 Debian:unstable)
Remv kdegraphics (4:3.2.3-1 Debian:unstable)
Remv kamera (4:3.2.3-1 Debian:unstable)
Remv kandy (4:3.2.3-1 Debian:unstable)
Remv kdebase (4:3.2.3-1 Debian:unstable)
Remv kappfinder (4:3.2.3-1 Debian:unstable)
Remv koffice (1:1.3.2-2 Debian:unstable)
Remv karbon (1:1.3.2-2 Debian:unstable)
Remv karm (4:3.2.3-1 Debian:unstable)
Remv kasteroids (4:3.2.3-1 Debian:testing)
Remv kate-plugins (4:3.2.3-2 Debian:unstable)
Remv kate (4:3.2.3-1 Debian:unstable)
Remv katomic (4:3.2.3-1 Debian:testing)
Remv kaudiocreator (4:3.2.3-1 Debian:unstable)
Remv kbabel (4:3.2.3-2 Debian:testing)
Remv kbackgammon (4:3.2.3-1 Debian:testing)
Remv kbatt