Opened 16 years ago

Closed 15 years ago

#15403 closed defect (invalid)

camlp5 5.08 gramlib.a not installed

Reported by: diem@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: camlp5 gramlib.a Cc: mreid@…, ryandesign (Ryan Carsten Schmidt)
Port:

Description

The port camlp5 seems to install fine. However, when trying to install coq (dependent on camlp5) there is an error message about a missing file gramlib.a. See this thread on the macusers mailing list: http://thread.gmane.org/gmane.os.apple.macports.user/9707/.

I have attached the output of port -ncufd upgrade campl5 .

I am on PPC mac, OS X 10.4.11. I have XCode 2.5 installed.

Attachments (1)

camlp5.debug.txt (184.7 KB) - added by diem@… 16 years ago.
port -ncufd upgrade campl5

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by diem@…

Attachment: camlp5.debug.txt added

port -ncufd upgrade campl5

comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Milestone: Port Bugs

Some interesting stuff starting at line 1273:

if test -f gramlib.lib; then \
  cp gramlib.lib "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_camlp5/work/destroot/opt/local/lib/ocaml/camlp5/."; \
else \
  tar cf - gramlib.a | \
  (cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_camlp5/work/destroot/opt/local/lib/ocaml/camlp5/."; tar xf -); \
fi
/bin/sh: line 1: tar: command not found
/bin/sh: line 1: tar: command not found
make[2]: *** [installopt] Error 127
make[1]: *** [install] Error 2

What's the matter with your tar command? Does it exist? Does it work? If not you may need to get a fresh copy from your Mac OS X DVD.

comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:4 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed

Closing due to lack of response. The problem is presumed to be due to a missing tar command on the user's system.

Note: See TracTickets for help on using tickets.