Re: [arch-general] wi-fi interface had disappear after system

2015-10-01 Thread Simon Hanna
> > > I have use broadcom-wl-dkms driver from AUR.
> >
> > Did you rebuild the driver for the new kernel? If you're using DKMS,
> check
> Sure.
>
> > `systemctl status dkms` to see whether there's build failures or not.
>
> 4.1.5-1-ARCH. Output will be useles in this case. wi-fi interface is up.
> I have no time for experiments. Sorry.
>
First, If you had taken the time to check the aur comments for the driver
you are using, you would've know that you have to upgrade to pkgrel 7

the dkms log would show if you upgraded or not, so it's not useless. And
it's kind of rude to first ask for help and then not want to solve the
issue...


[arch-general] race condition when upgrading the new ncurses package

2015-09-19 Thread Simon Hanna
>
> A pacman -Syu will do the same as a pacman -Syuw when it can't download
> all packages ;). However, a user perhaps wants to update a few packages
> that are important for development or regarding security issues and
> might try to update other packages some days later, then Syu(w) isn't
> an option.
>

You are _not_ supposed to do partial upgrades! Archlinux does _not_ support
that!!!
Whenever you do a sync (-Sy) you have (!!!) to update the whole system. So
either -S to install or -Syu to update! Doing anything else should not
be  advocated. Some people on the irc would go furious if they find about
that!
Download all packages then install them. I wonder where in Germany you are
that you don't have a good connection It might be slow, but you should
have internet basically all the time


Re: [arch-general] Since last systemd update dhcpcd no longer updates resolv.conf

2015-08-03 Thread Simon Hanna
On Mon, Aug 3, 2015 at 4:25 PM, Manuel Reimer manuel.s...@nurfuerspam.de
wrote:

 Hello,

 since the last systemd update I have to systemctl restart dhcpcd@...
 every time I boot my system.

 What do I have to do to get sure that dhcpcd updates /etc/resolv.conf on
 the first time?


I don't know why systemd would have anythin to do with this.
is the service enabled?

I use systemd-networkd for all my wired connections


Re: [arch-general] journald configuration

2015-07-22 Thread Simon Hanna
On Wed, Jul 22, 2015 at 4:06 PM, kqt4a...@gmail.com wrote:

 This is my first system that uses systemd-journald for logging
 Rsyslog and syslog-ng have facility and priority to control what gets
 logged and how verbose
 How is this done with journald

 Richard


Hi there,
I assume this makes you new to archlinux. welcome :-)
try the wiki
https://wiki.archlinux.org/index.php/Systemd#Journal
or the manpages for information on it.

it basically logs everything and you can choose what to display


Re: [arch-general] pidgin facebook connection

2015-07-11 Thread Simon Hanna
On Sat, Jul 11, 2015 at 8:23 AM, Javier Vasquez j.e.vasque...@gmail.com
wrote:

 I just found out facebook no longer supports xmpp interface, and it's
 using its own api [1].

 However I found a plugin for pidgin on github [2].  It seems to be
 working fine for me.

 If anyone interested, the following PKGBUILD is also working for me:

 ++
 # Maintainer: Javier j.e.vasquez.v at gmail dot com
 pkgname=purple-facebook
 pkgver=a34b993324e4
 pkgrel=1
 pkgdesc=Facebook protocol plugin for libpurple
 arch=(i686 x86_64)
 url=https://github.com/jgeboski/purple-facebook;
 license=('GPL2')
 depends=('libpurple' 'pidgin')
 source=(
 https://github.com/jgeboski/purple-facebook/releases/download/${pkgver}/purple-facebook-${pkgver}.tar.gz
 )
 md5sums=('50e706ec573708da63951c33b5db120d')

 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }

 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }

 # vim:set ts=2 sw=2 et:
 ++


 --
 Javier

 [1]
 http://www.omgubuntu.co.uk/2015/04/facebook-chat-api-empathy-pidgin-stop-working
 [2]  https://github.com/jgeboski/purple-facebook


I'm not using it but a quick aur search found this:
https://aur4.archlinux.org/packages/purple-facebook-git/
If you think whatever you are using is better, you could publish it to
aur(4)


Re: [arch-general] VTK package is outdated

2015-06-13 Thread Simon Hanna
On Sat, Jun 13, 2015 at 1:25 PM, Nicola Bizzoca nicola.bizz...@gmail.com
wrote:

 Hi,
 The VTK package present in the community repository is not updated to the
 last version 6.2.0 http://www.kitware.com/blog/home/post/858

 Unfortunately I'm new to Arch and I don't know how to contact the package
 maintainer

