You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to affect both GCC8 and GCC9, looking at the code.
the gcc_install_scripts_prefix macro is not defined when executing make-gcc-rpm.sh
Processing files: kewb-gcc930-9.3.0-0.7.4.x86_64
error: File must begin with "/": %{gcc_install_scripts_prefix}/setenv-for-gcc930.sh
error: File must begin with "/": %{gcc_install_scripts_prefix}/restore-default-paths-gcc930.sh
error: File must begin with "/": %{gcc_install_scripts_prefix}/gcc930
error: File must begin with "/": %{gcc_install_scripts_prefix}/g++930
RPM build errors:
File must begin with "/": %{gcc_install_scripts_prefix}/setenv-for-gcc930.sh
File must begin with "/": %{gcc_install_scripts_prefix}/restore-default-paths-gcc930.sh
File must begin with "/": %{gcc_install_scripts_prefix}/gcc930
File must begin with "/": %{gcc_install_scripts_prefix}/g++930
Looking at the SPEC file in both GCC8 and GCC9 branches, it looks like the wrong macro name is being specified in the make-gcc-rpm.sh script :
This appears to affect both GCC8 and GCC9, looking at the code.
the
gcc_install_scripts_prefix
macro is not defined when executingmake-gcc-rpm.sh
Looking at the SPEC file in both GCC8 and GCC9 branches, it looks like the wrong macro name is being specified in the
make-gcc-rpm.sh
script :After changing
gcc_install_scripts_dir
togcc_install_scripts_prefix
I am able to build RPM without issues.The text was updated successfully, but these errors were encountered: