emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42554: closed ([PATCH staging] gnu: qtbase: Provide debug symbols.)


From: GNU bug Tracking System
Subject: bug#42554: closed ([PATCH staging] gnu: qtbase: Provide debug symbols.)
Date: Wed, 05 Aug 2020 00:18:02 +0000

Your message dated Wed, 5 Aug 2020 02:17:24 +0200
with message-id <20200805001724.a4nviuhrh7evfx6l@gravity>
and subject line Re: [bug#42554] [PATCH staging] gnu: qtbase: Provide debug 
symbols.
has caused the debbugs.gnu.org bug report #42554,
regarding [PATCH staging] gnu: qtbase: Provide debug symbols.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42554: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42554
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH staging] gnu: qtbase: Provide debug symbols. Date: Mon, 27 Jul 2020 01:19:20 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42554] [PATCH staging] gnu: qtbase: Provide debug symbols. Date: Wed, 5 Aug 2020 02:17:24 +0200
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]