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.

classification
Title: AMD64 FreeBSD Shared 3.x buildbot fails to build: error: error reading 'LASTCFLAGS'
Type: Stage: resolved
Components: Build Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: koobs, vstinner
Priority: normal Keywords:

Created on 2022-01-19 15:34 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (3)
msg410958 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2022-01-19 15:34
The AMD64 FreeBSD Shared 3.x buildbot worker fails to build Python with the following error message:

    error reading 'LASTCFLAGS'

The first failure was today (January 19, 2022) at build 1513:
https://buildbot.python.org/all/#/builders/483/builds/1513
msg411001 - (view) Author: Kubilay Kocak (koobs) (Python triager) Date: 2022-01-20 05:05
I modified the systems /etc/make.conf for unrelated purposes today (adding in LASTCFLAGS among other variables).

Why and how Pythons build is inheriting that is the bigger question. I wonder if its buildbot environment related.

In the short term I've removed the variables from /etc/make.conf and I have initiated a rebuild. 

Please leave this issue open
msg414004 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2022-02-25 15:12
AMD64 FreeBSD Shared 3.x is back to green, I close the issue.

> Please leave this issue open

Sorry but I prefer to use the Python bug tracker for things which must change in Python.
History
Date User Action Args
2022-04-11 14:59:54adminsetgithub: 90590
2022-02-25 15:12:29vstinnersetstatus: open -> closed
resolution: fixed
messages: + msg414004

stage: resolved
2022-01-20 05:05:51koobssetmessages: + msg411001
2022-01-19 15:34:31vstinnercreate