I created a bug report - not sure if it is in the right category and thought someone should be made aware of it, so just posting the link to the list here
http://bugs.centos.org/view.php?id=4946
Greg
On Mon, 11 Jul 2011, Greg Swallow wrote:
I created a bug report - not sure if it is in the right category and thought someone should be made aware of it, so just posting the link to the list here
I read ALL new bugs, as they are filed
-- Russ herrold
I think there are missing these files from centos6:
/usr/lib/libpgport.a
/usr/lib64/libpgport.a
--Nikos Hatzopoulos
On Tue, 12 Jul 2011, Manuel Wolfshant wrote:
On 07/12/2011 12:01 AM, Nickos H wrote:
I think there are missing these files from centos6:
/usr/lib/libpgport.a /usr/lib64/libpgport.a
which packages should provide those files ?
More to the point for CentOS purposes, what package from upstream, in its version 6 enterprise product built from publicly available SRPMs, presently provides such?
That some third party may expect such libraries to be present that form is an indication that they are not 'keeping up' as there has been a campaign to extrerminate .a and .la files on the Fedira front for several yaars now, and this is probably a collateral casualty to such actions. If such, the venue for such reports would https://bugzilla.redhat.com/ or the third party's tracker
-- Russ herrold
the /lib/libpgport.a
changed name to /lib/libpg.so
I don't care about if it is going to be a static link or a shared link I saw I library that does exist in centos 5 and does not in centos 6 if this is it we need to change the link method to this library
can anybody validate that this is the correct library before we change the link option to this library, I am trying to compile gdal for elgis community, we just stuck to that
this is the package postgresql-devel-8.4.7-1.el6_0.1.x86_64
--Nikos Hatzopoulos
--- Στις Τρίτ., 12/07/11, ο/η R P Herrold herrold@owlriver.com έγραψε:
Από: R P Herrold herrold@owlriver.com Θέμα: [CentOS-devel] centos6 postgres static libraries Προς: "The CentOS developers mailing list." centos-devel@centos.org Ημερομηνία: Τρίτη, 12 Ιούλιος 2011, 0:33
On Tue, 12 Jul 2011, Manuel Wolfshant wrote:
On 07/12/2011 12:01 AM, Nickos H wrote:
I think there are missing these files from centos6:
/usr/lib/libpgport.a /usr/lib64/libpgport.a
which packages should provide those files ?
More to the point for CentOS purposes, what package from upstream, in its version 6 enterprise product built from publicly available SRPMs, presently provides such?
That some third party may expect such libraries to be present that form is an indication that they are not 'keeping up' as there has been a campaign to extrerminate .a and .la files on the Fedira front for several yaars now, and this is probably a collateral casualty to such actions. If such, the venue for such reports would https://bugzilla.redhat.com/%C2%A0 or the third party's tracker
-- Russ herrold _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
On 07/12/2011 01:41 AM, Nickos H wrote:
the /lib/libpgport.a
changed name to /lib/libpg.so
I don't care about if it is going to be a static link or a shared link I saw I library that does exist in centos 5 and does not in centos 6
The correct topic to discuss here is "does this particular library exist in RHEL 6 and does not exist in CentOS 6?". Changes between major releases , as imposed by RHEL, are not really a topic for this list, as, as you must know, CentOS tries maintain 100% binary compatibility with RHEL's binary packages.
if this is it we need to change the link method to this library
can anybody validate that this is the correct library before we change the link option to this library, I am trying to compile gdal for elgis community, we just stuck to that
this is the package postgresql-devel-8.4.7-1.el6_0.1.x86_64
If RHEL decided to change the name of the library/libraries then probably you should follow their trend and change the configuration options of whatever software you try to build. As a sidenote, your initial message mentioned /usr/lib/libpgport.a not /lib/libpgport.a. And also, you either make confusions between static and dynamic libs or you forgot to explain something. As an observation, it is nicer for your users to use dynamic libs wherever possible.
manuel
i think they removed this library from postgres
https://bugs.archlinux.org/task/11346
I compiled it without this library and seems to be ok
--Nikos
--- Στις Τρίτ., 12/07/11, ο/η Manuel Wolfshant wolfy@nobugconsulting.ro έγραψε:
Από: Manuel Wolfshant wolfy@nobugconsulting.ro Θέμα: Re: [CentOS-devel] centos6 postgres static libraries Προς: "The CentOS developers mailing list." centos-devel@centos.org Ημερομηνία: Τρίτη, 12 Ιούλιος 2011, 1:50
On 07/12/2011 01:41 AM, Nickos H wrote:
the /lib/libpgport.a
changed name to /lib/libpg.so
I don't care about if it is going to be a static link or a shared link I saw I library that does exist in centos 5 and does not in centos 6
The correct topic to discuss here is "does this particular library exist in RHEL 6 and does not exist in CentOS 6?". Changes between major releases , as imposed by RHEL, are not really a topic for this list, as, as you must know, CentOS tries maintain 100% binary compatibility with RHEL's binary packages.
if this is it we need to change the link method to this library
can anybody validate that this is the correct library before we change the link option to this library, I am trying to compile gdal for elgis community, we just stuck to that
this is the package postgresql-devel-8.4.7-1.el6_0.1.x86_64
If RHEL decided to change the name of the library/libraries then probably you should follow their trend and change the configuration options of whatever software you try to build. As a sidenote, your initial message mentioned /usr/lib/libpgport.a not /lib/libpgport.a. And also, you either make confusions between static and dynamic libs or you forgot to explain something. As an observation, it is nicer for your users to use dynamic libs wherever possible.
manuel
_______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
these packages are missing from centos:
qt-mobility-1.1.3-2.el6.src.rpm qtwebkit-2.1.1-1.el6.src.rpm
--Nikos Hatzopoulos
--- Στις Τρίτ., 12/07/11, ο/η Nickos H nickosss02@yahoo.gr έγραψε:
Από: Nickos H nickosss02@yahoo.gr Θέμα: Re: [CentOS-devel] centos6 postgres static libraries Προς: "The CentOS developers mailing list." centos-devel@centos.org Ημερομηνία: Τρίτη, 12 Ιούλιος 2011, 2:55
i think they removed this library from postgres
https://bugs.archlinux.org/task/11346
I compiled it without this library and seems to be ok
--Nikos
--- Στις Τρίτ., 12/07/11, ο/η Manuel Wolfshant wolfy@nobugconsulting.ro έγραψε:
Από: Manuel Wolfshant wolfy@nobugconsulting.ro Θέμα: Re: [CentOS-devel] centos6 postgres static libraries Προς: "The CentOS developers mailing list." centos-devel@centos.org Ημερομηνία: Τρίτη, 12 Ιούλιος 2011, 1:50
On 07/12/2011 01:41 AM, Nickos H wrote:
the /lib/libpgport.a
changed name to /lib/libpg.so
I don't care about if it
is going to be a static link or a shared link
I saw I library that does exist in centos 5 and does not in centos 6
The correct topic to discuss here is "does this particular library exist in RHEL 6 and does not exist in CentOS 6?". Changes between major releases , as imposed by RHEL, are not really a topic for this list, as, as you must know, CentOS tries maintain 100% binary compatibility with RHEL's binary packages.
if this is it we need to change the link method to this library
can anybody validate that this is the correct library before we change the link option to this library, I am trying to compile gdal for elgis community, we just stuck to that
this is the package postgresql-devel-8.4.7-1.el6_0.1.x86_64
If RHEL decided to change the name of the library/libraries then probably you should follow their trend and change the configuration options of whatever software you try to build. As a sidenote, your initial message mentioned /usr/lib/libpgport.a not /lib/libpgport.a. And also, you either make confusions between static and dynamic libs or you forgot to explain something. As an observation, it is nicer for your users to use dynamic libs wherever possible.
manuel
_______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
-----Ακολουθεί συνημμένο-----
_______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
On 07/14/2011 02:46 AM, Nickos H wrote:
these packages are missing from centos:
qt-mobility-1.1.3-2.el6.src.rpm qtwebkit-2.1.1-1.el6.src.rpm
Please be as kind as to point us to the link from ftp://ftp.redhat.com/pub/redhat/linux/enterprise/ where these packages are available. I cannot see them in any of the 6* directories.
Manuel
On Thu, 14 Jul 2011, Manuel Wolfshant wrote:
qt-mobility-1.1.3-2.el6.src.rpm qtwebkit-2.1.1-1.el6.src.rpm
Please be as kind as to point us to the link from ftp://ftp.redhat.com/pub/redhat/linux/enterprise/ where these packages are available. I cannot see them in any of the 6* directories.
my local mirror shows the former in F13, 14, 15, and rawhide, and the latter only in rawhide, but with different VR's
-- Russ herrold
Greetings,
----- Original Message -----
these packages are missing from centos:
qt-mobility-1.1.3-2.el6.src.rpm qtwebkit-2.1.1-1.el6.src.rpm
Those appear to be EPEL packages. Perhaps you've heard of EPEL?
http://download.fedora.redhat.com/pub/epel/6/SRPMS/repoview/letter_q.group.h...
TYL,
i didn't know redhat was supporting epel: https://bugzilla.redhat.com/show_bug.cgi?id=651521
--Nikos
--- Στις Πέμ., 14/07/11, ο/η Scott Dowdle dowdle@montanalinux.org έγραψε:
Από: Scott Dowdle dowdle@montanalinux.org Θέμα: Re: [CentOS-devel] centos6 postgres static libraries Προς: "The CentOS developers mailing list." centos-devel@centos.org Ημερομηνία: Πέμπτη, 14 Ιούλιος 2011, 6:37
Greetings,
----- Original Message -----
these packages are missing from centos:
qt-mobility-1.1.3-2.el6.src.rpm qtwebkit-2.1.1-1.el6.src.rpm
Those appear to be EPEL packages. Perhaps you've heard of EPEL?
http://download.fedora.redhat.com/pub/epel/6/SRPMS/repoview/letter_q.group.h...
TYL,
2011/7/14 Nickos H nickosss02@yahoo.gr
i didn't know redhat was supporting epel: https://bugzilla.redhat.com/show_bug.cgi?id=651521
--Nikos
EPEL is under the Fedora project umbrella meaning it uses resources such as RH bugzilla for bugs, package requests, etc
The packages you mentioned are part of EPEL and not part of RHEL proper. Packages in EPEL are not going to be pulled into the core CentOS distro -- the only place you *might* see overlap would be in the CentOS extras repo, but for packages such as these I wouldn't expect them to be in CentOS extras either.
-Jeff