We are using gcc version 4.8.5. I have created the output as an attachment. Kindly take a look.
Bugs (use GitHub instead): #455
Hi,
have you followed https://sourceforge.net/p/ipmitool/wiki/Home/? Looking at those errors, I'd say you're missing stdint.h for some reason.
stdint.h
Z.
Thanks for the quick response.
I have attached the output of ./configure. In the output i found this
"checking for stdint.h... yes"
This is the result of bootstrap:-(Could this be the reason for the failures i am experiencing)
ash-4.3# ./bootstrap
Could be. Output on GNU/Linux Debian:
root@af61d74548cf:/# build-ipmitool.sh configure.ac:13: installing './compile' configure.ac:6: installing './config.guess' configure.ac:6: installing './config.sub' configure.ac:7: installing './install-sh' configure.ac:7: installing './missing' lib/Makefile.am: installing './depcomp'
https://github.com/zstyblik/docker-ipmitool-builder/blob/master/Dockerfile#L7 ~ here are some, but I really doubt all, dependencies(packages) on Debian. I think you'd be better off to ask at IPMI tool mailing list as, unfortunately, I know nothing about AIX :\
Hello,
have you made any progress? Don't you want to ask at IPMI tool mailing list? Somebody might know what's wrong.
Hi Zdenek,
I have mailed to the mailing list.
Regards, Tom Joseph
On Sun, Aug 21, 2016 at 7:08 PM, Zdenek Styblik stybla@users.sf.net wrote:
Hello, have you made any progress? Don't you want to ask at IPMI tool mailing list? Somebody might know what's wrong. Z. [bugs:#455] https://sourceforge.net/p/ipmitool/bugs/455/ Compiling ipmitool version 1.8.17 on AIX 7.2 fails* Status: open Group: version-1.8.17 Labels: AIX Created: Tue Aug 09, 2016 05:34 AM UTC by Tom Joseph Last Updated: Wed Aug 10, 2016 04:44 AM UTC Owner: Zdenek Styblik Attachments: Ticket_Attachment https://sourceforge.net/p/ipmitool/bugs/455/attachment/Ticket_Attachment (5.9 kB; application/octet-stream) We are using gcc version 4.8.5. I have created the output as an attachment. Kindly take a look. Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/ipmitool/bugs/455/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Status: open Group: version-1.8.17 Labels: AIX Created: Tue Aug 09, 2016 05:34 AM UTC by Tom Joseph Last Updated: Wed Aug 10, 2016 04:44 AM UTC Owner: Zdenek Styblik Attachments:
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/ipmitool/bugs/455/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Please, can you try to compile 1.8.16 and then version from git? Or can you successfully compile any other version? Let's narrow it down.
Log in to post a comment.
Hi,
have you followed https://sourceforge.net/p/ipmitool/wiki/Home/? Looking at those errors, I'd say you're missing
stdint.hfor some reason.Z.
Thanks for the quick response.
I have attached the output of ./configure. In the output i found this
"checking for stdint.h... yes"
This is the result of bootstrap:-(Could this be the reason for the failures i am experiencing)
ash-4.3# ./bootstrap
./bootstrap[33]: aclocal: not found.
./bootstrap[34]: libtoolize: not found.
./bootstrap[36]: autoheader: not found.
./bootstrap[37]: automake: not found.
./bootstrap[39]: aclocal: not found.
./bootstrap[40]: autoconf: not found.
./bootstrap[41]: automake: not found.
Could be. Output on GNU/Linux Debian:
https://github.com/zstyblik/docker-ipmitool-builder/blob/master/Dockerfile#L7 ~ here are some, but I really doubt all, dependencies(packages) on Debian. I think you'd be better off to ask at IPMI tool mailing list as, unfortunately, I know nothing about AIX :\
Hello,
have you made any progress? Don't you want to ask at IPMI tool mailing list? Somebody might know what's wrong.
Z.
Hi Zdenek,
I have mailed to the mailing list.
Regards,
Tom Joseph
On Sun, Aug 21, 2016 at 7:08 PM, Zdenek Styblik stybla@users.sf.net wrote:
Related
Bugs (use GitHub instead): #455
Please, can you try to compile 1.8.16 and then version from git? Or can you successfully compile any other version? Let's narrow it down.
Z.