From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Biscuolo Subject: bug#35691: remote configure failure due to bad pathnames for crt*.o Date: Thu, 16 May 2019 15:18:57 +0200 Message-ID: <87lfz6bkqm.fsf@roquette.mug.biscuolo.net> References: <87ef4yiv4r.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRGIr-000083-Fh for bug-guix@gnu.org; Thu, 16 May 2019 09:20:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hRGIn-0000ty-L6 for bug-guix@gnu.org; Thu, 16 May 2019 09:20:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41184) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hRGIm-0000sl-0O for bug-guix@gnu.org; Thu, 16 May 2019 09:20:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hRGIk-0002FA-7i for bug-guix@gnu.org; Thu, 16 May 2019 09:20:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ef4yiv4r.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= , "Nelson H. F. Beebe" Cc: 35691@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello Nelson and Ludovic, AFAIU this is an environment issue=20 Ludovic Court=C3=A8s writes: > "Nelson H. F. Beebe" skribis: > >> Even after that major update, and reboot, I still find that, from a >> remote ssh connection Nelson please inspect the output you remotely get from: remote-machine$ ssh guix10.vm.example.com 'env' compare it with the one you locally get from: guix10.vm.example.com$ env and compare it with the one you remotely get from remote-machine$ ssh guix10.vm.example.com 'bash -l -c "env"' (the part before the $ prompt is a fictional hostname) User environment - essential for Guix to work - is not passed (permitted) usually by default via ssh; the easiest option is to wrap your command in a remote login shell invocation; in your case should be: remote-machine$ ssh guix10.vm.example.com 'bash -l -c "cd FOO-x.y.z ; ./co= nfigure && make all check && make install"' [...] > I cannot reproduce the problem. With =E2=80=98guix environment=E2=80=99,= as show below, > I build an isolated environment that contains nothing but > =E2=80=98gcc-toolchain=E2=80=99 and Bash: > > --8<---------------cut here---------------start------------->8--- > $ guix environment --ad-hoc -C gcc-toolchain > [env]$ echo 'int main() { }' > t.c > [env]$ gcc t.c > [env]$ ./a.out > --8<---------------cut here---------------end--------------->8--- > > As you can see, I can compile and link in that environment. Nelson was also able to compile and link locally, he is just having problems running compilation commands remotely via ssh Do we need to document this on the manual, if not already documented? HTH! Gio'. [...] =2D-=20 Giovanni Biscuolo Xelera IT Infrastructures --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEERcxjuFJYydVfNLI5030Op87MORIFAlzdY0IACgkQ030Op87M ORIzzhAA4Ny9k1g6/7urA77us6WxFY7+EuSQHuMrTuhde2ahi7tHpm+qCTN2fHjD NjRp/7epWLDr0YGuJN1jkGVc3seDTZT41hepsTgQ3HNJ/P3TUFI+uDcPj/wPHz8b b1OIDmv8SS+z+zBqyKd2BGY12ILOPJHP2iBnvukiaU2AF/9a7ZSmDZjKJEQdnBew ZCrRA5aV1nT+pfLvk8KyklHsCYEpP13aidepeUmmawcqOdCL+GXhDUKVbkIpkvXh +8/TL18L8mcnr8bpzSR5kLp2Aw9t0OdgMODpsVPMWoh8lrDbkADaYUjfF8UTH2Lr Up4oabNewSsV0ia45RqC/l+a/hI4auKC5tJfXpjChIdUWLYMkk1cMeD6H82hieSd nWAa56ks0w+y80+z8EGDJi7jnvW/rbAzUQgLSfDyWuBoaXwzF82QImggvyipPbU2 klEjAw/3Hkj9pJ09k9C8DX4aNP3P6u6sJgHTw9uHOrp9A03cPCL4dUoRvyVLVbgV YWPKEEdARu1K1CVkB/M5HwdtKc+Yy74IsW1pVV3hoejXCalyxqIrQUVPpsoVA6HP vKiS7adgHesyY96rfD0wSA6uDZRZYIe40kFZR5AWALCIa/wwWjmtUlMjFHVSdPdN aad8ylILej5IbzUotaoZrrLfhH0pv3dy4BN42QgQtZSTHcJoqxc= =pVkK -----END PGP SIGNATURE----- --=-=-=--