Opened 12 years ago

Closed 12 years ago

#33442 closed defect (fixed)

f2c fails to install on case-sensitive file system

Reported by: vaccari@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc:
Port: f2c

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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

Change History (2)

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

Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Port: f2c added

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

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.