From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 03 15:49:51 2020 Received: (at submit) by debbugs.gnu.org; 3 Dec 2020 20:49:51 +0000 Received: from localhost ([127.0.0.1]:41885 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kkvXy-0006GA-IE for submit@debbugs.gnu.org; Thu, 03 Dec 2020 15:49:51 -0500 Received: from lists.gnu.org ([209.51.188.17]:54100) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kkurM-0005AT-JC for submit@debbugs.gnu.org; Thu, 03 Dec 2020 15:05:49 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:35026) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kkurL-0001aX-Kc for bug-guix@gnu.org; Thu, 03 Dec 2020 15:05:48 -0500 Received: from mx1.riseup.net ([198.252.153.129]:52944) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kkurI-0007LL-3K for bug-guix@gnu.org; Thu, 03 Dec 2020 15:05:46 -0500 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4Cn6Jt1LXkzDsc4 for ; Thu, 3 Dec 2020 12:05:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1607025934; bh=m2iuC19Lv0OTEFsXvJ4oLnJIp42H81HVAiM6IprRJi8=; h=From:To:Subject:Date:From; b=m69vnVazwQcS279WG7GMQHmDG5Eq0C/GBw/YB08pNieuy2ap7sABV8Z7YudfRD7ee ffQRC4SjI/w2qsdzZWrBkGXcCujZOCD/5uvfp1Ziue31synZh6rZx6O6dbzKJcGsFZ c7iK/7VWmI8IDgA25TtNDmCFcsRoUvtwePd9sQwk= X-Riseup-User-ID: 101CC48E3A41B4FC7C99638E602BEAA6D382E5547CBFC175F4B24AFACA0BD7A3 Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 4Cn6Js4DjMzJn2h for ; Thu, 3 Dec 2020 12:05:31 -0800 (PST) From: Distopico To: bug-guix@gnu.org Subject: qoauth fail install/build Date: Thu, 03 Dec 2020 15:05:19 -0500 Message-ID: <87blfairk0.fsf@riseup.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Received-SPF: pass client-ip=198.252.153.129; envelope-from=distopico@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 03 Dec 2020 15:49:49 -0500 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: -2.4 (--) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain I was trying to install `guix install qoauth` and build `guix install qoauth` but it failed, and looks like is due The installation process is trying to copy some files that are part of qoauth into the store directory of qtbase, which is another package. Attached the log of the build. --=-=-= Content-Type: text/plain Content-Disposition: inline; filename=qoauth_bug_log.txt strip --strip-unneeded /gnu/store/9cvbbjzj3v5w2pdqmkcqc8cdxq601cra-qoauth-2.0.0/lib/libqoauth.so.2.0.0 ln -f -s libqoauth.so.2.0.0 /gnu/store/9cvbbjzj3v5w2pdqmkcqc8cdxq601cra-qoauth-2.0.0/lib/libqoauth.so ln -f -s libqoauth.so.2.0.0 /gnu/store/9cvbbjzj3v5w2pdqmkcqc8cdxq601cra-qoauth-2.0.0/lib/libqoauth.so.2 ln -f -s libqoauth.so.2.0.0 /gnu/store/9cvbbjzj3v5w2pdqmkcqc8cdxq601cra-qoauth-2.0.0/lib/libqoauth.so.2.0 install -m 644 -p ../lib/libqoauth.prl /gnu/store/9cvbbjzj3v5w2pdqmkcqc8cdxq601cra-qoauth-2.0.0/lib/libqoauth.prl /gnu/store/qylisyh4cz32askxl5640qjhl47kr1wp-qtbase-5.14.2/bin/qmake -install qinstall /tmp/guix-build-qoauth-2.0.0.drv-0/source/src/qoauth_global.h /gnu/store/9cvbbjzj3v5w2pdqmkcqc8cdxq601cra-qoauth-2.0.0/include/QtOAuth/qoauth_global.h /gnu/store/qylisyh4cz32askxl5640qjhl47kr1wp-qtbase-5.14.2/bin/qmake -install qinstall /tmp/guix-build-qoauth-2.0.0.drv-0/source/src/qoauth_namespace.h /gnu/store/9cvbbjzj3v5w2pdqmkcqc8cdxq601cra-qoauth-2.0.0/include/QtOAuth/qoauth_namespace.h /gnu/store/qylisyh4cz32askxl5640qjhl47kr1wp-qtbase-5.14.2/bin/qmake -install qinstall /tmp/guix-build-qoauth-2.0.0.drv-0/source/src/interface.h /gnu/store/9cvbbjzj3v5w2pdqmkcqc8cdxq601cra-qoauth-2.0.0/include/QtOAuth/interface.h /gnu/store/qylisyh4cz32askxl5640qjhl47kr1wp-qtbase-5.14.2/bin/qmake -install qinstall /tmp/guix-build-qoauth-2.0.0.drv-0/source/include/QtOAuth /gnu/store/9cvbbjzj3v5w2pdqmkcqc8cdxq601cra-qoauth-2.0.0/include/QtOAuth/QtOAuth /gnu/store/qylisyh4cz32askxl5640qjhl47kr1wp-qtbase-5.14.2/bin/qmake -install qinstall /tmp/guix-build-qoauth-2.0.0.drv-0/source/src/qoauth.pc /gnu/store/9cvbbjzj3v5w2pdqmkcqc8cdxq601cra-qoauth-2.0.0/lib/pkgconfig/qoauth.pc /gnu/store/qylisyh4cz32askxl5640qjhl47kr1wp-qtbase-5.14.2/bin/qmake -install qinstall /tmp/guix-build-qoauth-2.0.0.drv-0/source/oauth.prf /gnu/store/qylisyh4cz32askxl5640qjhl47kr1wp-qtbase-5.14.2/lib/qt5/mkspecs/features/oauth.prf Error copying /tmp/guix-build-qoauth-2.0.0.drv-0/source/oauth.prf to /gnu/store/qylisyh4cz32askxl5640qjhl47kr1wp-qtbase-5.14.2/lib/qt5/mkspecs/features/oauth.prf: Cannot create /gnu/store/qylisyh4cz32askxl5640qjhl47kr1wp-qtbase-5.14.2/lib/qt5/mkspecs/features/oauth.prf for output make[1]: *** [Makefile:453: install_features] Error 3 make[1]: Leaving directory '/tmp/guix-build-qoauth-2.0.0.drv-0/source/src' make: *** [Makefile:72: sub-src-install_subtargets-ordered] Error 2 command "make" "install" failed with status 2 builder for `/gnu/store/vsfgann9z907q0kzj8a7qzv8kjz71z4k-qoauth-2.0.0.drv' failed with exit code 1 build of /gnu/store/vsfgann9z907q0kzj8a7qzv8kjz71z4k-qoauth-2.0.0.drv failed View build log at '/var/log/guix/drvs/vs/fgann9z907q0kzj8a7qzv8kjz71z4k-qoauth-2.0.0.drv.bz2'. guix build: error: build of `/gnu/store/vsfgann9z907q0kzj8a7qzv8kjz71z4k-qoauth-2.0.0.drv' failed --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFJBAEBCAAzFiEEvYwofabWO6y953lVmAk6gHJUa/MFAl/JRQAVHGRpc3RvcGlj b0ByaXNldXAubmV0AAoJEJgJOoByVGvzSqMH/1/5AjvrIkT/nwyfWLF52cU/Q59b z3OHRRJ6lqa9/rQmT0eyJwYGrSvCIPDoq2r2xwk/D1xmrb+9E0Iz9V6HBnPZl9nS m0b+ZtPgVlMpw1j0plWF4tKAuyZbiUTpFsldUJxdycfkNlns7T4UbQyicFWG2ST8 oYpaItHtp8l6ELHuXRxfum9GKBgOLe0wcW5P4ds1ZmT3HB5zJaCFSrSarPQvBIsz FrvsnVhnUbLw1uD1mhZrzdme4e99JAJf/9+IDFk33xwaJCaqbRmFfz0N6F5s1dGG u5ntSBhDLUWCdlIifLNv07N3HbCtgWzraWXAh9zdZwrgO32zXAhJCmF9jr0= =+4Zh -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 04 17:32:02 2020 Received: (at 45031) by debbugs.gnu.org; 4 Dec 2020 22:32:02 +0000 Received: from localhost ([127.0.0.1]:46087 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1klJcQ-00070a-7V for submit@debbugs.gnu.org; Fri, 04 Dec 2020 17:32:02 -0500 Received: from mail-wm1-f45.google.com ([209.85.128.45]:40430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1klJcO-000705-Fx for 45031@debbugs.gnu.org; Fri, 04 Dec 2020 17:32:00 -0500 Received: by mail-wm1-f45.google.com with SMTP id a3so8338656wmb.5 for <45031@debbugs.gnu.org>; Fri, 04 Dec 2020 14:32:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:in-reply-to:references:date:message-id:mime-version; bh=uZtfFt+CG/QpVpkAio+IyiKUx/AZtz4nsh6tf72CbKE=; b=YmAuDSY6dW8yClXMw4ZV3S3M3GjoQJLbFP6oxK4vQ3dMur5YnHCTvSelXGO7f7iys5 Qn22S/AeC59bi7iQTaqdqnilXoZ/+EEXcx2QsoNPFQcHvq9qi4kbvg7MsBeZhKYudMxj QL59aWorC/4nyuRmg4N1dbTnBnc7+VT5hwyOflX7LYwGrY298SDzf58w24etNoRPeM9F hi4d1lNVySuPhq8yrv8MVpYqQphLBJlf9Hduez5w//rLWEHUVm5SjHX8tlgK6oi0DqdF PxZ8GHWkMpeA9oMKDSpUPTHVb4gg6X+HZWW+fN0NpBj4BPQ6lDi8/ds7edif8+vtWg9E FVVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version; bh=uZtfFt+CG/QpVpkAio+IyiKUx/AZtz4nsh6tf72CbKE=; b=dKG9dPRpAptmz64MZ5SnGkJoN1lCpBeIB6ZsNAFvalDOPGKzmDJk1sYB3NYN4dIrwr s5it5bXsipU9wxcJQpXSBqqBRcFlhe6lYoj/waeijjH0Rm8po8XR8RA7OvZp9CMhDjP6 a8x4L6H2me2zp3t/TYMPrrUoHVxYHzTGLu2Ez1XWCOr9NCJTw4aqrEgYpqx/MiyCfNRK v8OFgrO8b+GiTItPi9oOtsVOVshMO9gp2Mm3OEV3KLgl66W6rUh1ekzQjc4iWh8fif1G mcLyI3vkZ/jSYnlXI6LMfTtvGqBfPeGN4zCMtvCA6l8BDsynPhsVciNheKPg/jqBr2I5 w6qg== X-Gm-Message-State: AOAM533rkfRGvp7NwCkn7G0ESMP3QzGAyXocNDIN8UP2HZ/nhGPNqCZW LOAPXdtDdETaiw02aL8gioCQ9Acb057bDA== X-Google-Smtp-Source: ABdhPJxl9BFY/tAIEfkUB6HWTUq+v4TxrGKU7ESexnxssrWbdlKbxOnA2B7wkuWi9otQj+icbIIh4w== X-Received: by 2002:a1c:5f54:: with SMTP id t81mr6294686wmb.77.1607121114266; Fri, 04 Dec 2020 14:31:54 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id c4sm5693842wrw.72.2020.12.04.14.31.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Dec 2020 14:31:53 -0800 (PST) From: zimoun To: Distopico , 45031@debbugs.gnu.org Subject: Re: bug#45031: qoauth fail install/build In-Reply-To: <87blfairk0.fsf@riseup.net> References: <87blfairk0.fsf@riseup.net> Date: Fri, 04 Dec 2020 23:28:59 +0100 Message-ID: <86o8j9b3ys.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 45031 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: -1.0 (-) Hi, Thanks for the report. Well, something is wrong but it is not easy to spot out what. For example, the history shows, that something in the qtbase or qca dependencies is going wrong. Trying to locally build with, --8<---------------cut here---------------start------------->8--- for ci in $(git log --format="%H %s" | grep qtbase | head -5 | cut -f1 -d' '); \ do guix time-machine --commit=$ci \ -- build qoauth --no-grafts ; done --8<---------------cut here---------------end--------------->8--- does not build easily. I am trying to figure out why. In the meantime, if you absolutely need the package qoauth, it is avaible with: guix time-machine --commit=ec944bdd -- install qoauth but the substitute is not available, so it will burn a bit of CPU. Thanks, simon From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 05 20:45:24 2020 Received: (at 45031) by debbugs.gnu.org; 6 Dec 2020 01:45:24 +0000 Received: from localhost ([127.0.0.1]:48579 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1klj76-0002ua-10 for submit@debbugs.gnu.org; Sat, 05 Dec 2020 20:45:24 -0500 Received: from mx1.riseup.net ([198.252.153.129]:43810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1klijL-0002KJ-Ka for 45031@debbugs.gnu.org; Sat, 05 Dec 2020 20:20:52 -0500 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4CpTCj05dZzDsXT; Sat, 5 Dec 2020 17:20:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1607217649; bh=7tTizGDvbzfC7m4mEX1q0vWfQTQA5cKrHsMbz+9H3P0=; h=References:From:To:Cc:Subject:In-reply-to:Date:From; b=SS1FZGPbKgoxyGygrMPCmPEh3nRWFlZDqvY8ANrVzTvtagEnIt/6LRwYLgK2WHyN6 27yybhWmihgcD6vKx6OJmY8S2rrwCXokQRjltU2g6AcTJ2WXQ6htapInVLuegmpzhC jh7yCnZBAB5kT57G5OXMxQgwsNXBvdYVGxX7NTCg= X-Riseup-User-ID: BA0492D7D9C9A6C20A597E9A97E008D1A244BF7E99DA34634C840FF8953F489C Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 4CpTCh23KqzJqmb; Sat, 5 Dec 2020 17:20:44 -0800 (PST) References: <87blfairk0.fsf@riseup.net> <86o8j9b3ys.fsf@gmail.com> From: Distopico To: zimoun Subject: Re: bug#45031: qoauth fail install/build In-reply-to: <86o8j9b3ys.fsf@gmail.com> Date: Sat, 05 Dec 2020 20:20:31 -0500 Message-ID: <878sab20io.fsf@riseup.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 45031 X-Mailman-Approved-At: Sat, 05 Dec 2020 20:45:22 -0500 Cc: 45031@debbugs.gnu.org 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: -1.7 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Thanks, I'll try it, I need install another package that have dependency of it but not rush. thanks again for your help. On 2020-12-04, zimoun wrote: > Hi, > > Thanks for the report. Well, something is wrong but it is not easy to > spot out what. For example, the history shows, > > > > that something in the qtbase or qca dependencies is going wrong. Trying > to locally build with, > > --8<---------------cut here---------------start------------->8--- > for ci in $(git log --format=3D"%H %s" | grep qtbase | head -5 | cut -f1 = -d' '); \ > do > guix time-machine --commit=3D$ci \ > -- build qoauth --no-grafts ; > done > --8<---------------cut here---------------end--------------->8--- > > does not build easily. I am trying to figure out why. > > > In the meantime, if you absolutely need the package qoauth, it is > avaible with: > > guix time-machine --commit=3Dec944bdd -- install qoauth > > but the substitute is not available, so it will burn a bit of CPU.=20 > > > Thanks, > simon --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFJBAEBCAAzFiEEvYwofabWO6y953lVmAk6gHJUa/MFAl/MMd8VHGRpc3RvcGlj b0ByaXNldXAubmV0AAoJEJgJOoByVGvzW3EH/icItFNDoIm/zqq/v3/ckbAPWxjB 85fCti6mND+MgT8p/JXAmzAasUYuKF1BYQjYA30dJg7Zn1Kt7+O+8R0p1Lrw21cu Y6x4F2tSt4ZMxXsSaf0oZ7SJADQSOtGIBG1AkYbTU8HVgGQM5FdnEWsYnxysaSu9 weKRagyMr5njjlKFxSYcqy68SoLbHr8qjY1K5aBcDVK0CM3NeB159+FpUnSfv9a9 bw/WMy57mTgLjEkrzpRF8ifkOdGug+X10UDATt3bmYphpG2VgyKUGhvynjrIi9lE cWvb+eXMFn+SxInK5CniBMgY/Wb1WTEt54JO2Jea8DD4oxEDlTkoC6BoPV0= =KHIH -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 07 18:47:47 2020 Received: (at 45031-done) by debbugs.gnu.org; 7 Dec 2020 23:47:47 +0000 Received: from localhost ([127.0.0.1]:55884 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmQEN-000615-Hi for submit@debbugs.gnu.org; Mon, 07 Dec 2020 18:47:47 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35548) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmQEI-00060o-4p for 45031-done@debbugs.gnu.org; Mon, 07 Dec 2020 18:47:45 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39354) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kmQEC-00017d-Mv; Mon, 07 Dec 2020 18:47:36 -0500 Received: from host-37-191-236-253.lynet.no ([37.191.236.253]:51750 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kmQEB-0005xW-U0; Mon, 07 Dec 2020 18:47:36 -0500 From: Marius Bakke To: Distopico , 45031-done@debbugs.gnu.org Subject: Re: bug#45031: qoauth fail install/build In-Reply-To: <87blfairk0.fsf@riseup.net> References: <87blfairk0.fsf@riseup.net> Date: Tue, 08 Dec 2020 00:47:32 +0100 Message-ID: <87pn3l41rf.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45031-done 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: text/plain Distopico skriver: > I was trying to install `guix install qoauth` and build `guix install > qoauth` but it failed, and looks like is due The installation process is > trying to copy some files that are part of qoauth into the store > directory of qtbase, which is another package. > > Attached the log of the build. [...] > /gnu/store/qylisyh4cz32askxl5640qjhl47kr1wp-qtbase-5.14.2/bin/qmake -install qinstall /tmp/guix-build-qoauth-2.0.0.drv-0/source/oauth.prf /gnu/store/qylisyh4cz32askxl5640qjhl47kr1wp-qtbase-5.14.2/lib/qt5/mkspecs/features/oauth.prf > Error copying /tmp/guix-build-qoauth-2.0.0.drv-0/source/oauth.prf to /gnu/store/qylisyh4cz32askxl5640qjhl47kr1wp-qtbase-5.14.2/lib/qt5/mkspecs/features/oauth.prf: Cannot create /gnu/store/qylisyh4cz32askxl5640qjhl47kr1wp-qtbase-5.14.2/lib/qt5/mkspecs/features/oauth.prf for output For some reason $QMAKE_MKSPECS no longer resolves to the output at install time. I'm not sure when this regression occured. After a quick rummaging of my store, it seems the practice of installing "mkspecs" files is rather unorthodox (I found only 'qca', and it does not use qmake at all and thus avoids this problem), so I committed an unsatisfactory workaround in 627b70e3ac8aade9744a998c28570fbb52b986a7. It would be good to find the source of the regression and fix 'qmake', but let's get back to that if it becomes a widespread issue. Thanks for the report! (By the way, there are some [disabled] test failures in qoauth. If you intend to use this library for something important, I recommend trying to get the tests working.) :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCgAtFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl/OvxQPHG1hcml1c0Bn bnUub3JnAAoJEKKgbfKjOlT6w4wH+wZhCacNxgP70JzWyZ7qcSI9kvFZXlR1qX86 UC+XpC6KumUFBICwcgSQCVHe+YYnvek4f+pok05WKeGLtnqIhcDmvQCwRezBz+LY DYDVKbdm0cQFjR4iPjIcZiTde0iJ4hoai4eFPNIPmGVHfLhW+s/3gpWrQBNV4ETp yvRhwue9FX9Jb/FIn2h+5ikbT8sInCzvDYqz9q8nPusgHfaIfGx/V0EiwdNgS+oN 3ZX53zMIhYzhmHqp3FpCAjTa0tcLziZznHj6OiHozyOYgDP5npTlKThQGdpi3YFn cGKwOSxrPOCpuCDC83o7SFRJ1jMRH+kOhdZh1wg+LFRugeEwrAU= =xCSR -----END PGP SIGNATURE----- --=-=-=-- From unknown Thu Jun 19 14:10:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 05 Jan 2021 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator