[Tile-serving] [openstreetmap/mod_tile] Added build & test on Fedora 34 (#248)

David Hummel notifications at github.com
Sat Jul 31 18:48:59 UTC 2021


@hummeltech commented on this pull request.



> @@ -41,6 +41,11 @@ jobs:
         run: ./autogen.sh
       - name: Run `./configure`
         run: ./configure
+      - name: Fix `-pthread` in `GLIB_CFLAGS`

Here's the error:
```shell
apxs -c   -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread  \
	-I./includes  -lmemcached -lrados -lcurl -lglib-2.0  \
		./src/mod_tile.c  \
		./src/sys_utils.c \
		./src/store.c \
		./src/store_file.c \
		./src/store_file_utils.c \
		./src/store_memcached.c \
		./src/store_rados.c \
		./src/store_ro_http_proxy.c \
		./src/store_ro_composite.c \
		./src/store_null.c \
		./src/g_logger.c
apxs:Error: Unknown option: t.
apxs:Error: Unknown option: h.
apxs:Error: Unknown option: r.
apxs:Error: Unknown option: d.
Usage: apxs -g [-S <var>=<val>] -n <modname>
       apxs -q [-v] [-S <var>=<val>] [<query> ...]
       apxs -c [-S <var>=<val>] [-o <dsofile>] [-D <name>[=<value>]]
               [-I <incdir>] [-L <libdir>] [-l <libname>] [-Wc,<flags>]
               [-Wl,<flags>] [-p] <files> ...
       apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
       apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/pull/248#discussion_r680395881
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210731/e01cf823/attachment.htm>


More information about the Tile-serving mailing list