Opened 13 years ago
Last modified 13 years ago
#33442 closed defect
f2c fails to install on case-sensitive file system — at Initial Version
Reported by: | vaccari@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | ||
Port: | f2c |
Description
On a case-sensitive file system, f2c installation fails due to a conflict between a "README" and "readme" file
The relevant part of the log is below
...
...
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_f2c/f2c/work/f2c-20110816" && /usr/bin/make -j8 -w all -f makefile.u CC="/usr/bin/clang -arch x86_64" CFLAGS="-O2"'
:debug:build Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_f2c/f2c/work/f2c-20110816" && /usr/bin/make -j8 -w all -f makefile.u CC="/usr/bin/clang -arch x86_64" CFLAGS="-O2"
:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_f2c/f2c/work/f2c-20110816'
:info:build /usr/bin/clang -arch x86_64 -O2 -o xsum xsum.c
:info:build make: * No rule to make target README', needed by
xsum.out'. Stop.
...
...
With reference to the above log, this allows to go on and install f2c after the first install fails:
cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_f2c/f2c/work/f2c-20110816
sudo ln -s readme README
sudo port install f2c