From nobody Sat Sep 9 07:01:56 2023 X-Original-To: current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RjP6q3xpKz4slqr for ; Sat, 9 Sep 2023 07:02:11 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-lf1-f49.google.com (mail-lf1-f49.google.com [209.85.167.49]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RjP6q23lfz3NdT; Sat, 9 Sep 2023 07:02:11 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-lf1-f49.google.com with SMTP id 2adb3069b0e04-500d13a8fafso4615575e87.1; Sat, 09 Sep 2023 00:02:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694242929; x=1694847729; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=0rMTVrOe+bPgZ8FiPBPPSXphR2CUKfqPG4vV32v0cW4=; b=CrOhMq0wQ/8hy2o0kNtFqOaDlGPFDJgF2MA8gYU3Jop768QFtRuOhcW21H/6wGM7ac IDE124i9IsnKGsHHaAABhR2UaZYsmEkm+8b2pQYRqCDBTws6cMtp9mNaVa61rrlbqmju ZMOA99VU6Tx3KXVyvuKSlhfLF1QckVx+TVuSGx0Ia4LlFz8Z6qbR8/h0V4GNiZJZcmeE 3RDSYCNC0hRbXurFb5qLHhPyrNqjnhIE1Nsy1aQ52AVvOCA+b3jDDjauU2FZEE1inP7O VXPaRg3/dSdBLfMh8pB/AK9DBzs+wKUfvQKwFp3OxMBUDBVCOHb5oV1Ct244tTnJNizC nezQ== X-Gm-Message-State: AOJu0YyN44QkjgFwtBoqHD1CHEhAuHxtRIPA68E3Y/HYBjRiZQYuABQf eVwnAMHSlE6uDat7sFDrfktAJlDtP+QLFHQ8hI6+mUwsGsE= X-Google-Smtp-Source: AGHT+IHd2bVasZWxK/iJGmQLp/VOEZMBpXzw+e5tNcUxAGkRxZpUEh+TSqRJ8CF/lGWonMIdD6y5fT0qZPa+VI+p4DA= X-Received: by 2002:a05:6512:401b:b0:501:a583:e49a with SMTP id br27-20020a056512401b00b00501a583e49amr4630582lfb.69.1694242928349; Sat, 09 Sep 2023 00:02:08 -0700 (PDT) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 References: <30a59ac0-28fd-f6ed-505c-9ef6d8e84fc3@tsoft.com> In-Reply-To: <30a59ac0-28fd-f6ed-505c-9ef6d8e84fc3@tsoft.com> From: Antoine Brodin Date: Sat, 9 Sep 2023 07:01:56 +0000 Message-ID: Subject: Re: sed in CURRENT fails in textproc/jq To: Yuri Cc: current Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Queue-Id: 4RjP6q23lfz3NdT On Sat, Sep 9, 2023 at 6:47=E2=80=AFAM Yuri wrote: > > Either something has changed in sed(1) in CURRENT, or sed just fails > during the configure stage of textproc/jq: > > sed: No error: 0 > checking for sys/cygwin.h... eval: ${+...}: Bad substitution > > > See the log: > https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/peb032111a= 352_s9c80d66ec1/logs/jq-1.7.log This seems to be a recent issue (less than 5 days). Hundreds of configure scripts now fail to run on 15-current due to this sed failure: https://pkg-status.freebsd.org/gohan03/data/main-amd64-default-baseline/peb= 032111a352_s9c80d66ec1/logs/errors/readline-8.2.1.log https://pkg-status.freebsd.org/gohan03/data/main-amd64-default-baseline/peb= 032111a352_s9c80d66ec1/logs/errors/expat-2.5.0.log https://pkg-status.freebsd.org/gohan03/data/main-amd64-default-baseline/peb= 032111a352_s9c80d66ec1/logs/errors/libedit-3.1.20221030,1.log etc. Antoine