Re: [HEADS UP] libgta SONAME bump in Fedora 34

2021-06-10 Thread Dominik Mierzejewski
On Tuesday, 08 June 2021 at 21:23, Jiri Kucera wrote:
> Hi Dominik,
> 
> from paraview source rpm is produced paraview-devel which is a dependency
> of libeml-devel and libmatroska-devel:
> 
> [root@fedora ~]# dnf --enablerepo '*-source' repoquery --whatrequires
> paraview-devel
> Last metadata expiration check: 0:01:10 ago on Tue 08 Jun 2021 05:26:24 PM
> UTC.
> libebml-devel-0:1.4.2-1.fc34.i686
> libebml-devel-0:1.4.2-1.fc34.x86_64
> libmatroska-devel-0:1.6.2-2.fc34.i686
> libmatroska-devel-0:1.6.2-2.fc34.x86_64
> libmatroska-devel-0:1.6.3-1.fc34.i686
> libmatroska-devel-0:1.6.3-1.fc34.x86_64

I think the above query is returning wrong results due to some bug.
Adding --disablerepo=\* before --enablerepo='*-source' gets me no
results. Examining the BuildRequires for libmatroska and libebml source
packages yields no results containing paraview. This is expected,
considering that neither libebml.spec nor libmatroska.spec contain any
references to paraview-devel.

$ dnf --disablerepo=\* --enablerepo='*-source' repoquery --whatrequires 
paraview-devel
Last metadata expiration check: 0:28:52 ago on Thu 10 Jun 2021 16:49:31 CEST.
$ dnf --disablerepo=\* --enablerepo='*-source' repoquery --requires libebml
Last metadata expiration check: 0:28:29 ago on Thu 10 Jun 2021 16:49:31 CEST.
cmake3
gcc-c++
utf8cpp-devel
$ dnf --disablerepo=\* --enablerepo='*-source' repoquery --requires libmatroska
Last metadata expiration check: 0:29:13 ago on Thu 10 Jun 2021 16:49:31 CEST.
cmake3
gcc-c++
libebml-devel >= 1.4.0

Regards,
Dominik
-- 
Fedora   https://getfedora.org  |  RPM Fusion  http://rpmfusion.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] libgta SONAME bump in Fedora 34

2021-06-08 Thread Jiri Kucera
Good to know, thanks Zbyszek.

On Tue, Jun 8, 2021 at 6:47 PM Zbigniew Jędrzejewski-Szmek <
zbys...@in.waw.pl> wrote:

> On Tue, Jun 08, 2021 at 05:43:37PM +0200, Jiri Kucera wrote:
> > Hello,
> >
> > I am planning to fix the FTBFS bug of libgta also for Fedora 34, which
> > bumps its SONAME. The list of affected components is below
>
> There should be no need to rebuild indirect dependencies. If those
> indirect dependencies were to use any symbols from libgta, they would
> be linked directly.
>
> Zbyszek
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] libgta SONAME bump in Fedora 34

2021-06-08 Thread Jiri Kucera
Hi Dominik,

from paraview source rpm is produced paraview-devel which is a dependency
of libeml-devel and libmatroska-devel:

[root@fedora ~]# dnf --enablerepo '*-source' repoquery --whatrequires
paraview-devel
Last metadata expiration check: 0:01:10 ago on Tue 08 Jun 2021 05:26:24 PM
UTC.
libebml-devel-0:1.4.2-1.fc34.i686
libebml-devel-0:1.4.2-1.fc34.x86_64
libmatroska-devel-0:1.6.2-2.fc34.i686
libmatroska-devel-0:1.6.2-2.fc34.x86_64
libmatroska-devel-0:1.6.3-1.fc34.i686
libmatroska-devel-0:1.6.3-1.fc34.x86_64

Regards,
Jiri

On Tue, Jun 8, 2021 at 5:55 PM Dominik 'Rathann' Mierzejewski <
domi...@greysector.net> wrote:

