[pacman-dev] [translation] pacman 4.0.3 string freeze

2012-03-28 Thread Dan McGee
Only very minor updates, very few strings have changed. More info: http://www.archlinux.org/pacman/translation-help.html Transifex page: https://www.transifex.net/projects/p/archlinux-pacman/r/4-0-3/ Due by: 2012-04-02 Thanks! -Dan

Re: [pacman-dev] Unable to compile pacman in ubuntu-11.10

2012-03-28 Thread Talespin Kit
Below is the output of ./configure script. $ ./autogen.sh && ./configure + aclocal -I m4 --install + autoheader + automake --foreign + autoconf checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -

[pacman-dev] [PATCH] Check minimum required gpgme version

2012-03-28 Thread Allan McRae
We use interfaces first introduced in gpgme-1.3.0 so test we have at least that version. Signed-off-by: Allan McRae --- configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b44e8ba..0fe3287 100644 --- a/configure.ac +++ b/configure

Re: [pacman-dev] Unable to compile pacman in ubuntu-11.10

2012-03-28 Thread Allan McRae
On 28/03/12 20:10, Talespin Kit wrote: >> sounds like you didn't google, since googling this issue shows me that > >> people tried to include openssl.h. So the issue could be that you are >> missing openssl-dev. Take a look at pacman's dependencies with: > > I initally thought that might be probl

Re: [pacman-dev] Unable to compile pacman in ubuntu-11.10

2012-03-28 Thread Talespin Kit
> sounds like you didn't google, since googling this issue shows me that > people tried to include openssl.h. So the issue could be that you are > missing openssl-dev. Take a look at pacman's dependencies with: I initally thought that might be problem and looked at the ./configure output which re

Re: [pacman-dev] Unable to compile pacman in ubuntu-11.10

2012-03-28 Thread Jelle van der Waa
On Wed, Mar 28, 2012 at 9:02 AM, Talespin Kit wrote: > > > >You're going to have much better luck just transferring the pacman XZ > >zipped package to the machine and unzipping it directly in '/', then > >removing the /.PKGINFO and /.INSTALL file it will leave behind. > > I would like to modify th

Re: [pacman-dev] Unable to compile pacman in ubuntu-11.10

2012-03-28 Thread Talespin Kit
>You're going to have much better luck just transferring the pacman XZ >zipped package to the machine and unzipping it directly in '/', then >removing the /.PKGINFO and /.INSTALL file it will leave behind. I would like to modify the sources and understand the pacman code. so compiling the source