[SOLVED] Dependency conflict details - hidden in new yaourt

Hi folks,
after recent upgrade of yaourt (to version 0.9.4-2) its behavior has changed. Previously, when there were a dependency conflict, it printed the reason. But now, there's only generic message. In yaourt and yaourtrc manuals isn't said anything about this feature. Besides, pacman still shows required info.
Compare pacman output:
$ sudo pacman -Su
:: Starting full system upgrade...
warning: e-modules-extra-svn: local (48190-1) is newer than community (47744-1)
warning: e_dbus-svn: local (48091-1) is newer than community (47398-1)
warning: ecore-svn: local (48064-1) is newer than community (47760-2)
warning: eet-svn: local (48204-1) is newer than community (47721-1)
warning: efreet-svn: local (48110-1) is newer than community (47737-1)
warning: eina-svn: local (48099-1) is newer than community (47741-1)
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: lib32-glibc-devel: requires lib32-glibc=2.11.1
and yaourt one (surely less logical):
$ yaourt -Su
error: failed to prepare transaction (could not satisfy dependencies)
Is it a bug or a hidden feature? If it's a feature, how it can be reversed to normal output?
P.S. The reason of conflict is quite clear (new AUR packages), but only with pacman help (
Last edited by Kosmonavt (2010-06-09 10:04:26)

Sorry, forgot to mark the topic as solved ) This way didn't help. I needed to remove lib32-glibc with -Rd, and then build lib32-glibc-devel again. Then it grabbed dependencies in a right way. Otherwise there was a circle - lib32-glibc couldn't be upgraded because dependency problem blocked upgrading, but lib32-glibc-devel wouldn't compile because of old lib32-glibc .

Similar Messages

  • Master/detail layout - how to have 'detail' hidden by default.

    The 'master/detail layout' option for spry datasets are great but how can I get the page to load with all the 'details' hidden until the user selects from the 'Master' column to reveal the details?

    Hiya,
    Don't know whether you are still looking for a solution, but if you are, please take a look at:
    "Using URL Parameters to Control Data Regions"
    I used the info there to create a Master/Detail page at
    http://www.myosanthe-bernhard-huber.com/html/fotobergtraining.php
    (which calls its data from an HTML DataSet)
    The detail region is empty when the page first loads because I've used SpryURLUtils to 'listen' for a url parameter so that I can load a specific row's content from an external link (eg http://www.myosanthe-bernhard-huber.com/html/fotoalbum.php which is also made from the the same dataset).
    A side result is that If the parameter isn't included in the url when the page loads, the detail region remains empty.
    The relevant code from the <head> of the page is:
    <script src="/SpryAssets/SpryData.js" type="text/javascript"></script>
    <script src="/SpryAssets/SpryHTMLDataSet.js" type="text/javascript"></script>
    <script src="/SpryAssets/SpryURLUtils.js" type="text/javascript"></script>
    <link href="/SpryAssets/SpryMasterDetail_foto.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    var dsTrain = new Spry.Data.HTMLDataSet("/html/fotos/fotodata.htm", "TrainData", {sortOnLoad: "Nr", sortOrderOnLoad: "descending"});
       //Get the URL parameter for the row number
    var params = Spry.Utils.getLocationParamsAsObject();
       //Set an observer so that when the data is loaded, we update the current row to the url param value
    dsTrain.addObserver({ onPostLoad: function(ds, type) {
    dsTrain.setCurrentRow(params.row); }
    //-->
    </script>
    This may not be the best or easiest way (I'm a beginner myself), and I haven't yet worked out how to move back to the top of the page when a master-link is clicked, but this may be useful for you.
    Best regards,
    Len

  • Dependency Conflict for eDirectory Installation

    Hi,
    I was installing eDirectory for the first time from NOWS SBE package which includes SLES 10, OES2 SP1.
    I have reached the step where I need to select the OES pattern to install. Wanting to try it out first I selected eDirectory and iManager only and their respective dependent services including SMS, LUM and Remote Manager. When I check the dependency a warning pop up that says:
    There are no installable providers of xntp for pattern:novell-edirectory
    I know that I can configure the ntp server once I have installed the whole thing in YaST, but I don't understand why there would be a dependency conflict on this. I have to uncheck xntp package in the eDirectory details in order to move on.
    Philip

    Originally Posted by smflood
    On 15/02/2011 23:36, sunnywood wrote:
    > I was installing eDirectory for the first time from NOWS SBE package
    > which includes SLES 10, OES2 SP1.
    >
    > I have reached the step where I need to select the OES pattern to
    > install. Wanting to try it out first I selected eDirectory and iManager
    > only and their respective dependent services including SMS, LUM and
    > Remote Manager. When I check the dependency a warning pop up that says:
    >
    >
    > There are no installable providers of xntp for
    > pattern:novell-edirectory
    >
    > I know that I can configure the ntp server once I have installed the
    > whole thing in YaST, but I don't understand why there would be a
    > dependency conflict on this. I have to uncheck xntp package in the
    > eDirectory details in order to move on.
    Since it's not clear from the above, have you already got a server up &
    running that you now want to install eDirectory on or are you trying to
    install NOWS SBE?
    I ask because I would expect an existing NOWS SBE install to already
    have eDirectory (it's kind of a key component).
    HTH.
    Simon
    Novell Knowledge Partner (NKP)
    It is very clear that he said he was installing eDirectory for the first time. What happened is that when you install the patterns with a NOWS CD, yast will throw a dependency error saying that xntp is not available for installing the eDirectory. And if you check to install xntp under the base package, another dependency error will occur.
    I just choose to ignore these errors and move forward with the installation, and then go back to install the xntp at a later stage.
    William

  • Dir.mnu dependency conflict

    Hi all,
    I am using LV2009 SP1, and I am having an dir.mnu dependency conflict.  See attached.  The dir.mnu is in conflict with a lvlib in my instr.lib.  I understand that dir.mnu is a generic name, but isn't it inside a lvlib, which will provide a library specific name scope?  The error said that it is conflicting with a dir.mnu in Signal Processing, which is not used or even appear in my project.  What's going on?  
    Kudos and Accepted as Solution are welcome!
    Attachments:
    1.JPG ‏29 KB

    Hi Kevin,
    I upgraded the inst drivers to the 2009 version.
    Started a new project, made 2 new VI's
    Placed the Keithley 2000 init into one VI
    When I placed the HP E3631A init into the second VI this is what I get
    I close and re-open the Project
    Here is what I get when I open the "keithley 2000 dmm init.vi"

  • HT201303 I have a new bank card and cannot change my old details to my new ones in app store. Every time i try it says payment method denied. Does anybody have any advice ive been trying for ages!!!

    How can i change my bank details in the app store on my i phone 4s hv been trying for ages and it just keeps saying payment method declined even tho im putting in all the correct details. please can someone help as i hvnt been able to download apps for months.

    I've created a new library on the same computer as my existing account and I've also created a new apple Id for my mum. But now I'm being told that I have to put in bank details because its new I don't want to enter them as I'm only ever going to use a voucher. But I cannot go any further until I enter them. This is really annoying me as I never did this when I first got my ipod. Plase help me with this. Thanks

  • How do I create a new account/change my card details to a new one?

    How do I change my card details to a new one? I want to change my credit card account to a different one to use iTunes etc

    iTunes Store: Changing Account Information
    http://support.apple.com/kb/HT1918
    Apple ID Support - Manage Account
    http://www.apple.com/support/appleid/manage/
     Cheers, Tom

  • My old email was hacked. My old Apple ID had the password changed and now with my new Apple ID I want to delete my old account and transfer my purchases and details to my new account. How do I go about this when I cannot access my old email as it has been

    My old email was hacked and my password corrupted. Now I have a new Apple ID but cannot cancel the old ID as I no longer have access to that email address.  How do I cancel the old ID and merge my purchases and details with the new Apple ID?

    You can't merge Apple IDs.  You also can't cancel (delete) and existing ID, you can only choose to stop using it.
    If your old ID was compromised and you can no longer access it, you'll have to contact Apple for assistance.  Go to https://expresslane.apple.com ; click 'See all products and services' at the bottom of the page. In the next page click 'More Products and Services, then 'Apple ID'. In the next page select 'Other Apple ID Topics' then then 'Apple ID account Security’.

  • I'm having problems with iPhoto and the facebook set-up.  Every time I attempt to do so it says an error has occured and try again later.  I have not seen a solution posted.  Therefore, how does one contact Apple to solve the problem?  I'm new to the worl

    I'm having problems with iPhoto and the facebook set-up.  Every time I attempt to do so it says an error has occured and try again later.  I have not seen a solution posted.  Therefore, how does one contact Apple to solve the problem?  I'm new to the world of iMac but I find it a bit frustrating trying to solve basic issues/problems:(

    For what it's worth, you posted this in 2011, and here in 2014 I am still having this same issue. Over the last two days, I have had to unlock my apple account 8 times. I didn't get any new devices. I haven't initiated a password reset. I didn't forget my password. I set up two factor authentication and have been able to do the unlocking with the key and using a code sent to one of my devices. 
    That all works.
    It's this having to unlock my account every time I go to use any of my devices. And I have many: iMac, iPad, iPad2, iPad mini, iPhone 5s, iPod touch (daughter), and my old iPhone 4 being used as an ipod touch now.  They are all synced, and all was working just fine.
    I have initiated an incident with Apple (again) but I know they are just going to suggest I change my Apple ID. It's a simple one, and one that I am sure others think is theirs. I don't want to change it. I shouldn't have to. Apple should be able to tell me who is trying to use it, or at least from where.
    Thanks for listening,
    Melissa

  • Need to find the dependent object details for an object.

    Hi,
    Is there any query to find the dependent object details for any object. Like if mview is built on a table, then i should be able to find the table name with out checking code of the mview. Thanks in-advance for your support. similar way for view and functions or procedures etc...
    Regards
    DBA.

    Hi all,
    Thanks a lot for your inputs. seems i have not given full details in my post. I need to have a SQL Query to find the dependent object details not DDL.
    if i give a metriealized view name, i should get the base table names directly not DDLs...
    if i give index name i should get its corresponding table name(off course i got this already)...
    if i give a function name, i should get all the tables which are being in the function...etc...
    i am looking for a script which will cover all the aspects.....i hope i have given now enough information for this....
    Regards
    DBA.

  • I have put all my correct email account details onto my new ipad but i says  they are wrong!

    i have put all my correct email account details onto my new ipad but i says  they are set up wrong!Wierdly- despite  this I can send test emails to the two accounts emails from  both accounts  which I can pick up from my other mac  machines BUT cannot access them on my ipad- has anyone had similar problems?

    See Kappy's great User Tips.
    See my User Tip for some help: Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities https://discussions.apple.com/docs/DOC-4551
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    Send Apple an email request for help at: Apple - Support - iTunes Store - Contact Us http://www.apple.com/emea/support/itunes/contact.html
    Call Apple Support in your country: Customer Service: Contacting Apple for support and service http://support.apple.com/kb/HE57
     Cheers, Tom

  • Dependency conflict in LV 2009

    Hello!
    I migrate from LV8.6 to LV2009. I open existing project, developed with LV8.6. When i open one VI inside of the project the dependency conflict is reported. This message was not detected in LV8.6. The program is running normal, but i don't have explanation why is dependency reported in LV2009 and not in LV8.6.
    Can you help me?
    Attachments:
    proj_open_vi.JPG ‏123 KB
    proj_problem.JPG ‏74 KB
    proj_reason.JPG ‏42 KB

    Hello,
       I'm facing problem like PROJECT DEPENDENCY CONFLICTS DETECTED.
     I've copied drivers of hp 54520a fron LabView 8.6 's instr lib to Labview 2009 instr lib.
     When I open the Calling vi.the confict detected window opens.And it shows the conflictins items which are all .mnu files.
     these files are in hp54529a\public folder also and also in _template_generic folder.
     I can't  delete driver file as I've modified them according to my application.
    and deleting files in generic folder also gives error.
    got stuck.
    vaishali

  • Dependent's Details workflow in ESS MSS

    Hello All ,
    I am trying to create a workflow in ESS MSS which will be triggered from portal when employee will try to Add or change his dependent's details. Now my doubt is once employee is adding Dependent's details , it directly gets posted in Infotype - 0021 , Although My workflow is getting triggered after Posting but I want data to be posted once workflow is completed succesfully.

    Hi,
    How you are posting the change in dependent's details  into IT0021 ? Is it through Custom RFC?
    may be you need to change the process, You should create a task to post the data from portal to Infotype
    using HR_INFOTYPE_OPERATION. This background task should get executed after final approval of the change.
    There should not be automatic posting of the data.
    Regards
    Kedar

  • When trying to log in with my primary Apple ID and password, I am continuously asked for my pass word without being able to log in. How can I solve this issue, without creating a new Apple ID?

    When trying to log in with my primary Apple ID and password, I am continuously asked for my pass word without being able to log in. How can I solve this issue, without creating a new Apple ID?

    Chewning wrote:
    I saved some of my music to a Cloud I can't access. Now, they show up as "Purchased" in iTunes, and I'm not given the option of re-downloading OR repurchasing them.
    Music purchased from the iTunes store is not stored in your personal iCloud account, and an iCloud account is not required to redownload them.  You should be able to redownload them as explained here: http://support.apple.com/kb/ht2519.  If you are unable to, contact iTunes store support for assistance by going to https://expresslane.apple.com ; click ‘iTunes', and then 'iTunes Store', then 'Purchases, Billing & Redemption'.

  • I bought a new iphone 4s and I have a problem with the service. How can it be solved? the SIM card is new and was working perfect withe iPhone 4G

    I bought a new iphone 4s and I have a problem with the service. How can it be solved? the SIM card is new and was working perfect withe iPhone 4G

    Under the answer you want to mark as correct you should see a box that says Correct with a green symbol to the left and a box with Helpful with an orange star to the left. Click on the one you want.
    And thanks for thinking about that, it is appreciated.

  • HT201303 how do i verify my payment details on a new computer

    how do i verify my payment details on a new computer

    settings-store-select the id at the bottom then verify your info

Maybe you are looking for