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)
Change History (10)
Changed 3 years ago by ferdy (Giuseppe `ferdy` Miceli)
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)
Apply the relevant part of this patch to the configure script: https://github.com/macports/macports-ports/blob/master/devel/libtool/files/dynamic_lookup-11.patch
comment:4 Changed 3 years ago by Chris Jones <jonesc@…>
Owner: | set to Chris Jones <jonesc@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Portile