Qt3-enhanced conflicts with qt3 though I have no qt3

Hi,
I'm trying to install KDEMod, after a clean installation of Arch.
# pacman -S kdemod-base
:: group kdemod-base:
kdemod-arts kdemod-gnu-gift kdemod-kde-common kdemod-kdebase
kdemod-kdelibs kdemod-perl-xml-xql kdemod-ui-kde qt3-enhanced
:: Install whole content? [Y/n] y
resolving dependencies... done.
looking for inter-conflicts...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: qt3-enhanced: conflicts with qt3
But i searched my system, there is no qt3 or kde related stuff installed:
# pacman -Q | grep qt
# pacman -Q | grep kde
both return nothing.
How do I solve this?
Thank you
PS: I previously install opera-static. But nothing changes after i removed it.
Last edited by Mr_Shameless (2008-06-01 02:11:56)

Thank you very much though i didnt have the chance to try that. I tried a fresh install of the new 2008.03 release and didnt have that problem

Similar Messages

  • I bought 2 iPhone 5 and received on 17 Dec but both are with rattling noise like loosing parts then I ask for replacement but courier has not come as appointment. Now I still have the defective iPhone 5 with me though I have planned to give as Xmas gift

    I bought 2 iPhone 5 and received on 17 Dec but both are with rattling noise like loosing parts then I ask for replacement but courier has not come as appointment. Now I still have the defective iPhone 5 with me though I have planned to give as Xmas gift.

    I bought 2 iPhone 5 and received on 17 Dec but both are with rattling noise like loosing parts then I ask for replacement but courier has not come as appointment. Now I still have the defective iPhone 5 with me though I have planned to give as Xmas gift.

  • I am having trouble downloading videos from icloud!  No audible slow video! Can anyone help me? Also says it has conflict with windows xp I have windows 7!

    Can anyone help me with the problem i am having with the Icloud?

    Did you ever resolve the iCloud problem.I am in the same position and its driving me mad!!! If you have a link to an solution I would appreciate it.

  • Qt-enhanced conflicts

    I am trying to do a system upgrade, but as I have kdemod rather than kde, i use qt-enhanced. Pacman tries to install qt but complains that qt-enhanced is there. I cant seem to work out what is should do so that i can upgrade. Here is the output from pacman:
    [root@wensleydale ~]# pacman -Syu
    :: Synchronising package databases...
    core is up to date
    extra is up to date
    community is up to date
    kdemod is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    :: qt conflicts with qt-enhanced. Remove qt-enhanced? [Y/n] n
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: qt: conflicts with qt-enhanced
    I am rather new to arch linux, so any help would be appreciated.

    I am still getting issues, I upgraded pacman today....
    [tyler@hell ~]$ sudo pacman -Sudf
    :: Starting full system upgrade...
    looking for inter-conflicts...
    :: qt-enhanced conflicts with qt3. Remove qt3? [Y/n] n
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: qt-enhanced: conflicts with qt3
    [tyler@hell ~]$
    Shouldent using the "d" & "f" options allow me to bypass this (no dependancy checks and force install?) or does the "u" option (sysupgrade) conflict with the "d" & "f" options?
    Thanks.

  • Persistent Store Problems for MYSQL Enhanced Cluster With OpenMQ 4.4

    I am trying to implement an enhanced cluster with failover. I have edited the config files for each broker instance for a persistent store. I have appended the following to each of the config.properties files:
    imq.brokerid=myclusterinstanceINSTANCE1 # I substitute INSTANCE2 for INSTANCE1 for broker #2
    imq.persist.store=jdbc
    imq.persist.jdbc.dbVendor=mysql
    imq.persist.jdbc.mysql.property.url=jdbc:mysql://xxx.xxx.xxx.xx:3306/test
    imq.persist.jdbc.mysql.user=user1
    imq.persist.jdbc.mysql.needpassword=true
    imq.persist.jdbc.mysql.password=mypass
    imq.cluster.ha=true
    imq.cluster.clusterid=mycluster
    imq.cluster.brokerlist=xxx.xxx.xxx.x:37676,yyy.yyy.yyy.y:37676
    I then create the persistence storage with "imqdbmgr create tbl". When I view the data in the tables it creates, I have one row. Under Store_Version, I have 410. Under LOCK_ID, it has NULL. When I go to start the brokers with imqbrokerd, I get the following error:
    ERROR [B3198]: Error initializing cluster manager:
    com.sun.messaging.jmq.jmsserver.util.BrokerException: [B4239]: Failed to load persistent store version from database table MQVER41Cmycluster
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.VersionDAOImpl.getStoreVersion(VersionDAOImpl.java:310)
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.DBTool.updateStoreVersion410IfNecessary(DBTool.java:350)
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.JDBCStore.checkStore(JDBCStore.java:3599)
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.JDBCStore.<init>(JDBCStore.java:127)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at com.sun.messaging.jmq.jmsserver.persist.StoreManager.getStore(StoreManager.java:157)
    at com.sun.messaging.jmq.jmsserver.Globals.getStore(Globals.java:967)
    at com.sun.messaging.jmq.jmsserver.cluster.ha.HAClusterManagerImpl.initialize(HAClusterManagerImpl.java:181)
    at com.sun.messaging.jmq.jmsserver.Globals.initClusterManager(Globals.java:903)
    at com.sun.messaging.jmq.jmsserver.Broker._start(Broker.java:777)
    at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:410)
    at com.sun.messaging.jmq.jmsserver.Broker.main(Broker.java:1971)
    Caused by: java.lang.NullPointerException
    at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1103)
    at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2777)
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.VersionDAOImpl.getStoreVersion(VersionDAOImpl.java:298)
    ... 16 more
    I believe this error is attributed to the NULL value under LOCK_ID. I think that the value under LOCK_ID should be the name of the broker from the config file (even though I specified them in the config files). Any ideas?? THANKS!

    Just some pointers -- maybe this will be of use:
    If you haven't already read it, please take a look at the [ MySQL setup guide|https://mq.dev.java.net/OpenMQ_MySQLCluster_Setup_Guide.html] .
    We recommend using NDB Data-store of MySQL Cluster, though this isn't an absolute requirement. Due to some issues we have found with earlier versions, we recommend using MySQL Cluster, 7.0.9 or better (the current version is 7.0.16, or 7.1.5). Either of these would contain Connector/J.
    I'd also recommend using the latest version -- MQ 4.4update2 (just in case you happen to have an older copy). There were many minor improvements in the integration with MySQL from the original 4.4 release, to update 2. This is linked at the MQ download page: [https://mq.dev.java.net/downloads.html]

  • PP CS6 on Retina Macbook conflicts with YouTube/Pandora

    I bought my Retina Macbook recently, and the first thing I did was to install Premiere Pro CS6 on it. I did the hack - inserted GeForce GT 650M to the list - and enabled the Mercury Playback Engine.
    Ever since then, I've been having all sorts of problems, but the most annoying problem is that in the midst of editing, somehow Program Monitor would either freeze or black-out.
    I seriously tried every possible ways I could do to resolve this as an average user. I tried resetting the preferences, switching the drives, turning the machine on & off, and all the magic joojoos. None of them worked, until I found out the problem starts to happen as I open other applications along with the Premiere Pro opened.
    I began to wonder, does the graphic card or Premiere Pro CS6 conflict with any programs I have opened? So I tested it out.
    I found out that while having CS6 and Safari (or any kinds of web-browsing programs) on, the "crashes" occur very often. I also found out it typically happens when I turn on Pandora and YouTube.
    The moment I shut off the Pandora tab, YouTube tab, or even websites with any kinds of visual or audio media turned on, the freezing or black-out situation on the Program Monitor immediately stops. If turning off the tabs doesn't work, then quitting the program entirely solves the problem.
    From what I've tested, it's for sure to say Flash or Video Playback on webpages conflicts with GT650M card. It's certainly not the software problem, because when Software Only mode is turned on, all the images come back on the Project Monitor. I mean, what kind of weird conflict is this?
    Can anyone else with a Retina MacBook confirm this?
    In case if Anyone is wondering, this is the setup I've used.
    Retina Display Macbook Pro
    16GB Ram option
    256GB SSD option
    NVidia GT650M 1GB VRAM
    Video files in the SSD

    It's absolutely woeful.
    Like traveling back in time with modern software and putting it on last generation hardware... or two generations previous hardware.
    What floors me the most is that there's not any spikes or even utilisation of the CPU and GPU going on... I have CPU and GPU monitoriing software for the more beserk applications I use.  I checked them out when using Illustrator and Indesign.  The CPU and GPU is hardly getting tickled... so it's JUST poor software engineering at work.  VERY POOR software engineering.
    There's at least 90% of the CPU and GPU power completely unused during moving operations and object creation.  So it COULD be fast, and performant, if they cared to actually use the CPU and/or GPU more effectively/thoroughly when we want to DO something inside the software.
    I don't even know how you'd code something this woefully under performant.  You'd have to plan to do it, or be using MONO or some other uselessly single threaded, low priority frame work...
    Maybe these apps are programmed in Java

  • When I open a pdf document from my dropbox to view it, the document shows up blank, even though it is filled out. This also happened with pdf documents that have been e-mailed to me.

    When I open a pdf document from my dropbox to view it, the document appears blank, even though I know the information is actually there. This also has happened with pdf documents that have been e-mailed to me, then opened to view and they are blank?? Why are they showing up blank?

    When I open emails with PDFs I click on the attachment (doing this all on my iPad) it gives me the option to "open in iBooks", I accept then after that the document is sucked into my iPad but I can't do anything with the PDF after that.  Where is the actual file on my iPad? Why can't I email or send these PDFs to my cloud (Dropbox)?
    It's like once they go into iBooks they're stuck forever.

  • The action could not be completed because of a conflict with the original item. The conflict may have occurred when an existing item was updated on another computer or device. Open the item again and try making your changes. If the problem continues, cont

    I have a user on an iMac 10.6 connected to our domain.  She uses Outlook web access for email on our exchange server.  Last week she received the following message which is randomly preventing her from sending emails.  She claims no attachment was involved in the original email when this all started.  I have not been able to look at her account as she is out of the office but maybe someone else dealt with this issue.  I realize this may not be Mac related but thought I'd give it a try.  She did say it occurred once over two days while working on a PC but it continued over the past weekend.
    If an internal user tries to send a message with infected attachment using Outlook Web Access, it may report the following error message: The action could not be completed because of a conflict with the original item. The conflict may have occurred when an existing item was updated on another computer or device. Open the item again and try making your changes. If the problem continues, contact technical support for your organization.
    This is because F-Secure Anti-Virus for Microsoft Exchange has detected a virus in the attachment. If the user tries to send the message again, the message will be sent but without the attachment. At the same time a blank message with an attachment named "Attachment_information.txt" will remain in the user's Drafts folder. The "Attachment_information.txt" will contain information about the virus detected in the message.

    PS - have found other posts indicating that clips smaller than 2s or sometimes 5s, or "short files" can cause this. Modern style editing often uses short takes ! Good grief I cannot believe Apple. Well I deleted a half a dozen short sections and can export, but now of course the video is a ruined piiece of junk and I need to re-do the whole thing, the sound etc. which is basically taking as much time as the original. And each time I re-do it I risk again this lovely error -50 and again trying to figure out what thing bugs it via trial and error instead of a REASONABLE ERROR MESSAGE POINTING TO THE CLIP IT CAN'T PROCESS. What a mess. I HATE this iMovie application - full of BUGS BUGS BUGS which Apple will not fix obviously, since I had this product for a few years and see just hundreds of hits on Google about this error with disappointed users. Such junk I cannot believe I paid money for it and Apple does not support it with fixes !!!
    If anyone knows of a GOOD reasonably priced video editing program NOT from APPLE I am still looking for suggestions. I want to do more video in future, but obviously NOT with iMovie !!!

  • For some reason osx mountain lion has disappeared from my purchases and now when i want to install mountain lion on another mac with the same apple id it wants to charge me for the program even though i have already purchased it. what do i do?

    for some reason osx mountain lion has disappeared from my purchases and now when i want to install mountain lion on another mac with the same apple id it wants to charge me for the program even though i have already purchased it. what do i do?

    Open the Mac App Store on the other Mac and in the Quick Links sign into your account. See if the Mountain Lion purchase is among hidden apps in the iCloud area of your account info.

  • I have an issue with my 3G connection: my iphone can't connect anymore to the data network even though I have a contract with unlimited internet access and the date/3G is turned ON. Anyone knows this problem ?

    Hi guys,
    This problem showed up a few days ago. Even though I have turned on the 3G and the cellular data, my phone tells me there is actually no connection. But the network indicators shows a maximum network. I went to the genius bar and they fixed it by restoring the phone and it started working again. Then I restored it at home with my back up. Today, it started again: network issue. And the problem does not come from the network (I have tried my sim on another iphone with the same carrier). It really does come from the device.
    Any ideas ?
    Many thanks

    Hello
    According to iTunes: About iOS backups http://support.apple.com/kb/HT4946
    Yes it saves,
    "App Store Application data including in-app purchases (except the Application itself, its tmp and Caches folder).
    Application settings, preferences, and data, including documents."
    Cheers,
    Lima

  • Do I have a conflict with iTunes 7.6.2 . . or what ?

    Dunno if I do or not, but . . shortly after upgrading to iTunes 7.6.2 we suffered a power "Blink" . . and when i noticed it had happened the Mac was attempting to restart . . with a blinking Mac, then a question mark in the icon . . nothing else . . In the past I've seen it once before, and a shutdown and restart was all that was necessary . . This time . . NO . . Nada, same deal, through 8 restarts . .
    I finally reinstalled OSX 10.1, and followed with all the updates directly from Apple . . using the "Update" command under the apple . . It now does "funky" things . . like, one, it doesn't recognize the WD External HD on the desk top, but it does in the system profiler . . another, once in a while a dialog box comes up asking what to do with a disk, initialize, eject or ignore . . and probably what leads me to believe it could be a conflict with iTunes is during shut down, iTunes will not "Quit", even when using "Force Quit" . . it will close the desktop, go to a blue screen and then start up again . .
    And . . I'd really like to install 10.4 but I can't seem to find anyone with a legal one for sale . . I called Apple a week ago and they said they might produce them in four or five weeks . . what's my options here?

    None the less . . we still gots gremlins . .
    And while I'm asking . . how come Safari is so fragile? The other nite, my wife and I were making reservations and one motel group's site crashed Safari just about 2/3ds the way through opening every time we tried . . went over to Explorer and it opened about twice as fast and operated smoothly . . This happens a lot at different sites . . always wants to know if I want to report it . . To Who?
    Is 3.4.11 going to exorcise those gremlins or do I have to hire some IT Guy . . ? I've owned a Mac of some kind since the Mac IIx, (about 5, I think) but it's a tool, not a toy to me . . I just drive it . . run McJanitor once a month, clean out the icons in Safari's library and all the little maintenance thingies, but I'm no troubleshooter . . .

  • My daughter had completed a chart in pages. I saved it and then clicked on other chart types. Now I can't go back to the original chart she made even though I have not re-saved the file. How can I go back to her original chart with data?

    My daughter had completed a chart in pages. I saved it and then clicked on other chart types. Now I can't go back to the original chart she made even though I have not re-saved the file. How can I go back to her original chart with data?

    I don't get what you are saying.
    Is this all the same document?
    What version of Pages?
    Have you tried to revert to a previous version?
    Peter

  • When I try to install Lion it tell's me "You can't use this version of the application install mac os x Lion with this version of Mac os x" even though I have the latest update 10.5.8 of Mac os X?

    When I try to install Lion it tell's me "You can't use this version of the application install mac os x Lion with this version of Mac os X" even though I have the latest update 10.5.8 of Mac os X?
    The install icon has this sign on it 

    moose0422 wrote:
    You can't install Lion over Leopard. To install Lion, a requirement is Snow Leopard. So you can either upgrade to Snow Leopard first or you can make a bootable Lion install disc and use that to wipe your hard drive and install a fresh copy of Lion.
    So to make a disk would require you to purchase Snow Leopard and upgrade to 10.6.8 so you can use the App Store, unless you have access to another computer to download it from with your Apple ID. Remember it is about a 3.4GB download.
    Good Luck

  • I have had a trial version of Acrobat X1 Pro - I have decided not to buy at this stage - for some time it has been conflicting with opening PDF docs after saving as from word 2007 - I uninstalled Pro X1 and now when I save as from word 2007 to PDF it will

    Can anyone help with this - do I have to uninstall Reader and then reinstall?

    I have had a trial version of Acrobat X1 Pro - I have decided not to buy at this stage - for some time it has been conflicting with opening PDF docs after "saving as" from word 2007 - I uninstalled Pro X1 and now when I "save as" PDF from word 2007 to PDF it will save the document as a PDF but will not open the document to display after publishing - I have to got to where the file has been saved to view the new PDF document - this is really annoying - do I have to delete adobe reader and reinstall it - adobe needs to look at this conflict with acrobat pro as I have even gone it to properties and tried to have adobe reader as the default PDF program - the main issue is that I cannot view the PDF after publishing it from word 2007

  • I have been with Verizon since 1995 (I was an employee for years). I attempted to upgrade 2 of the 4 lines on our account today, but couldn't. We have an outstanding balance (though we have received no past due notice via mail, email, or text and make reg

    I have been with Verizon since 1995 (I was an employee for years). I attempted to upgrade 2 of the 4 lines on our account today, but couldn't. We have an outstanding balance (though we have received no past due notice via mail, email, or text and make regular payments every month) that I would love to pay, but our bank account number was stolen, so we can't access our account until Monday. Because we were unable to pay our outstanding balance, we were told we can't order the phones today during the special promotion (that ends today). No one can help us, though we have no way of doing anything until Monday when our bank reopens and can reimburse us for the money that was stolen from us. No one in customer service can help us (they can't process the order but not ship until after we make payment on Monday, they won't honor today's promotion on Monday due to our special circumstance, nothing). They stated that "corporate" makes the rules and they have no idea how I can reach corporate to discuss the matter. Without the promotion, we will be charged full price for the phones on Monday, which will cost us an additional $300.00. Any help would be appreciated. Thanks.

    I hope that you aren't complaining about dropped calls INSIDE your condo because no amount of switching or upgrading devices will solve that.
    VZW will not guarantee service inside of any structure. There are just too many factors. If the problem is inside then you might want to look at one of the following:
    1.) Network Extender (may cause issues for others in a condo or apartment style setting)
    2.) A Google Voice Number (Free with a Gmail email address), downloading Google Hangouts Dialer and forwarding your calls to the GVN so that you can make and receive calls over Wi-Fi.

Maybe you are looking for

  • Using Move function in parabolic function

    I am looking at moving an object as a function of a quadratic equation- y=x*x Hence, need to be able to provide more than xfrom, yfrom and xTo and yTo - else it moves the object in a straight line from initial to final path. How do I provide the link

  • Error when executing BI report thro EP

    Hi Gurus I am trying to run a BI report EP . I assigned a query to a web template & executed the query it is fine but when I assign the query string of this template to the i-view in EP and  execute this i-view it throws the following error You do no

  • How i can Create Master Repository with MySQL Database?

    How i can Create Master Repository with MySQL Database? i need to using MySQL Database to Master & Work Repository. I try to add mysql libary jar file to drivers . But , can't display MySQL Technology in Database List for Create Master Repository ? P

  • What is the latest firmware for G5 dual processor?

    How do I find it? The downloads section seems to be complex.

  • How to disable wake on Lan on 865PE LS

    Both led on the lan is on all the time, even when computer is turned off, i disabled wake on PME setting in the bios, and i also disabled all the wake on setting in the network card properties in XP, but led's are still on all the time, is there a an