From unknown Sat Jun 14 05:00:15 2025 X-Loop: help-debbugs@gnu.org Subject: bug#64488: qtbase and qmake are showing incorrect include folders Resent-From: Chris Cochrun Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 06 Jul 2023 08:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 64488 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 64488@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.168863144921535 (code B ref -1); Thu, 06 Jul 2023 08:18:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Jul 2023 08:17:29 +0000 Received: from localhost ([127.0.0.1]:39525 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qHKB6-0005bG-2U for submit@debbugs.gnu.org; Thu, 06 Jul 2023 04:17:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:35336) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qHA4L-00055e-5Q for submit@debbugs.gnu.org; Wed, 05 Jul 2023 17:29:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qHA4K-000364-Nj for bug-guix@gnu.org; Wed, 05 Jul 2023 17:29:48 -0400 Received: from [8.36.248.127] (helo=mail.cochrun.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qHA4I-0006eu-G6 for bug-guix@gnu.org; Wed, 05 Jul 2023 17:29:48 -0400 From: Chris Cochrun DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cochrun.xyz; s=mail; t=1688592233; bh=cF4067gwNWpV2WVMmX08OgJ2joYlrlXHV4TR5HFASjY=; h=From:To:Subject; b=I2l3NSY0BI/v/oZqxupbHmW2hocc2/AoEgi8+MiDbS79BK84wo4TUq/fHlRV8d7xw BxqS0JjUHdP8Us6dOUypFBJ8A5i69MSpmpfDVs65UcKXSs0gjguZSfUzTY3qYCZXhU AmFii5vaa6tojWn8JRY92LYhGer00a0igmEssVVuwvI2CwxRgXhxob2pxTnmTv4F5y qYo0/J99IuhDhrZBLObadSwvjt3TNXj1NtoRiJpyGIbUqAv5KrCBibg7pAn1t12Z5K cA6HKAyeM/o8rPfQvZvNp6VorRqDmmnBTKMVjXzw39xkCOTcvAPGz2iqhdYVxpvVEM 7A63DrPtak/zg== Date: Wed, 05 Jul 2023 16:17:42 -0500 Message-ID: <874jmi59xz.fsf@cochrun.xyz> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Host-Lookup-Failed: Reverse DNS lookup failed for 8.36.248.127 (failed) Received-SPF: none client-ip=8.36.248.127; envelope-from=chris@cochrun.xyz; helo=mail.cochrun.xyz X-Spam_score_int: 5 X-Spam_score: 0.5 X-Spam_bar: / X-Spam_report: (0.5 / 5.0 requ) BAYES_05=-0.5, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, HTML_MESSAGE=0.001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.3 (/) X-Mailman-Approved-At: Thu, 06 Jul 2023 04:17:27 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: multipart/alternative; boundary="==-=-=" --==-=-= Content-Type: text/plain Content-Disposition: inline With the qtbase package, qmake is showing incorrect info about it's installation when you run qmake -query. If you need include files or libraries from other packages, these won't be used in the qmake utility. It appears as if qmake is only seeing info in the qtbase directory in the store rather than the installed profile directory. This seems to be the same situation of what happened in the nix package too. I was trying to use a tool that requires this in a project of mine but it doesn't really help me much when I can't use qmake to access info in the qtdeclarative package. Even if both are installed in the same profile or shell. I hope someone smarter than me knows how to fix that. Also, first time posting in the mailing list, so I hope I did it all right. -- *Chris* /Praising God in all things!/ --==-=-= Content-Type: text/html; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable

With the qtbase package, qmake is showing incorrect info about it's install= ation when you run qmake -query.

If you need include files or libraries from other packages, these won't be = used in the qmake utility. It appears as if qmake is only seeing info in th= e qtbase directory in the store rather than the installed profile directory= . This seems to be the same situation of what happened in the nix package t= oo. https://github.com/NixOS/nixpkgs/issues/239971

I was trying to use a tool that requires this in a project of mine but it d= oesn't really help me much when I can't use qmake to access info in the qtd= eclarative package. Even if both are installed in the same profile or shell= .

I hope someone smarter than me knows how to fix that. Also, first time post= ing in the mailing list, so I hope I did it all right.

=E2=80=93
Chris
Praising God in all things!

--==-=-=-- --=-=-=--