[solved] list all aur packages installed

Hi,
I'm looking a comman which list all AUR packages installed on my system. Man yaourt or man pacman don't help me (but maybe I missed something).
Is it possible to list these AUR packages ?
Last edited by ppr (2011-11-13 23:40:49)

yaourt -Q | grep local/
Works for me. I'm sure someone will have a better solution though.
Last edited by WorMzy (2011-11-13 23:24:45)

Similar Messages

  • [Solved] List AUR packages installed and only AUR packages.

    Here's a good one.  Thought this would be easy but thought it over and then looked around a bit and haven't found anything.  There's might just be an easy way to do this that will make me *bonk* my head in the morning but I haven't found it yet.  I'm looking to be able to just list the packages I have installed from AUR and not any that I have gotten from the official repos.  I've checked out some utilities in AUR (like AURcheck) but as far as I can tell they just look for AUR updates.  Anyone know of a way to do this?
    Last edited by Gen2ly (2009-10-30 14:32:22)

    I just got to reinstalling and this was a lifesaver - it worked great.  Thank for the help, brisbin, ghost, Allan...
    @Ghost, I would have used packup but I had a couple downgraded packages and I wanted to be able to troubleshoot it.
    The tip about the grep -v doing 'shortnameplus' was a good tip, Profjim.  I hadn't read this last post before and during the reinstall I was a bit surprised nvidia wasn't installed so... all is good now.
    I created a script to be able to create the backup list and restores from it simliar to ghosts and am able to run it in cron job.  Probably not a big deal, but... phhht.  Here it is for anyone that can use it:
    #!/bin/bash
    # pacbac - Create and restore from list all installed packages
    # Package list locations (official and local)
    pkglsoff=/opt/backup/pc-emach/arch-pkglist-official
    pkglsloc=/opt/backup/pc-emach/arch-pkglist-local
    # Exclude packages
    excldoff=()
    excldloc=()
    # Use filename as program name
    prog=${0##*/}
    # Text color variables
    bldblu='\e[1;34m' # blue
    bldred='\e[1;31m' # red
    bldwht='\e[1;37m' # white
    txtcyn='\e[0;36m' # cyan
    txtund=$(tput sgr 0 1) # underline
    txtrst='\e[0m' # text reset
    info=${bldwht}*${txtrst}
    pass=${bldblu}*${txtrst}
    warn=${bldred}!${txtrst}
    # If restoring, be sure yaourt is installed
    if [[ "$1" == 'r' ]] && [[ -z $(pacman -Qs yaourt) ]]; then
    echo ""
    echo -e "$warn $prog requires ${txtund}}Yaourt${txtrst} to be installed."
    echo -e " ${txtcyn}http://wiki.archlinux.org/index.php/Yaourt${txtrst}"
    echo ""
    exit
    fi
    case $1 in
    b ) # Create list of official repository packages (core, extra, community)
    echo -e "$info Creating list of official (core/extra/community packages) packages installed."
    # Create list, remove local, base
    pacman -Qqe | grep -vx "$(pacman -Qqg base)" | grep -vx "$(pacman -Qqm)" > "$pkglsoff"
    # Create list of local packages (includes the AUR)
    echo -e "$info Creating list of local (includes AUR) packages installed."
    pacman -Qqm > "$pkglsloc"
    echo -e "$pass Official package list saved to ${txtund}"$pkglsoff"${txtrst}"
    echo -e "$pass Local package list saved to ${txtund}"$pkglsloc"${txtrst}" ;;
    r ) # Update repository database, then restore packages from list
    echo -e "$info Installing packages from lists"
    sudo pacman -Sy
    # use -f to overwrite conflicting files
    sudo pacman -S --needed $(cat "$pkglsoff")
    # Yaourt doesn't have --needed check
    yaourt -S $(cat "$pkglsloc" | grep -vx "$(pacman -Qqm)") ;;
    * ) echo -e " pacbac b - build installed packages list. (dir:${txtund}"${pkglsoff%/*}"${txtrst})"
    echo -e " pacbac r - restore installed packages from package list." ;;
    esac
    Last edited by Gen2ly (2009-10-31 14:16:55)

  • Cannot retrieve aur packages installed with yaourt

    I accidently deleted /var/lib/pacman folder while attempting to solve my update issues (updating system after a long time) . I restored my local pacman database with the excellent guide in the wiki using /var/log/pacman.log  http://wiki.archlinux.org/index.php/Pac … l_database. I was able to update and restore my system. However, yaourt is not listing my installed aur packages. I re-installed yaourt and tried packer as well but it is not able to find the aur packages I installed using yaourt earlier to my update ( It is able to install and list new aur packages) . I can run the old aur packages  but I am not able to remove or list them. How can I list these lost aur packages or remove them completely? Is there a way to retrieve the database for aur packages installed with yaourt?
    Thanks.

    Hi karol,
    Thanks for your response.
    Executing pacman -Qm only lists aur packages which were installed after I accidently deleted /var/lib/pacman. I am not able to list those aur packages that I installed with yaourt prior to my /var/lib/pacman deletion. I am not sure how the accidental deletion and this issue is related, but I would like to delete these old aur packages. One example of such an aur package installed through yaourt (prior to blunder of /var/lib/pacman deletion ) was chromium-browser. I am able to run chromium-browser, but since this package is very old I would like to remove it. However, neither pacman nor yaourt is able to remove it.
    # pacman -R chromium-browser
    chromium-browser not found, searching for group...
    error: 'chromium-browser': not found in local db
    $ yaourt -R chromium-browser
    You are not allowed to launch /usr/bin/pacman with sudo
    Please enter root password
    Password:
    chromium-browser not found, searching for group...
    error: 'chromium-browser': not found in local db
    However chromium-browser is present on my system and runs very well.
    $ locate chromium-browser
    /etc/chromium-browser
    /etc/chromium-browser/default
    /opt/chromium-browser
    /opt/chromium-browser/chrome
    /opt/chromium-browser/chrome-wrapper
    /opt/chromium-browser/chrome.pak
    /opt/chromium-browser/chrome_sandbox
    /opt/chromium-browser/libffmpegsumo.so
    /opt/chromium-browser/locales
    /opt/chromium-browser/product_logo_48.png
    /opt/chromium-browser/resources
    /opt/chromium-browser/xdg-settings
    /opt/chromium-browser/locales/am.pak
    /opt/chromium-browser/locales/ar.pak
    /opt/chromium-browser/locales/bg.pak
    /opt/chromium-browser/locales/bn.pak
    /opt/chromium-browser/locales/ca.pak
    /opt/chromium-browser/locales/cs.pak
    /opt/chromium-browser/locales/da.pak
    /opt/chromium-browser/locales/de.pak
    /opt/chromium-browser/locales/el.pak
    /opt/chromium-browser/locales/en-GB.pak
    /opt/chromium-browser/locales/en-US.pak
    /opt/chromium-browser/locales/es-419.pak
    /opt/chromium-browser/locales/es.pak
    /opt/chromium-browser/locales/et.pak
    /opt/chromium-browser/locales/fi.pak
    /opt/chromium-browser/locales/fil.pak
    /opt/chromium-browser/locales/fr.pak
    /opt/chromium-browser/locales/gu.pak
    /opt/chromium-browser/locales/he.pak
    /opt/chromium-browser/locales/hi.pak
    /opt/chromium-browser/locales/hr.pak
    /opt/chromium-browser/locales/hu.pak
    /opt/chromium-browser/locales/id.pak
    /opt/chromium-browser/locales/it.pak
    /opt/chromium-browser/locales/ja.pak
    /opt/chromium-browser/locales/kn.pak
    /opt/chromium-browser/locales/ko.pak
    /opt/chromium-browser/locales/lt.pak
    /opt/chromium-browser/locales/lv.pak
    /opt/chromium-browser/locales/ml.pak
    /opt/chromium-browser/locales/mr.pak
    /opt/chromium-browser/locales/nb.pak
    /opt/chromium-browser/locales/nl.pak
    /opt/chromium-browser/locales/or.pak
    /opt/chromium-browser/locales/pl.pak
    /opt/chromium-browser/locales/pt-BR.pak
    /opt/chromium-browser/locales/pt-PT.pak
    /opt/chromium-browser/locales/ro.pak
    /opt/chromium-browser/locales/ru.pak
    /opt/chromium-browser/locales/sk.pak
    /opt/chromium-browser/locales/sl.pak
    /opt/chromium-browser/locales/sr.pak
    /opt/chromium-browser/locales/sv.pak
    /opt/chromium-browser/locales/sw.pak
    /opt/chromium-browser/locales/ta.pak
    /opt/chromium-browser/locales/te.pak
    /opt/chromium-browser/locales/th.pak
    /opt/chromium-browser/locales/tr.pak
    /opt/chromium-browser/locales/uk.pak
    /opt/chromium-browser/locales/vi.pak
    /opt/chromium-browser/locales/zh-CN.pak
    /opt/chromium-browser/locales/zh-TW.pak
    /opt/chromium-browser/resources/inspector
    /opt/chromium-browser/resources/inspector/Images
    /opt/chromium-browser/resources/inspector/devtools.css
    /opt/chromium-browser/resources/inspector/devtools.html
    /opt/chromium-browser/resources/inspector/devtools.js
    /opt/chromium-browser/resources/inspector/inspector.css
    /opt/chromium-browser/resources/inspector/inspector.html
    /opt/chromium-browser/resources/inspector/inspectorSyntaxHighlight.css
    /opt/chromium-browser/resources/inspector/Images/back.png
    /opt/chromium-browser/resources/inspector/Images/checker.png
    /opt/chromium-browser/resources/inspector/Images/clearConsoleButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/closeButtons.png
    /opt/chromium-browser/resources/inspector/Images/consoleButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/consoleIcon.png
    /opt/chromium-browser/resources/inspector/Images/cookie.png
    /opt/chromium-browser/resources/inspector/Images/database.png
    /opt/chromium-browser/resources/inspector/Images/databaseTable.png
    /opt/chromium-browser/resources/inspector/Images/debuggerContinue.png
    /opt/chromium-browser/resources/inspector/Images/debuggerPause.png
    /opt/chromium-browser/resources/inspector/Images/debuggerStepInto.png
    /opt/chromium-browser/resources/inspector/Images/debuggerStepOut.png
    /opt/chromium-browser/resources/inspector/Images/debuggerStepOver.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallDown.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallDownBlack.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallDownWhite.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRight.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightBlack.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightDown.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightDownBlack.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightDownWhite.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightWhite.png
    /opt/chromium-browser/resources/inspector/Images/dockButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/elementsIcon.png
    /opt/chromium-browser/resources/inspector/Images/enableOutlineButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/enableSolidButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/errorIcon.png
    /opt/chromium-browser/resources/inspector/Images/errorMediumIcon.png
    /opt/chromium-browser/resources/inspector/Images/errorRedDot.png
    /opt/chromium-browser/resources/inspector/Images/excludeButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/focusButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/forward.png
    /opt/chromium-browser/resources/inspector/Images/glossyHeader.png
    /opt/chromium-browser/resources/inspector/Images/glossyHeaderPressed.png
    /opt/chromium-browser/resources/inspector/Images/glossyHeaderSelected.png
    /opt/chromium-browser/resources/inspector/Images/glossyHeaderSelectedPressed.png
    /opt/chromium-browser/resources/inspector/Images/goArrow.png
    /opt/chromium-browser/resources/inspector/Images/graphLabelCalloutLeft.png
    /opt/chromium-browser/resources/inspector/Images/graphLabelCalloutRight.png
    /opt/chromium-browser/resources/inspector/Images/grayConnectorPoint.png
    /opt/chromium-browser/resources/inspector/Images/largerResourcesButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/localStorage.png
    /opt/chromium-browser/resources/inspector/Images/nodeSearchButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/paneBottomGrow.png
    /opt/chromium-browser/resources/inspector/Images/paneBottomGrowActive.png
    /opt/chromium-browser/resources/inspector/Images/paneGrowHandleLine.png
    /opt/chromium-browser/resources/inspector/Images/paneSettingsButtons.png
    /opt/chromium-browser/resources/inspector/Images/pauseOnExceptionButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/percentButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/profileGroupIcon.png
    /opt/chromium-browser/resources/inspector/Images/profileIcon.png
    /opt/chromium-browser/resources/inspector/Images/profileSmallIcon.png
    /opt/chromium-browser/resources/inspector/Images/profilesIcon.png
    /opt/chromium-browser/resources/inspector/Images/profilesSilhouette.png
    /opt/chromium-browser/resources/inspector/Images/radioDot.png
    /opt/chromium-browser/resources/inspector/Images/recordButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/recordToggledButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/reloadButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/resourceCSSIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourceDocumentIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourceDocumentIconSmall.png
    /opt/chromium-browser/resources/inspector/Images/resourceJSIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourcePlainIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourcePlainIconSmall.png
    /opt/chromium-browser/resources/inspector/Images/resourcesIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourcesSilhouette.png
    /opt/chromium-browser/resources/inspector/Images/resourcesSizeGraphIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourcesTimeGraphIcon.png
    /opt/chromium-browser/resources/inspector/Images/scriptsIcon.png
    /opt/chromium-browser/resources/inspector/Images/scriptsSilhouette.png
    /opt/chromium-browser/resources/inspector/Images/searchSmallBlue.png
    /opt/chromium-browser/resources/inspector/Images/searchSmallBrightBlue.png
    /opt/chromium-browser/resources/inspector/Images/searchSmallGray.png
    /opt/chromium-browser/resources/inspector/Images/searchSmallWhite.png
    /opt/chromium-browser/resources/inspector/Images/segment.png
    /opt/chromium-browser/resources/inspector/Images/segmentChromium.png
    /opt/chromium-browser/resources/inspector/Images/segmentEnd.png
    /opt/chromium-browser/resources/inspector/Images/segmentHover.png
    /opt/chromium-browser/resources/inspector/Images/segmentHoverChromium.png
    /opt/chromium-browser/resources/inspector/Images/segmentHoverEnd.png
    /opt/chromium-browser/resources/inspector/Images/segmentHoverEndChromium.png
    /opt/chromium-browser/resources/inspector/Images/segmentSelected.png
    /opt/chromium-browser/resources/inspector/Images/segmentSelectedChromium.png
    /opt/chromium-browser/resources/inspector/Images/segmentSelectedEnd.png
    /opt/chromium-browser/resources/inspector/Images/segmentSelectedEndChromium.png
    /opt/chromium-browser/resources/inspector/Images/sessionStorage.png
    /opt/chromium-browser/resources/inspector/Images/splitviewDimple.png
    /opt/chromium-browser/resources/inspector/Images/splitviewDividerBackground.png
    /opt/chromium-browser/resources/inspector/Images/statusbarBackground.png
    /opt/chromium-browser/resources/inspector/Images/statusbarBackgroundChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarBottomBackground.png
    /opt/chromium-browser/resources/inspector/Images/statusbarBottomBackgroundChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarButtons.png
    /opt/chromium-browser/resources/inspector/Images/statusbarButtonsChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarMenuButton.png
    /opt/chromium-browser/resources/inspector/Images/statusbarMenuButtonChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarMenuButtonSelected.png
    /opt/chromium-browser/resources/inspector/Images/statusbarMenuButtonSelectedChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarResizerHorizontal.png
    /opt/chromium-browser/resources/inspector/Images/statusbarResizerVertical.png
    /opt/chromium-browser/resources/inspector/Images/storageIcon.png
    /opt/chromium-browser/resources/inspector/Images/successGreenDot.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarBlue.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarGray.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarGreen.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarOrange.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarPurple.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarRed.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarYellow.png
    /opt/chromium-browser/resources/inspector/Images/timelineCheckmarks.png
    /opt/chromium-browser/resources/inspector/Images/timelineDots.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillBlue.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillGray.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillGreen.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillOrange.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillPurple.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillRed.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillYellow.png
    /opt/chromium-browser/resources/inspector/Images/timelineIcon.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillBlue.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillGray.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillGreen.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillOrange.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillPurple.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillRed.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillYellow.png
    /opt/chromium-browser/resources/inspector/Images/tipBalloon.png
    /opt/chromium-browser/resources/inspector/Images/tipBalloonBottom.png
    /opt/chromium-browser/resources/inspector/Images/tipIcon.png
    /opt/chromium-browser/resources/inspector/Images/tipIconPressed.png
    /opt/chromium-browser/resources/inspector/Images/toolbarItemSelected.png
    /opt/chromium-browser/resources/inspector/Images/treeDownTriangleBlack.png
    /opt/chromium-browser/resources/inspector/Images/treeDownTriangleWhite.png
    /opt/chromium-browser/resources/inspector/Images/treeRightTriangleBlack.png
    /opt/chromium-browser/resources/inspector/Images/treeRightTriangleWhite.png
    /opt/chromium-browser/resources/inspector/Images/treeUpTriangleBlack.png
    /opt/chromium-browser/resources/inspector/Images/treeUpTriangleWhite.png
    /opt/chromium-browser/resources/inspector/Images/undockButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/userInputIcon.png
    /opt/chromium-browser/resources/inspector/Images/userInputPreviousIcon.png
    /opt/chromium-browser/resources/inspector/Images/userInputResultIcon.png
    /opt/chromium-browser/resources/inspector/Images/warningIcon.png
    /opt/chromium-browser/resources/inspector/Images/warningMediumIcon.png
    /opt/chromium-browser/resources/inspector/Images/warningOrangeDot.png
    /opt/chromium-browser/resources/inspector/Images/warningsErrors.png
    /opt/chromium-browser/resources/inspector/Images/whiteConnectorPoint.png
    /usr/bin/chromium-browser
    /usr/share/applications/chromium-browser.desktop
    /usr/share/licenses/chromium-browser-bin
    /usr/share/licenses/chromium-browser-bin/LICENSE.txt
    /usr/share/man/man1/chromium-browser.1.gz
    /usr/share/pixmaps/chromium-browser.png
    Chromium-browser is just one of the packages I remember having installed using yaourt prior to the /var/lib/pacman deletion. I would like to know if there is a way to find all such aur packages installed through yaourt prior to /var/lib/pacman deletion and if possible, delete them.
    Thanks.
    Last edited by billy123 (2010-04-05 16:35:35)

  • Keeping a personal list of AUR packages

    Hi,
    I am not sure this is the correct section.
    I am aware it is possible to vote and get notified for AUR package changes. However, that would be handy if it was possible to have a list of flagged AUR packages. That would make it easy to check at a glance which packages have been updated or their discussion have received new posts.
    Would that be difficult to implement ?
    Thanks a lot.

    Yes, my idea which most likely will never be true on Arch, solves both of you what you say, so i dont see how you are on the other end of the spectrum.
    I dont nessesarily mean yaourt to be official, but a similar function implemented in pacman would take care of it also.
    This way more users submit semi-official scripts, which are first reviewed by TUs, and then uploaded to AUR, thus more people than now take part in actual development, but also the AUR is suplementary to the packages developers build. Also there are less package rebuilds as there are less binaries.
    I find a great advantage to that the fact that people who would maintain scripts, would actually use the package, which is very important and would probably increase the quality of the provided application, cause that is not the case for a large number of binary packages ATM.
    This of course has downsides too, most major of which probably being that the AUR will not be the same as it is now.
    Last edited by dolby (2009-02-25 07:20:40)

  • Check status of MY aur packages installed

    hi, is it possible to check the status about aur packges installed?
    example: if I have installed "gtk-engine-murrine-cvs" , "nautilus-send-to" and "emesene-cvs" from AUR. Do it something like this:
    $ yaourt -Xyu
    available updates: gtk-engine-murrine-cvs  nautilus-send-to
    Install ? (Y)es / (N)o
    is it possible XD?
    thanks
    Last edited by Slack (2009-04-10 16:11:59)

    Well, a new update for opera is available from AUR, but when I do
    yaourt -Syu --aur
    I got this:
    jano@jx-machine~$ yaourt -Syu --aur
    :: Sincronizando las bases de datos de paquetes...
    core está actualizado
    extra está actualizado
    community está actualizado
    Verificando si hay actualizaciones de paquetes...
    ==> Package upgrade only (new release):
    community/compiz-decorator-gtk version 0.8.2 release 1 -> 2
    core/acl version 2.2.47 release 1 -> 2
    core/bzip2 version 1.0.5 release 3 -> 4
    core/cracklib version 2.8.13 release 1 -> 2
    core/gawk version 3.1.6 release 2 -> 3
    core/gettext version 0.17 release 2 -> 3
    core/mailx version 8.1.1 release 5 -> 7
    core/make version 3.81 release 3 -> 4
    core/nano version 2.0.9 release 1 -> 2
    core/syslog-ng version 3.0.1 release 4 -> 6
    core/xinetd version 2.3.14 release 3 -> 5
    extra/audiofile version 0.2.6 release 3 -> 4
    extra/avahi version 0.6.24 release 1 -> 3
    extra/cdrkit version 1.1.9 release 1 -> 2
    extra/compositeproto version 0.4 release 1 -> 2
    extra/damageproto version 1.1.0 release 1 -> 2
    extra/dmxproto version 2.2.2 release 1 -> 2
    extra/eject version 2.1.5 release 3 -> 4
    extra/evolution-exchange version 2.26.0 release 1 -> 2
    extra/fixesproto version 4.0 release 2 -> 3
    extra/fontcacheproto version 0.1.2 release 1 -> 2
    extra/fontsproto version 2.0.2 release 1 -> 2
    extra/ghostscript version 8.64 release 3 -> 5
    extra/giblib version 1.2.4 release 3 -> 4
    extra/gqview version 2.0.4 release 1 -> 2
    extra/gsfonts version 8.11 release 4 -> 5
    extra/gtkglext version 1.2.0 release 1 -> 2
    extra/hicolor-icon-theme version 0.10 release 1 -> 2
    extra/kbproto version 1.0.3 release 1 -> 2
    extra/libavc1394 version 0.5.3 release 1 -> 2
    extra/libcdio version 0.81 release 1 -> 2
    extra/libdv version 1.0.0 release 1 -> 2
    extra/libdvdread version 0.9.7 release 1 -> 2
    extra/libfontenc version 1.0.4 release 1 -> 2
    extra/libid3tag version 0.15.1b release 2 -> 3
    extra/libogg version 1.1.3 release 1 -> 2
    extra/libsidplay version 1.36.59 release 2 -> 3
    extra/libstdc++5 version 3.3.6 release 2 -> 3
    extra/libvisual version 0.4.0 release 1 -> 2
    extra/libxcomposite version 0.4.0 release 1 -> 2
    extra/libxcursor version 1.1.9 release 1 -> 2
    extra/libxdamage version 1.1.1 release 1 -> 2
    extra/libxdmcp version 1.0.2 release 1 -> 2
    extra/libxevie version 1.0.2 release 1 -> 2
    extra/libxext version 1.0.5 release 1 -> 2
    extra/libxfixes version 4.0.3 release 1 -> 2
    extra/libxfontcache version 1.0.4 release 1 -> 2
    extra/libxinerama version 1.0.3 release 1 -> 2
    extra/libxkbui version 1.0.2 release 1 -> 2
    extra/libxrender version 0.9.4 release 1 -> 2
    extra/libxres version 1.0.3 release 1 -> 2
    extra/libxt version 1.0.5 release 1 -> 2
    extra/libxtst version 1.0.3 release 1 -> 2
    extra/libxvmc version 1.0.4 release 1 -> 2
    extra/libxxf86dga version 1.0.2 release 1 -> 2
    extra/libxxf86misc version 1.0.1 release 1 -> 2
    extra/mime-types version 1.0 release 1 -> 2
    extra/mono-addins version 0.4 release 1 -> 2
    extra/musicbrainz version 2.1.5 release 1 -> 2
    extra/ndesk-dbus-glib version 0.4.1 release 1 -> 2
    extra/netkit-bsd-finger version 0.17 release 3 -> 4
    extra/pidgin version 2.5.5 release 1 -> 2
    extra/policykit-gnome version 0.9.2 release 2 -> 3
    extra/pth version 2.0.7 release 1 -> 2
    extra/pyrex version 0.9.8.5 release 1 -> 2
    extra/python-numeric version 24.2 release 3 -> 4
    extra/qt3 version 3.3.8 release 9 -> 10
    extra/recordproto version 1.13.2 release 1 -> 2
    extra/redland version 1.0.8 release 1 -> 3
    extra/renderproto version 0.9.3 release 1 -> 2
    extra/scrot version 0.8 release 2 -> 3
    extra/swh-plugins version 0.4.15 release 1 -> 2
    extra/videoproto version 2.2.2 release 1 -> 2
    extra/xf86-input-keyboard version 1.3.2 release 1 -> 2
    extra/xorg-server-utils version 7.4 release 2 -> 4
    extra/xorg-utils version 7.4 release 2 -> 3
    ==> Software upgrade (new version) :
    community/aircrack-ng 1.0_rc2-1 -> 1.0_rc3-1
    community/ccsm 0.7.8-2 -> 0.8.2-1
    community/compiz-bcop 0.7.8-1 -> 0.8.2-1
    community/compizconfig-backend-gconf 0.7.8-1 -> 0.8.2-1
    community/compizconfig-python 0.7.8-2 -> 0.8.2-1
    community/compiz-fusion-plugins-extra 0.7.8-2 -> 0.8.2-1
    community/compiz-fusion-plugins-main 0.7.8-3 -> 0.8.2-1
    community/emerald 0.7.8-1 -> 0.8.2-1
    community/fusion-icon 20090213-1 -> 20090414-1
    community/gtk-engine-murrine 0.90.2-2 -> 0.90.3-1
    community/libcompizconfig 0.7.8-2 -> 0.8.2-1
    core/coreutils 7.1-2 -> 7.2-1
    core/dash 0.5.4-4 -> 0.5.5.1-2
    core/device-mapper 1.02.30-1 -> 1.02.31-1
    core/dmapi 2.2.8-3 -> 2.2.9-1
    core/hdparm 9.12-1 -> 9.15-1
    core/klibc-udev 139-1 -> 141-1
    core/less 418-1 -> 429-1
    core/libgcrypt 1.4.3-2 -> 1.4.4-1
    core/logrotate 3.7.7-3 -> 3.7.8-1
    core/lvm2 2.02.44-1 -> 2.02.45-1
    core/m4 1.4.12-1 -> 1.4.13-1
    core/man-db 2.5.4-2 -> 2.5.5-1
    core/man-pages 3.19-1 -> 3.20-2
    core/mdadm 2.6.8-1 -> 2.6.9-1
    core/mpfr 2.3.2-2 -> 2.4.1-1
    core/pacman-mirrorlist 20090108-1 -> 20090405-1
    core/pcre 7.8-1 -> 7.9-1
    core/sqlite3 3.6.11-1 -> 3.6.13-1
    core/tzdata 2009b-1 -> 2009f-1
    core/wpa_supplicant 0.5.11-1 -> 0.6.9-1
    extra/brasero 2.26.0-1 -> 2.26.1-1
    extra/eel 2.24.1-1 -> 2.26.0-1
    extra/eog 2.26.0-1 -> 2.26.1-1
    extra/faad2 2.6.1-2 -> 2.7-1
    extra/gcalctool 5.26.0-1 -> 5.26.1-1
    extra/git 1.6.2.2-1 -> 1.6.2.3-1
    extra/gnutls 2.6.4-1 -> 2.6.5-1
    extra/gparted 0.4.3-1 -> 0.4.4-2
    extra/gpgme 1.1.7-2 -> 1.1.8-1
    extra/gstreamer0.10-bad 0.10.10-1 -> 0.10.11-1
    extra/gstreamer0.10-bad-plugins 0.10.10-1 -> 0.10.11-3
    extra/gstreamer0.10-ffmpeg 0.10.6-1 -> 0.10.7-1
    extra/gstreamer0.10-python 0.10.13-2 -> 0.10.14-1
    extra/gstreamer0.10-ugly 0.10.10-1 -> 0.10.11-1
    extra/gstreamer0.10-ugly-plugins 0.10.10-1 -> 0.10.11-1
    extra/gtk-engines 2.18.0-1 -> 2.18.1-1
    extra/gtksourceview2 2.6.0-1 -> 2.6.1-1
    extra/hal 0.5.11-7 -> 0.5.12git20090406.46dc48-2
    extra/hal-info 0.20081219-1 -> 0.20090330-1
    extra/icon-naming-utils 0.8.7-1 -> 0.8.90-1
    extra/imagemagick 6.5.0.1-1 -> 6.5.0.10-1
    extra/jack-audio-connection-kit 0.109.2-2 -> 0.116.2-1
    extra/lcms 1.17-2 -> 1.18-1
    extra/libcap 1.10-2 -> 2.16-3
    extra/libcddb 1.3.0-3 -> 1.3.2-1
    extra/libcups 1.3.9-3 -> 1.3.10-1
    extra/libgdiplus 2.2-1 -> 2.4-1
    extra/libgksu 2.0.7-1 -> 2.0.8-1
    extra/libgphoto2 2.4.3-1 -> 2.4.4-1
    extra/libidn 1.13-1 -> 1.14-1
    extra/libmysqlclient 5.0.77-1 -> 5.1.34-1
    extra/liboil 0.3.15-1 -> 0.3.16-1
    extra/libsamplerate 0.1.6-1 -> 0.1.7-1
    extra/libsmbios 2.0.2-1 -> 2.2.16-1
    extra/libtasn1 1.8-1 -> 2.0-1
    extra/libv4l 0.5.8-1 -> 0.5.9-1
    extra/libx11 1.2-1 -> 1.2.1-1
    extra/lirc-utils 0.8.3-1 -> 0.8.5pre2-1
    extra/mesa 7.2-1 -> 7.4-1
    extra/mjpegtools 1.8.0-3 -> 1.9.0-1
    extra/mono 2.2-1 -> 2.4-2
    extra/mozilla-common 1.2-1 -> 1.3-1
    extra/ntfs-3g 2009.2.1-1 -> 2009.4.4-1
    extra/orca 2.26.0-1 -> 2.26.1-1
    extra/pm-utils 1.2.4-3 -> 1.2.5-1
    extra/pygobject 2.16.0-1 -> 2.16.1-1
    extra/python-gdata 1.2.2-2 -> 1.3.0-1
    extra/seahorse-plugins 2.26.0-1 -> 2.26.1-1
    extra/sg3_utils 1.25-1 -> 1.26-1
    extra/shared-mime-info 0.51-1 -> 0.60-1
    extra/smbclient 3.3.1-1 -> 3.3.3-1
    extra/sound-juicer 2.26.0-2 -> 2.26.1-1
    extra/subversion 1.5.6-1 -> 1.6.1-3
    extra/tdb 3.3.1-1 -> 3.3.3-1
    extra/ttf-dejavu 2.28-1 -> 2.29-1
    extra/vinagre 2.26.0-1 -> 2.26.1-1
    extra/vino 2.26.0-1 -> 2.26.1-1
    extra/wicd 1.5.8-1 -> 1.5.9-1
    extra/wine 1.1.17-1 -> 1.1.19-1
    extra/xf86-input-evdev 2.2.0-1 -> 2.2.1-1
    extra/xf86-input-mouse 1.3.0-1 -> 1.4.0-2
    extra/xf86-video-vesa 2.1.0-1 -> 2.2.0-1
    extra/xproto 7.0.14-1 -> 7.0.15-1
    extra/xterm 241-1 -> 243-1
    ==> New package :
    core/libnl 1.1-1 (required by wpa_supplicant)
    extra/dri2proto 1.99.3-1 (required by mesa)
    extra/libftdi 0.15-1 (required by lirc-utils)
    extra/libmodplug 0.8.4-1 (required by not found)
    extra/silc-toolkit 1.1.9-1 (required by pidgin)
    ==> Continue installing ? [Y/n]
    ==> [V]iew package detail [M]anualy select packages
    ==> ----------------------------------------------
    ==>
    and nothing for opera...
    seems like the command doesn't work for what i want :S
    any suggestions?

  • [SOLVED]Intel XDK AUR package is not running

    Hi,
    I have installed Intel-XDK from AUR:
    https://aur.archlinux.org/packages/intel-xdk/
    The install completed successfully but when i tried to launch the program by typing intel-xdk or intel-xdk.sh nothing happens. And there is no error message. This is freshly installed 64 bit ArchLinux with PekWM.
    Last edited by Paingiver (2015-02-02 22:21:17)

    Thank you Lone_Wolf for alerting me about the matter.  I think it is a problem for some other programs too because someone created an AUR package just for this symlink:
    https://aur.archlinux.org/packages/libudev.so.0/
    When the package didn't run without any error message i emailed the AUR maintainer. He quickly replied and said he is a developer at Intel and will look into matter when he got free time. I searched the internet but couldn't find a lot of information about it. Then i stumbled upon a thread on Manjaro(https://forum.manjaro.org/index.php?topic=11695.0) forums. In their system AUR package was giving the error of libudev.so.0 not found and suggested to install AUR package libudev.so.0. Installed that and program worked.
    What can we do about that beside that symlinking?
    Later edit: Also i stumbled upon some post that Intel-Xdk Linux install script looks for a package named gtk2. If your distro's gtk2 package is not named gtk2 it is not installing. Someone created a dummy gtk2 package and fooled the program to run.
    Why install scripts from big companies always have problems on Linux? Until today there isn't even one package that haven't given me problems. On the other side installed a lot of Linux distros and %99 of time it went flawlessly.
    Last edited by Paingiver (2015-02-04 00:33:28)

  • [SOLVED] Removing all uneeded packages, GNOME Issues

    Just setup arch in VirtaulBox, and I got everything working! Hooray, only took 4 tries, but thats what I call the learning process and I love it!
    My issue was this:
    Gnome wouldn't save my theme settings! Each time I ran it with startx my theme settings were reset to default! I'd change the theme to DarkRoom and change my icon set to Tango, and then after logging out, and running startx again, poof, back to default. My background, however, DID save.
    So after that experiment, I've decided to use KDE, just cause I wanna do it, no real reason, besides learning as much as I can
    I've gone and removed gnome:
    pacman -Rc gnome
    Now I'm trying to clear out all the excess packages, so I ran:
    pacman -Qdt
    It shows a whole bunch of stuff, so what I'm asking is this: How can I clear out all unneeded packages, orphaned packages, etc
    Coming from the Debian based world, I know I could use apt-get autoremove to get rid of unneeded packages, and I would like to know if there is a way to do this using pacman
    If not, is it possible to run pacman -Qdt and export the output to a file, then run pacman -R  and have it access that file and remove all those packages?
    Thank you for the assistance!
    Last edited by novafluxx (2009-10-24 21:20:44)

    Pierre wrote:1) You should have use pacman -Rcsn gnome
    2) You can removed unneeded packages by pacman -Rcsn `pacman -Qqdt`
    Thank you for the fast reply, I will try to remember that!
    I've tried running what you suggested, but it doesn't seem to be working...
    pacman -Rcsn 'pacman -Qqdt"
    says its not found in the local db
    Mefju wrote:Just use pacman -Rs $(pacman -Qqdt) as root
    This will do it! I get it, make it use the string output of pacman -Qqdt as the input for pacman -Rcsn ?
    Last edited by novafluxx (2009-10-24 21:10:42)

  • [SOLVED] updating aur package "install: cannot stat ...: No such file"

    This is my first attempt at creating a new package so I decided to update the orphaned crtmpserver package and I'm getting an error where makepkg cannot locate a file...
    I'm test building the package in /var/abs/local/rtmpd directory which contains two files PKGBUILD and rtmpd.service.
    PKGBUILD:
    pkgname=rtmpd-svn
    pkgver=811
    pkgrel=1.1
    pkgdesc="High performance rtmp streaming server"
    arch=('i686' 'x86_64')
    url="http://www.rtmpd.com"
    license=('GPL')
    depends=('openssl')
    makedepends=('subversion' 'cmake' 'lua')
    provides=('crtmpserver')
    conflicts=('crtmpserver')
    _svntrunk='https://svn.rtmpd.com/crtmpserver/trunk'
    _svnmod='crtmpserver'
    _svnbuild='crtmpserver/crtmpserver'
    source=('rtmpd.service')
    md5sums=('SKIP')
    build() {
    msg "Starting SVN checkout"
    svn co --non-interactive --no-auth-cache --username anonymous --password "" https://svn.rtmpd.com/crtmpserver/trunk crtmpserver
    cd $_svnmod/builders/cmake
    sh cleanup.sh
    cmake -DCRTMPSERVER_INSTALL_PREFIX=/usr
    make
    package(){
    cd $_svnmod/builders/cmake
    make DESTDIR="$pkgdir" install
    install -dm644 "$pkgdir/etc/crtmpserver"
    mv "$pkgdir/usr/etc/crtmpserver.lua.sample" "$pkgdir/etc/crtmpserver"
    rm -rf "$pkgdir/usr/etc"
    install -D -m644 "rtmpd.service" "$pkgdir/usr/lib/systemd/system/rtmpd.service"
    Here's the output from running makepkg
    [ourhome@server rtmpd]$ makepkg > log
    ==> Making package: rtmpd-svn 811-1.1 (Sun Feb 8 14:42:27 PST 2015)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found rtmpd.service
    ==> Validating source files with md5sums...
    rtmpd.service ... Skipped
    ==> Extracting sources...
    ==> Starting build()...
    ==> Starting SVN checkout
    A crtmpserver/3rdparty
    A crtmpserver/3rdparty/lua-dev
    A crtmpserver/3rdparty/lua-dev/lundump.h
    A crtmpserver/3rdparty/lua-dev/lapi.h
    A crtmpserver/sources/androidapplestreaming/src/variantconnection.cpp
    A crtmpserver/sources/androidapplestreaming/src/jniwrapper.cpp
    Checked out revision 811.
    -- The C compiler identification is GNU 4.9.2
    -- The CXX compiler identification is GNU 4.9.2
    -- Check for working C compiler: /usr/bin/cc
    ==> Entering fakeroot environment...
    ==> Starting package()...
    Install the project...
    -- Install configuration: "Debug"
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/libtinyxml.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/libcommon.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/libthelib.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/flvplayback/libflvplayback.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/appselector/libappselector.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/samplefactory/libsamplefactory.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/vptests/libvptests.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/admin/libadmin.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/proxypublish/libproxypublish.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/stresstest/libstresstest.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/sbin/crtmpserver
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/etc/crtmpserver.lua.sample
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/man/man1/crtmpserver.1
    install: cannot stat ‘rtmpd.service’: No such file or directory
    ==> ERROR: A failure occurred in package().
    Aborting...
    and that's the mystery to me.  Makepkg finds rtmpd.service when it starts but cannot find it when it's time to package.
    Where's it looking ?
    Last edited by gillecaluim (2015-02-08 23:36:50)

    The service file is in $srcdir, not $_svnmod/builders/cmake.
    You're using an outdated PKGBUILD template too. The svn source should be included in the source array and not checked out manually during the build process.
    EDIT: since this repository requires authentication, perhaps the correct format won't work.
    Last edited by WorMzy (2015-02-08 23:07:59)

  • [Solved] Python: Creating AUR package, binary can't find python module

    I'm building a PKGBUILD for PyLotRO for the AUR and I'm using a Debian package.  I tried just copying the content of the data.tar.gz to the filesystem assuming the directory structure is the same for the packages but apparently it is not.  At least I'm figuring this is a filesystem problem but I don't know enough about python to be sure.  When I start the program, this is what I'm getting:
    pylotro
    Traceback (most recent call last):
    File "/usr/bin/pylotro", line 31, in <module>
    import PyLotROLauncher.Runner
    ImportError: No module named PyLotROLauncher.Runner
    I can see the file in the package that (I would think) would be the responsible module:
    /usr/share/pyshared/PyLotROLauncher/Runner.py
    So I'm thinking the python package must store modules in a different location?????
    The package requires: 4suite, python, and pyqt.  Any thoughts about what do I need to do here??
    Last edited by Gen2ly (2010-01-01 09:25:03)

    Nezmer wrote:Did you try putting stuff in /usr/lib/python2.6/site-packages/ ?
    Yes, 'site-packages' is the correct place.  Thank you Nezmer.
    wonder wrote:
    why you are using debian package rather that the source?
    http://www.lotrolinux.com/PyLotRO-0.1.11.tar.bz2
    cd $srcdir/PyLotRO-$pkgver
    python setup.py install --root=$pkgdir || return 1
    should be enough
    Ah, beautiful.  Wasn't aware before that python install script could define a destdir.  Much better way of doing it.  Thanks wonder.
    Last edited by Gen2ly (2009-12-29 20:44:12)

  • [SOLVED] Make Pacman cache packages installed with -U

    When installing a package with -U, pacman doesn't cache packages as it does when installing with -S. Is there a way to change this behavior?
    I read somewhere that specifying the package's full path and prepending "file://", as in "pacman -U file://path/to/package.pkg.tar.xz", but this often complains of an "invalid or corrupted package (PGP signature)".
    How can I make pacman always copy installed packages to the cache?
    MOD EDIT: change 'closed' to 'solved' in title to avoid confusion
    Last edited by fukawi2 (2013-07-06 13:09:21)

    You can't.  This has been discussed on the bugtracker several times.
    https://bugs.archlinux.org/task/35699
    https://bugs.archlinux.org/task/31243
    https://bugs.archlinux.org/task/15143
    https://bugs.archlinux.org/task/18012
    If you're building the packages yourself with makepkg, you can set PKGDEST to your cache in makepkg.conf.  Otherwise you could write a small pacman wrapper that copies the package after installing it.

  • [SOLVED] Quake Live AUR Package 64 bit support

    I juts found this quakelive package on AUR: http://aur.archlinux.org/packages.php?ID=43938
    I tried it, but it said no x86_64 support.
    Then, I tried this patch, but I still get this:
    david@davidarch:~/pkg/quakelive$ makepkg -si
    ==> Making package: quakelive 0.1.0.433-1 (Sat Mar 3 20:36:15 WET 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading QuakeLivePlugin_433.xpi?v=0,1,0,433...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 1444k 100 1444k 0 0 1319k 0 0:00:01 0:00:01 --:--:-- 1492k
    ==> Validating source files with md5sums...
    QuakeLivePlugin_433.xpi?v=0,1,0,433 ... FAILED
    ==> ERROR: One or more files did not pass the validity check!
    david@davidarch:~/pkg/quakelive$
    I also read on the AUR comments that if I change the checksum it's possible to install it:
    I have 64bit up and running but i had to change the checksum to fa54d8f7e7be7c7f04cbc52cf3e693ff. (Made the checksum out of the downloaded file, i know, not a good idea, but it works)
    Maybe new version?
    thanks
    greez
    I just don't know how to do what this guy did... Any ideas? Thank you very much!
    Last edited by ephan (2012-03-04 15:14:24)

    karol wrote:Edit the PKGBUILD and change the checksum.
    https://wiki.archlinux.org/index.php/Pkgbuild#md5sums
    Oh thank you, that was it

  • AUR package not showing up with pacman -Qm

    So, according with this topic, the OP couldn't find the chromium-pepper-flash package with pacman -Qm, but for me it shows up on the search (I have installed it from the AUR, with makepkg). Currently this package is located in the AUR.
    I wonder why the OP couldn't find it? I mean, if this is an external package, not in the official repos, shouldn't it *always* shows up with pacman -Qm? Please notice that the OP didn't know at the time how he has installed this package, but I can't see other way if not with makepkg or with an AUR helper.
    Last edited by thiagowfx (2014-01-10 21:37:25)

    thiagowfx wrote:I wonder why the OP couldn't find it? I mean, if this is an external package, not in the official repos, shouldn't it *always* shows up with pacman -Qm?
    The only thing that I can think of is that it was installed from a repository, because pacman -Qm lists all the packages which uou have installed which are not from any local databases stored on your computer.

  • New binutils 2.22 causing havoc on many AUR packages

    Many posts around here showing that this is a common problem. ld has changed behaviour and has broken some packages that don't explicitly link to libraries.
    My example: Minutor
    gcc -Wl,--as-needed -o minutor minutor.o mapviewer.o colorschemes.o `pkg-config --libs gtk+-2.0` MinutorMap/MinutorMap.a
    /usr/bin/ld: MinutorMap/MinutorMap.a(nbt.o): undefined reference to symbol 'gzopen'
    /usr/bin/ld: note: 'gzopen' is defined in DSO /usr/lib/libz.so.1 so try adding it to the linker command line
    /usr/lib/libz.so.1: could not read symbols: Invalid operation
    collect2: ld returned 1 exit status
    make: *** [minutor] Error 1
    Related info I found on the Fedora Wiki
    All posts so far suggest adding things to LDFLAGS but none of them have worked for me yet. Found on thread "EMC2 Simulator (CNC) PKGBUILD":
    falconindy wrote:
    --as-needed isn't the problem here, it's transitive linking. See the first item in the ld changelog for binutils 2.22. There's two options:
    - add "-Wl,--copy-dt-needed-entries" to LDFLAGS
    - add "-lXt" to LDFLAGS
    Either way, this should be fixed upstream. You should explicitly link against any library you depend on.
    This didn't work for me whether I put it in the PKGBUILD or /etc/makepkg.conf
    Any ideas?
    EDIT: It appears that the LDFLAGS are not being added to the gcc line shown above no matter where I put the additional LDFLAGS. Perhaps I'm doing it wrong.
    Last edited by quantumphaze (2012-02-08 07:32:11)

    ngoonee wrote:P.S. - OT - I've got 99 AUR packages installed and this problem doesn't show up on any of them, so I'm not sure what 'common' means in your case
    I maintain one package in AUR and it hit this issue. From this I extrapolate that every AUR package is broken
    Anyway, patch for minutor:
    --- minutor.orig/Makefile 2011-05-21 08:34:22.000000000 +0200
    +++ minutor/Makefile 2012-02-08 11:15:13.682083948 +0100
    @@ -16,7 +16,7 @@
    all: $(EXEC)
    $(EXEC): $(OBJS) maplib
    - $(CC) -Wl,--as-needed -o $(EXEC) $(OBJS) $(LIBS) MinutorMap/MinutorMap.a
    + $(CC) -Wl,--as-needed -o $(EXEC) $(OBJS) $(LIBS) MinutorMap/MinutorMap.a -lz
    install: $(EXEC)
    install -d $(BIN) $(DESKTOP) $(PIXMAP)
    Last edited by Gusar (2012-02-08 10:14:44)

  • List the tape drives installed in solaris

    Hi ,
    Can some one please let me know how can I display the tape drives which is installed in Solaris (below Version 8)
    In solaris 8 we can use cfgadm , However below 8 other than prtconf is there any command or way to findout the devices installed . prtconf and sysdef command outputs are too difficult to digest ,
    Thanks
    Dileep

    Yes I can see the following things .
    I would like to use a command which will list all the devices installed in a user friendly manner .
    root on LIVE netra1 # ls -l *hbn<br />
    lrwxrwxrwx 1 root other 52 Jul 3 1998 0hbn -> ../../devices/sbus&#64;3,0/SUNW,fas&#64;0,8800000/st&#64;4,0:hbn
    lrwxrwxrwx 1 root other 50 Jul 3 1998 1hbn -> ../../devices/sbus&#64;a,0/QLGC,isp&#64;2,10000/st&#64;1,0:hbn
    lrwxrwxrwx 1 root other 50 Jul 3 1998 2hbn -> ../../devices/sbus&#64;a,0/QLGC,isp&#64;2,10000/st&#64;2,0:hbn
    lrwxrwxrwx 1 root other 50 Jul 3 1998 3hbn -> ../../devices/sbus&#64;a,0/QLGC,isp&#64;2,10000/st&#64;3,0:hbn
    lrwxrwxrwx 1 root other 50 Jul 3 1998 4hbn -> ../../devices/sbus&#64;a,0/QLGC,isp&#64;2,10000/st&#64;4,0:hbn
    Thanks
    Dileep

  • Package install order

    Hi All,
    I was wondering if anyone has come across some doc that explains the order in which packages are installed into a non-global zone at install time. I have a third party package that adds an entry into /etc/inetd.conf but when it is installed into the zone (zoneadm -z test-zone install) the /etc/inetd.conf file is not there yet. Ideally I'd like the lucreate process to add this package once all SUNW* packages have been installed. Any way to achieve this ??
    Thanks,
    Craig.

    I can now at least answer my own question!!
    By doing a truss on the "/etc/lib/lu/plugins/lupi_zones plugin" process I was able to establish that during the "Determining zone package initialization order." sequence of the zoneadm command, the dependencies of all the packages installed in the global zone are checked.
    I was then able to build in a dependency into all my home grown packages so they would be installed much later in the process.
    Cheers,
    Craig.

Maybe you are looking for

  • IPhoto S-L-O-W & Crashes Routinely

    Let me start this post by saying that I have fallen in love with all things Mac since I made the switch from the Wintel world in May. However, I have had a dreadful experience with one piece of Apple software - iPhoto - which is, of course, the topic

  • Missing incidents

    Hello community! What can be wrong if an incident created in Work center is visible only to incident owner, even solman_admin cannot see it. Is it smth wrong with Business partners, what would be the best bet - from where to start the investigation?

  • Can't download real player file from link

    I'm new to the mac world and I am trying to download a real player file (.rm) from a link that is on one of my course websites (I've tried Safari and Firefox). When I "right click" and select "Download File" it just downloads the actual html link, no

  • Generating debug symbols from a source file in assembly

    Hi, I have a file written in the SPARC assembly language, which I can successfully assemble using the "as" command and produce an object file. However, the object file that it being produced does not have any debugging information in it. So when I li

  • Icon problem in forms 10g

    hii I have oracle 10g forms installed on my pc, I want to display some icons on the button.i have done all of the required things like:I have kept all the gif icons in the particular place,& have changed the formsweb.cfg file by changing imagebase pa