Error installing lin_tape on linux red hat 7.6 ppc64-le

aayala85

ADSM.ORG Member
Joined
Nov 4, 2018
Messages
14
Reaction score
0
Points
0
PREDATAR Control23

Hello,

I´m getting this error while trying to install lin_tape IBM driver on a linux server:

Operating System: Red Hat Enterprise Linux
CPE OS Name: cpe:/o:redhat:enterprise_linux:7.6:GA:server
Kernel: Linux 4.14.0-115.13.1.el7a.ppc64le
Architecture: ppc64-le


Lin_tape version:
lin_tape-3.0.48-1.src.rpm
lin_taped-3.0.48-rhel7.ppc64le.rpm



Errror:

[root@ lintape]# ls
GPL.txt
guia de instalacion.pdf
install_itdt_se_Linuxpowerpc64le_9.3.1.20190326
install.README
ITDT.README
LGPL.txt
lin_tape-3.0.48-1.src.rpm
lin_taped-3.0.48-rhel7.ppc64le.rpm
lin_tape_daemon.txt
lin_tape.fixlist
lin_tape.ReadMe
[root@mxtspect lintape]# chmod 777 lin_tape-3.0.48-1.src.rpm
[root@mxtspect lintape]# rpmbuild --rebuild lin_tape-3.0.48-1.src.rpm
Installing lin_tape-3.0.48-1.src.rpm
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lnEO5p
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd /root/rpmbuild/BUILD
+ rm -rf lin_tape-3.0.48
+ /usr/bin/gzip -dc /root/rpmbuild/SOURCES/lin_tape-3.0.48.tgz
+ /usr/bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd lin_tape-3.0.48
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.S1NDwZ
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd lin_tape-3.0.48
++ echo powerpc64le-redhat-linux-gnu
++ cut -f 1 -d -
+ p=powerpc64le
+ '[' powerpc64le == i386 ']'
+ '[' powerpc64le == i586 ']'
+ '[' powerpc64le == i686 ']'
+ '[' powerpc64le == ppc64 ']'
+ '[' powerpc64le == powerpc ']'
+ '[' powerpc64le == powerpc64 ']'
+ '[' powerpc64le == s390 ']'
+ '[' powerpc64le == s390x ']'
+ '[' powerpc64le == ia64 ']'
+ '[' powerpc64le == x86_64 ']'
+ make KERNEL=4.14.0-115.13.1.el7a.ppc64le PROC=powerpc64le SFMP=0 driver
make -C /lib/modules/4.14.0-115.13.1.el7a.ppc64le/build SUBDIRS=/root/rpmbuild/B UILD/lin_tape-3.0.48 PWD=/root/rpmbuild/BUILD/lin_tape-3.0.48 clean
make: *** /lib/modules/4.14.0-115.13.1.el7a.ppc64le/build: No such file or direc tory. Stop.
make: *** [clean] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.S1NDwZ (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.S1NDwZ (%build)


Any ideas?

Best Regards

aayala85
 
PREDATAR Control23

make: *** /lib/modules/4.14.0-115.13.1.el7a.ppc64le/build: No such file or direc tory. Stop.

Looks like you are missing necessary library modules. Verify if all required modules for C are installed.
 
PREDATAR Control23

Looks like you are missing necessary library modules. Verify if all required modules for C are installed.
Hello moon-buddy,

That library was installed previously installing lin_tape..

Regards,

aayala85
 
Top