public inbox for [email protected]  
help / color / mirror / Atom feed
pgadmin4 RPMs need some testing!
6+ messages / 4 participants
[nested] [flat]

* pgadmin4 RPMs need some testing!
@ 2016-09-14 09:37 Devrim Gündüz <[email protected]>
  2016-09-14 16:52 ` Re: pgadmin4 RPMs need some testing! Patrick Headley <[email protected]>
  2016-09-14 18:11 ` Re: [pgadmin-support] pgadmin4 RPMs need some testing! Jeff Janes <[email protected]>
  2016-10-05 12:37 ` Re: pgadmin4 RPMs need some testing! Olav Peeters <[email protected]>
  0 siblings, 3 replies; 6+ messages in thread

From: Devrim Gündüz @ 2016-09-14 09:37 UTC (permalink / raw)
  To: pgadmin-hackers; pgadmin-support <[email protected]>; pgsql-pkg-yum <[email protected]>


Hi,

I pushed pgadmin4 1.0 rc1 RPMs for RHEL 7 and Fedora 23 & 24 to PostgreSQL YUM
repository:

http://yum.postgresql.org

It is currently only in 9.6 repository. Any tests are really appreciated,
before pushing it to other branches. I added about 30 new packages to
repository to satisfy dependncies. Feel free to report the issues pgadmin-
[email protected], or to [email protected] (preferred) lists.

RHEL 6 support is currently missing due to some missing dependencies, but I'll
work on it.

Thanks!

Regards,
-- 
Devrim GÜNDÜZ
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR


Attachments:

  [application/pgp-signature] signature.asc (819B, 2-signature.asc)
  download

^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* Re: pgadmin4 RPMs need some testing!
  2016-09-14 09:37 pgadmin4 RPMs need some testing! Devrim Gündüz <[email protected]>
@ 2016-09-14 16:52 ` Patrick Headley <[email protected]>
  2 siblings, 0 replies; 6+ messages in thread

From: Patrick Headley @ 2016-09-14 16:52 UTC (permalink / raw)
  To: [email protected]

If someone could do a push to the openSuSE Leap repository (or packman) 
and let me know which repository to use I would be happy to test.

