GNU bug report logs -
#76736
[PATCH] gnu: gdal: Update to 3.10.2 and fix rpaths.
Previous Next
Reported by: Lars Bilke <lars.bilke <at> ufz.de>
Date: Tue, 4 Mar 2025 07:25:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Hi Lars,
Thank you for the patch!
Gdal is currently fails to build on master but after this patch is applied
I could build it.
There are some review points if you can cover to make it ready for apply.
- I see you keep "frmts/zlib" in snippet, may you describe the reason
please?
- Please organize your commit message with more details in style like,
look for example in currently applied commits:
--8<---------------cut here---------------start------------->8---
* <path> (<package-name>): <short summury of changes>.
[field] <sub-field>: Describe change
--8<---------------cut here---------------end--------------->8---
e.g.
--8<---------------cut here---------------start------------->8---
* gnu/packages/geo.scm (gdal): Update to 3.10.2. Use G-Expressions.
[source]: Snippet, do not remove "frmts/zlib" (why?)
[arguments] <phases>: Add 'fix-rpath.
--8<---------------cut here---------------end--------------->8---
- You may preserve the [inputs], [native-inputs] and [propagated-inputs]
indentations.
- You may simplify this:
--8<---------------cut here---------------start------------->8---
+ (let ((libdir (string-append (assoc-ref outputs "out") "/lib")))
--8<---------------cut here---------------end--------------->8---
to this
--8<---------------cut here---------------start------------->8---
+ (let ((libdir (string-append #$output "/lib")))
--8<---------------cut here---------------end--------------->8---
Looking forward for v2!
---
Oleg
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 77 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.