You are not logged in.

#1 2011-05-21 07:39:57

Fixed
Member
Registered: 2005-08-09
Posts: 210

Can't start make

When I am trying o compile Wi-Fi module, the command "make" fails:

#make
-bash: make: command not found

When I've made installation from CD, I've chosen "make" to be installed.

Please help


XFCE4 under Arch on Honor MagicBook

Offline

#2 2011-05-21 07:42:23

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Can't start make

Have you installed the base-devel tools?

# pacman -S base-devel

Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2011-05-21 08:04:34

Fixed
Member
Registered: 2005-08-09
Posts: 210

Re: Can't start make

I am in dire situation -- I don't have neither wireless, no WiFi connections, since drivers are absent on CD-ROM.

I checked all "base-devel" options during CD install, but the problem still persist.

Another question -- if I want to add some packages from installation  CD-ROM, I need to go through all previous stages of partitioning and mounting drive, right?

Is there any way to use Pacman to install the packages directly from installation CD image, logging as a root on already installed system?


XFCE4 under Arch on Honor MagicBook

Offline

#4 2011-05-21 08:09:31

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Can't start make

You can mount the installation CD, and pacman -U the packages you need.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2011-05-21 09:27:59

Fixed
Member
Registered: 2005-08-09
Posts: 210

Re: Can't start make

I mounted CD and here is what it has:

# ls /media/cd
boot   core-pkgs.sqfs    isomounts    overlay.sqfs    root-image.sqfs

I see that   "core-pkgs.sqfs"   is not a directory.

How can I extract, say, "make"  package with the help of "pacman -U" ?


XFCE4 under Arch on Honor MagicBook

Offline

#6 2011-05-21 09:43:03

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Can't start make

Try this:

mkdir /mnt/pkgs/
mount -o loop /mnt/cd/core-pkgs.sqfs /mnt/pkgs/
pacman -U /path/to/package/

Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#7 2011-05-21 15:40:04

Fixed
Member
Registered: 2005-08-09
Posts: 210

Re: Can't start make

Thank you very much, it helped


XFCE4 under Arch on Honor MagicBook

Offline

#8 2011-05-21 19:39:38

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Can't start make

No problem. Please mark your thread as solved.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB