problem installing make utility in armv71 ubuntu 14.04 lts

Asked by Akhil Varghese

Actually I have installed linux ubuntu 14.04 lts on beaglebone black which has armhf armv71 architecture. I found that make utility is not there in the linux version I installed. But when I tried to search for the make utility to download the package, i found that available make utilities are for amd64 and i386 only. armv71 is 32 bit architecture. So i tried installing package i386, but found error like it doesn't support the architecture. Then I again tried with amd64, the result was same. Please help me resolve this issue.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu make-dfsg Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

I suggest you report a bug

Revision history for this message
Manfred Hampl (m-hampl) said :
#2

There definitely are make-dfsg packages for ppc64el, amd64, arm64, armhf, i386 and powerpc architecture.

What is the output of the terminal commands

uname -a
lsb_release -a
apt-cache policy
apt-cache policy make

on that beaglebone system

Revision history for this message
Akhil Varghese (akhilv225) said :
#3

Hi, thanks for the reply.
The output is as below for the commands uname -a, lsb_release -a, apt-cache policy and apt-cache policy make

root@arm:/home/ubuntu# uname -a
Linux arm 3.14.33-ti-r50 #1 SMP PREEMPT Thu Feb 12 03:52:59 UTC 2015 armv7l armv7l armv7l GNU/Linux

root@arm:/home/ubuntu# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty

root@arm:/home/ubuntu# apt-cache policy
Package files:
 100 /var/lib/dpkg/status
     release a=now
 500 http://repos.rcn-ee.net/ubuntu/ trusty/main armhf Packages
     release o=rcn-ee.net,n=trusty,l=rcn-ee.net,c=main
     origin repos.rcn-ee.net
 500 http://ports.ubuntu.com/ubuntu-ports/ trusty-updates/universe Translation-en
 500 http://ports.ubuntu.com/ubuntu-ports/ trusty-updates/multiverse Translation-en
 500 http://ports.ubuntu.com/ubuntu-ports/ trusty-updates/main Translation-en
 500 http://ports.ubuntu.com/ubuntu-ports/ trusty-updates/multiverse armhf Packages
     release v=14.04,o=Ubuntu,a=trusty-updates,n=trusty,l=Ubuntu,c=multiverse
     origin ports.ubuntu.com
 500 http://ports.ubuntu.com/ubuntu-ports/ trusty-updates/universe armhf Packages
     release v=14.04,o=Ubuntu,a=trusty-updates,n=trusty,l=Ubuntu,c=universe
     origin ports.ubuntu.com
 500 http://ports.ubuntu.com/ubuntu-ports/ trusty-updates/main armhf Packages
     release v=14.04,o=Ubuntu,a=trusty-updates,n=trusty,l=Ubuntu,c=main
     origin ports.ubuntu.com
Pinned packages:

root@arm:/home/ubuntu# apt-cache policy make
make:
  Installed: (none)
  Candidate: (none)
  Version table:

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

The address of the main repositories seems to be missing in your sources.list configuration file.

Please provide the output of the following command:

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

Can you help with this problem?

Provide an answer of your own, or ask Akhil Varghese for more information if necessary.

To post a message you must log in.