*/Patrick Headley/*
Linx Consulting, Inc.
[email protected]
(303) 916-5522
www.linxco-inc.com
On 09/14/2016 03:37 AM, Devrim Gündüz wrote:
> Hi,
>
> I pushed pgadmin4 1.0 rc1 RPMs for RHEL 7 and Fedora 23 & 24 to PostgreSQL YUM
> repository:
>
> http://yum.postgresql.org
>
> It is currently only in 9.6 repository. Any tests are really appreciated,
> before pushing it to other branches. I added about 30 new packages to
> repository to satisfy dependncies. Feel free to report the issues pgadmin-
> [email protected], or to [email protected] (preferred) lists.
>
> RHEL 6 support is currently missing due to some missing dependencies, but I'll
> work on it.
>
> Thanks!
>
> Regards,



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* Re: [pgadmin-support] pgadmin4 RPMs need some testing!
  2016-09-14 09:37 pgadmin4 RPMs need some testing! Devrim Gündüz <[email protected]>
@ 2016-09-14 18:11 ` Jeff Janes <[email protected]>
  2016-09-14 18:42   ` Re: [pgadmin-support] pgadmin4 RPMs need some testing! Devrim Gündüz <[email protected]>
  2 siblings, 1 reply; 6+ messages in thread

From: Jeff Janes @ 2016-09-14 18:11 UTC (permalink / raw)
  To: Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum <[email protected]>

On Wed, Sep 14, 2016 at 2:37 AM, Devrim Gündüz <[email protected]> wrote:

>
> Hi,
>
> I pushed pgadmin4 1.0 rc1 RPMs for RHEL 7 and Fedora 23 & 24 to PostgreSQL
> YUM
> repository:
>
> http://yum.postgresql.org
>
> It is currently only in 9.6 repository. Any tests are really appreciated,
> before pushing it to other branches. I added about 30 new packages to
> repository to satisfy dependncies. Feel free to report the issues pgadmin-
> [email protected], or to [email protected] (preferred)
> lists.
>

After installing a fresh OS from CentOS-7.0-1406-x86_64-DVD.iso and then
doing an yum update, and then installing the repository
rpm pgdg-centos96-9.6-1.noarch.rpm, and then running "sudo yum install
pgadmin4", it ends up with:

--> Finished Dependency Resolution
Error: Package: pgadmin4-web-1.0-rc1_6.rhel7.noarch (pgdg96)
           Requires: python-html5lib >= 1.0b3
Error: Package: pgadmin4-web-1.0-rc1_6.rhel7.noarch (pgdg96)
           Requires: python-speaklater >= 1.3
Error: Package: python-fixtures-3.0.0-3.rhel7.noarch (pgdg96)
           Requires: python-testtools >= 0.9.22
Error: Package: python-flask-babel-0.11.1-1.rhel7.noarch (pgdg96)
           Requires: python-speaklater
Error: Package: pgadmin4-web-1.0-rc1_6.rhel7.noarch (pgdg96)
           Requires: python-extras >= 0.0.3
Error: Package: pgadmin4-web-1.0-rc1_6.rhel7.noarch (pgdg96)
           Requires: python-passlib >= 1.6.2
Error: Package: pgadmin4-web-1.0-rc1_6.rhel7.noarch (pgdg96)
           Requires: python-click
Error: Package: pgadmin4-1.0-rc1_6.rhel7.x86_64 (pgdg96)
           Requires: libQtWebKit.so.4()(64bit)


Once I installed the epel repository (yum -y install epel-release) on a
hunch, it then installed successfully.

Is it possible to mark a package as depending on a different repository, or
is that not the way it works?

Cheers,

Jeff


^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* Re: [pgadmin-support] pgadmin4 RPMs need some testing!
  2016-09-14 09:37 pgadmin4 RPMs need some testing! Devrim Gündüz <[email protected]>
  2016-09-14 18:11 ` Re: [pgadmin-support] pgadmin4 RPMs need some testing! Jeff Janes <[email protected]>
@ 2016-09-14 18:42   ` Devrim Gündüz <[email protected]>
  2016-09-14 19:32     ` Re: [pgadmin-support] pgadmin4 RPMs need some testing! Jeff Janes <[email protected]>
  0 siblings, 1 reply; 6+ messages in thread

From: Devrim Gündüz @ 2016-09-14 18:42 UTC (permalink / raw)
  To: Jeff Janes <[email protected]>; +Cc: pgsql-pkg-yum <[email protected]>


Hi Jeff,

On Wed, 2016-09-14 at 11:11 -0700, Jeff Janes wrote:
> After installing a fresh OS from CentOS-7.0-1406-x86_64-DVD.iso and then
> doing an yum update, and then installing the repository
> rpm pgdg-centos96-9.6-1.noarch.rpm, and then running "sudo yum install
> pgadmin4", it ends up with:
> 
> --> Finished Dependency Resolution
> Error: Package: pgadmin4-web-1.0-rc1_6.rhel7.noarch (pgdg96)
>            Requires: python-html5lib >= 1.0b3
> Error: Package: pgadmin4-web-1.0-rc1_6.rhel7.noarch (pgdg96)
>            Requires: python-speaklater >= 1.3
> Error: Package: python-fixtures-3.0.0-3.rhel7.noarch (pgdg96)
>            Requires: python-testtools >= 0.9.22
> Error: Package: python-flask-babel-0.11.1-1.rhel7.noarch (pgdg96)
>            Requires: python-speaklater
> Error: Package: pgadmin4-web-1.0-rc1_6.rhel7.noarch (pgdg96)
>            Requires: python-extras >= 0.0.3
> Error: Package: pgadmin4-web-1.0-rc1_6.rhel7.noarch (pgdg96)
>            Requires: python-passlib >= 1.6.2
> Error: Package: pgadmin4-web-1.0-rc1_6.rhel7.noarch (pgdg96)
>            Requires: python-click
> Error: Package: pgadmin4-1.0-rc1_6.rhel7.x86_64 (pgdg96)
>            Requires: libQtWebKit.so.4()(64bit)
> 
> 
> Once I installed the epel repository (yum -y install epel-release) on a
> hunch, it then installed successfully.

Great, thanks!

> Is it possible to mark a package as depending on a different repository, or
> is that not the way it works?

PGDG repository already depends on EPEL at least for pgadmin3 and postgis (and
some more packages). 

Just updated

http://yum.postgresql.org/repopackages.php

with a bold sentence. I don't know a way to specify dependency against an
external repo. 

Regards,

-- 
Devrim GÜNDÜZ
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR


Attachments:

  [application/pgp-signature] signature.asc (819B, 2-signature.asc)
  download

^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* Re: [pgadmin-support] pgadmin4 RPMs need some testing!
  2016-09-14 09:37 pgadmin4 RPMs need some testing! Devrim Gündüz <[email protected]>
  2016-09-14 18:11 ` Re: [pgadmin-support] pgadmin4 RPMs need some testing! Jeff Janes <[email protected]>
  2016-09-14 18:42   ` Re: [pgadmin-support] pgadmin4 RPMs need some testing! Devrim Gündüz <[email protected]>
@ 2016-09-14 19:32     ` Jeff Janes <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Jeff Janes @ 2016-09-14 19:32 UTC (permalink / raw)
  To: Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum <[email protected]>

On Wed, Sep 14, 2016 at 11:42 AM, Devrim Gündüz <[email protected]> wrote:

>
> PGDG repository already depends on EPEL at least for pgadmin3 and postgis
> (and
> some more packages).
>
> Just updated
>
> http://yum.postgresql.org/repopackages.php
>
> with a bold sentence. I don't know a way to specify dependency against an
> external repo.
>


Thanks, I think that that note will be helpful.

Jeff


^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* Re: pgadmin4 RPMs need some testing!
  2016-09-14 09:37 pgadmin4 RPMs need some testing! Devrim Gündüz <[email protected]>
@ 2016-10-05 12:37 ` Olav Peeters <[email protected]>
  2 siblings, 0 replies; 6+ messages in thread

From: Olav Peeters @ 2016-10-05 12:37 UTC (permalink / raw)
  To: pgadmin-hackers

Hi,
I posted an issue related to installing pgadmin4 on CentOS 7 via yum this
morning (see:
http://postgresql.nabble.com/pgAdmin4-as-web-application-on-CentOS-td5924512.html).
Can you have a look at it? I'll gladly help with testing.
Cheers,
Olav



--
View this message in context: http://postgresql.nabble.com/pgadmin4-RPMs-need-some-testing-tp5921120p5924544.html
Sent from the PostgreSQL - pgadmin hackers mailing list archive at Nabble.com.


-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers




^ permalink  raw  reply  [nested|flat] 6+ messages in thread


end of thread, other threads:[~2016-10-05 12:37 UTC | newest]

Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-09-14 09:37 pgadmin4 RPMs need some testing! Devrim Gündüz <[email protected]>
2016-09-14 16:52 ` Patrick Headley <[email protected]>
2016-09-14 18:11 ` Jeff Janes <[email protected]>
2016-09-14 18:42   ` Devrim Gündüz <[email protected]>
2016-09-14 19:32     ` Jeff Janes <[email protected]>
2016-10-05 12:37 ` Olav Peeters <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox