Summary: | dev-lang/elixir-1.15.6 fails to compile: sh: line 1: make LIBTOOL=rlibtool: command not found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Haelwenn (lanodan) Monnier <contact> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | contact, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 765709 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 884517 [details]
build.log
build log and emerge --info
environment: > MAKE="make LIBTOOL=rlibtool" build log: > "make LIBTOOL=rlibtool" unicode Couldn't there be a better way of enabling slibtool, something like MAKEOPTS? Because $MAKE should point to an executable and seems reasonable to quote (for example to make it work when there's a space in the path). > Couldn't there be a better way of enabling slibtool, something like MAKEOPTS? > Because $MAKE should point to an executable and seems reasonable to quote (for > example to make it work when there's a space in the path).
The value can be lost in cases of recursive make, for example with binutils.
|