[arch-general] Update GNU Wget

2015-12-11 Thread Darshit Shah
Hi,

I noticed that it's been almost one month since the release of GNU Wget
1.17 and yet it is not even in the [testing] repos. Is there anything
holding up?


A new bugfix version has just been released and I'd like to see that in the
repos as soon as possible. If there's any issues, please let us know so
they can be fixed.

Thanking You,
Darshit Shah


Re: [arch-general] [arch-announce] C++ ABI change

2015-12-11 Thread Ivan
On Fri, 11 Dec 2015 13:46:30 +
Mauro Santos  wrote:

> On 10-12-2015 07:01, Arch Linux: Recent news updates: Evangelos
> Foutras wrote:
> > GCC 5.x contains libstdc++ with [dual ABI][1] support and we have
> > now switched to the new ABI.
> > 
> > While the old C++ ABI is still available, it is recommended that
> > you build all non-repo packages to have the new ABI. This is
> > particularly important if they link to another library built
> > against the new ABI. You can get a list of packages to rebuild
> > using the following shell script:
> > 
> > 
> > #!/bin/bash
> > 
> > 
> > while read pkg; do
> > 
> > mapfile -t files < <(pacman -Qlq $pkg | grep -v /$)
> > 
> > grep -Fq libstdc++.so.6 "${files[@]}" 2>/dev/null && echo
> > $pkg
> > 
> > done < <(pacman -Qmq)
> >   
> 
> I'm getting a few results from the output of this script and I've
> tried rebuilding some of the smaller packages first. After installing
> the recompiled package(s) they still show up on the list.
> 
> Is recompiling enough or in some cases there is the need to do some
> changes?
> 

They will always show on the script. 
If you've rebuilt, you are okay.


Re: [arch-general] [arch-announce] C++ ABI change

2015-12-11 Thread Mauro Santos
On 10-12-2015 07:01, Arch Linux: Recent news updates: Evangelos Foutras
wrote:
> GCC 5.x contains libstdc++ with [dual ABI][1] support and we have now switched
> to the new ABI.
> 
> While the old C++ ABI is still available, it is recommended that you build all
> non-repo packages to have the new ABI. This is particularly important if they
> link to another library built against the new ABI. You can get a list of
> packages to rebuild using the following shell script:
> 
> 
> #!/bin/bash
> 
> 
> while read pkg; do
> 
> mapfile -t files < <(pacman -Qlq $pkg | grep -v /$)
> 
> grep -Fq libstdc++.so.6 "${files[@]}" 2>/dev/null && echo $pkg
> 
> done < <(pacman -Qmq)
> 

I'm getting a few results from the output of this script and I've tried
rebuilding some of the smaller packages first. After installing the
recompiled package(s) they still show up on the list.

Is recompiling enough or in some cases there is the need to do some changes?

-- 
Mauro Santos


[arch-general] netctl-auto and netctl refuse to work (probably due to wpa_supplicant)

2015-12-11 Thread Bennett Piater
Hello,
I cannot connect to wifi networks using netctl or netctl-auto.
Some journalctl -xe output is attached for the two types of errors I
encountered.

The only action I could remember that could have had anything to do with
this was an upgrade of wpa_supplicant, so I googled and found [0].
However, unlike the commenters on that bug, it still didn't work after
downgrading wpa_supplicant.

Did anyone else experience anything similar? I'm using intel network
hardware.

Thanks,
Bennett

[0]: https://bugs.archlinux.org/task/44731

-- 
GPG fingerprint: 871F 1047 7DB3 DDED 5FC4 47B2 26C7 E577 EF96 7808


-- Unit netctl-auto@wlp3s0.service has begun starting up.
Dec 10 13:29:39 Shadowfax polkitd[1740]: Registered Authentication Agent for 
unix-process:3810:43011 (system bus name :1.74 [/usr/bin/pkttyagent --notify-fd 
4 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, loca
Dec 10 13:29:39 Shadowfax systemd[1]: netctl-auto@wlp3s0.service: Control 
process exited, code=exited status=1
Dec 10 13:29:39 Shadowfax sudo[3809]: pam_unix(sudo:session): session closed 
for user root
Dec 10 13:29:39 Shadowfax systemd[1]: Failed to start Automatic wireless 
network connection using netctl profiles.
-- Subject: Unit netctl-auto@wlp3s0.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit netctl-auto@wlp3s0.service has failed.
--
-- The result is failed.
Dec 10 13:29:39 Shadowfax polkitd[1740]: Unregistered Authentication Agent for 
unix-process:3810:43011 (system bus name :1.74, object path 
/org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) 
(disconnected from bus)
Dec 10 13:29:39 Shadowfax systemd[1]: netctl-auto@wlp3s0.service: Unit entered 
failed state.
Dec 10 13:29:39 Shadowfax systemd[1]: netctl-auto@wlp3s0.service: Failed with 
result 'exit-code'.
Dec 10 13:29:39 Shadowfax netctl-auto[3816]: Could not create the configuration 
file for interface 'wlp3s0'
Dec 11 07:15:28 Shadowfax systemd[1]: Starting Automatic wireless network 
connection using netctl profiles...
Dec 11 07:15:28 Shadowfax netctl-auto[31322]: Included profile 'home'
Dec 11 07:15:28 Shadowfax netctl-auto[31322]: Included profile 'UIBK'
Dec 11 07:15:28 Shadowfax wpa_actiond[31344]: Starting wpa_actiond session for 
interface 'wlp3s0'
Dec 11 07:15:28 Shadowfax systemd[1]: Started Automatic wireless network 
connection using netctl profiles.
Dec 11 07:15:33 Shadowfax wpa_actiond[31344]: Terminating wpa_actiond session 
for interface 'wlp3s0'

sudo netctl-auto switch-to home
WPA association/authentication failed for interface 'wlp3s0'


signature.asc
Description: OpenPGP digital signature