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
After some time I am trying to use cpantorpm on AIX again. I am using perlbrew to manage multiple perl versions. The version that is currently active is 5.14.4. The following shows the last few lines of the failing cpantorpm call.
After unsetting the PERL_MM_OPT environment variable I was able to build an rpm. The problem and questions (see above) with respect to the %__perl macro remain.
After some time I am trying to use cpantorpm on AIX again. I am using
perlbrew
to manage multiple perl versions. The version that is currently active is 5.14.4. The following shows the last few lines of the failingcpantorpm
call.Seemingly the operating system perl (that is 5.34.1) is used at the end which is presumably the first mistake. I have added
to the ~/.rpmmacros file.
How could this trap be avoided?
Maybe the
rpmbuild
could use its-D, --define='MACRO EXPR'
to set the__perl
macro automatically?Finally this doesn't solve my problem completely.
Any help/idea is very much appreciated?
Some more information that will help to understand the
Installing
pathThe text was updated successfully, but these errors were encountered: