You are not logged in.

#1 2015-01-13 07:54:42

Untracable
Member
Registered: 2015-01-13
Posts: 2

==> ERROR: arch contains invalid characters: ','

I been using GNU/Arch Linux for few weeks now. One program I liked for Ganoo/Leenox was "screencloud", it let me bind hotkeys to draw a square then snap a screenshot and upload it to my FTP server.

So I typed 'yaourt screencloud',

It fails to install the 'libqxt' dependency every time I try. This is what happens:

==> Downloading libqxt PKGBUILD from AUR...
x PKGBUILD
libqxt 0.6.2-3  (Sat Sep  1 10:18:04 EDT 2007)
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n

==> libqxt dependencies:
 - qt4 (already installed)
 - openssl (already installed)
 - db (already installed)
 - qt4 (already installed)


==> Continue building libqxt ? [Y/n]
==> --------------------------------
==> 
==> Building and installing package
==> ERROR: arch contains invalid characters: ','
==> ERROR: Makepkg was unable to build libqxt.
==> Restart building libqxt ? [y/N]
==> -------------------------------
==> 

So what is wrong with it and how do I fix it? Thanks smile

Offline

#2 2015-01-13 08:03:12

AbaddonOrmuz
Member
Registered: 2014-07-05
Posts: 43
Website

Re: ==> ERROR: arch contains invalid characters: ','

Edit the PKGBUILD to remove the comma "," in the arch array, just that.

Offline

#3 2015-01-13 08:06:46

\hbar
Member
Registered: 2014-03-15
Posts: 165

Re: ==> ERROR: arch contains invalid characters: ','

deleted: question already answered above

Last edited by \hbar (2015-01-13 08:07:31)

Offline

#4 2015-01-13 08:24:40

Untracable
Member
Registered: 2015-01-13
Posts: 2

Re: ==> ERROR: arch contains invalid characters: ','

AbaddonOrmuz wrote:

Edit the PKGBUILD to remove the comma "," in the arch array, just that.

A really odd thing happens when I press Y to edit the PKGBUILD

The terminal just dies, nothing appears, and I cant ctrl+C to escape
Heres a lil screencapture I encoded as webm to show what happens sad

http://webmup.com/La22v/

EDIT: sorry for the uploading to that host, if anyone knows a better place to upload, or public ftp server let me know

Last edited by Untracable (2015-01-13 08:32:04)

Offline

#5 2015-01-13 08:26:23

Spider.007
Member
Registered: 2004-06-20
Posts: 1,176

Re: ==> ERROR: arch contains invalid characters: ','

To explain that answer a bit further; libqxt comes from the AUR; and it seems that the person who created it made a typo which was already reported to him. You should download the tarball from the AUR and modify the PKGBUILD manually, then execute `makepkg` in that directory. It should result in a package you can install

Offline

#6 2015-01-13 13:19:26

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: ==> ERROR: arch contains invalid characters: ','

It's possible that yaourt is freezing if you have not set EDITOR and/or the default editor is not installed.  But whenever you're looking for help with AUR packages, always try building it without a helper first to narrow down if the problem is with the PKGBUILD or with your aur helper.  In this case, the answer is both: there are two separate issues.

And if you are not familiar with building AUR packages and editing PKGBUILDs, then please do not use yaourt.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

Board footer

Powered by FluxBB