Unable to update aur packages

I'm using yaourt to install packages and keep my system up to date. Whenever I run $yaourt -Syu I can update packages from core, extra and community but never aur. Is something wrongly configured?
Any help would be much appreciated.

RTFM, dude
yaourt -Syu --aur is what you're looking for.

Similar Messages

  • [Solved] Permissions issues when updating AUR package.

    Hi there,
    Today i was trying to update some of my AUR packages, but all I got is "Error - all files must have permissions of 644 or 755."
    It isn't very clear to me, i've changed all the files/directories permissions and i'm still getting this error so I gave up, i don't know what's going on, i've doing the same package process for a while with no problems.
    I can see the SRC file is compressed as root (root/root), I did a fresh Arch install three days ago to use all my hard disk drive (i was dualbooting), so I don't know if that could be the problem, I've changed my user's primary group anyways.
    - https://pastebin.osuosl.org/14606/
    EDIT*
    I don't know why some of my backup files had 400 and 755 persmissions, i changed back to 644, i did it before... and it didn't work...
    Last edited by AbaddonOrmuz (2015-01-22 21:44:53)

    The source files must have 644 or 755 permissions. In your first paste, the source files have 777 permissions.

  • [SOLVED] yaourt how to update aur packages

    Hi!
    I got a quick question. I thought that yaourt is able to update old packages installed from Aur automatically.
    So for example I type as usually yaourt -Syu --aur but I noticed it doesn't show AUR packages I can update. Only from core/extra/community
    For example I just typed:
    yaourt yaourt
    1 aur/yaourt 0.9.2.6-1 [0.9.2.5-1 installed] (2406)
    and see that I can update yaourt. I have other packages installed from AUR, how do I know that a newer version is available without checking it manually?
    edit:
    so I am happy to mark it as solved. It wasn't a bug, but it is a way how yaourt works.
    yaourt -Syu --aur shows packages from core/extra/community.
    If I press Y (to install them). It shows a list again with the information how much to download and install and then after pressing "No" to install them, yaourt continues to check AUR packages in this case.
    Julien MISCHKOWITZ, the developer said he could change the behavior
    Thanks everyone for the attention!
    Last edited by ngsupb (2009-08-21 13:15:09)

    shining wrote:yaourt has a bug tracker : http://bugs.archlinux.fr/index/proj3?or … &sort=desc
    Thank you shining. I have opened a ticket there. Lets wait, I hope they can help!

  • CiscoWorks LMS 3.2 unable to update device packages

    Chaps,
    This is a new install of LMS 3.2 with the Campus Manager patched to 5.2.1.
    I'm unable to install any new device updates, if I use the GUI and Check for Updates then it says that none are available.  The Device Count Type for Campus Manager is 0 although and my 3750X stacks are not supported.
    Any ideas?
    Jim

    Try to install the update manually. Open CLI on the server, navigate to $NMSRoot\bin directory and execute the commands:
    1. PSUCli.bat -p cm -dst  -download CMDeviceUpdates ,     On providing cisco.com credentials CMDeviceUpdates.zip will be
    downloaded to "\cm" location. For example if  is
    C:\psu_download then package will be under C:\psu_download\cm.
    2. Install the package by executing below command:
    PSUCli.bat -p cm -install -src\cm CMDeviceUpdates

  • [SOLVED] How to update AUR packages?

    Hi,
    I am new to archlinux. a few days ago i installed my first application from the AUR and now I am wondering: How can i update? I believe that I have to use an AUR helper to do that. Is that correct? And which helper should i use? Any recommendations?
    thanx
    Last edited by turtlefox (2015-05-12 14:36:27)

    ok I understand, fetch the tarball again and building it will work. (that already came to my mind actually)
    However, for long-term use I kind of want a more convenient solution, so I think I will try cower.
    Can anyone tell me how to install cower? At https://github.com/falconindy/cower there is only a zip-file that I can download. The zip file contains the files 'bash_completion', 'config', 'cower.c', 'Makefile', 'README.pod' and 'zsh_completion'. (sorry, but I see no option for including the files in this post) In the README however, there is no information about installation.

  • [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)

  • Unable to update some packages: pacman thinks installed ones are newer

    Hi all,
    pacman gives me this warning on updates:
    [root@beta ~]# pacman -Syu
    :: Synchronizing package databases...
    current is up to date
    extra is up to date
    :: Starting full system upgrade...
    warning: ion: local (20070203-1) is newer than extra (3rc_20070506-1)
    warning: jdk: local (6-2) is newer than extra (6u1-1)
    local database is up to date
    What should I do?
    Thanks,
    Fabio Varesano

    shining wrote:
    ravisghosh wrote:how about running rankmirror with all the mirrors (from all over the world). That will select the fastest (and probably nearest) one anyway. Am I right.
    I guess the main problem is that it'll take much more time, without any benefits, because the nearest mirror are generally the fastest. Am I wrong ?
    Though, there are probably some regions that are not well deserved (not much mirrors, and of poor quality), in this case you might want to extend it a bit. But mirrors at the opposite of the globe are generally not very fast
    you'd be surprised. Here in Australia, there's an irish mirror I get great speeds from, despite ireland being literally on the other side of the planet. Yet closer neighbors, like japan, and some south east asian countries, I get terrible speeds.

  • Unable to update jre7-openjdk-headless

    Hey,
    Today i tried to update the system with the following:
    :: Synchronizing package databases...
    core is up to date
    extra 1386.5 KiB 819K/s 00:02 [######################] 100%
    community 1638.2 KiB 752K/s 00:02 [######################] 100%
    multilib 86.4 KiB 359K/s 00:00 [######################] 100%
    :: Starting full system upgrade...
    resolving dependencies...
    :: There are 2 providers available for java-runtime-headless:
    :: Repository extra
    1) jre7-openjdk-headless 2) openjdk6
    Enter a number (default=1):
    warning: dependency cycle detected:
    warning: rhino will be installed before its jre7-openjdk-headless dependency
    looking for inter-conflicts...
    Targets (5): ca-certificates-java-20120225-1
    jre7-openjdk-headless-7.b147_2.1-3 lib32-dbus-core-1.4.20-1
    lucene-2.9.4-3 rhino-1.7R3-2
    But after downloading the packages i got the following error:
    error: failed to commit transaction (conflicting files)
    jre7-openjdk-headless: /etc/profile.d/jre.csh exists in filesystem
    jre7-openjdk-headless: /etc/profile.d/jre.sh exists in filesystem
    Errors occurred, no packages were upgraded.
    Has anyone got this problem?
    Thank you!!
    Last edited by Micah89 (2012-04-15 11:59:18)

    Updating AUR package jre 7-3 to 7u3-1 prior to pacman -Syu worked for me.
    Ended up manually updating  jre 7-3 to 7u3-1 as packer said it was up to date.
    [jeff@Arch2010p5 jre]$ makepkg
    ==> Making package: jre 7u3-1 (Mon Apr 16 05:20:52 PDT 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading jre-7u3-linux-x64.tar.gz...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 30.9M 100 30.9M 0 0 1202k 0 0:00:26 0:00:26 --:--:-- 1341k
    -> Found java-policy-settings.desktop
    -> Found jre.sh
    -> Found jre.csh
    -> Found javaws-launcher
    ==> Validating source files with md5sums...
    jre-7u3-linux-x64.tar.gz ... Passed
    java-policy-settings.desktop ... Passed
    jre.sh ... Passed
    jre.csh ... Passed
    javaws-launcher ... Passed
    ==> Extracting Sources...
    -> Extracting jre-7u3-linux-x64.tar.gz with bsdtar
    ==> Entering fakeroot environment...
    ==> Starting package()...
    -> Creating required dirs
    -> Re-ordering folders a bit
    -> Removing empty and redundant dirs
    -> Moving stuff in place
    -> Symlinking the plugin
    -> Installing scripts, .desktop file and licenses
    -> Tweaking the javaws .desktop file
    ==> Tidying install...
    -> Purging unwanted files...
    -> Compressing man and info pages...
    -> Stripping unneeded symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Adding install file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: jre 7u3-1 (Mon Apr 16 05:22:31 PDT 2012)
    [jeff@Arch2010p5 jre]$ sudo pacman -U jre-7u3-1-x86_64.pkg.tar.xz
    Password:
    loading packages...
    warning: downgrading package jre (7-3 => 7u3-1)
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): jre-7u3-1
    Total Installed Size: 85.88 MiB
    Net Upgrade Size: -7.37 MiB
    Proceed with installation? [Y/n] y
    (1/1) checking package integrity [######################] 100%
    (1/1) loading package files [######################] 100%
    (1/1) checking for file conflicts [######################] 100%
    (1/1) checking available disk space [######################] 100%
    (1/1) upgrading jre [######################] 100%
    warning: /etc/profile.d/jre.csh installed as /etc/profile.d/jre.csh.pacnew
    warning: /etc/profile.d/jre.sh installed as /etc/profile.d/jre.sh.pacnew
    New optional dependencies for jre
    alsa-lib: sound support
    ttf-dejavu: fonts
    [jeff@Arch2010p5 ~]$ sudo pacman -Syu
    Password:
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community 1639.7 KiB 1256K/s 00:01 [##########################################################] 100%
    :: Starting full system upgrade...
    :: Replace sqlite3 with extra/sqlite? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    Targets (47): automake-1.11.4-1 avahi-0.6.31-2 consolekit-0.4.6-2 dbus-1.4.20-1 dbus-core-1.4.20-2 dbus-python-1.0.0-1 deluge-1.3.5-1 dirmngr-1.1.0-4
    firefox-11.0-3 garcon-0.1.12-1 gawk-4.0.1-1 gcc-4.7.0-4 gcc-libs-4.7.0-4 gparted-0.12.1-1 help2man-1.40.8-1 hplip-3.12.2-3 libevent-2.0.18-1
    libgphoto2-2.4.13-2 libmtp-1.1.3-1 libmysqlclient-5.5.23-1 libpciaccess-0.13.1-1 libtorrent-rasterbar-0.16.0-1 libupnp-1.6.17-1
    libwbclient-3.6.4-1 linux-3.3.2-1 linux-headers-3.3.2-1 lirc-utils-1:0.9.0-15 lucene-2.9.4-3 man-pages-3.38-1 mkinitcpio-0.8.7-2
    nvidia-295.40-2 nvidia-utils-295.40-1 opencl-nvidia-295.40-1 qt-4.8.1-2 readline-6.2.002-2 recoll-1.17.1-1 smbclient-3.6.4-1 smplayer-0.8.0-1
    sqlite-3.7.11-2 sqlite3-3.7.11-1 [removal] thunderbird-11.0.1-2 udev-182-1 xfce4-power-manager-1.0.11-2 xfsprogs-3.1.8-1 xorg-server-1.12.1-1
    xorg-server-common-1.12.1-1 xorg-server-xnest-1.12.1-1
    Total Download Size: 1.02 MiB
    Total Installed Size: 655.01 MiB
    Net Upgrade Size: -10.09 MiB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from community...
    recoll-1.17.1-1-x86_64 1044.2 KiB 1241K/s 00:01 [##########################################################] 100%
    (46/46) checking package integrity [##########################################################] 100%
    (46/46) loading package files [##########################################################] 100%
    (46/46) checking for file conflicts [##########################################################] 100%
    (47/47) checking available disk space [##########################################################] 100%
    (1/1) removing sqlite3 [##########################################################] 100%
    ( 1/46) upgrading automake [##########################################################] 100%
    ( 2/46) upgrading dbus-core [##########################################################] 100%
    ( 3/46) upgrading dbus [##########################################################] 100%
    ( 4/46) upgrading avahi [##########################################################] 100%
    ( 5/46) upgrading consolekit [##########################################################] 100%
    ( 6/46) upgrading dbus-python [##########################################################] 100%
    New optional dependencies for dbus-python
    dbus-glib: glib mainloop support
    ( 7/46) upgrading libtorrent-rasterbar [##########################################################] 100%
    ( 8/46) upgrading deluge [##########################################################] 100%
    ( 9/46) upgrading dirmngr [##########################################################] 100%
    (10/46) upgrading readline [##########################################################] 100%
    (11/46) installing sqlite [##########################################################] 100%
    (12/46) upgrading libevent [##########################################################] 100%
    (13/46) upgrading firefox [##########################################################] 100%
    (14/46) upgrading garcon [##########################################################] 100%
    (15/46) upgrading gawk [##########################################################] 100%
    (16/46) upgrading gcc-libs [##########################################################] 100%
    (17/46) upgrading gcc [##########################################################] 100%
    (18/46) upgrading gparted [##########################################################] 100%
    (19/46) upgrading help2man [##########################################################] 100%
    (20/46) upgrading hplip [##########################################################] 100%
    New optional dependencies for hplip
    python2-pyqt: for running hp-toolbox
    (21/46) upgrading libgphoto2 [##########################################################] 100%
    Users no longer need to be in the 'camera' group to use camera devices
    (22/46) upgrading libmtp [##########################################################] 100%
    (23/46) upgrading libmysqlclient [##########################################################] 100%
    (24/46) upgrading libpciaccess [##########################################################] 100%
    (25/46) upgrading libupnp [##########################################################] 100%
    (26/46) upgrading libwbclient [##########################################################] 100%
    (27/46) upgrading mkinitcpio [##########################################################] 100%
    (28/46) upgrading linux [##########################################################] 100%
    >>> Updating module dependencies. Please wait ...
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.3.2-1-ARCH
    -> Parsing hook: [base]
    -> Parsing hook: [udev]
    -> Parsing hook: [autodetect]
    -> Parsing hook: [pata]
    -> Parsing hook: [scsi]
    -> Parsing hook: [sata]
    -> Parsing hook: [filesystems]
    -> Parsing hook: [usbinput]
    -> Parsing hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.3.2-1-ARCH
    -> Parsing hook: [base]
    -> Parsing hook: [udev]
    -> Parsing hook: [pata]
    -> Parsing hook: [scsi]
    -> Parsing hook: [sata]
    -> Parsing hook: [filesystems]
    -> Parsing hook: [usbinput]
    -> Parsing hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    (29/46) upgrading linux-headers [##########################################################] 100%
    (30/46) upgrading lirc-utils [##########################################################] 100%
    (31/46) upgrading lucene [##########################################################] 100%
    (32/46) upgrading man-pages [##########################################################] 100%
    (33/46) upgrading udev [##########################################################] 100%
    (34/46) upgrading xorg-server-common [##########################################################] 100%
    (35/46) upgrading xorg-server [##########################################################] 100%
    (36/46) upgrading nvidia-utils [##########################################################] 100%
    (37/46) upgrading nvidia [##########################################################] 100%
    (38/46) upgrading opencl-nvidia [##########################################################] 100%
    (39/46) upgrading qt [##########################################################] 100%
    (40/46) upgrading recoll [##########################################################] 100%
    (41/46) upgrading smbclient [##########################################################] 100%
    (42/46) upgrading smplayer [##########################################################] 100%
    (43/46) upgrading thunderbird [##########################################################] 100%
    (44/46) upgrading xfce4-power-manager [##########################################################] 100%
    (45/46) upgrading xfsprogs [##########################################################] 100%
    (46/46) upgrading xorg-server-xnest [##########################################################] 100%

  • Unable to update or install packages in pacaur

    Hello All!
    I have been using pacaur for a well over a year and have loved it. Yesterday, I started to run into an issue where I was unable to install or update any AUR packages using pacur. I looked online and didn't see anyone who was running into the same issue as I was. I have a gist that shows the output of:
    bash -x pacaur -Syu
    Does anyone have any suggestions for resolving this issue?
    Thanks in advance!

    Thank you so much for your help. Spyhawk, I found your previous post here. I tried using the --ignore flag with the chef and ruby-mime-types packages, but that didn't work. I finally went and manually installed the chef aur package and all its dependencies. Still, when I go to update my system with pacaur, it doesn't work. Here is the new output. Any further ideas?

  • Unable to update itunes. help. error message when trying to update to latest version of itunes. "the installer has encountered an unexpected error installing this package. this may indicate a problem with this package. error code 2721"

    unable to update itunes. help. error message when trying to update to latest version of itunes. "the installer has encountered an unexpected error installing this package. this may indicate a problem with this package. error code 2721"

    Hello chae84swangin,
    I recommend following the steps in the article below when getting an error message trying to install iTunes:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How can I update my package in AUR?

    I added PKGBUILD in AUR. Now I want to update it, but I can't find this option in aur-panel

    INCSlayer wrote:you simply submit it like you would when you normally upload a package and it will update the package automatically
    It works, thanx

  • N9 update: Unable to trace installation package de...

    Hello
    I got an issue updating PR1.2 for N9. I have developer packages installed. Two remaining packages were not updated otherwise the update was succesful.
    devtools-memory
    devtools-debug
    Packages give me messages
    Can't install
    Unable to trace installation package dependencies
    Files in /etc if they are any help:
    $ ls -l /etc/apt/
    total 40
    drwxr-xr-x 2 root root 4096 Mar 4 19:17 apt.conf.d
    drwxr-xr-x 2 root root 4096 Jun 30 2011 preferences.d
    -rw------- 1 root root 0 Aug 31 2011 secring.gpg
    drwxr-xr-x 2 root root 4096 Aug 31 2011 sources.list.d
    -rw------- 1 root root 1200 Aug 31 2011 trustdb.gpg
    -rw------- 1 root root 9025 Aug 31 2011 trusted.gpg
    drwxr-xr-x 2 root root 4096 Jun 30 2011 trusted.gpg.d
    -rw------- 1 root root 7849 Aug 31 2011 trusted.gpg~
    $ ls -l /etc/apt/sources.list.d/
    total 8
    -rw-r--r-- 1 root root 222 Mar 4 19:13 aegis.ssu-keyring-001.list
    -rw-r--r-- 1 root osa 22 Mar 4 19:18 osa.list
    $ cat /etc/apt/sources.list.d/aegis.ssu-keyring-001.list
    deb https://[email protected]/harmattan/001 ./
    deb https://[email protected]/harmattan/apps ./
    deb https://[email protected]/harmattan/tools ./
    $ cat /etc/apt/sources.list.d/osa.list
    deb-exec /usr/bin/osa
    Any hint for workaround or is there update batch coming?
    Jalomann

    I would like to get at least some kind of statement should I reinstall all the devtools packages or is there something wrong with the dependencies. See following printout:
    ~ # apt-get install devtools-memory
    Reading package lists...
    Done
    The following packages have unmet dependencies: devtools-memory:
    Depends: valgrind but it is not going to be installed
    E: Broken packages
    ~ # apt-get install valgrind
    Reading package lists...
    Done
    The following information may help to resolve the situation:
    The following packages have unmet dependencies: valgrind:
    Depends: libc6-dbg but it is not going to be installed
    E: Broken packages
    ~ # apt-get install libc6-dbg
    Reading package lists...
    Done
    The following information may help to resolve the situation:
    The following packages have unmet dependencies: libc6-dbg:
    Depends: libc6 (= 2.10-0maemo18.1+0m6) but 2.10-0maemo20+0m7 is to be installed
    E: Broken packages  

  • [solved] have to update my aur package

    One of my aur package, lib32-libva, was in the need to be be updated.
    I've already uploaded my aur packages to aur4 some days ago, so now, has long as i understood, if i update the old "aur" domain package, the change will never be reflected to the new aur4.
    So i've updated it via git only to aur4, but the change is not visible to the "old" aur domain.
    Is this supposed to happen?
    Did i do it right?
    Am i supposed to update the old aur packages manually?
    Thanks and sorry if those questions has already been answered.
    Last edited by kokoko3k (Today 09:31:26)

    I think It is supposed to be so, you have to update the packages on both domains. From this email announcing the AUR 4.0.0 pre-alpha release
    AUR package maintainers are then asked to upload their packages
    to aur-dev.archlinux.org and co-maintain them on aur.archlinux.org and
    the Git repository on aur-dev.archlinux.org for some time (roughly four
    weeks).

  • [yaourt] update only packages from aur

    I just switched from my own aur_update script to yaourt, because it handles dependencies.. But how to only update packages from aur?
    Last edited by lessthanjake (2010-01-15 09:37:35)

    Ape wrote:
    Xyne wrote:
    Can you do something like this (assuming yaourt supports pacman's "--needed" flag):
    yaourt -S --needed $(pacman -Qqm)
    If not, you can try bauerbill which does (or at least should) recognize the "--needed" flag.
    That just tries to reinstall (and rebuild as we are talking about AUR) all the AUR packages that are installed. Even the ones that doesn't need any updates.
    Xyne wrote:(assuming yaourt supports pacman's "--needed" flag)
    Obviously it doesn't. You're welcome to try bauerbill, which should do what you want using the code above.

  • Updates/Improvements to AUR packages

    I have found that a few AUR packages have not been updated for a while and some need some touching-up.  I suspect that in some cases, the package maintainer forgot to orphan the package and isn't checking their email.  I know the TUs are busy, so I was wondering if there would be a better way to handle it.
    I have re-written my own PKGBUILDS for a few packages that I think other users might find handy, but I have no way of sharing them in AUR without creating a duplicate entry.  That got me thinking, why not handle AUR more like a wiki and let any member update a package?

    timetrap wrote:
    emphire wrote:That got me thinking, why not handle AUR more like a wiki and let any member update a package?
    I had the same thought a little while ago, but in the end, SOMEONE needs to be responsible for the package. The ability to collaborate is already available. Submitting patches.
    If you think that something like this would work (and there is no technical reason why it couldn't), try setting it up. The PKGBUILD system is very easy (as you already know), and I am sure that you could find a few people here to give it a try. To make it very simple, you could get started with github, and create an open project for several packages.
    But in the end you will still need some kind of code review (which is what the individual package maintainers do anyway).
    If it sticks, you can claim that you pioneered a the wiki package system. 
    It works. That's how Ubuntu is built. Ubuntu packages have a general Ubuntu email address. Everyone has access to the packages.

Maybe you are looking for

  • Not Yet Documented Array Example as JSP doesn't work.

    Example: http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html Steve, in the Not yet documented examples, you have an Array of String Domain Example. We tried to modify this to create a simple struts flow that

  • WebDB2.2 on SuSE Linux6.3,Kernel 2.2.13

    Hello to all of you! Problem:Oracle 8051 on SuSE Linux 6.3 works fine. wdblsnr and db listener up and running. When trying to connect to databse with a netbrowser i get: Database Log In Failed TNS could not resolve service name Verify that the TNS na

  • Where to start from

    how do we start develooping applications using JAVA micro edition ? Which is the good book for that ?

  • How do it set new tabs to show my home page rather than blank page?

    Whenever I click on a "new tab" is shows a blank page. (it use to show the Mozilla user update page) However, I wish to see my home page "Google" every time I open a new tab.

  • Organizer applicatio​ns not supported

    Hi, I am having a problem on my DM where i get the following message when trying to set up Calander Sync. "the organizer applications on your computer are not supported" I am running windows 7 and office 2007. Thank you.