Re: Compiling PgAdmin 1.8.x on Debian LennyAMD64 ?

From: "Joost Kraaijeveld" <J(dot)Kraaijeveld(at)Askesis(dot)nl>
To: Raphaël Enrici <raphael(at)pgadmin(dot)org>
Cc: <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Compiling PgAdmin 1.8.x on Debian LennyAMD64 ?
Date: 2008-02-15 13:33:26
Message-ID: 1203082406.22122.42.camel@panoramix.askesis.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi Raphaël,

On Fri, 2008-02-15 at 11:58 +0100, Raphaël Enrici wrote:
> Hi Joost,
>
>
> take an example from deb sources packages already published.
>
>
> Download these three files:
> ftp://ftp.fr.postgresql.org/pgadmin3/release/debian/dists/etch/pgadmin/source/misc/pgadmin3_1.8.0-1~pgaoetch1.diff.gz
>
> ftp://ftp.fr.postgresql.org/pgadmin3/release/debian/dists/etch/pgadmin/source/misc/pgadmin3_1.8.0-1~pgaoetch1.dsc
>
> ftp://ftp.fr.postgresql.org/pgadmin3/release/debian/dists/etch/pgadmin/source/misc/pgadmin3_1.8.0.orig.tar.gz
>
>
> then dpkg-source -x *.dsc
>
>
> copy the pgadmin3-1.8.0/debian to the upstream source directory (it
> should be in a directory untitled pgadmin3-1.8.2)
>
> then cd pgadmin3-1.8.2
>
> type dch -i to add a changelog entry and modify the version number to
> something like 1.8.2-xxx
>
> then dpkg-buildpackage -rfakeroot
>
>
> it should build quite straightforward.

Nop: it keep complaining about an embedded wxWidgets:
.....
dh_clean
dpkg-source -b pgadmin3-1.8.2
dpkg-source: building pgadmin3 in pgadmin3_1.8.2-1.tar.gz
dpkg-source: building pgadmin3 in pgadmin3_1.8.2-1.dsc
debian/rules build
debian/rules:83: warning: overriding commands for target `orig'
debian/rules:29: warning: ignoring old commands for target `orig'
mkdir -p /home/jkr/src/pgadmin3-1.8.2/wxWidgets-2.7.0-1
cd /home/jkr/src/pgadmin3-1.8.2/wxWidgets-2.7.0-1 && tar -z
-xf /home/jkr/src/pgadmin3-1.8.2/wxWidgets-2.7.0-1.tar.gz
tar: /home/jkr/src/pgadmin3-1.8.2/wxWidgets-2.7.0-1.tar.gz: Cannot open:
No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
make: *** [localwx-untar-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

>
>
> I know I'm late in releasing the package of 1.8.2 and I'm sorry about
> that.
Life would be easier without the wxWidgets maintainer's silly dispute with the wxWidgets people ...


--
Groeten,

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
web: www.askesis.nl

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Raphaël Enrici 2008-02-15 14:01:38 Re: Compiling PgAdmin 1.8.x on Debian LennyAMD64 ?
Previous Message Raphaël Enrici 2008-02-15 10:58:26 Re: Compiling PgAdmin 1.8.x on Debian Lenny AMD64 ?