Opened 14 years ago
Closed 14 years ago
#26339 closed defect (fixed)
gcl 2.6.7 Build failure
Reported by: | hisakister@… | Owned by: | waqar@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | haroldpimentel@…, MartinBuchmann (Martin Buchmann) | |
Port: | gcl |
Description
It seems to me that this assembly is not for 64bit. Build log is attached.
:info:build /usr/bin/gcc-4.2 -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -I/opt/local/include -O2 -no-cpp-precomp -arch x86_64 tmp-addmul_1.s -o addmul_1.o :info:build tmp-addmul_1.s:85:suffix or operands invalid for `push' :info:build tmp-addmul_1.s:95:suffix or operands invalid for `push' :info:build tmp-addmul_1.s:101:suffix or operands invalid for `push' :info:build tmp-addmul_1.s:105:suffix or operands invalid for `push' :info:build tmp-addmul_1.s:109:suffix or operands invalid for `push' :info:build tmp-addmul_1.s:146:suffix or operands invalid for `pop' :info:build tmp-addmul_1.s:147:suffix or operands invalid for `pop' :info:build tmp-addmul_1.s:149:suffix or operands invalid for `pop' :info:build tmp-addmul_1.s:152:suffix or operands invalid for `pop' :info:build tmp-addmul_1.s:228:suffix or operands invalid for `jmp' :info:build tmp-addmul_1.s:405:suffix or operands invalid for `pop' :info:build tmp-addmul_1.s:406:suffix or operands invalid for `pop' :info:build tmp-addmul_1.s:408:suffix or operands invalid for `pop' :info:build tmp-addmul_1.s:409:suffix or operands invalid for `pop' :info:build make[4]: *** [addmul_1.lo] Error 1 :info:build make[3]: *** [all-recursive] Error 1 :info:build make[2]: *** [all] Error 2 :info:build make[1]: *** [gmp_all] Error 2 :info:build make: *** [unixport/saved_pre_gcl] Error 2 :info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_ release_ports_lang_gcl/work/gcl-2.6.7" && /usr/bin/make -j4 all " returned error 2
Attachments (2)
Change History (8)
Changed 14 years ago by hisakister@…
comment:1 Changed 14 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to waqar@… |
---|---|
Port: | gcl added |
comment:2 Changed 14 years ago by haroldpimentel@…
comment:4 Changed 14 years ago by MartinBuchmann (Martin Buchmann)
Cc: | Martin.Buchmann@… added |
---|
Cc Me!
comment:5 Changed 14 years ago by daniel.willmann@…
There is a bug in the configure file which comes from gcl-2.6.7.tar.gz
. Using the patch in the port file solves the compilation problem.
Alas, there are still others...
comment:6 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I have the same exact error. Any progress on this?
Thanks,
Harold