Opened 43 hours ago
Closed 39 hours ago
#19383 closed bug (fixed)
No python installed to build haiku
Reported by: | nephele | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Installed hrev58562 freshly and tried to build Haiku.
It failed directly with
`
~/proj/haiku> ./configure
a python interpreter is required
`
Afterwards I installed python3.13, this also failed because the configure script checks for python3 as binary name explicitly, and not python3.13
Note:
See TracTickets
for help on using tickets.
Python is only included in the release profile; the nightly profile is kept slim by design.
I improved the error message in hrev58571.