[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-redhat-users
Subject:    kde-redhat-users Digest, Vol 18, Issue 3
From:       kde-redhat-users-request () lists ! sourceforge ! net
Date:       2007-11-12 16:53:42
Message-ID: mailman.155665.1194886422.26582.kde-redhat-users () lists ! sourceforge ! net
[Download RAW message or body]

Send kde-redhat-users mailing list submissions to
	kde-redhat-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/kde-redhat-users
or, via email, send a message with subject or body 'help' to
	kde-redhat-users-request@lists.sourceforge.net

You can reach the person managing the list at
	kde-redhat-users-owner@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of kde-redhat-users digest..."


Today's Topics:

   1. Can't build kde app on F8 x86_64 (Neal Becker)
   2. Re: Can't build kde app on F8 x86_64 (Rex Dieter)
   3. Re: Can't build kde app on F8 x86_64 (Neal Becker)
   4. Re: Can't build kde app on F8 x86_64 (segfault	in uic)
      (Neal Becker)
   5. Re: lost control of Navigator Toolbar (Claude Jones)
   6. Re: Can't build kde app on F8 x86_64 - Solved! (Neal Becker)
   7. Re: Can't build kde app on F8 x86_64 - Solved! (Rex Dieter)
   8. development repository (Jos? Matos)
   9. Re: development repository (Rex Dieter)
  10. Re: development repository (Jos? Matos)

[Attachment #4 (multipart/digest)]


Content-Transfer-Encoding: 7bit
From: Neal Becker <ndbecker2@gmail.com>
Precedence: list
MIME-Version: 1.0
To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Date: Mon, 12 Nov 2007 08:30:55 -0500
Reply-To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Message-ID: <200711120830.55412.ndbecker2@gmail.com>
Content-Type: text/plain;
  charset="us-ascii"
Subject: [kde-redhat-users] Can't build kde app on F8 x86_64
Message: 1

I'm baffled.  I was able to build kopete-otr-0.6 on F7, but not with F8.  
Here's what happens:
checking if UIC has KDE plugins available... no
configure: error:
you need to install kdelibs first.

If you did install kdelibs, then the Qt version that is picked up by
this configure is not the same version you used to compile kdelibs.
The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
_same Qt version_, compiled with the _same compiler_ and the same Qt
configuration settings.

configure:31310: result: libraries /usr/lib64, headers /usr/include/kde
configure:31349: checking if UIC has KDE plugins available
configure:31376: /usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer -nounload -impl 
actest.h actest.ui > actest.cpp
./configure: line 31377:  2878 Segmentation 
fault      /usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer -nounload -impl 
actest.h actest.ui > actest.cpp

rpm -q kdelibs-devel
kdelibs-devel-3.5.8-7.fc8.i386
kdelibs-devel-3.5.8-7.fc8.x86_64




Content-Transfer-Encoding: 7bit
From: Rex Dieter <rdieter@math.unl.edu>
Precedence: list
MIME-Version: 1.0
To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
References: <200711120830.55412.ndbecker2@gmail.com>
In-Reply-To: <200711120830.55412.ndbecker2@gmail.com>
Date: Mon, 12 Nov 2007 07:33:57 -0600
Reply-To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Message-ID: <47385645.4060006@math.unl.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Subject: Re: [kde-redhat-users] Can't build kde app on F8 x86_64
Message: 2

Neal Becker wrote:
> I'm baffled.  I was able to build kopete-otr-0.6 on F7, but not with F8.  
> Here's what happens:
> checking if UIC has KDE plugins available... no
> configure: error:
> you need to install kdelibs first.
> 
> If you did install kdelibs, then the Qt version that is picked up by
> this configure is not the same version you used to compile kdelibs.
> The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
> _same Qt version_, compiled with the _same compiler_ and the same Qt
> configuration settings.
> 
> configure:31310: result: libraries /usr/lib64, headers /usr/include/kde
> configure:31349: checking if UIC has KDE plugins available
> configure:31376: /usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer -nounload -impl 
> actest.h actest.ui > actest.cpp
> ./configure: line 31377:  2878 Segmentation 
> fault      /usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer -nounload -impl 
> actest.h actest.ui > actest.cpp
> 
> rpm -q kdelibs-devel
> kdelibs-devel-3.5.8-7.fc8.i386
> kdelibs-devel-3.5.8-7.fc8.x86_64

rpm -e kdelibs-devel.i386 qt-deve.i386
and try again.  Something, somewhere may be getting confused multilib-wise.

-- Rex




Content-Transfer-Encoding: 7bit
From: Neal Becker <ndbecker2@gmail.com>
Precedence: list
MIME-Version: 1.0
To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
References: <200711120830.55412.ndbecker2@gmail.com>
	<47385645.4060006@math.unl.edu>
In-Reply-To: <47385645.4060006@math.unl.edu>
Date: Mon, 12 Nov 2007 08:58:13 -0500
Reply-To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Message-ID: <200711120858.13780.ndbecker2@gmail.com>
Content-Type: text/plain;
  charset="iso-8859-1"
Subject: Re: [kde-redhat-users] Can't build kde app on F8 x86_64
Message: 3

On Monday 12 November 2007, Rex Dieter wrote:
> Neal Becker wrote:
> > I'm baffled.  I was able to build kopete-otr-0.6 on F7, but not with F8.
> > Here's what happens:
> > checking if UIC has KDE plugins available... no
> > configure: error:
> > you need to install kdelibs first.
> >
> > If you did install kdelibs, then the Qt version that is picked up by
> > this configure is not the same version you used to compile kdelibs.
> > The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
> > _same Qt version_, compiled with the _same compiler_ and the same Qt
> > configuration settings.
> >
> > configure:31310: result: libraries /usr/lib64, headers /usr/include/kde
> > configure:31349: checking if UIC has KDE plugins available
> > configure:31376: /usr/lib64/qt-3.3/bin/uic -L
> > /usr/lib64/kde3/plugins/designer -nounload -impl actest.h actest.ui >
> > actest.cpp
> > ./configure: line 31377:  2878 Segmentation
> > fault      /usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer
> > -nounload -impl actest.h actest.ui > actest.cpp
> >
> > rpm -q kdelibs-devel
> > kdelibs-devel-3.5.8-7.fc8.i386
> > kdelibs-devel-3.5.8-7.fc8.x86_64
>
> rpm -e kdelibs-devel.i386 qt-deve.i386
> and try again.  Something, somewhere may be getting confused multilib-wise.
>
Thanks.  Tried that.  In fact I removed everything that was i386 for qt and 
for kde.  No difference.  Still baffled.  This is a brand new F8 install.  I 
have another machine that I yum upgraded from F7.  The upgraded one builds 
this OK, but the new install chokes.




Content-Transfer-Encoding: 7bit
From: Neal Becker <ndbecker2@gmail.com>
Precedence: list
MIME-Version: 1.0
To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
References: <200711120830.55412.ndbecker2@gmail.com>
	<47385645.4060006@math.unl.edu>
In-Reply-To: <47385645.4060006@math.unl.edu>
Date: Mon, 12 Nov 2007 09:14:25 -0500
Reply-To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Message-ID: <200711120914.25496.ndbecker2@gmail.com>
Content-Type: text/plain;
  charset="iso-8859-1"
Subject: Re: [kde-redhat-users] Can't build kde app on F8 x86_64 (segfault
	in uic)
Message: 4

 run -L /usr/lib64/kde3/plugins/designer -nounload -impl actest.h actest.ui

(gdb) where
#0  0x000000383d4118ad in __cxa_pure_virtual () from /lib64/libselinux.so.1
#1  0x000000383d404d2f in __cxa_pure_virtual () from /lib64/libselinux.so.1
#2  0x0000003833c1b000 in ?? () from /lib64/ld-linux-x86-64.so.2
#3  0x0000000000000000 in ?? ()

Before concluding that this is selinux problem, let me say that selinux is 
disabled on this box.  Does this mean anything to anyone?




Content-Transfer-Encoding: quoted-printable
From: Claude Jones <cjones@levitjames.com>
Precedence: list
MIME-Version: 1.0
To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
References: <200711101042.11109.cjones@levitjames.com>
	<200711101445.05947.cjones@levitjames.com>
	<200711111739.29371.jamatos@fc.up.pt>
In-Reply-To: <200711111739.29371.jamatos@fc.up.pt>
Date: Mon, 12 Nov 2007 09:54:38 -0500
Reply-To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Message-ID: <200711120954.38259.cjones@levitjames.com>
Content-Type: text/plain;
  charset="iso-8859-1"
Subject: Re: [kde-redhat-users] lost control of Navigator Toolbar
Message: 5

On Sun November 11 2007, José Matos wrote:
> Does it works if you play with ~/.kde/share/config/kontactrc?

Let us see. I just modified the option to hide the navigator toolbar from 
false to true. When I restarted Kontact, it came up correctly without my dual 
left oriented navigation columns. Sometimes, it seems like it holds for a 
restart only to return later to the behavior I've been describing...

-- 
Claude Jones
Brunswick, MD, USA




Content-Transfer-Encoding: 7bit
From: Neal Becker <ndbecker2@gmail.com>
Precedence: list
MIME-Version: 1.0
To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
References: <200711120830.55412.ndbecker2@gmail.com>
	<47385645.4060006@math.unl.edu>
In-Reply-To: <47385645.4060006@math.unl.edu>
Date: Mon, 12 Nov 2007 10:33:14 -0500
Reply-To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Message-ID: <200711121033.14740.ndbecker2@gmail.com>
Content-Type: text/plain;
  charset="iso-8859-1"
Subject: Re: [kde-redhat-users] Can't build kde app on F8 x86_64 - Solved!
Message: 6

After install vtk-qt I was unable to run uic.  It would segfault.  This proved 
extremely hard to track down.  Finally, I found the problem was caused by

/usr/lib64/qt-3.3/plugins/designer/libQVTKWidgetPlugin.so

Version-Release number of selected component (if applicable):

vtk-qt-5.0.3-20.fc8.x86_64




Content-Transfer-Encoding: 7bit
From: Rex Dieter <rdieter@math.unl.edu>
Precedence: list
MIME-Version: 1.0
To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
References: <200711120830.55412.ndbecker2@gmail.com>	<47385645.4060006@math.unl.edu>
	<200711121033.14740.ndbecker2@gmail.com>
In-Reply-To: <200711121033.14740.ndbecker2@gmail.com>
Date: Mon, 12 Nov 2007 09:39:29 -0600
Reply-To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Message-ID: <473873B1.8080609@math.unl.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Subject: Re: [kde-redhat-users] Can't build kde app on F8 x86_64 - Solved!
Message: 7

Neal Becker wrote:
> After install vtk-qt I was unable to run uic.  It would segfault.  This proved 
> extremely hard to track down.  Finally, I found the problem was caused by
> 
> /usr/lib64/qt-3.3/plugins/designer/libQVTKWidgetPlugin.so
> 
> Version-Release number of selected component (if applicable):
> 
> vtk-qt-5.0.3-20.fc8.x86_64

bugzilla please.  (heck, I'd never even heard of that before...learn 
something new everyday).

-- Rex




Content-Transfer-Encoding: quoted-printable
From: =?iso-8859-1?q?José_Matos?= <jamatos@fc.up.pt>
Precedence: list
MIME-Version: 1.0
To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Date: Mon, 12 Nov 2007 16:25:05 +0000
Reply-To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Message-ID: <200711121625.05142.jamatos@fc.up.pt>
Content-Type: text/plain;
  charset="iso-8859-1"
Subject: [kde-redhat-users] development repository
Message: 8

Hi,
	I have one desktop machine tracking development (post F8) and I would like to 
test kde-redhat on that machine.

	One problem I have is that the mirror list redirects to $releasever that is 
now 8.90 and not 9 as the mirrorlist expects.

	Rex could you fix this (probably creating a symbolic link from 8.90 to 
development)?

	Thanks,
-- 
José Abílio




Content-Transfer-Encoding: 8bit
From: Rex Dieter <rdieter@math.unl.edu>
Precedence: list
MIME-Version: 1.0
To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
References: <200711121625.05142.jamatos@fc.up.pt>
In-Reply-To: <200711121625.05142.jamatos@fc.up.pt>
Date: Mon, 12 Nov 2007 10:27:11 -0600
Reply-To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Message-ID: <47387EDF.9060906@math.unl.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Subject: Re: [kde-redhat-users] development repository
Message: 9

José Matos wrote:
> Hi,
> 	I have one desktop machine tracking development (post F8) and I would like to 
> test kde-redhat on that machine.
> 
> 	One problem I have is that the mirror list redirects to $releasever that is 
> now 8.90 and not 9 as the mirrorlist expects.
> 
> 	Rex could you fix this (probably creating a symbolic link from 8.90 to 
> development)?

Sure.

-- Rex




Content-Transfer-Encoding: quoted-printable
From: =?iso-8859-1?q?José_Matos?= <jamatos@fc.up.pt>
Precedence: list
MIME-Version: 1.0
To: kde-redhat-users@lists.sourceforge.net
References: <200711121625.05142.jamatos@fc.up.pt>
	<47387EDF.9060906@math.unl.edu>
In-Reply-To: <47387EDF.9060906@math.unl.edu>
Date: Mon, 12 Nov 2007 16:53:34 +0000
Reply-To: General discussion for kde-redhat users
	<kde-redhat-users@lists.sourceforge.net>
Message-ID: <200711121653.34255.jamatos@fc.up.pt>
Content-Type: text/plain;
  charset="iso-8859-1"
Subject: Re: [kde-redhat-users] development repository
Message: 10

On Monday 12 November 2007 16:27:11 Rex Dieter wrote:
> Sure.
>
> -- Rex

Thanks, it works now. :-)

-- 
José Abílio



--==============54301419==--

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

_______________________________________________
kde-redhat-users mailing list
kde-redhat-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kde-redhat-users

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic