Yaourt dont find aur packets.. [solved]

I am running arch in a vmware environment currently.. I installed latest yaourt from the archlinuxfr repo, but yaourt cant find any aur packages..
trying with yaourt awesome3, i get nothing. I know its there from the website. Finding any packets from the core,extra or testing does work without problem.. only aur packets dont work.
Anyone else with this experience?
-- edit
downloaded and built from aur myself , then it worked. Guess something wrong with the prebuilt one in archlinuxfr repo..
Last edited by jinn (2008-09-29 15:33:52)

The only issue I have with yaourt from archlinux.fr is that "yaourt -S {groupname}" fails.
"pacman -S {groupname}" works fine, though.
If you fail to spot packages from AUR, then check your network connection. Mine is very unstable, and when it's down, or very slow, no AUR packages show in a yaourt query.

Similar Messages

  • Yaourt not finding AUR dependencies?

    Trying to install the Iron build of Chromium:
    ==> Making package: iron 4.0.227-2 x86_64 (Wed Dec 9 14:26:24 EST 2009)
    ==> Checking Runtime Dependencies...
    ==> Installing missing dependencies...
    lib32-dbus-glib package not found, searching for group...
    [b]error: 'lib32-dbus-glib': not found in sync db[/b]
    ==> ERROR: Pacman failed to install missing dependencies.
    Error: Makepkg was unable to build iron package.
    Note lib32-dbus-glib really is on AUR.  Also,
    $ yaourt -S lib32-dbus-glib --asdeps
    works fine (but then I need to install lib32-gconf by hand also).  On the other hand,
    $ yaourt -S lib32-gconf #another dependency for Iron
    ==> lib32-gconf dependencies:
    - lib32-orbit2 (building from AUR)
    - lib32-gtk2 (package found)
    - lib32-libxml2 (package found)
    This seems pretty inconsistent.  Why is yaourt pulling in dependencies from AUR to install lib32-gconf but not to install Iron?
    Edit: notice the build order seems to be different, because one somehow (?) gets identified as a _runtime_ dependency.
    Last edited by Fixnum (2009-12-09 19:59:05)

    I changed the PKGBUILD from
    if [[ $CARCH = x86_64 ]]; then
    depends=('lib32-alsa-lib' 'lib32-dbus-glib' 'lib32-gconf' 'lib32-nss' 'lib32-libxdamage' 'ttf-dejavu')
    optdepends=('nspluginwrapper-flash: flash support')
    else
    depends=('alsa-lib' 'gconf' 'nss' 'ttf-dejavu')
    fi
    to
    depends=('lib32-alsa-lib' 'lib32-dbus-glib' 'lib32-gconf' 'lib32-nss' 'lib32-libxdamage' 'ttf-dejavu')
    optdepends=('nspluginwrapper-flash: flash support')
    and suddenly it works.  So, I noticed this (installing from original PKGBUILD):
    ==> iron dependencies:
    - alsa-lib (already installed)
    - gconf (already installed)
    - nss (already installed)
    - ttf-dejavu (already installed)
    So, it seems like pacman/yaourt is initially getting dependencies for the wrong architecture and only later coming back and only later getting the correct dependencies from testing against $CARCH, but at this point it screws up for some reason, and the added dependencies like lib32-<stuff> are "not found in sync db" ...
    Edit: this issue persists in yaourt-git.
    Last edited by Fixnum (2009-12-10 20:46:58)

  • Xmonad-darcs issue with pacman, yaourt and manually aur/abs [SOLVED]

    Hello,
    I'm having the craziest hard time trying to install xmonad-darcs. I can pacman -S xmonad xmonad-contrib fine, but when I copy some nice configs that I see a lot of modules cannot be found after starting x.
    This is the error I am getting when trying to install from aur via abs:
    $ makepkg -s
    ==> Determining latest darcs revision...
    -> Version found: 20100418
    ==> Making package: xmonad-darcs 20100418-1 i686 (Sun Apr 18 23:09:26 EDT 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    ==> Retrieving complete sources
    darcs failed: Not a repository: http://code.haskell.org/xmonad (Failed to download URL http://code.haskell.org/xmonad/_darcs/inventory: Couldn't connect to server)
    /home/woonasty/abs/xmonad-darcs/PKGBUILD: line 32: cd: /home/woonasty/abs/xmonad-darcs/src/xmonad: No such file or directory
    <command line>:
    Could not find module `Setup':
    Use -v to see a list of the files searched for.
    ==> ERROR: Build Failed.
    Aborting...
    Is this package out of date because the repo dir is wrong?
    vim PKGBUILD yields this:
    1 # Contributor: adam vogt <vogt.adam<<at>>gmail.com>
    2 # Package generated by cabal2arch 0.6
    3 pkgname=xmonad-darcs
    4 pkgrel=1
    5 pkgver=20100418
    6 pkgdesc="A tiling window manager"
    7 url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad"
    8 license=('custom:BSD3')
    9 arch=('i686' 'x86_64')
    10 conflicts=('xmonad')
    11 depends=('gmp' 'libxinerama' 'ghc' 'haskell-x11>=1.5.0.0' 'haskell-mtl')
    12 makedepends=('darcs')
    13 options=('strip')
    14 source=()
    15 install=xmonad.install
    16 md5sums=()
    17 _darcstrunk="http://code.haskell.org"
    18 _darcsmod="xmonad"
    If someone can point me in the right direction I'd love to contribute and fix this package and re-upload, I am a new Arch user and would like to get more involved........right after I get xmonad working lol.
    thank you in advance,
    sleeepy

    sleepy wrote:nvm , mod please close thread i guess the site was temp down.
    Sure thing.

  • [SOLVED] How to make "yaourt" run with "AUR" command?

    I want to change the yaourt command so i can use something like aur or AUR.
    for example, instead of
    yaourt -S package-name-here
    I want to use
    AUR -S package-name-here
    so that it's easier to type.  "yaourt" is such an odd string to type! hehe
    I think i might use something like this:
    function AUR {
      **something like: exec /.../yaourt**
      **and some other code to pass on -S or -U conditions...etc**
    Can someone tell me what to put in this function and where to save it to?
    Also, What's better: using the yaourt call above or the following custom function (instead of yaourt):
    function AUR {
            cd $aurdir
            wget http://aur.archlinux.org/packages/$1/$1.tar.gz && tar -xzf $1.tar.gz && rm $1.tar.gz && cd $1 && makepkg -s
            pacman -U **some code goes here to output the correct filename**
    I have to think to myself "yeah our t" to type yaourt (haha) so to think "AUR" is much simpler, since that's what we're getting packages from anyways.
    Last edited by trusktr (2010-02-21 22:14:20)

    When and if one uninstalls yaourt, still gonna leave the aliases in the .bashrc... that's untidy too... Wich is more simple, "ln -s /usr/bin/yaourt /usr/bin/AUR <enter>" or "nano ~/.bashrc <enter> alias AUR='yaourt' <ctrl+x> <y> <enter>" ... It's better to use aliases in .bashrc because you can do so much more and get to learn alil bit more for future reference, but the reasons for not symlinking it's really not that bad. If you've ever used windows for example, symlink works almost the same as creating a shortcut to an application on the desktop, once unistalled the application, you manually have to delete the shortcut. Aliases is the proper way to go, i didn't know this at all.. I just symlinked to yaort but after reading this i switched to alias Btw mark topic as solved ^^

  • Yaourt: Problems installing generated AUR packages [SOLVED]

    Hello.
    I'm using Archlinux and the system works flawessly. Sadly, there's a problem when trying to install AUR packages.
    The following happens installing any AUR package I tried lately.
    ==>  Continue installing wicked-git? [Y/n]
    ==>  [v]iew package contents [c]heck package with namcap
    ==>   ----------------------------------------------
    ==>y
    loading package data...
    error: './wicked-git-20090112-1-i686.pkg.tar.gz': cannot open package file
    ==> WARNING: Your package is saved in /tmp/yaourt-tmp-timofonic/wicked-git-20090112-1-i686.pkg.tar.gz
    cp: cannot stat `./wicked-git-20090112-1-i686.pkg.tar.gz': No such file or directory
    ==> WARNING: Unable to copy wicked-git-1-i686.pkg.tar.gz to /tmp/yaourt-tmp-timofonic/ directory
    Any idea about how to fix it? I tried using both an user with sudo and root, same problem.
    Regards.
    Last edited by timofonic (2009-07-14 19:52:53)

    lilsirecho wrote:
    Perhaps the method to use is given by the man pacman files.
    pacman -U (.pkg.tar.gz package ID found in the directory generating the package)
    For example:  ...pacman -U /var/local/kernel26-2.6.30-5-x86-64.pkg.tar.gz......since the pkg generated is in that directory for this theoretical case.
    Any locally generated package is loaded with ...pacman -U....
    What do you mean? The package doesn't exist, I double checked it.
    Maybe I need to check where yaourt writes it. Any suggestion about what util to use for that?
    EDIT: I used "lsof" command and found the file is there, but yaourt can't locate it and deletes the directory after
    $ ls /tmp/yaourt-tmp-root/aur-wicked-git/wicked-git/w*
    /tmp/yaourt-tmp-root/aur-wicked-git/wicked-git/wicked-git-20090708-1-i686.pkg.tar.gz
    /tmp/yaourt-tmp-root/aur-wicked-git/wicked-git/wicked-git-20090709-1-i686.pkg.tar.gz
    Please, could anyone help me to solve this problem?
    Last edited by timofonic (2009-07-09 22:08:47)

  • Thank you for providing immediate  feedback.   bt that solution did not help me to solve the problem.still am nt able to make outgoing calls. i dont find any problem in recieving calls also right. bt i dont have any problem in recieving calls.

    Thank you for providing immediate  feedback.   bt that solution did not help me to solve the problem.still am nt able to make outgoing calls. i dont find any problem in recieving calls also right. then i dont what is wrong with my iphone.The same sim which i used in iphone4s is working in all other phones.its not the problm of carrier.
    Iphone 4s Black 16gb

    Rather than starting a new thread every time it would be easier to follow you if you stick to the one thread

  • [SOLVED] yaourt doesnt search aur - new mirrror list

    Hi
    last night I discovered that yaourt doesnt search aur packages. I am guessing that it has something to do with last pacman upgrade and new mirror list.
    Does anybody have the same problem with yaourt and could anybody explaine, step by step , what soud I do with new mirror list? I did not understand completely all steps that should be done with new mirror list. Thanks.
    Last edited by liticovjesac (2009-01-03 17:23:33)

    Thanks.
    It works after I update yaourt to new version.
    Here is a trade you mentioned about same problem. http://bbs.archlinux.org/viewtopic.php?id=61664

  • TS4002 Hello, icloud receive messages from gilly hicks, but does not receive messages from another personal account... this is happening me since one week and i dont know how to solve this.... error in the mail delivery system says not valid IPv4 SMTP err

    Hello, icloud receive messages from gilly hicks, but does not receive messages from another personal account... this is happening me since one week and i dont know how to solve this.... error in the mail delivery system says not valid IPv4
    SMTP error from remote mail server after RCPT TO:<[email protected]>:
       host mx6.me.com.akadns.net [17.158.8.114]: 550 5.7.0 Blocked - see https://support.proofpoint.com/dnsbl-lookup.cgi?ip=184.173.9.56:
       [email protected]
    i do alse receive from gmail....
    please help... what is happening!!!!

    Just to recap, this is a collection of ports I have collected over time for people who needed this information when setting up the HP ePrint app so that they could view their email from within the app.  I am certain other applications also need this information.  Although lengthy, I could not find a more comprehensive place to retrieve this information.  Feel free to post additional information, faulty information, or other related topics below as this is simply a collection of data and it would be practically impossible to test all of them. Thank you!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • Dont find the version 7.0 on the website for WRT54G

    Hi
    My WRT 54G reads firmware version v7.00.1. Also the sticker on the device reads Version 7.0.
    However, I dont find this version listed on the website. Any ideas?
    Warm Regards
    Dipinder
    Solved!
    Go to Solution.

    Thanks for your reply.
    Yep, I was planning to upgrade the routers firmware and the page first asks to select the current firmware version.
    So not able to proceed with the same.
    Warm Regards
    Dipinder

  • I dont find my 5310 to install de ovi by nokia

    i dont find my 5310 nokia cel model to install the ovi by nokia program so i can synch my calendar and adress book. pls tell me how can i do it, or if you have other way to make this synch tnhks
    Solved!
    Go to Solution.

    http://www.ovi.com/services/support/subpage?id=guid-d26b1701-b0ac-11dd-ad8b-0800200c9a66&lang=en-US
    if your device is supported you will have to first register for an ovi account online and then follow the instructions to get your phone sync with the service.
    You know what I love about you the most, the fact that you are not me ! In love with technology and all that it can offer. Join me in discovery....

  • How do i rename an iPhoto library.  while on iPhoto, if i click File, I dont' find Get Info

    how do i rename an iPhoto library.  while on iPhoto, if i click File, I dont' find Get Info

    Select the iPhoto Libraryin your Pictures Folder. Then go command-i or File -> Get Info.

  • I buy the apple ipod from Channel Island Jersey UK and is dont find in the list of country to register for apple store. What i can do?

    i buy the apple ipod from Channel Island Jersey UK and is dont find in the list of country to register for apple store and i chose UK but my address biling for bank is in Jersey Uk. What i can do? wen i put the post code from jersey is tell that" Your post code does not mactch the country you selected for the Itunes store"

    I also just bought macbook pro completely legally and officialy.
    You can't officially buy an Apple product as far as Apple is concerned, in the Ukraine if Apple says that there are no Apple Authorized venders in the Ukraine.
    Here (in Ukraine) are official Apple's service centers, as like as in Belarus and Russia.
    According to Apple there are no Apple Authorized Serve Providers in the Ukraine.
    http://support.apple.com/kb/HT1434
    And why should I care about those kinda "support lists"?
    Because those lists are the official Apple statement of the state of affairs in your country. If you country is not on the list then Apple has no legal or official obligation to you or any products that you have managed to buy in the Ukraine.
    this is, for example, official distributor of Apple products in Ukraine.
    Not as far as Apple's statement on the issue is concerned.
    I bought legal macbook and have right for legal support, and that's all.
    Yes, if you get the product to a country with officially and legally Apple Authorized Service providers. There are none in the Ukraine.

  • Problem to watch movie  refer to download in setting that i dont find

    Hi ,is anyone knows about problem to watch movie. It saying i already rented but didnt download so it asking me to go to setting menu to start download but problem is i dont find that download in setting !

    I cant* download the sd version until the hd is out of my downloads

  • Dont find purchasing document and item in RESB table

    Hi Guys,
       **I have a requirement to find production order for puchase document and item and get product cost, for this i am trying to find the link between purchase docuemnt and production order (other than material) and i found RESB table but some how i dont find Purchase document information in that table the feild is blank , could anybody pls let me know how can i ahcieve this??
    And i found one datasource for this 2lis_02_ACC but that is pulling only when purchase document account assignment happend and i dont find my required values from that source also.
    Thanks,
    chandra.

    This is a case where I would go to the MM or PP functional consultant on the project, or the end customer, to determine how they would manually connect the dots to get from the purchase order to the production order.
    There are ways on going about this, but it depends on the configuration of your R3/ECC source environment and at what point the data is required. For instance, you might be able to go from:
      EKKN-EBELN = BSIK-EBELN
      EKKN-EBELP = BSIK-EBELP
      BSIK-AUFNR = AFKO-AUFNR
    This would be after account assignment.

  • Need a "display filter" to find http packet which contains a specific word

    hi friends
    in my test lab, i have deployed a web server.
    in default website folder (wwwroot) i have a text file named myfile.txt within which i have written some words, for example the word "computer".
    i started capturing traffic via Microsoft network monitor
    now via my client's browser, i browse this address   http://myserver/myfile.txt & my text file contents are shown within IE.
    now i need a display filter in Microsoft network monitor which find this packet for me ( i meani need to find the single http packet which contains the word "computer".
    i spent a lot of times but it didn't result.
    any help please?
    thanks in advance

    You can use the ContainsBin plugin and there's an example in the library under Search Frame.  For example the following looks for the word FONT.
    ContainsBin(FrameData, ASCII, "FONT")
    Also, just to let you know, we released Message Analyzer (http://blogs.technet.com/MessageAnalyzer), which also has this capability and a lot of other things that might help, such as regex expressions.
    Paul

Maybe you are looking for

  • Can't Access Router's Web-Based Setup Page

    I have tried this: http://linksys.custhelp.com/cgi-bin/linksys.cfg/php/enduser/std_adp.php?p_faqid=3676 Entering in the default IP and my actual IP address does not work,  I'm trying to find out what my security key is. Solved! Go to Solution.

  • QuickTime movie made in QuickTime 7 audio not playing back in qt 10

    I made a qt using qt 7 pro, H.264 with the AAC audio compressor and that qt will not play back audio in QuickTime 10 which is what my client has on his computer.

  • Error "JRE not in Configuration File"

    I have made sure my browser is Java activated that that all issues in the FAQ are done. I can not find JAVA in my control panel and when I manually execute the java file, I get the error "JRE not in Configuration File." I found some errors in my regi

  • Cannot open apps or see them on main screen.

    I cannot open any new apps from the App Store despite having installed them and having the option to open them. The open icon I can see registers the screen touch but the apps will not open. I cannot see them on the main screen either despite being i

  • Simplest way to get column names

    i need to retrieve column names in a rowset, let me explain a bit; i can simply retrieve a column name by using IColumnsInfo::GetColumsInfo, but the problem is when i use "AS" keyword in the select statement such like; SELECT identification AS  id FR