unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42554] [PATCH staging] gnu: qtbase: Provide debug symbols.
@ 2020-07-26 23:19 Jakub Kądziołka
  2020-08-01  7:39 ` Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Kądziołka @ 2020-07-26 23:19 UTC (permalink / raw)
  To: 42554; +Cc: mbakke

* gnu/packages/qt.scm (qtbase)[outputs]: Add "debug".
[arguments]: Add "-force-debug-info" to configure flags.
---
NOTE: This increases the size of qtbase:out by about 6 MB. I am working
on a core-updates patch that restores the original size.

 gnu/packages/qt.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 1cbf7991ab..94b45a5520 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -367,6 +367,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
                                   "zlib"))
                   #t)))))
     (build-system gnu-build-system)
+    (outputs '("out" "debug"))
     (propagated-inputs
      `(("mesa" ,mesa)
        ;; Use which the package, not the function
@@ -473,6 +474,9 @@ developers using C++ or QML, a CSS & JavaScript like language.")
                  "-opensource"
                  "-confirm-license"
 
+                 ;; Later stripped into the :debug output.
+                 "-force-debug-info"
+
                  ;; These features require higher versions of Linux than the
                  ;; minimum version of the glibc.  See
                  ;; src/corelib/global/minimum-linux_p.h.  By disabling these
-- 
2.27.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#42554] [PATCH staging] gnu: qtbase: Provide debug symbols.
  2020-07-26 23:19 [bug#42554] [PATCH staging] gnu: qtbase: Provide debug symbols Jakub Kądziołka
@ 2020-08-01  7:39 ` Mathieu Othacehe
  2020-08-05  0:17   ` bug#42554: " Jakub Kądziołka
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2020-08-01  7:39 UTC (permalink / raw)
  To: Jakub Kądziołka; +Cc: mbakke, 42554


Hello Jakub,

> * gnu/packages/qt.scm (qtbase)[outputs]: Add "debug".
> [arguments]: Add "-force-debug-info" to configure flags.

This looks fine!

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#42554: [PATCH staging] gnu: qtbase: Provide debug symbols.
  2020-08-01  7:39 ` Mathieu Othacehe
@ 2020-08-05  0:17   ` Jakub Kądziołka
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Kądziołka @ 2020-08-05  0:17 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 42554-done

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

On Sat, Aug 01, 2020 at 09:39:41AM +0200, Mathieu Othacehe wrote:
> 
> Hello Jakub,
> 
> > * gnu/packages/qt.scm (qtbase)[outputs]: Add "debug".
> > [arguments]: Add "-force-debug-info" to configure flags.
> 
> This looks fine!

Thanks for your review, patch pushed to staging!

Regards,
Jakub Kądziołka

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-05  0:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-26 23:19 [bug#42554] [PATCH staging] gnu: qtbase: Provide debug symbols Jakub Kądziołka
2020-08-01  7:39 ` Mathieu Othacehe
2020-08-05  0:17   ` bug#42554: " Jakub Kądziołka

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).