You are not logged in.

#1 2008-06-19 03:40:40

Greatmetal
Member
Registered: 2008-02-20
Posts: 21

Cannot upload new package to aur.

Hi I created a PKGBUILD for the conspire IRC client, and when I try to submit the .tar.gz file containing it I get "Could not create directory /home/aur/unsupported/conspire." here is the PKGBUILD

# Contributor: Vance Freire <greatmetal@gmail.com>
pkgname=conspire
pkgver=20080617
pkgrel=1
pkgdesc="An advanced, lightweight IRC client for UNIX."
url="http://www.nenolod.net/conspire"
license="GPL"
arch=('i686' 'x86_64')
makedepends=('mercurial' 'gtk2' 'libsexy' 'glib2' 'libmowgli' 'gnutls' 'dbus' 'libnotify')
options=('!strip')
source=()
md5sums=()
build() {
    cd $startdir/src
    msg "Connecting to mercurial server..."
    
    if [ -d $startdir/src/conspire ] ; then
        cd conspire
        hg update
        msg "The local files are updated."
    else
        hg clone http://hg.atheme.org/conspire
        cd conspire
    fi
    
    ./autogen.sh
    ./configure --prefix=/usr
    
    make
    make install DESTDIR=$startdir/pkg || return 1
}

Offline

#2 2008-06-19 06:20:25

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: Cannot upload new package to aur.

I will ask the most obvious question, do you have an account on the AUR?

Offline

#3 2008-06-19 07:24:54

Greatmetal
Member
Registered: 2008-02-20
Posts: 21

Re: Cannot upload new package to aur.

Yes I do smile. I made one today for this package.

Offline

#4 2008-06-19 16:22:57

Garns
Member
Registered: 2008-05-28
Posts: 239

Re: Cannot upload new package to aur.

Seems to be a bug in AUR, your package has been uploaded: http://aur.archlinux.org/packages/conspire/ but it doesn't show up in the web interface. The usr directory shouldn't be there, as well.

You should probably post this to the bugtracker.

Offline

#5 2008-06-19 17:09:37

Greatmetal
Member
Registered: 2008-02-20
Posts: 21

Re: Cannot upload new package to aur.

Posted to bugtracker thanks for all your help smile.

Offline

Board footer

Powered by FluxBB