This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author p-ganssle
Recipients christian.heimes, martin.wheatley.home, p-ganssle
Date 2021-01-12.15:11:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610464272.48.0.572439780461.issue42874@roundup.psfhosted.org>
In-reply-to
Content
This particular grep statement is used to validate the `tzpath` variable. Apparently it is easy enough to achieve what I was going for using vanilla grep with no options, so I've created GH-24200 to fix the issue.

I notice that there are other uses of `-q` and `-E` in the configure file, but presumably those are on more optional paths.

@martin.wheatley.home: Can you check to see if GH-24200 fixes your issue?

Also, can you clarify whether this happens with a plain `./configure` invocation, or are you specifying `./configure --with-tzpath='/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo'` yourself?
History
Date User Action Args
2021-01-12 15:11:12p-gansslesetrecipients: + p-ganssle, christian.heimes, martin.wheatley.home
2021-01-12 15:11:12p-gansslesetmessageid: <1610464272.48.0.572439780461.issue42874@roundup.psfhosted.org>
2021-01-12 15:11:12p-gansslelinkissue42874 messages
2021-01-12 15:11:12p-gansslecreate