Opened 14 years ago

Closed 14 years ago

#24819 closed defect (invalid)

autoconf-2.65 build failure

Reported by: paolo.torrielli@… Owned by: skymoo (Adam Mercer)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: autoconf

Description

mac OS X 10.6.3 Xcode 3.2.2

Attachments (4)

autoconf.txt (35.4 KB) - added by paolo.torrielli@… 14 years ago.
work_1.gz (784.4 KB) - added by paolo.torrielli@… 14 years ago.
work_2.gz (692.9 KB) - added by paolo.torrielli@… 14 years ago.
work_3.gz (490.0 KB) - added by paolo.torrielli@… 14 years ago.

Download all attachments as: .zip

Change History (12)

Changed 14 years ago by paolo.torrielli@…

Attachment: autoconf.txt added

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Keywords: autoconf build failure removed
Owner: changed from macports-tickets@… to ram@…

comment:2 Changed 14 years ago by skymoo (Adam Mercer)

Status: newassigned

Can you tar up the work directory and attach it to this ticket?

Changed 14 years ago by paolo.torrielli@…

Attachment: work_1.gz added

Changed 14 years ago by paolo.torrielli@…

Attachment: work_2.gz added

Changed 14 years ago by paolo.torrielli@…

Attachment: work_3.gz added

comment:3 Changed 14 years ago by paolo.torrielli@…

good morning, i have added three attachments, which contain all the files in the directory work/autoconf thanks

comment:4 Changed 14 years ago by skymoo (Adam Mercer)

Odd, I can't reproduce the problem even with your preprocessed build.

[ram@mimir emacs]$ make
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then \
          set x; \
          list='autoconf-mode.el autotest-mode.el'; for p in $list; do \
            if test -f "$p"; then d=; else d="./"; fi; \
            set x "$@" "$d$p"; shift; \
          done; \
          shift; \
          EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \
        else : ; fi
Wrote /Users/ram/Downloads/work/lib/emacs/elc.6942/autoconf-mode.elc
Wrote /Users/ram/Downloads/work/lib/emacs/elc.6942/autotest-mode.elc

I was hoping that someting on your system was causing the Makefile to be generated incorrectly but that is not the case. Something else is wrong... I'll see if upstream has any ideas.

comment:5 Changed 14 years ago by paolo.torrielli@…

thank you in any case, i will wait for your updates. one thing: i see that a line regarding emacs is always involved in my error messages, and also in the piece you have just sent. since i had redefined the command "emacs" to be the one that opens the application Aquamacs Emacs.app, cannot it be the/one source of the problem? sorry for saying this at this stage, only now i realize it could be important.. thanks

comment:6 in reply to:  5 Changed 14 years ago by skymoo (Adam Mercer)

Replying to paolo.torrielli@…:

one thing: i see that a line regarding emacs is always involved in my error messages, and also in the piece you have just sent. since i had redefined the command "emacs" to be the one that opens the application Aquamacs Emacs.app, cannot it be the/one source of the problem? sorry for saying this at this stage, only now i realize it could be important..

That could definitely be the issue, can you disable that alias and try installing the port again?

comment:7 Changed 14 years ago by paolo.torrielli@…

hello. disabling that alias everything works. autoconf is now installed and built. thanks for helping so much.

comment:8 Changed 14 years ago by skymoo (Adam Mercer)

Resolution: invalid
Status: assignedclosed
Note: See TracTickets for help on using tickets.