Re: [lfs-support] Install texinfo on Centos7 / CentOS Linux 7 (Core)

2020-01-27 Thread Pierre Labastie
Le 27/01/2020 à 02:29, knothea...@gmail.com a écrit :
> I swore i did that piece. mmnn. maybe i did not.
> Any how it works. Thanks.
> 
> On Sun, Jan 26, 2020 at 4:39 PM Bruce Dubbs  > wrote:
> 
> On 1/26/20 3:52 PM, knothea...@gmail.com  
> wrote:
> > [...]
> > [root@lfs-wk ~]# ./version-check.sh
> > bash, version 4.2.46(2)-release
> > /bin/sh -> /usr/bin/bash
> > Binutils: version 2.27-41.base.el7_7.1
> > bison (GNU Bison) 3.0.4
> > yacc is /usr/bin/yacc - 1.9 20130304

You need to look at yacc, too, it should be "a link to bison or small script
that executes bison". It seems to be a different executable on your machine.
Note that I do not know enough about CentOS to tell you how to fix that with
the host tools.

> > bzip2,  Version 1.0.6, 6-Sept-2010.
> > [...]
Pierre
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style


Re: [lfs-support] Install texinfo on Centos7 / CentOS Linux 7 (Core)

2020-01-26 Thread knothead00
I swore i did that piece. mmnn. maybe i did not.
Any how it works. Thanks.

On Sun, Jan 26, 2020 at 4:39 PM Bruce Dubbs  wrote:

> On 1/26/20 3:52 PM, knothea...@gmail.com wrote:
> > I am trying to install texinfo on this server; how do i get it installed?
> >
> > [root@lfs-wk ~]# hostnamectl
> > Static hostname: lfs-wk.shadowman.lab
> >   Icon name: computer-vm
> > Chassis: vm
> >  Machine ID: 18a3793d59c149eda5e031aee4c1f12a
> > Boot ID: 3b995a650b404c82ba41813fcbab78a7
> >  Virtualization: kvm
> >Operating System: CentOS Linux 7 (Core)
> > CPE OS Name: cpe:/o:centos:centos:7
> >  Kernel: Linux 3.10.0-1062.9.1.el7.x86_64
> >Architecture: x86-64
> >
> > [root@lfs-wk ~]# cat /etc/redhat-release
> > CentOS Linux release 7.7.1908 (Core)
> >
> > [root@lfs-wk ~]# ./version-check.sh
> > bash, version 4.2.46(2)-release
> > /bin/sh -> /usr/bin/bash
> > Binutils: version 2.27-41.base.el7_7.1
> > bison (GNU Bison) 3.0.4
> > yacc is /usr/bin/yacc - 1.9 20130304
> > bzip2,  Version 1.0.6, 6-Sept-2010.
> > Coreutils:  8.22
> > diff (GNU diffutils) 3.3
> > find (GNU findutils) 4.5.11
> > GNU Awk 4.0.2
> > /usr/bin/awk -> /usr/bin/gawk
> > gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
> > g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
> > (GNU libc) 2.17
> > grep (GNU grep) 2.20
> > gzip 1.5
> > Linux version 3.10.0-1062.9.1.el7.x86_64
> > (mockbu...@kbuilder.bsys.centos.org
> > ) (gcc version 4.8.5
> 20150623
> > (Red Hat 4.8.5-39) (GCC) ) #1 SMP Fri Dec 6 15:49:49 UTC 2019
> > m4 (GNU M4) 1.4.16
> > GNU Make 3.82
> > GNU patch 2.7.1
> > Perl version='5.16.3';
> > Python 3.6.8
> > sed (GNU sed) 4.2.2
> > tar (GNU tar) 1.26
> > ./version-check.sh: line 48: makeinfo: command not found
>
> For redhat, I think you need "dnf install texinfo"
>
>-- Bruce
>
>
>
> > xz (XZ Utils) 5.2.2
> > g++ compilation OK
> >
> > Thanks.
> >
>
> --
> http://lists.linuxfromscratch.org/listinfo/lfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>
> Do not top post on this list.
>
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing in e-mail?
>
> http://en.wikipedia.org/wiki/Posting_style
>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style


Re: [lfs-support] Install texinfo on Centos7 / CentOS Linux 7 (Core)

2020-01-26 Thread Bruce Dubbs

On 1/26/20 3:52 PM, knothea...@gmail.com wrote:

I am trying to install texinfo on this server; how do i get it installed?

[root@lfs-wk ~]# hostnamectl
    Static hostname: lfs-wk.shadowman.lab
          Icon name: computer-vm
            Chassis: vm
         Machine ID: 18a3793d59c149eda5e031aee4c1f12a
            Boot ID: 3b995a650b404c82ba41813fcbab78a7
     Virtualization: kvm
   Operating System: CentOS Linux 7 (Core)
        CPE OS Name: cpe:/o:centos:centos:7
             Kernel: Linux 3.10.0-1062.9.1.el7.x86_64
       Architecture: x86-64

[root@lfs-wk ~]# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)

[root@lfs-wk ~]# ./version-check.sh
bash, version 4.2.46(2)-release
/bin/sh -> /usr/bin/bash
Binutils: version 2.27-41.base.el7_7.1
bison (GNU Bison) 3.0.4
yacc is /usr/bin/yacc - 1.9 20130304
bzip2,  Version 1.0.6, 6-Sept-2010.
Coreutils:  8.22
diff (GNU diffutils) 3.3
find (GNU findutils) 4.5.11
GNU Awk 4.0.2
/usr/bin/awk -> /usr/bin/gawk
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
(GNU libc) 2.17
grep (GNU grep) 2.20
gzip 1.5
Linux version 3.10.0-1062.9.1.el7.x86_64 
(mockbu...@kbuilder.bsys.centos.org 
) (gcc version 4.8.5 20150623 
(Red Hat 4.8.5-39) (GCC) ) #1 SMP Fri Dec 6 15:49:49 UTC 2019

m4 (GNU M4) 1.4.16
GNU Make 3.82
GNU patch 2.7.1
Perl version='5.16.3';
Python 3.6.8
sed (GNU sed) 4.2.2
tar (GNU tar) 1.26
./version-check.sh: line 48: makeinfo: command not found


For redhat, I think you need "dnf install texinfo"

  -- Bruce




xz (XZ Utils) 5.2.2
g++ compilation OK

Thanks.



--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style


[lfs-support] Install texinfo on Centos7 / CentOS Linux 7 (Core)

2020-01-26 Thread knothead00
I am trying to install texinfo on this server; how do i get it installed?

[root@lfs-wk ~]# hostnamectl
   Static hostname: lfs-wk.shadowman.lab
 Icon name: computer-vm
   Chassis: vm
Machine ID: 18a3793d59c149eda5e031aee4c1f12a
   Boot ID: 3b995a650b404c82ba41813fcbab78a7
Virtualization: kvm
  Operating System: CentOS Linux 7 (Core)
   CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 3.10.0-1062.9.1.el7.x86_64
  Architecture: x86-64

[root@lfs-wk ~]# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)

[root@lfs-wk ~]# ./version-check.sh
bash, version 4.2.46(2)-release
/bin/sh -> /usr/bin/bash
Binutils: version 2.27-41.base.el7_7.1
bison (GNU Bison) 3.0.4
yacc is /usr/bin/yacc - 1.9 20130304
bzip2,  Version 1.0.6, 6-Sept-2010.
Coreutils:  8.22
diff (GNU diffutils) 3.3
find (GNU findutils) 4.5.11
GNU Awk 4.0.2
/usr/bin/awk -> /usr/bin/gawk
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
(GNU libc) 2.17
grep (GNU grep) 2.20
gzip 1.5
Linux version 3.10.0-1062.9.1.el7.x86_64 (mockbu...@kbuilder.bsys.centos.org)
(gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) ) #1 SMP Fri Dec 6
15:49:49 UTC 2019
m4 (GNU M4) 1.4.16
GNU Make 3.82
GNU patch 2.7.1
Perl version='5.16.3';
Python 3.6.8
sed (GNU sed) 4.2.2
tar (GNU tar) 1.26
./version-check.sh: line 48: makeinfo: command not found
xz (XZ Utils) 5.2.2
g++ compilation OK

Thanks.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style