[Bug 222042] Review Request: GDAL - Geospatial Data Abstraction Library

bugzilla at redhat.com bugzilla at redhat.com
Thu Mar 15 11:52:14 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: GDAL - Geospatial Data Abstraction Library


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=222042





------- Additional Comments From cbalint at redhat.com  2007-03-15 07:52 EST -------
(In reply to comment #72)
> I tried building rpm and got dependencies missing on Fedora Core 6, so I 
> installed missing dependencies:
> 
> # yum install libungif-devel libjpeg-devel libtiff-devel unixODBC-devel 
mysql-
> devel sqlite-devel postgresql-devel proj-devel geos-devel netcdf-devel hdf5-
> devel ogdi-devel jasper-devel cfitsio-devel hdf-devel libdap-devel 
librx-devel 
> perl-devel xerces-c-devel
> 
> I tried again:
> $ rpmbuild gdal.spec 
> error: Failed build dependencies:
>         perl-devel >= 5.8 is needed by gdal-1.4.0-10.i386

It builds in mock !

look in spec:

%if "%{?dist}" == ".fc7"
BuildRequires: perl-devel >= 5.8
%elseif
BuildRequires: perl
%endif

but ?dist var make sense in mock build enviroment only.

If you want just leave 'perl' instead of 'perl-devel' by hand than go
rpmbuild-it, or otherwise i suggest to build it in mock enviroment.

BTW, if have better idea to workaround FC6 let me know.



> 
> I don't see perl-devel in fedora core 6 repositories.



-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list