[GRASS-user] Unable to install add-ons on fedora23

Markus Neteler neteler at osgeo.org
Mon Jan 15 14:35:30 PST 2018


On Mon, Jan 15, 2018 at 9:28 PM, Markus Metz
<markus.metz.giswork at gmail.com> wrote:
...
> I have added a working grass.spec file to trunk r72082. It works fine with
> Fedora 28 and GRASS 7.4.0 (yes, none of the two is already released).
> Installing addons with g.extension as standard user works now, granted that
> grass-devel is installed.
>
> The main change is that GRASS is installed into one single folder, the same
> as before, but now all required components are actually in this single
> folder and not moved away to different locations. Man pages and docs are in
> the system's standard locations and available without starting GRASS.
>
> Further on, the demolocation is now included in the standard installation,
> and the gui is a separate package.

Nice!

> @MarkusN: can you test the new spec file (trunk/rpm/grass.spec) with your
> copr system? Thanks!

Sure:
https://copr.fedorainfracloud.org/coprs/neteler/grass74/
Please test!

markusN


PS: I had to fix this:

@@ -158,7 +158,7 @@
     --with-netcdf=%{_bindir}/nc-config \
 %endif
     --with-mysql-includes=%{_includedir}/mysql \
-    --with-mysql-libs=%{_libdir} \
+    --with-mysql-libs=%{_libdir}/mysql \
 %if (0%{?rhel} > 6 || 0%{?fedora})
         --with-postgres-includes=%{_includedir}/pgsql \
 %else

otherwise it would not find mysql...


More information about the grass-user mailing list