From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Mazurkiewicz Subject: Re: bug#36498: modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary Date: Sun, 7 Jul 2019 20:55:54 +0200 Message-ID: References: <20190704144632.g4vzhkwekdf7q54e@pelzflorian.localdomain> <20190704160854.xaitrx6t2bjthi7a@pelzflorian.localdomain> <20190705032405.ep5dojl57kz7gjsa@pelzflorian.localdomain> <20190706104604.pvopw2ogc5cok2gh@pelzflorian.localdomain> <20190706130247.sq7akoczot7o3bet@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42313) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hkCKZ-0008AB-5F for help-guix@gnu.org; Sun, 07 Jul 2019 14:56:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hkCKX-0007jM-6E for help-guix@gnu.org; Sun, 07 Jul 2019 14:56:10 -0400 Received: from mail-qt1-x836.google.com ([2607:f8b0:4864:20::836]:45679) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hkCKW-0007hA-Mu for help-guix@gnu.org; Sun, 07 Jul 2019 14:56:08 -0400 Received: by mail-qt1-x836.google.com with SMTP id j19so15937501qtr.12 for ; Sun, 07 Jul 2019 11:56:06 -0700 (PDT) In-Reply-To: <20190706130247.sq7akoczot7o3bet@pelzflorian.localdomain> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org sob., 6 lip 2019 o 15:02 pelzflorian (Florian Pelz) napisa=C5=82(a): > > And I hope you are using a recent git checkout or ran `git pull > --rebase` recently. > > Regards, > Florian Thank you, Florian for your help. I decided to do everything from start. I formatted a guix partition and installed guix. Before I tried to implement your patches without the prefix ./pre-inst-env, but now I am trying to follow you strictly. I have a local mirror of guix to do patches on it. My local folder name is guix-hack. I followed instructions on the Contributing manual site and expected that the prefix ./pre-inst-env would work but I got the error sudo: ./pre-inst-env: command not found So first I have to get to now how to use the prefix. Here you are the attempt to it: s@s /root/debianek/home/s/mirrors/work-tree-06july/guix-hack [env]$ guix environment guix --ad-hoc help2man git strace substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% The following derivation will be built: /gnu/store/3b409hx6qs1ym407dnckhg5wwvyg74ca-profile.drv 0.4 MB will be downloaded: /gnu/store/hwhdz87bh1jy4qb2q287kscspy9fn4pm-strace-5.1 /gnu/store/vkjvfbnr9qjxaijiw935392imrdy5zgs-help2man-1.47.10 The following profile hooks will be built: /gnu/store/0w32mv6nmbwncp41kf7lzn7zqx35kk9b-xdg-mime-database.drv /gnu/store/fy1kh6mazxv8404qpa93h2lpgg5jcmki-xdg-desktop-database.drv /gnu/store/h9gfv1m6cmd3h20dr43kjz981nqda8hd-manual-database.drv /gnu/store/i132mjx5hmhi34ja3a55ikp7dbmlba7a-ca-certificate-bundle.drv /gnu/store/mwb9xza0n6v08kycpbc598lhc8d24nl4-glib-schemas.drv /gnu/store/rlcsm1hpk4lghfvdn1n7v85mkj46rj4d-fonts-dir.drv /gnu/store/v2fv710m095dg74zdxyq3mmxpr32l4sg-info-dir.drv downloading from https://ci.guix.gnu.org/nar/gzip/vkjvfbnr9qjxaijiw935392imrdy5zgs-help2man-= 1.47.10... help2man-1.47.10 29KiB 505KiB/s 00:00 [##################] 1= 00.0% downloading from https://ci.guix.gnu.org/nar/gzip/hwhdz87bh1jy4qb2q287kscspy9fn4pm-strace-5.= 1... strace-5.1 379KiB 1.5MiB/s 00:00 [##################] 1= 00.0% building CA certificate bundle... building fonts directory... generating GLib schema cache... building directory of Info manuals... building database for manual pages... building XDG desktop file cache... building XDG MIME database... building /gnu/store/3b409hx6qs1ym407dnckhg5wwvyg74ca-profile.drv... s@s /root/debianek/home/s/mirrors/work-tree-06july/guix-hack [env]$ export ACLOCAL_PATH=3D/usr/share/aclocal s@s /root/debianek/home/s/mirrors/work-tree-06july/guix-hack [env]$ sudo -E ./pre-inst-env guix-daemon --build-users-group=3Dguixbuild Password: sudo: ./pre-inst-env: command not found s@s /root/debianek/home/s/mirrors/work-tree-06july/guix-hack [env]$ Thanks