Version 2.8.2 Install - No 'Build Essential'
10 Oct 2021 11:37 #222737
by rider-83
Version 2.8.2 Install - No 'Build Essential' was created by rider-83
After a succesfull install of 2.8 and update to 2.8.2, I require to compile a file, but 'Build Essential' is missing!
After typing my usual:
sudo apt-get install build-essential
I get 'E: Unable to locate package build-essential'
So I type:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential
But still I get 'E: Unable to locate package build-essential'
Any suggestions ?
After typing my usual:
sudo apt-get install build-essential
I get 'E: Unable to locate package build-essential'
So I type:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential
But still I get 'E: Unable to locate package build-essential'
Any suggestions ?
Please Log in or Create an account to join the conversation.
10 Oct 2021 12:56 #222747
by chris@cnc
Replied by chris@cnc on topic Version 2.8.2 Install - No 'Build Essential'
I guess your sources.list is not complete.
show your version and sources.list.
show your version and sources.list.
lsb_release -a
sudo cat /etc/apt/sources.list
Please Log in or Create an account to join the conversation.
10 Oct 2021 14:40 #222750
by rider-83
Replied by rider-83 on topic Version 2.8.2 Install - No 'Build Essential'
Thank you.
Sorted
Sorted
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19197
- Thank you received: 6434
10 Oct 2021 15:07 #222753
by tommylight
Replied by tommylight on topic Version 2.8.2 Install - No 'Build Essential'
Missing S ???
build-essentials
?
build-essentials
?
Please Log in or Create an account to join the conversation.
10 Oct 2021 15:09 - 10 Oct 2021 15:12 #222755
by rider-83
Replied by rider-83 on topic Version 2.8.2 Install - No 'Build Essential'
working now. Missing sources in sources list
Last edit: 10 Oct 2021 15:12 by rider-83.
Please Log in or Create an account to join the conversation.
- jlogin2002
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
16 Dec 2021 23:33 #229217
by jlogin2002
Replied by jlogin2002 on topic Version 2.8.2 Install - No 'Build Essential'
Hi all
I have the same issue.
I am running Debian 10 BUster and my source.list is at follows:
deb-src cdrom:[Debian GNU/Linux 10 _Buster_ - Official Snapshot amd64 LIVE/INSTALL Binary 20201002-19:09]/ buster contrib main non-free
deb security.debian.org/debian-security/ buster/updates main contrib non-free
deb-src security.debian.org/debian-security/ buster/updates main contrib non-free
deb deb.debian.org/debian/ buster-updates non-free contrib main
deb-src deb.debian.org/debian/ buster-updates non-free contrib main
I have not so much experience on this OS, so I don't know is it something missing.
I have the same issue.
I am running Debian 10 BUster and my source.list is at follows:
deb-src cdrom:[Debian GNU/Linux 10 _Buster_ - Official Snapshot amd64 LIVE/INSTALL Binary 20201002-19:09]/ buster contrib main non-free
deb security.debian.org/debian-security/ buster/updates main contrib non-free
deb-src security.debian.org/debian-security/ buster/updates main contrib non-free
deb deb.debian.org/debian/ buster-updates non-free contrib main
deb-src deb.debian.org/debian/ buster-updates non-free contrib main
I have not so much experience on this OS, so I don't know is it something missing.
Please Log in or Create an account to join the conversation.
17 Dec 2021 01:31 - 17 Dec 2021 01:32 #229233
by rodw
Replied by rodw on topic Version 2.8.2 Install - No 'Build Essential'
sudo apt-get install build-essential
Last edit: 17 Dec 2021 01:32 by rodw.
Please Log in or Create an account to join the conversation.
- jlogin2002
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
17 Dec 2021 13:58 #229291
by jlogin2002
Replied by jlogin2002 on topic Version 2.8.2 Install - No 'Build Essential'
Thank you for your answer
Once I type the command the response is "Unable to locate package build-essential'"
I tried to follow the steps but it seems there is something missing. Commands like Make, lspci...etc do not work.
My issue is about installing a pci parallel board. I was not able to follow the manufacturer's instructions for installing drivers ( i need to use "make" for that). So I decided to downgrade de LinuxCNC version from 2.8 to 2.7, run lspci command to know the ports used and then, modify the .hal file.
Now the machine is working
Once I type the command the response is "Unable to locate package build-essential'"
I tried to follow the steps but it seems there is something missing. Commands like Make, lspci...etc do not work.
My issue is about installing a pci parallel board. I was not able to follow the manufacturer's instructions for installing drivers ( i need to use "make" for that). So I decided to downgrade de LinuxCNC version from 2.8 to 2.7, run lspci command to know the ports used and then, modify the .hal file.
Now the machine is working
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19197
- Thank you received: 6434
17 Dec 2021 14:39 #229296
by tommylight
Replied by tommylight on topic Version 2.8.2 Install - No 'Build Essential'
Did you at any point in time do:
sudo apt-get update
It is a good practice to do that before trying to install anything on Linux to update the repositories (databases where Linux software is stored).
sudo apt-get update
It is a good practice to do that before trying to install anything on Linux to update the repositories (databases where Linux software is stored).
Please Log in or Create an account to join the conversation.
Time to create page: 0.176 seconds