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 martin.wheatley.home
Recipients martin.wheatley.home
Date 2021-01-09.12:14:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610194453.5.0.66216438534.issue42874@roundup.psfhosted.org>
In-reply-to
Content
I'm installin Python 3.91. on a Solaris 10 system (I known it's 'old' but I have a legacy installation to support).

Running ./configure the following errors are seen...

checking PROFILE_TASK... -m test --pgo
checking for --with-lto... no
checking for llvm-profdata... no
grep: illegal option -- q
Usage: grep -hblcnsviw pattern file . . .
checking for -Wextra... yes
checking whether /usr/sfw/bin/gcc accepts and needs -fno-strict-aliasing... yes
checking if we can turn off /usr/sfw/bin/gcc unused result warning... no
checking if we can turn off /usr/sfw/bin/gcc unused parameter warning... yes


and


checking aligned memory access is required... yes
checking for --with-hash-algorithm... default
checking for --with-tzpath... grep: illegal option -- q
grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
"/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo"
checking for --with-address-sanitizer... no
checking for --with-memory-sanitizer... no
checking for --with-undefined-behavior-sanitizer... no
checking for t_open in -lnsl... yes
checking for socket in -lsocket... yes
History
Date User Action Args
2021-01-09 12:14:13martin.wheatley.homesetrecipients: + martin.wheatley.home
2021-01-09 12:14:13martin.wheatley.homesetmessageid: <1610194453.5.0.66216438534.issue42874@roundup.psfhosted.org>
2021-01-09 12:14:13martin.wheatley.homelinkissue42874 messages
2021-01-09 12:14:13martin.wheatley.homecreate