[MacPorts] #33442: f2c fails to install on case-sensitive file system
MacPorts
noreply at macports.org
Fri Mar 2 06:52:51 PST 2012
#33442: f2c fails to install on case-sensitive file system
------------------------------+---------------------------------------------
Reporter: vaccari@… | Owner: ryandesign@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.4
Keywords: | Port: f2c
------------------------------+---------------------------------------------
Changes (by ryandesign@…):
* owner: macports-tickets@… => ryandesign@…
* port: => f2c
Old 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
>
> ...[[BR]]
>
> ...[[BR]]
>
> :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.
> ...
> ...
> [[BR]]
> [[BR]]
>
> With reference to the above log, this allows to go on and install f2c
> after the first install fails:[[BR]]
>
> cd
> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_f2c/f2c/work/f2c-20110816[[BR]]
>
> sudo ln -s readme README[[BR]]
>
> sudo port install f2c
New 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
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/33442#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list