It is flagged as out of date as you can see here [1]
I guess the maintainer has his reasons for not updating. Probably
compatibility with other packages.


[1] https://www.archlinux.org/packages/community/x86_64/vtk/


Re: [arch-general] Open-sourced: OpenCL-based multiphysics simulation software package

2015-06-08 Thread Simon Hanna
If possible, please create an Archlinux package for ASL and send me an
 URL where we could make our contributions to the packaging efforts.

 If you want an archlinux package why not just write a PKGBUILD and
submit it to aur?

https://wiki.archlinux.org/index.php/AUR#AUR_4

if a TU would like to maintain it, they can move it to community and
continue maintaining...


Re: [arch-general] :D

2015-06-03 Thread Simon Hanna
just some cool stuff he just found. Some people could consider it to be
spam...

On Wed, Jun 3, 2015 at 1:04 PM, Carsten Mattner carstenmatt...@gmail.com
wrote:

 Do I have to understand this?

 On Tue, Jun 2, 2015 at 4:28 AM, Ralf Mardorf
 ralf.mard...@rocketmail.com wrote:
  This adds Pacman to the progression thingy
  ([##]):
 
  $ cat /etc/pacman.conf
  [snip]
  # Misc options
  [snip]
  Color
  ILoveCandy
  [snip]
 
  Get insulted if you mistype:
 
  $ sudo cat /etc/sudoers
  [sudo] password for rocketmouse:
  You type like i drive.
  [sudo] password for rocketmouse:
  [snip]
  Defaults insults
  [snip]



Re: [arch-general] error: unknown encoding UTF8: using iso88591 as fallback

2015-05-30 Thread Simon Hanna
try it with a new user. If it doesn't work there, it's a global thing. If
it does, clean your home


Re: [arch-general] RAID-0 kernel bug

2015-05-23 Thread Simon Hanna
it says to run fsck

On Sat, May 23, 2015 at 11:16 AM, David C. Rankin 
drankina...@suddenlinkmail.com wrote:

 On 05/23/2015 02:55 AM, Florian Pritz wrote:

 On 23.05.2015 03:12, Francis Gerund wrote:

 Am I correct to assume that this would ONLY affect systems that include a
 RAID-0 filesystem, and that it would not affect other ext4 systems using
 SSDs with discard in /etc/fstab?


 It affects all file systems when used with discard on a raid0 device. It
 is not a bug specific to ext4[1]. If you do not use raid0 with discard
 you are fine.

 [1] https://bugzilla.kernel.org/show_bug.cgi?id=98501#c14


 UUgh, dumb question, but... I have not used/configured this discard, but
 I do have 6 Raid0 arrays spinning on my Arch server. Does this corruption
 potentially apply to me? Is this discard something that would be enabled
 by default? I have never heard of it, so that is the only thing to that
 concerns me. From the kernel thread, the fix is out on 5/22. What do I do
 to test whether I suffered corruption?

 --
 David C. Rankin, J.D.,P.E.



Re: [arch-general] PyChess Audio

2015-05-08 Thread Simon Hanna
AFAIK gstreamer0.10-python is for gstreamer0.10 and not for gst,

try installing the same plugins but for gstreamer0.10
And you might want to look at the output of running pychess in a shell

On Fri, May 8, 2015 at 12:47 PM, Grady Martin sunnycemet...@gmail.com
wrote:

 On 2015年05月08日 09時34分, Ben Oliver wrote:
  I cannot reproduce the issue I'm afraid, everything works well on my end
  off a fresh install of pychess.

 Thanks for the reply.  Could you please share output for the following
 command?  Jan's response makes me wonder whether my system lacks an
 undocumented dependency.

 pacman -Q | grep 'gst.*plug'



Re: [arch-general] Add wpa_supplicant to the Group 'Base'

2015-04-25 Thread Simon Hanna

 I strongly disagree. wpa_supplicant is pretty huge and unnecessary for
 many people

I for one have a couple of installations without wireless connections at
all..


Re: [arch-general] pacman's Depends On

2015-04-23 Thread Simon Hanna
It's working fine for me...

% pacman -Qs libvp
local/libvpx 1.4.0-2
VP8 and VP9 codec
% pacman -Qs firefox
local/firefox 37.0.2-1
Standalone web browser from mozilla.org
% pacman -Qs ffmpeg
local/ffmpeg 1:2.6.2-1
Complete and free Internet live audio and video broadcasting solution

are you sure everything is updated and you aren't using testing?!


On Thu, Apr 23, 2015 at 4:18 PM, Ralf Mardorf ralf.mard...@rocketmail.com
wrote:

 Hi :)

 if a dedicated version of a dependency is needed, some packages
 mention it, others don't.

 Firefox does not explicitly mention a version of libvpx

 $ pacman -Si firefox | grep On
 Depends On : [snip] libvpx [snip]

 but it needs a dedicated version

 $ firefox
 XPCOMGlueLoad error for file /usr/lib/firefox/libxul.so:
 libvpx.so.2: cannot open shared object file: No such file or directory
 Couldn't load XPCOM.

 ffmpeg does mentions that a dedicated version is needed

 $ pacman -Si ffmpeg | grep On
 Depends On : [snip] libvpx.so=2-64 [snip]

 IMO official packages should mention dedicated versions, since for
 users of a rolling release, there sometimes are good reasons to
 downgrade.

 I tried to build Firefox from ABS against the outdated version of libvpx
 that is needed and installed on my system, but that's another issue.

 Perhaps other packages are broken too and I get aware of it, at an
 inconvenient time.

 How can I figure out what packages depend on a dedicated version of
 another package?

 Regards,
 Ralf



[arch-general] filesystem update

2015-02-24 Thread Simon Hanna
Hi,

the latest filesystem package now owns /home
my /home used to be a symlink to some other location, so the upgrade
failed.
I fixed it for now by just linking my home folder into /home (since I'm
running a single user setup it's fine)

However I'm curious whether the directory should be left as it is, or if
it's allowed to play with

cheers


Re: [arch-general] Fwd: Kernel panic - after upgrade

2015-01-30 Thread Simon Hanna
 Your pacman log and journalctl might give some clues.

 I guess he meant more or less complete logs. Give a journalctl log of a
 boot where you had the issue together with a pacman log including your
 latest updates (maybe since the problem began/ reappeared together with
 exact dates)

  In 'journalctl -e' I see these lines:
  jan 30 11:00:58 csparch org.a11y.Bus[4553]: Activating service
  name='org.a11y.atspi.Registry'
  jan 30 11:00:58 csparch org.a11y.Bus[4553]: Successfully activated
  service 'org.a11y.atspi.Registry'
  jan 30 11:00:58 csparch org.a11y.atspi.Registry[4719]: SpiRegistry
  daemon is running with well-known name - org.a11y..atspi.Registry
 
  Are these lines all right?

 Looks to be part of
 https://www.archlinux.org/packages/extra/i686/at-spi2-core/
 so yes seems to be all right

 I suspect I have a virus mybe.

 You do know you are using linux and the probability you do have one is
 through the sky?

 I meant practically non-existent  --Sorry, english isn't my first language

 So I just installed clamav but when I'm trying to start it with:

 'sudo systemctl start clamd.service'

 I get:
 Job for clamd.service failed. See systemctl status clamd.service and
 journalctl -xe for details.

 'systemctl status clamd.service'
  clamd.service - clamav daemon
Loaded: loaded (/usr/lib/systemd/system/clamd.service; enabled;
 vendor preset: disabled)
Active: failed (Result: exit-code) since p 2015-01-30 21:14:04 CET;
 10s ago
   Process: 9693 ExecStart=/usr/bin/clamd (code=exited, status=1/FAILURE)

 It tells you to look in the logs. Did you do that?!
 Without wanting to be condescending: I don't think you should be using
 archlinux if you are not capable of looking through logs and searching
 google (I found the package for your error through a fast google
 search)



Re: [arch-general] Fwd: Kernel panic - after upgrade

2015-01-30 Thread Simon Hanna


  Your pacman log and journalctl might give some clues.

I guess he meant more or less complete logs. Give a journalctl log of a
boot where you had the issue together with a pacman log including your
latest updates (maybe since the problem began/ reappeared together with
exact dates)

  In 'journalctl -e' I see these lines:
  jan 30 11:00:58 csparch org.a11y.Bus[4553]: Activating service
  name='org.a11y.atspi.Registry'
  jan 30 11:00:58 csparch org.a11y.Bus[4553]: Successfully activated
  service 'org.a11y.atspi.Registry'
  jan 30 11:00:58 csparch org.a11y.atspi.Registry[4719]: SpiRegistry
  daemon is running with well-known name - org.a11y..atspi.Registry
 
  Are these lines all right?

Looks to be part of
https://www.archlinux.org/packages/extra/i686/at-spi2-core/
so yes seems to be all right

 I suspect I have a virus mybe.

You do know you are using linux and the probability you do have one is
through the sky?

 So I just installed clamav but when I'm trying to start it with:

'sudo systemctl start clamd.service'

 I get:
 Job for clamd.service failed. See systemctl status clamd.service and
 journalctl -xe for details.

 'systemctl status clamd.service'
  clamd.service - clamav daemon
Loaded: loaded (/usr/lib/systemd/system/clamd.service; enabled;
 vendor preset: disabled)
Active: failed (Result: exit-code) since p 2015-01-30 21:14:04 CET; 10s
 ago
   Process: 9693 ExecStart=/usr/bin/clamd (code=exited, status=1/FAILURE)

It tells you to look in the logs. Did you do that?!
Without wanting to be condescending: I don't think you should be using
archlinux if you are not capable of looking through logs and searching
google (I found the package for your error through a fast google
search)


Re: [arch-general] Dell latitude and keyboard problem

2014-09-09 Thread Simon Hanna
On Sun, Sep 7, 2014 at 12:19 PM, Sławek Kapłoński sla...@kaplonski.pl
wrote:

 So I'm almost sure that problem is somewhere in linux keyboard driver and
 how it works with keyboard in this laptop model but I have no idea how to
 fix this problem or how to get any details about it :/


It's not the cleanest approach, but if you cant find any other solution:
Back everything up and restore the config files to default states.

A quick google for your notebook showed that it IS working using archlinux
[1]
[1] references a french site with some configurations for your notebook.
You might wanna check this out too. [2]

In fact your notebook is even certified for ubuntu [3]

So it really looks like some config files are messed up...
(Or since it's arch, newer packages break things. You might wanna try
ubuntu from a usb drive just to be sure...)

[1] https://wiki.archlinux.org/index.php/Dell_Latitude_E7440
[2]
http://williamhollacsek.com/blog/2013/09/12/dell-latitude-e7440-optimisation
[3] http://www.ubuntu.com/certification/hardware/201304-13408/


Re: [arch-general] misleading pacman errors when upgrade fails

2014-06-08 Thread Simon Hanna


 Is any of this worth reporting as bugs or enhancements?

There actually is a bug report
https://bugs.archlinux.org/task/33076

but it's quite old...


Re: [arch-general] Kernel updated to 3.14.5-1. Now my Lenovo IdeaPad hangs on boot...

2014-06-03 Thread Simon Hanna
On Tue, Jun 3, 2014 at 5:38 PM, Manuel Reimer manuel.s...@nurfuerspam.de
wrote:

 Does someone here successfully boot 3.14.5 via efistub? Bug in kernel? Or
 maybe bug in kernel configuration?


 works for me, thinkpad x230, syslinux as boot manager


Re: [arch-general] display manager dvorak recognition failure

2014-03-29 Thread Simon Hanna
Am Samstag, 29. März 2014 schrieb message :

 On 2014-03-17 22:59, arch-general-requ...@archlinux.org wrote:

 --

 Message: 2
 Date: Mon, 17 Mar 2014 18:39:58 +
 From: message let...@openmailbox.org
 Subject: [arch-general] display manager dvorak recognition failure

 Readers,

 Initially lxdm, gdm have been installed, but neither recognise a dvorak
 keyboard. How to configure the graphical display manager so that a user
 can specify the keyboard layout before to enter sign-in credentials?

 --
 digest-mode subscriber; please cc to maintain message thread


 How to add language options to the graphical display manager sign-in
 window, so that user A can sign in using qwerty and user B can select the
 option to use dvorak and another language?

Your Login manager has to support that. I don't use gdm anymore, but I
thought it supports it (under login options or something)


Re: [arch-general] graphical display management

2014-03-24 Thread Simon Hanna
2014-03-25 0:15 GMT+01:00 Guus Snijders gsnijd...@gmail.com:

 2014-03-24 22:08 GMT+01:00 message let...@openmailbox.org:
  On 2014-03-23 18:13, arch-general-requ...@archlinux.org wrote:
 
  --
 
  Message: 5
  Date: Thu, 20 Mar 2014 19:06:12 -0400
  From: Mark Lee m...@markelee.com
 
  Subject: Re: [arch-general] graphical display management
 
  On 03/20/2014 06:50 PM, Guus Snijders wrote:
 
  Op 20 mrt. 2014 18:36 schreef message let...@openmailbox.org het
  volgende:
 
 
  [ gdm ]
 
 
  After power-on, the computer
  starts with a sign-in prompt.
  Normal user does not work.
  Signed in as root [...]
 
 
  Ok, now we're getting somewhere.
  When the logon as user does not work, do you get an error message?
 
 
  error: 'login incorrect'.
 
  As root, enter the command 'su a' and not prompted for a password. 'less
  /etc/shadow' shows the password for the user.


 Ok. Could you try resetting the password for user a?
 You could do this (as root) with:
 passwd a

 And then try again to login to a tty.

 Just to be sure: you do realise that the password shown in /etc/shadow
 is the encrypted password and not the literal string to type in?
 (no offence).

 mvg,
 Guus

since your home folder is from another installation, be sure to chown the
directory. If the user ids differ, you won't be able to access it


Re: [arch-general] installation using existing filesystem

2014-03-16 Thread Simon Hanna
2014-03-16 23:30 GMT+01:00 message let...@openmailbox.org:

 On 2014-03-16 21:58, arch-general-requ...@archlinux.org wrote:

 --

 Message: 6
 Date: Sun, 16 Mar 2014 22:58:03 +0100
 From: Karol Blazewicz karol.blazew...@gmail.com
 Subject: Re: [arch-general] installation using existing filesystem


 Have you read
 https://wiki.archlinux.org/index.php/Beginners%27_guide#
 Mount_the_partitions
 ?


 No, thanks (am reading the installation guide first! :) ). Now revealed
 the local disk structure:

 sda1 vfat, sda2 vfat, sda3 [blank], sda4 swap, sda5 ext4, sda6 ext4

 No mountpoints are shown. What tool is available to determine if sda5 is
 the /home directory of the previous (mandriva) installation? I want to
 perform a base installation, leaving the /home directory un-touched.

You can mount them and look at the contents


 --
 digest-mode subscriber; please cc to maintain message thread



Re: [arch-general] New Installation

2014-02-16 Thread Simon Hanna
On 02/16/14 13:42, Toyam Cox wrote:

 Note to the powers that be: This was not mentioned in the official wiki
 when I was formatting. At least not that I saw.

 You should say what wiki page you used, it's definitely mentioned in the
beginners guide:
https://wiki.archlinux.org/index.php/Beginners%27_guide#Prepare_the_storage_drive
under additional requirements point 2


Re: [arch-general] Is there a burning tool able to replace K3b?

2014-01-21 Thread Simon Hanna
you can check the list of applications in the wiki [1]
No, you are not the only one who doesn't like GNOME, KDE, XFCE, ...
have you tried i3?
about replacement software:
try using command line tools, just search the link below for all sorts of
applications...

cheers,
simon

[1]:
https://wiki.archlinux.org/index.php/List_of_Applications#CD.2FDVD_burning_tools


2014/1/21 Ralf Mardorf ralf.mard...@alice-dsl.net

 Hi,

 a short question but a long story, perhaps somebody could give some
 hints.

 To stop a green drive spinning up and down again and again I removed
 gvfs from my machine, but each time I used K3b seemingly a KDE thingy
 makes my drive spin up and down again and again until I reboot.

 Is anybody aware if developers of desktop environments care about things
 like green drives, optional vs hard dependencies?

 I also noticed that if using a desktop environment's GUI editor as root
 this could cause serious issues nowadays.

 Am I the only one who tries to get rid of desktop environments and the
 software, such as the desktop environment's editors?

 I'm experimenting with getting rid of Xfce and I'm testing Jwm at the
 moment, but generating the menu is PITA and to find good replacements
 for editors, file browsers etc. isn't easy.

 Does anybody know burning software that is nearly as comfortable as K3b
 is, but that doesn't need GNOME or KDE dependencies?

 Regards,
 Ralf




Re: [arch-general] Mirrors out of date

2014-01-15 Thread Simon Hanna
Hi,

I don't think hashes are a good way to do that. The Repositories are quite
large I'm not sure what value is the right one from this [1] statistics
page. Either way, after every update the mirror would effectively block for
the time the hash is computed, since everything has to be read.

Anyway, the time a mirror isn't in a sane state should be quite short if
ever. I don't know how updates are handled, so I can't say what happens and
what doesn't. Nontheless the servers normally have enough bandwidth to sync
in a few seconds (I guess)...

The most important part of my answer is, that this mailing list isn't the
right place for discussing this topic. There is a mirror-list mailing list
out there [2]

cheers,

Simon
[1]: https://www.archlinux.de/?page=RepositoryStatistics
[2]: https://mailman.archlinux.org/mailman/listinfo/arch-mirrors


2014/1/15 Mark Lee m...@markelee.com

 On Wed, 2014-01-15 at 22:54 +0100, Guus Snijders wrote:
  Op 15 jan. 2014 19:17 schreef Mark Lee m...@markelee.com het
 volgende:
  
  [...]
 There is a file called lastsync. It is read 
 http://mirror.csclub.uwaterloo.ca/archlinux/lastsync
   
Yes, I see that there's a check script but what is it? I'd like to
 know
how that link calculates percent synchronization for a particular
mirror. I ask this because there have been instances when a mirror is
claimed to be 100% synchronized but isn't.
   
 
  
   Oh I see it now, so completion is only a percentage of the number of
   times the checkscript is successfully run on a particular mirror
 without
   disconnecting.
  
   Is the lastsync value a hash value or temporal?
 
  As Thomas' message explains, it's a timestamp. A very nice solution if
 you
  ask me.
 
  mvg, Guus

 Salutations,

 I see. My concern is regarding mirrors that aren't fully up to date
 (I've encountered the situation before and it wasn't a packaging error
 at the time) and reporting this fact to the user. Instead of using a
 time stamp, why not use a cryptohash of a list of the files installed as
 the lastsync value. Pacman -Syy could then check the hash value (it
 grabs from the tier 1 mirror) and check it against the current mirrors
 it's using.

 Regards,
 Mark
 --
 Mark Lee m...@markelee.com




Re: [arch-general] Ruby gem packages in Arch

2014-01-13 Thread Simon Hanna
Since ruby allready comes with a package manager (mentioned earlier), I
never downloaded anything from the aur, but used rubygems instead. My
question is, if we really need to have all these packages in the aur. Isn't
it easier to manage everything with rubygems??


2014/1/13 Alfredo Palhares masterk...@masterkorp.net

 I agree with you, some ruby-packages just are a royal pain in the arse to
 maintain.
 Sometimes i wish I just when with rbenv[1] and call it a day. I still have
 some packages
 that use the old naming convention.

 But like you said the worst scenerio is to deal with multiple versions,
 like one fact you need
 to update an gem, but packages that depend on it need an older version of
 it, so now you have to
 have 2 versions of that gem.

 It can be done, we just need more man power to put quality packages.

 Also, I would like to have a tool to check the AUR packages version agains
 the rubygems so we can
 them more easily updated, has anyone written such a script ?

 [1] https://github.com/sstephenson/rbenv

 --
 Regards,
 Alfredo Palhares



Re: [arch-general] Error install blink-darcs

2014-01-10 Thread Simon Hanna
The package you are trying to install is marked as outdated since November
15th 2013.
darcs which is used to install your package is itself marked as outdated
outdated.
it looks like the program is written in python 2.6 (at least that's what
the changelog on their website says, the changelog in their sourcecode
isn't up to date...)
It seems the whole error you have is not installing haskell-mmap which is
installed from your output... what I don't understand
The error when you run the python code like this is expected, since you are
running it with python3, try running python2 blink and make sure that
your pythonpath environment variable isn't set. for any further assistance
I suggest you download the needed aur-tarballs by hand and build them one
by one. If you encounter an  error, post only the output of building this
package


2014/1/10 Anatol Pomozov anatol.pomo...@gmail.com

 Hi

 On Fri, Jan 10, 2014 at 2:39 PM, Maykel Franco maykeldeb...@gmail.com
 wrote:
  2014/1/10 Karol Blazewicz karol.blazew...@gmail.com:
  On Fri, Jan 10, 2014 at 10:09 PM, Maykel Franco maykeldeb...@gmail.com
 wrote:
  thanks
 
  2014/1/10 Mark Lee m...@markelee.com:
  On Fri, 2014-01-10 at 22:02 +0100, Maykel Franco wrote:
  I cannot install blink-darcs in archlinux...Can I help me please??

 What it means is that the package is broken.

 Usually you report this kind of problems at AUR page, but the author
 is inactive (a few of his packages were recently disowned). In this
 case the best solution is to request 'disown' for this package and fix
 it by yourself or wait when somebody adopt and fix it for you (usually
 it happens quickly for popular packages).