Opened 2 years ago

Closed 2 years ago

#65112 closed defect (fixed)

html2text @1.3.2a_3 does not use correct cxx_stdlib

Reported by: chillin- Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc: chillin-
Port: html2text

Description (last modified by ryandesign (Ryan Carsten Schmidt))

html2text is using libstdc++ (this installation is configured to use libc++)
Error: Port html2text is still broken (cxx_stdlib mismatch) after rebuilding it more than 3 times.
port-d-yrev-upgrade.txt 
--->  Scanning binaries for linking errors
--->  No broken files found.
html2text is using libstdc++ (this installation is configured to use libc++)
--->  Found 1 broken port, determining rebuild order
--->  Rebuilding in order
     html2text @1.3.2a_3
For html2text: skipping org.macports.main (dry run)
    .. and skipping org.macports.archivefetch
    .. and skipping org.macports.main
    .. and skipping org.macports.fetch
    .. and skipping org.macports.checksum
    .. and skipping org.macports.extract
    .. and skipping org.macports.patch
    .. and skipping org.macports.configure
    .. and skipping org.macports.build
    .. and skipping org.macports.destroot
Skipping uninstall html2text @1.3.2a_3 (dry run)
Skipping activate html2text @1.3.2a_3 (dry run)

Attachments (1)

no.main.log (242.6 KB) - added by chillin- 2 years ago.
port -vsN upgrade html2text |tee no.main.log

Download all attachments as: .zip

Change History (5)

Changed 2 years ago by chillin-

Attachment: no.main.log added

port -vsN upgrade html2text |tee no.main.log

comment:1 Changed 2 years ago by chillin-

Cc: chillin- added

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

Keywords: html2text libc++ removed
Milestone: MacPorts Future
Summary: html2text @1.3.2a_3 build fail on 10.8html2text @1.3.2a_3 does not use correct cxx_stdlib

comment:3 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: set to ryandesign
Status: newaccepted

Because the build system uses a nonstandard configure script and Makefile, it is not UsingTheRightCompiler nor any of the flags (including the -stdlib flag) MacPorts specifies.

I'll work on updating the port to the latest version and working around any such problems that remain in that version.

comment:4 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: acceptedclosed

In f6807fa8b20a4e9ad4ad1ba1a19f453046342160/macports-ports (master):

html2text: Update to 2.0.1

Closes: #65112

Note: See TracTickets for help on using tickets.