Can't install Development Tools - Raspberry Pi 3

Issues related to applications and software problems
Post Reply
d4ff
Posts: 3
Joined: 2017/10/18 07:21:52

Can't install Development Tools - Raspberry Pi 3

Post by d4ff » 2017/10/19 07:24:41

Hi, I'm having trouble installing Developer Tools on my Raspberry Pi 3 running a minimal CentOS 7.

When running

Code: Select all

yum groupinstall 'Development Tools'
I get an error for a missing dependency when it attemtps to install systemtap-devel-3.1-3.el7.armv7hl stating that kernel-devel-uname-r is not available.

I have installed kernel-headers and kernel-devel:

Code: Select all

$uname -r
4.9.50-v7.1.e17
The installed kernel-devel package is from the following repo: http://mirror.centos.org/altarch/7/kern ... rmv7hl.rpm

Can anyone shed some light on how I can resolve this issue? The motivation is to gain the access to the make command so I can install noip.com dynamic DNS software.

User avatar
TrevorH
Site Admin
Posts: 33220
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Can't install Development Tools - Raspberry Pi 3

Post by TrevorH » 2017/10/19 08:28:31

I think this is probably a bug in the systemtap-devel package. Probably wants an entry on bugs.centos.org
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: Can't install Development Tools - Raspberry Pi 3

Post by avij » 2017/10/19 08:44:17

You could simply try to yum install make if that's what you're after. I don't think it's going to need systemtap-devel.

User avatar
TrevorH
Site Admin
Posts: 33220
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Can't install Development Tools - Raspberry Pi 3

Post by TrevorH » 2017/10/19 09:38:58

Also, noip is already packaged and available for installation via yum. If you don't have EPEL installed already then yum --enablerepo=extras install epel-release then yum install noip
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

d4ff
Posts: 3
Joined: 2017/10/18 07:21:52

Re: Can't install Development Tools - Raspberry Pi 3

Post by d4ff » 2017/10/19 19:06:56

Thanks for the tips.

Successfully installed gcc and make without bothering with devtools. Got noip working smoothly right away.

Post Reply