Opened 3 years ago

Closed 3 years ago

#62993 closed defect (fixed)

mailutils: update to version 3.12 - building from command line but failing to build using macports

Reported by: ferdy (Giuseppe `ferdy` Miceli) Owned by: Chris Jones <jonesc@…>
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc: cjones051073 (Chris Jones)
Port: mailutils

Description

i am trying to update mailutils port from version 3.6 (which fails to build on osx 11.x) to latest version 3.12 (Portfile attached).

i can build via command line the usual way: ./configure && make. using macports port -vt build fails (main.log attached)

differences i have noticed:

-- command line configure does not detect -ltdl, while port -vt configure does detect -ltdl (shell-configure-schema and port-configure-schema attached);

-- command line configure identifies "gcc" while port configure identifies "/usr/bin/clang" (shell-config.log and port-config.log attached).

any help would be highly appreciated. cheers,

Attachments (6)

Portfile (1.8 KB) - added by ferdy (Giuseppe `ferdy` Miceli) 3 years ago.
Portile
port-build-main.log (1.2 MB) - added by ferdy (Giuseppe `ferdy` Miceli) 3 years ago.
main.log
shell-configure-schema.txt (1.3 KB) - added by ferdy (Giuseppe `ferdy` Miceli) 3 years ago.
configure summary from command line
port-configure-schema.txt (1.3 KB) - added by ferdy (Giuseppe `ferdy` Miceli) 3 years ago.
configure summary from port -vt configure mailutils
shell-config.log (693.9 KB) - added by ferdy (Giuseppe `ferdy` Miceli) 3 years ago.
command line config.log
port-config.log (755.6 KB) - added by ferdy (Giuseppe `ferdy` Miceli) 3 years ago.
config.log from port -vt configure mailutils

Change History (10)

Changed 3 years ago by ferdy (Giuseppe `ferdy` Miceli)

Attachment: Portfile added

Portile

Changed 3 years ago by ferdy (Giuseppe `ferdy` Miceli)

Attachment: port-build-main.log added

main.log

Changed 3 years ago by ferdy (Giuseppe `ferdy` Miceli)

Attachment: shell-configure-schema.txt added

configure summary from command line

Changed 3 years ago by ferdy (Giuseppe `ferdy` Miceli)

Attachment: port-configure-schema.txt added

configure summary from port -vt configure mailutils

Changed 3 years ago by ferdy (Giuseppe `ferdy` Miceli)

Attachment: shell-config.log added

command line config.log

Changed 3 years ago by ferdy (Giuseppe `ferdy` Miceli)

Attachment: port-config.log added

config.log from port -vt configure mailutils

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Cc: cjones051073 added

It failed the same way on the buildbot. Looks like the usual macOS 11 libtool bug.

comment:2 Changed 3 years ago by cjones051073 (Chris Jones)

Do we have a standard recipe on how to address this ?

comment:3 Changed 3 years ago by jmroot (Joshua Root)

comment:4 Changed 3 years ago by Chris Jones <jonesc@…>

Owner: set to Chris Jones <jonesc@…>
Resolution: fixed
Status: newclosed

In d8c62da0224fa800fc153094264e0d8e7c934879/macports-ports (master):

mailutils: Add patch for libtool bug on macOS11+
Closes: #62993

Note: See TracTickets for help on using tickets.