Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1psLzP-0000K3-J9 for pgsql-hackers@arkaria.postgresql.org; Fri, 28 Apr 2023 11:10:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1psLzO-0008PK-HO for pgsql-hackers@arkaria.postgresql.org; Fri, 28 Apr 2023 11:10:10 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1psLzO-0008PB-7V for pgsql-hackers@lists.postgresql.org; Fri, 28 Apr 2023 11:10:10 +0000 Received: from mail.nataraj.su ([168.119.121.177]) by magus.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1psLzH-005ZE5-8j for pgsql-hackers@postgresql.org; Fri, 28 Apr 2023 11:10:09 +0000 Received: from thinkpad-pgpro.localnet (unknown [91.203.188.92]) by mail.nataraj.su (Postfix) with ESMTPSA id 408D6144C46 for ; Fri, 28 Apr 2023 11:10:02 +0000 (UTC) From: Nikolay Shaplov To: pgsql-hackers Subject: Build problem with square brackets in build path Date: Fri, 28 Apr 2023 14:09:59 +0300 Message-ID: <4793552.atqmVPU5g4@thinkpad-pgpro> Organization: Postgres Professional MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4106465.7y14RSehix"; micalg="pgp-sha512"; protocol="application/pgp-signature" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --nextPart4106465.7y14RSehix Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii"; protected-headers="v1" From: Nikolay Shaplov To: pgsql-hackers Subject: Build problem with square brackets in build path Date: Fri, 28 Apr 2023 14:09:59 +0300 Message-ID: <4793552.atqmVPU5g4@thinkpad-pgpro> Organization: Postgres Professional I am not sure it is really a bug, but nevertheless If you do mkdir [source] git clone git://git.postgresql.org/git/postgresql.git [source] mkdir build; cd build ../\[source\]/configure make you will get make[1]: *** No rule to make target 'generated-headers'. Stop. If there are no "[]" in the path to the source, everything is OK. It would be OK for me, if it still does not work. But I would appreciate at least proper error message there (or at configure step), this would save time, for figuring out, why it suddenly stopped working. -- Nikolay Shaplov aka Nataraj Fuzzing Engineer at Postgres Professional Matrix IM: @dhyan:nataraj.su --nextPart4106465.7y14RSehix Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEE+sk3ebqQKlezKOi8PMbfuIHAGpgFAmRLqYcACgkQPMbfuIHA GpiyRAf/Rc3GvPdZDn3ev7+opLK0gVhgZUsP4yxvCW71OvriwWXcTJbnwqNf8v4V sFXjg+5WXV2LZKPb52K7H+LDcwK2uXvXoV1IVlCTDD4ocpix8UwipgMj4lH1s6nd /Gk9xiA8bqhBAv7qeMazW6Nz1LeauVCQxWl/Faf3hMHlu+mc4UkcWsqEh8kU9R2E 2ultDPbpuqYZS2Y44XaONyMWM6LLeu3IITXQX0ItvQxpqyMBhLLpoKHO3P12UXH1 qHGlsQuPxi0lZB5rE0cIJ8FSCQmBbqVaWZba0s1Oi3clVBnxgOTJpcRQGnhPGQRY XXdGD8MrFM4mSxtvcPIa/bjt/Rg8sA== =vfrR -----END PGP SIGNATURE----- --nextPart4106465.7y14RSehix--