Opened 19 years ago
Closed 19 years ago
#7258 closed defect (fixed)
BUG: gcc40 will not install, at least not on Mac-Intel (?)
Reported by: | jjramsey@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | ||
Port: |
Description
These are the error messages that I get when attempting to compile and install gcc40:
---> Building gcc40 with target bootstrap ---> Staging gcc40 into destroot Error: Target com.apple.destroot returned: shell command "cd /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gcc40/work/destroot/opt/local/include/gcc40 && cp ../../lib/gcc40/gcc/*/4.0.2/include/libffi/ffitarget.h ." returned error 1 Command output: cp: ../../lib/gcc40/gcc/*/4.0.2/include/libffi/ffitarget.h: No such file or directory
It looks like it built successfully, but something went wrong in the post-install. I'm not sure if this is an Intel thing or not.
Here are the results of running "find / -name 'ffitarget.h'":
/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gcc40/work/gcc-4.0.2/libffi/src/alpha/ffitarget.h/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gcc40/work/gcc-4.0.2/libffi/src/arm/ffitarget.h /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gcc40/work/gcc-4.0.2/libffi/src/frv/ffitarget.h /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gcc40/work/gcc-4.0.2/libffi/src/ia64/ffitarget.h /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gcc40/work/gcc-4.0.2/libffi/src/m32r/ffitarget.h /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gcc40/work/gcc-4.0.2/libffi/src/m68k/ffitarget.h /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gcc40/work/gcc-4.0.2/libffi/src/mips/ffitarget.h /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gcc40/work/gcc-4.0.2/libffi/src/pa/ffitarget.h /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gcc40/work/gcc-4.0.2/libffi/src/powerpc/ffitarget.h /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gcc40/work/gcc-4.0.2/libffi/src/s390/ffitarget.h /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gcc40/work/gcc-4.0.2/libffi/src/sh/ffitarget.h /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gcc40/work/gcc-4.0.2/libffi/src/sh64/ffitarget.h /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gcc40/work/gcc-4.0.2/libffi/src/sparc/ffitarget.h /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gcc40/work/gcc-4.0.2/libffi/src/x86/ffitarget.h
Change History (1)
comment:1 Changed 19 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | gcc40 will not install, at least not on Mac-Intel (?) → BUG: gcc40 will not install, at least not on Mac-Intel (?) |
o.k. - for now I've just ommitted copying ffitarget.h around; if someone is missing it, we'll have a look why it does not get installed on ia32 then!