From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ej1sz-00049o-L5 for guix-patches@gnu.org; Tue, 06 Feb 2018 06:58:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ej1sw-0007WC-JY for guix-patches@gnu.org; Tue, 06 Feb 2018 06:58:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51703) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ej1sw-0007Vv-GH for guix-patches@gnu.org; Tue, 06 Feb 2018 06:58:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ej1sw-0001kF-9N for guix-patches@gnu.org; Tue, 06 Feb 2018 06:58:02 -0500 Subject: [bug#30340] [PATCH 1/6] gnu: qtbase: Use the store paths for other packages and dynamically loaded libs. Resent-Message-ID: References: <20180203192212.29173-1-h.goebel@crazy-compilers.com> <20180203192505.29516-1-h.goebel@crazy-compilers.com> <20180206100057.5fce0725@scratchpost.org> From: Hartmut Goebel Message-ID: <08c9a446-3587-b1fe-b60e-d068d1861d0d@crazy-compilers.com> Date: Tue, 6 Feb 2018 12:57:32 +0100 MIME-Version: 1.0 In-Reply-To: <20180206100057.5fce0725@scratchpost.org> Content-Type: multipart/alternative; boundary="------------BDC404A36F16F2B805795B4B" Content-Language: en-US List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 30340@debbugs.gnu.org This is a multi-part message in MIME format. --------------BDC404A36F16F2B805795B4B Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Am 06.02.2018 um 10:00 schrieb Danny Milosavljevic: >> + ;; libresolve. TODO: Check is this is really required >> + (let ((glibc (assoc-ref inputs ,(if (%current-target-system) >> + "cross-libc" "libc")))) >> + (substitute* '("src/network/kernel/qdnslookup_unix.cpp" >> + "src/network/kernel/qhostinfo_unix.cpp") >> + (("^\\s*(lib.setFileName\\(QLatin1String\\(\")(resolv\"\\)\\);)" _ a b) >> + (string-append a glibc "/lib/lib" b)))) > Any news on this? > I'm afraid, I don't understand this question. I don't know if "this is really required", otherwise I would not have put the comment there. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | --------------BDC404A36F16F2B805795B4B Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
Am 06.02.2018 um 10:00 schrieb Danny Milosavljevic:
+             ;; libresolve. TODO: Check is this is really required
+             (let ((glibc (assoc-ref inputs ,(if (%current-target-system)
+                                                 "cross-libc" "libc"))))
+               (substitute* '("src/network/kernel/qdnslookup_unix.cpp"
+                              "src/network/kernel/qhostinfo_unix.cpp")
+                 (("^\\s*(lib.setFileName\\(QLatin1String\\(\")(resolv\"\\)\\);)" _ a b)
+                (string-append a glibc "/lib/lib" b))))
Any news on this?

I'm afraid, I don't understand this question. I don't know if "this is really required", otherwise I would not have put the comment there.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |
--------------BDC404A36F16F2B805795B4B--