Обсуждение: Re: [Fwd: problem downloading/installing pgadmin3 on Debian testing]

Поиск
Список
Период
Сортировка

Re: [Fwd: problem downloading/installing pgadmin3 on Debian testing]

От
Raphaël Enrici
Дата:
Giuseppe Sacco wrote:

>-----Messaggio Inoltrato-----
>
>
>>From: Giuseppe Sacco <eppesuigoccas@libero.it>
>>To: pgadmin-support@postgresql.org
>>[please CC in reply, since I am not subscribed to the list]
>>Hi,
>>I jst read the announcement about pgAdminIII and I am very happy.
>>

>>I tried to install it in my debian box, but I found that the binary
>>version is available only for i386. I then decided to recompile
>>everything from source and send it back to you, but I have now this
>>problem:
>>eppesuig3:~/src# apt-get build-dep pgadmin3
>>Reading Package Lists... Done
>>Building Dependency Tree... Done
>>E: Build-Depends dependency on pgadmin3 cannot be satisfied because the
>>package pgadmin3-libwxgtk2ud2.5-dev cannot be found
>>eppesuig3:~/src#
>>So it seems that something is missing. Where may I found all the
>>sources?
>>
>>
Dear Giuseppe,

Thank you for using pgAdmin3 (or trying to use it :p),
pgAdmin3 is compiled statically against a patched version of a
wxWindows2.5 snapshot. As our wxWindows debian packages are quite broken
compared to official wx2.4 ones and as the official maintainer of the
official debian packages whom is also a wxWindows member asked me not to
publish any packages concerning this, I decided not to put these
packages on the postgresql site. On which platform are you planning to
build ? If you want I may be able to try a build on HPPA 64 as I've got
one at home.
If you still want to try a build by yourself, you can try to read the
"Developer's corner" section in the file attached or consult it online
at :
http://cvs.pgadmin.org/cgi-bin/viewcvs.cgi/pgadmin3/docs/en_US/snapshots.html
But be AWARE that the package is really experimental and conflicts with
the official wx2.4 debian package and so can break your system (I'm
working on this).

More simply, try this :
You can find the source packages or our wxWindows 2.5 by adding this
line to your  sources.list
deb-src http://www.pgadmin.org/snapshots/linux/debian
experimental/testing wxwindows-pgadmin3

And try to rebuild the wxWindows 2.5 packages :
# apt-get source wxwindows-pgadmin3
# cd wxwindows-pgadmin3-2.5.0
# dpkg-buildpackage -b -us -uc

We stay in touch (I'll be unreachable this afternoon but I'll have a
look to my mail tonight).

Regards,

Raphaël


Re: [Fwd: problem downloading/installing pgadmin3 on Debian

От
Giuseppe Sacco
Дата:
Il sab, 2003-08-09 alle 11:37, Raphaël Enrici ha scritto:
[...]
> More simply, try this :
> You can find the source packages or our wxWindows 2.5 by adding this
> line to your  sources.list
> deb-src http://www.pgadmin.org/snapshots/linux/debian
> experimental/testing wxwindows-pgadmin3
>
> And try to rebuild the wxWindows 2.5 packages :
> # apt-get source wxwindows-pgadmin3
> # cd wxwindows-pgadmin3-2.5.0
> # dpkg-buildpackage -b -us -uc
>
> We stay in touch (I'll be unreachable this afternoon but I'll have a
> look to my mail tonight).

Hi Raphaël,
I got the source for wxwindows and for pgadmin3. I recompiled everything
fot powerpc and you may get the debian packages for testing/unstable
here: http://eppesuigoccas.homedns.org/~giuseppe/debian/pgadmin3/

I had to change debian/control in order to build for "any" architecture
insted of just "i386".

I did try pgadmin3 and it seems to be working. I like it very much.

Thank you all,
Giuseppe

Re: [pgadmin-hackers] [Fwd: problem downloading/installing pgadmin3

От
Raphaël Enrici
Дата:
Giuseppe Sacco wrote:

>Il sab, 2003-08-09 alle 11:37, Raphaël Enrici ha scritto:
>[...]
>
>
> Hi Raphaël,
>
>I got the source for wxwindows and for pgadmin3. I recompiled everything
>fot powerpc and you may get the debian packages for testing/unstable
>here: http://eppesuigoccas.homedns.org/~giuseppe/debian/pgadmin3/
>
Hi Giuseppe,

Great!
As you are a Debian developer and as your signature is ok and if you
agree with this, I will upload your packages to postgtresql site so that
Debian powerpc users can try pgAdmin3. I'll upload wxWindows packages
only on our website for the reason I explained in my previous mail.

>I had to change debian/control in order to build for "any" architecture
>insted of just "i386".
>
Ok, thank you for this report, I'll add this change to CVS files.

>I did try pgadmin3 and it seems to be working. I like it very much.
>
All developer's and contributors did a great job. I'm sure they will
appreciate this feedback.

>Thank you all,
>Giuseppe
>
>
Thank you for your contribution,

Cheers,

Raphaël