#21230 closed defect (invalid)
cairomm: make all " returned error 2
Reported by: | drechsel@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | cairomm |
Description (last modified by tobypeterson)
I tried to build cairomm on Tiger / PPC:
dsl01:~ wolf2$ sudo port install cairomm ---> Building cairomm Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_cairomm/work/cairomm-1.8.0" && make all " returned error 2 Command output: make[2]: Nothing to be done for `all'. Making all in cairomm make all-am make[3]: Nothing to be done for `all-am'. Making all in examples Making all in pdf-surface make[3]: Nothing to be done for `all'. Making all in ps-surface make[3]: Nothing to be done for `all'. Making all in svg-surface make[3]: Nothing to be done for `all'. Making all in image-surface make[3]: Nothing to be done for `all'. Making all in text-rotate make[3]: Nothing to be done for `all'. Making all in toy-text make[3]: Nothing to be done for `all'. Making all in user-font make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all-am'. Making all in docs Making all in reference rm -rf html doxygen Doxyfile \ 2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt /bin/sh: line 1: /usr/bin/tee: cannot execute binary file make[2]: *** [html/index.html] Error 126 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 Error: Status 1 encountered during processing.
Change History (6)
comment:1 Changed 15 years ago by tobypeterson
Description: | modified (diff) |
---|---|
Keywords: | cairomm removed |
Port: | cairomm added |
Version: | 1.7.1 |
comment:2 Changed 15 years ago by tobypeterson
comment:3 Changed 15 years ago by tobypeterson
And for good measure:
file /usr/bin/tee
lipo -info /usr/bin/tee
tee -xyz
comment:4 Changed 15 years ago by drechsel@…
dsl01:~ wolf2$ ls -l /usr/bin/tee
-r-xr-xr-x 1 root wheel 10816 Apr 5 2005 /usr/bin/tee
dsl01:~ wolf2$ file /usr/bin/tee
/usr/bin/tee: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.0.30, dynamically linked (uses shared libs), stripped
dsl01:~ wolf2$ lipo -info /usr/bin/tee
lipo: can't figure out the architecture type of: /usr/bin/tee
dsl01:~ wolf2$ tee -xyz
-bash: /usr/bin/tee: cannot execute binary file
comment:5 Changed 15 years ago by tobypeterson
Resolution: | → invalid |
---|---|
Status: | new → closed |
Your install is hosed - reinstall (preferably with Leopard)
comment:6 Changed 15 years ago by drechsel@…
)-:
Reinstalling macports from scratch didnt resolve the issue - the results are the same as before.
Unluckily I cant switch to Leopard - having a G4.
What is the output of
ls -l /usr/bin/tee
?