[aur-general] Signoff report for [community-testing]

2015-01-22 Thread Arch Website Notification
=== Signoff report for [community-testing] ===
https://www.archlinux.org/packages/signoffs/

There are currently:
* 0 new packages in last 24 hours
* 0 known bad packages
* 0 packages not accepting signoffs
* 0 fully signed off packages
* 7 packages missing signoffs
* 1 package older than 14 days

(Note: the word 'package' as used here refers to packages as grouped by
pkgbase, architecture, and repository; e.g., one PKGBUILD produces one
package per architecture, even if it is a split package.)



== Incomplete signoffs for [community] (7 total) ==

* freevo-1.9.0-14 (any)
0/2 signoffs
* subsurface-4.3-2 (i686)
0/1 signoffs
* virtualbox-modules-lts-4.3.20-3 (i686)
0/1 signoffs
* yakuake-2.9.9-4 (i686)
0/1 signoffs
* subsurface-4.3-2 (x86_64)
0/2 signoffs
* virtualbox-modules-lts-4.3.20-3 (x86_64)
0/2 signoffs
* yakuake-2.9.9-4 (x86_64)
0/2 signoffs


== All packages in [community-testing] for more than 14 days (1 total) ==

* freevo-1.9.0-14 (any), since 2014-08-27


== Top five in signoffs in last 24 hours ==

1. fyan - 5 signoffs


[aur-general] Can't update my own PKGBUILD, where to find errors?

2015-01-22 Thread Sven Fischer
Hello everybody,

trying to update small fixes to the eibd package, AUR upload always responses 
to me with "error: failed to upload bcusdk-0.0.5-5.src.tar.gz: You are not 
allowed to overwrite the eibd package.", although I own the package. I am 
quite a AUR NOOB, but trying to find a hint what could be wrong led me to 
nothing. Wouldn't it be possible to respond with an error that tells me WHY I 
am unable to upload (missing permission, wrong version etc)?

Regards, Sven

-- 
Sven Fischer -- Platzer Höhenweg 34, 51429 Bergisch Gladbach, Germany
Tel: +49-(0)2204-480985, Fax: +49-(0)2204-9670019
s...@leiderfischer.de
# Maintainer: Sven Fischer 
# Contributor: Thijs Vermeir 

pkgbase=('bcusdk')
pkgname=('eibd')
pkgver=0.0.5
pkgrel=5
pkgdesc="Daemon for connection to the EIB/KNX bus"
arch=('i686' 'x86_64' 'arm' 'armv7h')
url="http://www.auto.tuwien.ac.at/~mkoegler/index.php/bcusdk";
license=('LGPL')
depends=('pthsem>=2.0.8' 'gcc-libs-multilib')
options=('!libtool')
source=(http://www.auto.tuwien.ac.at/~mkoegler/eib/bcusdk_${pkgver}.tar.gz
eibd.patch eibd.socket eibd.service eibd.conf)
md5sums=('5f81bc4e6bb53564573d573e795a9a5f'
 'b9e50d68138fb74a4d0f6370a720d8fe'
 '82e079c823fa226146ba49b47c76bab7'
 '9919fe034fb3f3b1ad8c45a9daef0dde'
 '815323eebff8bc442c1e653a34e6b0b4')

prepare() {
cd "${srcdir}/${pkgbase}-${pkgver}"
patch -p1 -i ${srcdir}/eibd.patch
}

build() {
cd "${srcdir}/${pkgbase}-${pkgver}"

./configure \
--prefix=/usr \
--enable-onlyeibd \
--enable-usb \
--enable-ft12 \
--enable-eibnetip \
--enable-eibnetipserver \
--enable-eibnetiptunnel

cd "${srcdir}/${pkgbase}-${pkgver}/common"
make

cd "${srcdir}/${pkgbase}-${pkgver}/eibd"
make
}

package_eibd() {
pkgdesc="Daemon as interface to the EIB / KNX bus"

install -Dm644 "${srcdir}/eibd.socket" 
$pkgdir/usr/lib/systemd/system/eibd.socket
install -Dm644 "${srcdir}/eibd.service" 
$pkgdir/usr/lib/systemd/system/eibd.service
install -Dm644 "${srcdir}/eibd.conf" $pkgdir/etc/conf.d/eibd.conf

cd "${srcdir}/${pkgbase}-${pkgver}/eibd"
make DESTDIR="${pkgdir}" install

cd "${srcdir}/${pkgbase}-${pkgver}/common"
make DESTDIR="${pkgdir}" install

#cd ${pkgdir}
#rm -rf usr/share
#cd usr/bin
#rm -rf `ls | grep -v eib`
}


Re: [aur-general] Can't update my own PKGBUILD, where to find errors?

2015-01-22 Thread Doug Newgard
On Thu, 22 Jan 2015 23:24:24 +0100
Sven Fischer  wrote:

> Hello everybody,
> 
> trying to update small fixes to the eibd package, AUR upload always
> responses to me with "error: failed to upload
> bcusdk-0.0.5-5.src.tar.gz: You are not allowed to overwrite the eibd
> package.", although I own the package. I am quite a AUR NOOB, but
> trying to find a hint what could be wrong led me to nothing. Wouldn't
> it be possible to respond with an error that tells me WHY I am unable
> to upload (missing permission, wrong version etc)?
> 
> Regards, Sven
> 

Because you're trying to overwrite one pkgbase (eibd) with a different
one (bcusdk).


Re: [aur-general] Can't update my own PKGBUILD, where to find errors?

2015-01-22 Thread Lukas Fleischer
On Fri, 23 Jan 2015 at 00:02:02, Doug Newgard wrote:
> On Thu, 22 Jan 2015 23:24:24 +0100
> Sven Fischer  wrote:
> 
> > Hello everybody,
> > 
> > trying to update small fixes to the eibd package, AUR upload always
> > responses to me with "error: failed to upload
> > bcusdk-0.0.5-5.src.tar.gz: You are not allowed to overwrite the eibd
> > package.", although I own the package. I am quite a AUR NOOB, but
> > trying to find a hint what could be wrong led me to nothing. Wouldn't
> > it be possible to respond with an error that tells me WHY I am unable
> > to upload (missing permission, wrong version etc)?
> > 
> > Regards, Sven
> > 
> 
> Because you're trying to overwrite one pkgbase (eibd) with a different
> one (bcusdk).
> 

Let me elaborate just a bit: There currently isn't a bcusdk package base
in the AUR, so a new package base is created upon package submission.
That new package base contains a package eibd which is already part of
the package base eibd, though. Since a package base cannot contain a
package that is already provided by another one, you receive that
strange error message.

Hope that clarifies it a bit.

Regards,
Lukas


Re: [aur-general] AUR UTF-8 support?

2015-01-22 Thread Hugo Osvaldo Barrera
On 2015-01-21 18:08, Lukas Fleischer wrote:
> On Wed, 21 Jan 2015 at 18:05:17, Bartłomiej Piotrowski wrote:
> > On Wed, 21 Jan 2015 12:41:53 -0300
> > Hugo Osvaldo Barrera  wrote:
> > > Hi,
> > > 
> > > I posted a message ending with the character "😄" on the AUR today,
> > > but that character got stripped.
> > > 
> > > Does AUR not have UTF-8 support? Have I bumped into a new issue?
> > > 
> > > Thanks,
> > > 
> > 
> > How is that an issue? Do you really think there is a sane project
> > with such character in its name? Do you expect users to search
> > charactar map to install your package?
> 
> I think he is talking about comments. Issues like this should be
> discussed on the bug tracker (and maybe on aur-dev), though. 

Indeed, I meant comments.
I'll take this to aur-dev then, thanks.

-- 
Hugo Osvaldo Barrera
A: Because we read from top to bottom, left to right.
Q: Why should I start my reply below the quoted text?


pgpjdUFL8J65M.pgp
Description: PGP signature