Opened 17 months ago

Last modified 5 months ago

#67359 closed defect

transmission @4.0.3_1: error: redefinition of module 'libxml2' — at Version 2

Reported by: Gandoon (Erik Hedlund) Owned by: kurthindenburg (Kurt Hindenburg)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: catalina Cc:
Port: transmission

Description (last modified by Gandoon (Erik Hedlund))

A few days ago, the port of Transmission was refreshed to the 4.0.3 version. However it fails with what seems to be a problem with libxml2 but it could also potentially be a problem with QuickLook. I am using a legacy MacOS 10.15 system, but I did not have any trouble building Transmission version 4.n pulled from their github repository. I started using that as MacPorts was still only offering version 3.00.

I did not see the root cause immediately, so I here enclose the log file and hope someone might help figuring out why it does not want to build.

Change History (3)

Changed 17 months ago by Gandoon (Erik Hedlund)

Attachment: Transmission-main.log added

Transmission build fails

comment:1 Changed 17 months ago by ryandesign (Ryan Carsten Schmidt)

Keywords: catalina added
Owner: set to kurthindenburg
Status: newassigned
Summary: Updating to Transmission @4.0.3_1 fails on MacOS 10.15transmission @4.0.3_1: error: redefinition of module 'libxml2'

The log says the error is:

/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2/libxml/module.modulemap:1:8: error: redefinition of module 'libxml2'
module libxml2 [system] [extern_c] {
       ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2/module.modulemap:1:8: note: previously defined here
module libxml2 [system] [extern_c] {
       ^
1 error generated.

comment:2 Changed 17 months ago by Gandoon (Erik Hedlund)

Description: modified (diff)
Note: See TracTickets for help on using tickets.