Re: [arch-general] update error(?)

2015-04-19 Thread Eli Schwartz
On Sun, Apr 19, 2015 at 4:06 PM, Francis Gerund wrote: > Just using reflector only, as per the wiki mirror page, wouldn't this be > simpler: > > sudo reflector --verbose --country 'United States' -l 200 -p http --sort > rate --save /etc/pacman.d/mirrorlist > > It *seems* to work okay from here, a

Re: [arch-general] update error(?)

2015-04-19 Thread Eli Schwartz
On Sun, Apr 19, 2015 at 3:55 PM, Mark Lee wrote: > This is a known issue regarding the way Arch syncs mirrors. There's even a > bug > report for a particular mirror > < > https://bugs.archlinux.org/task/44374?project=1&cat%5B0%5D=31&string=pacman-mirrorlist > > That bug report would lead to peo

Re: [arch-general] libgnutls problem

2015-04-19 Thread Armin K.
On 20.04.2015 00:12, Sławek Kapłoński wrote: > Thanks for help. I just tried to install it again from AUR (with yaourt) > but I got some error when compiling it: > > muttlib.o: In function `mutt_adv_mktemp': > muttlib.c:(.text+0x2698): warning: the use of `mktemp' is dangerous, better > use `mkst

Re: [arch-general] libgnutls problem

2015-04-19 Thread Sławek Kapłoński
Thanks for help. I just tried to install it again from AUR (with yaourt) but I got some error when compiling it: muttlib.o: In function `mutt_adv_mktemp': muttlib.c:(.text+0x2698): warning: the use of `mktemp' is dangerous, better use `mkstemp' mutt_ssl_gnutls.o: In function `tls_negotiate': mutt

Re: [arch-general] libgnutls problem

2015-04-19 Thread Michał Zegan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Because it is from aur, it is compiled from source. this error is a linking error. there is no bug probably and you just have to recompile/reinstall it from aur if you want it to be reinstalled, or as you did, change to official. W dniu 2015-04-19 o 2

Re: [arch-general] libgnutls problem

2015-04-19 Thread Armin K.
On 19.04.2015 23:26, Sławek Kapłoński wrote: > Hello, > > After Your reply I checked once again what mutt I have installed and I > got: > mutt-patched 1.5.23-4 > which was probably installed from AUR. > I removed it, upgrade system and installed mutt from arch repositories > (mutt-1.5.23-2-x86_64)

Re: [arch-general] libgnutls problem

2015-04-19 Thread Sławek Kapłoński
Hello, After Your reply I checked once again what mutt I have installed and I got: mutt-patched 1.5.23-4 which was probably installed from AUR. I removed it, upgrade system and installed mutt from arch repositories (mutt-1.5.23-2-x86_64). This version is working fine. So it is only problem with mu

Re: [arch-general] libgnutls problem

2015-04-19 Thread Armin K.
On 19.04.2015 23:12, Sławek Kapłoński wrote: > Hello, > > After today upgrade of system I got some problems with mutt client. When > I want to start it I got errors like: > > mutt: error while loading shared libraries: libgnutls.so.28: cannot open > shared object file: No such file or directory

[arch-general] libgnutls problem

2015-04-19 Thread Sławek Kapłoński
Hello, After today upgrade of system I got some problems with mutt client. When I want to start it I got errors like: mutt: error while loading shared libraries: libgnutls.so.28: cannot open shared object file: No such file or directory So I checked what was upgraded and with what it could be r

Re: [arch-general] update error(?)

2015-04-19 Thread Francis Gerund
Just using reflector only, as per the wiki mirror page, wouldn't this be simpler: sudo reflector --verbose --country 'United States' -l 200 -p http --sort rate --save /etc/pacman.d/mirrorlist It *seems* to work okay from here, and does not explicitly require use of rankmirrors or a mirrorgen file

Re: [arch-general] update error(?)

2015-04-19 Thread Mark Lee
On Sunday, April 19, 2015 01:58:52 PM Eli Schwartz wrote: > On Fri, Apr 17, 2015 at 8:45 PM, Francis Gerund wrote: > > I did re-generate the mirrorlist using rankmirrors, as shown on the arch > > wiki "mirrors" page: > > > > Back up the existing /etc/pacman.d/mirrorlist: > > > > # cp /etc/pacman

Re: [arch-general] update error(?)

2015-04-19 Thread Eli Schwartz
On Fri, Apr 17, 2015 at 8:45 PM, Francis Gerund wrote: > I did re-generate the mirrorlist using rankmirrors, as shown on the arch > wiki "mirrors" page: > > Back up the existing /etc/pacman.d/mirrorlist: > > # cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup > > Edit /etc/pacman.d/mirr