GNU bug report logs -
#42767
[PATCH] gnu: Add rttr.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Sat, 8 Aug 2020 17:54:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello Michael,
Thanks for this patch. Did you change something to the way you are
sending patches? I have troubles to apply them, with errors such as:
--8<---------------cut here---------------start------------->8---
Applying: gnu: Add rttr.
Using index info to reconstruct a base tree...
M gnu/packages/cpp.scm
error: patch failed: gnu/packages/cpp.scm:82
error: gnu/packages/cpp.scm: patch does not apply
error: Did you hand edit your patch?
--8<---------------cut here---------------end--------------->8---
> + (home-page "https://github.com/rttrorg/rttr/")
This field is traditionally at the end of the package definition, right
before synopsis.
> + (source
> + '(#:tests? #f ; TODO
You could elaborate on why they are not enabled. Something to fix in particular?
> + #:configure-flags
> + '("-DBUILD_UNIT_TESTS=OFF"
> + "-DBUILD_DOCUMENTATION=OFF")))
> + (native-inputs `(("pkg-config" ,pkg-config)))
> + (synopsis "C++ Reflection Library")
> + (description
> + "RTTR stands for Run Time Type Reflection. It describes the ability of a
> +computer program to introspect and modify an object at runtime. It is also the
> +name of the library itself, which is written in C++ and released as open
> +source library.")
There are a couple of linting warnings on this description. No need to
mention that it's open source :).
Thanks,
Mathieu
This bug report was last modified 4 years and 341 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.