#21252 closed defect (fixed)
rasmol-2.7.1.1 Configure error - build failure
Reported by: | khinsen (Konrad Hinsen) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | rasmol xmkmf | Cc: | |
Port: | rasmol |
Description
"port install rasmol" fails in the configuration phase:
---> Configuring rasmol Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_rasmol/work/RasMol_2.7.1.1/src" && xmkmf " returned error 127 Command output: sh: xmkmf: command not found
Since I have /usr/X11/bin/xmkmf, I suspect the problem is in the search path.
Change History (4)
comment:1 Changed 15 years ago by tobypeterson
comment:2 follow-up: 4 Changed 15 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Sounds like it needs a dependency on imake (which provides xmkmf); fixed in r57332.
comment:3 Changed 15 years ago by jmroot (Joshua Root)
/usr/X11/bin is not in binpath any more, since we've switched to using ports for X11 dependencies.
comment:4 Changed 15 years ago by khinsen (Konrad Hinsen)
Note: See
TracTickets for help on using
tickets.
Well, is /usr/X11/bin in your $PATH?