Opened 10 years ago
Last modified 10 months ago
#45392 new defect
abcl @1.3.1_0: build doesn’t detect Ant 1.9.3
Reported by: | lorincdm@… | Owned by: | easye |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.1 |
Keywords: | Cc: | lorincdm@…, cooljeanius (Eric Gallager) | |
Port: | abcl |
Description
:debug:main No need to upgrade! apache-ant 1.9.3_0 >= apache-ant 1.9.3_0
However\:
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_abcl/abcl/work/abcl-src-1.3.1/build.xml:49: Please build using Ant 1.7.1 or higher.
According to larryv on #\macports, it seems Ant isn't being detected correctly.
Attachments (1)
Change History (6)
Changed 10 years ago by lorincdm@…
comment:1 Changed 10 years ago by larryv (Lawrence Velázquez)
Cc: | easieste removed |
---|---|
Keywords: | mavericks removed |
Owner: | changed from macports-tickets@… to easieste@… |
Summary: | abcl @1.3.1_0.darwin_13.x86_64 build failure → abcl @1.3.1_0: build doesn’t detect Ant 1.9.3 |
Trac needs complete email addresses, as printed by port info --maintainer
.
comment:4 Changed 10 years ago by easye
Hmm. This builds fine for me with ant-1.9.3, so I'm leaning towards thinking that somehow you have another 'ant' installed on your system.
I'm leaning towards thinking that "ant not being detected properly" is not true, as this check happens within the ant itself. Perhaps I need to qualify the ant invocation with an explicit reference to ${prefix}/bin/ant
but this isn't usually necessary.
Could you send me the results of
osx$ which ant
osx$ locate bin/ant
and
osx$ echo $PATH
when you get a chance to try to see if somehow there is another ant installed on your system?
Thanks.
comment:5 Changed 10 months ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
This is the abcl install log.