> Hi!
>
> On Tuesday, 08 June 2021 at 17:43, Jiri Kucera wrote:
> > Hello,
> >
> > I am planning to fix the FTBFS bug of libgta also for Fedora 34, which
> > bumps its SONAME. The list of affected components is below (the list is
> not
> > complete, the path from some packages to libgta in dependency graph is
> too
> > long):
> >
> > libgta:
> ...
> > paraview:
> >   libebml:
> > gerbera (build requirement)
> > mkvtoolnix
> >   libmatroska
>
> What does paraview have to do with libebml or libmatroska? I can't find
> any dependencies here.
>
> Regards,
> Dominik
> --
> Fedora   https://getfedora.org  |  RPM Fusion  http://rpmfusion.org
> There should be a science of discontent. People need hard times and
> oppression to develop psychic muscles.
> -- from "Collected Sayings of Muad'Dib" by the Princess Irulan
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] libgta SONAME bump in Fedora 34

2021-06-08 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jun 08, 2021 at 05:43:37PM +0200, Jiri Kucera wrote:
> Hello,
> 
> I am planning to fix the FTBFS bug of libgta also for Fedora 34, which
> bumps its SONAME. The list of affected components is below

There should be no need to rebuild indirect dependencies. If those
indirect dependencies were to use any symbols from libgta, they would
be linked directly.

Zbyszek
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] libgta SONAME bump in Fedora 34

2021-06-08 Thread Dominik 'Rathann' Mierzejewski
Hi!

On Tuesday, 08 June 2021 at 17:43, Jiri Kucera wrote:
> Hello,
> 
> I am planning to fix the FTBFS bug of libgta also for Fedora 34, which
> bumps its SONAME. The list of affected components is below (the list is not
> complete, the path from some packages to libgta in dependency graph is too
> long):
> 
> libgta:
...
> paraview:
>   libebml:
> gerbera (build requirement)
> mkvtoolnix
>   libmatroska

What does paraview have to do with libebml or libmatroska? I can't find
any dependencies here.

Regards,
Dominik
-- 
Fedora   https://getfedora.org  |  RPM Fusion  http://rpmfusion.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[HEADS UP] libgta SONAME bump in Fedora 34

2021-06-08 Thread Jiri Kucera
Hello,

I am planning to fix the FTBFS bug of libgta also for Fedora 34, which
bumps its SONAME. The list of affected components is below (the list is not
complete, the path from some packages to libgta in dependency graph is too
long):

libgta:
  OpenSceneGraph:
FlightGear
FlightGear-Atlas (build requirement)
SimGear
fgrun
gpick (build requirement)
osgearth
scribus:
  scribus-generator
speed-dreams
  gdal:
GMT
OpenSceneGraph
PDAL
R-rgdal:
  R-rgeos (build requirement):
R-broom (build requirement):
  R-dplyr (build requirement):

  R-geepack
  R-modelr (build requirement)
R-ggplot2 (build requirement):
  
bes:
  ocsinventory-agent
  php-horde-horde:

cloudcompare
dans-gdal-scripts
gazebo:
  fawkes
grass
liblas
libosmium:
  osm2pgsql (build requirement)
  osmium-tool (build requirement)
  pyosmium (build requirement)
mapnik:
  python-mapnik:
nik4
  viking
mapserver
merkaartor
ncl
ogr2osm
opencv:
  
osgearth
paraview:
  libebml:
gerbera (build requirement)
mkvtoolnix
  libmatroska
postgis:
  pgRouting
python-cartopy (build requirement):
  pygrib (build requirement)
  python-geoplot:
python-missingno
python-fiona:
  python-geopandas:
python-earthpy
python-libpysal (build requirement)
python-mapclassify (build requirement)
python-networkx (build requirement):
  
python-phyghtmap
python-rasterio:
  python-contextily
  python-xarray (build requirement):

python-tilestache (build requirement)
qgis
qmapshack
saga
vfrnav
vtk:
  InsightToolkit:
petpvc
  Mayavi:
python-tvb-data
  engrid
  freecad (build requirement)
  libASL
  maxima (build requirement):
sagemath
wxMaxima
  mrpt
  opencascade:
gmsh:
  getdp (build requirement)
kicad
netgen-mesher
  openmeeg (build requirement)
  pcl
  python-cclib
  smesh
xastir (build requirement)

Regards,
Jiri
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure