You are not logged in.
I'm already maintaining 4 packages on AUR, but today when I was submitting a 5th package, all I got was this unhelpful error message:
Use `makepkg --source` to generate source packages for submission!
Error - No file uploaded
If you'd like to help out, the source files are located at http://github.com/wh5a/arch/tree/master/archpkg/otags/
Offline
So just to check.... you did use "makepkg --source" to generate the tarball you submitted?
Offline
Yes...
Offline
Did you perhaps do it like I did and changed SRCEXT to '.tar.xz' in your /etc/makepkg.conf?
Offline
Did you perhaps do it like I did and changed SRCEXT to '.tar.xz' in your /etc/makepkg.conf?
No, I didn't ![]()
Offline
is the file you're trying to upload readable by your user?
Arch i686 on Phenom X4 | GTX760
Offline
Did you perhaps do it like I did and changed SRCEXT to '.tar.xz' in your /etc/makepkg.conf?
AUR doesn't accept those?
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Nope, not yet, apparently. (Pierre said so as well in the German forum.)
Offline
is the file you're trying to upload readable by your user?
Yes.
Offline
I uploaded and orphaned the package: http://aur.archlinux.org/packages.php?ID=35200
Of course, there's still your original problem. I just d/l'ed the two files (PKGBUILD and patch), used makepkg --source, renamed the src.tar.gz file to otags.tar.gz and uploading worked without a hitch, so no problem there at all…
Offline
I uploaded and orphaned the package: http://aur.archlinux.org/packages.php?ID=35200
Of course, there's still your original problem. I just d/l'ed the two files (PKGBUILD and patch), used makepkg --source, renamed the src.tar.gz file to otags.tar.gz and uploading worked without a hitch, so no problem there at all…
Thanks. Do I have to rename the file? I don't remember I ever did that...
Offline
Runiq wrote:I uploaded and orphaned the package: http://aur.archlinux.org/packages.php?ID=35200
Of course, there's still your original problem. I just d/l'ed the two files (PKGBUILD and patch), used makepkg --source, renamed the src.tar.gz file to otags.tar.gz and uploading worked without a hitch, so no problem there at all…
Thanks. Do I have to rename the file? I don't remember I ever did that...
I dunno, but whenever I download a package from the AUR, it's always called $pkgname.tar.gz, that's why I usually do it.
Last edited by Runiq (2010-03-04 19:48:45)
Offline
Nah, naming ain't no issue here.
I also, for some reason, had some problem using the web upload interface sometimes, while doing it from CLI has not for once failed.
What I do, for example, to upload a pkg.src.tar.gz to AUR is:
$ makepkg --source
$ dzlad -p pkg.src.tar.gz@editors:"Some Comment." -u username:passwordThis has never failed me. If you don't like ruby, there's also slurpy which is in python, among others; or roll your own using curl...
This silver ladybug at line 28...
Offline
Where does the dzlad program come from?
Offline
Where does the dzlad program come from?
I wrote it as a practice in ruby. It's been in AUR for a month: http://aur.archlinux.org/packages.php?ID=33881.
It doesn't do much; if anyone should be interested to try, do check out --help and --examples
Last edited by lolilolicon (2010-03-06 14:06:36)
This silver ladybug at line 28...
Offline