gregs

gnumake: *** No rule to make target `all’

by gregs on Apr.06, 2009, under *nix, mac, os x

Famvir For Sale Lotrisone No Prescription Buy High Love No Prescription Buy Online Prinivil Buy Zimulti Online Mentax For Sale Zelnorm No Prescription Buy Shoot No Prescription Buy Online Naprosyn Buy Flomax Online Adalat For Sale Erythromycin No Prescription Buy Medrol No Prescription Buy Online Urispas Buy Lotrisone Online Viramune For Sale Didronel No Prescription Buy Speman No Prescription Buy Online Prandin Buy Colchicine Online Amitriptyline For Sale Lopressor No Prescription Buy Rhinocort No Prescription Buy Online Atarax Buy Pamelor Online

I was using MacPorts to install ICU and Jam. After running the installer for the first time I got the following error message:

CODE:
  1. sudo port install icu jam
  2. Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_icu/work/icu/source" && gnumake all " returned error 127
  3. Command output: sh: gnumake: command not found

Oops forgot to install XCode (you always forget to install something on a new machine :)). Quickly ran the XCode installer, however when I ran the command again I got a new error:

CODE:
  1. sudo port install icu jam
  2. --->  Building icu
  3. Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_icu/work/icu/source" && gnumake all " returned error 2
  4. Command output: gnumake: *** No rule to make target `all'.  Stop.

Turns out you need to do a cleanup before attempting to run the command again:

CODE:
  1. sudo port clean --work icu
  2. --->  Cleaning icu
  3. sudo port clean --work jam
  4. --->  Cleaning jam
  5. sudo port install icu jam
  6. --->  Fetching icu
  7. --->  Verifying checksum(s) for icu
  8. --->  Extracting icu
  9. --->  Configuring icu
  10. --->  Building icu
  11. --->  Staging icu into destroot
  12. --->  Installing icu @4.0_0
  13. --->  Activating icu @4.0_0
  14. --->  Cleaning icu
  15. --->  Fetching jam
  16. --->  Attempting to fetch jam-2.5.tar from http://distfiles.macports.org/jam/2.5
  17. --->  Verifying checksum(s) for jam
  18. --->  Extracting jam
  19. --->  Applying patches to jam
  20. --->  Configuring jam
  21. --->  Building jam
  22. --->  Staging jam into destroot
  23. --->  Installing jam @2.5_1
  24. --->  Activating jam @2.5_1
  25. --->  Cleaning jam

Time to continue the Mapnik install.


2 comments to “gnumake: *** No rule to make target `all’”

  1. mott

    thanks! i got stuck with the same problem

  2. YOD and WSM

    …..and you call me a blabbermouth!

Leave a Reply

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!