Displaying 4 results from an estimated 4 matches for "termreadkey".
2006 Dec 24
3
Installing CPAN packages?
Hi guys,
Has anyone yet tackled installing CPAN packages through puppet? I need
some that aren''t available as separate debs, so if anyone has an idea
how best to do this, I''d like feedback.
Thanks,
Thijs
2020 Jan 16
0
CentOS 8: several packages have unresolved dependencies after "dnf update all "
...em with installed package perl-Git-2.18.1-3.el8.noarch
- package perl-Git-2.18.2-1.el8_1.noarch requires git = 2.18.2-1.el8_1,
but none of the providers can be installed
- package git-2.18.2-1.el8_1.x86_64 requires perl(Term::ReadKey), but
none of the providers can be installed
- package perl-TermReadKey-2.37-7.el8.x86_64 requires
libperl.so.5.26()(64bit), but none of the providers can be installed
- package perl-Git-2.18.1-3.el8.noarch requires git = 2.18.1-3.el8, but
none of the providers can be installed
- package perl-Git-2.18.1-4.el8.noarch requires git = 2.18.1-4.el8, but
none of the pr...
2020 Jan 16
2
CentOS 8: several packages have unresolved dependencies after "dnf update all "
Just as a followup even g++ is broken:
[piot at paris ~]$ g++
bash: g++: command not found...
Install package 'gcc-c++' to provide command 'g++'? [N/y] y
* Waiting in queue...
The following packages have to be downgraded:
cpp-8.2.1-3.5.el8.x86_64 The C Preprocessor
glibc-2.28-42.el8.1.i686 The GNU libc libraries
glibc-2.28-42.el8.1.x86_64 The GNU libc libraries
2007 Jan 03
18
error "Stack level too deep" on ''exec[ "perl Makefile.PL" ] ?
Hi,
I''m testing puppet from the subversion trunk. I have a rather
hacked-together system to install a CRM into one of my nodes, which
worked (more or less) with version 0.19.3. When I tried to do a puppet
run on a completely clean node it seemed to stall on the ''compilation''
part (I do an exec of ''perl Makefile.PL'' in the appropriate dir). When
I broke