Opened 10 years ago

Last modified 3 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)

main.log (7.7 KB) - added by lorincdm@… 10 years ago.
This is the abcl install log.

Download all attachments as: .zip

Change History (6)

Changed 10 years ago by lorincdm@…

Attachment: main.log added

This is the abcl install log.

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 failureabcl @1.3.1_0: build doesn’t detect Ant 1.9.3

Trac needs complete email addresses, as printed by port info --maintainer.

comment:2 Changed 10 years ago by lorincdm@…

I'm still learning.

comment:3 Changed 10 years ago by lorincdm@…

Cc: lorincdm@… added

How do you change ticket details?

Last edited 10 years ago by lorincdm@… (previous) (diff)

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.

Last edited 6 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:5 Changed 3 months ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.