Page MenuHomeFreeBSD

sysutils/go-wtf fix build failure on 13-CURRENT
ClosedPublic

Authored by hsw_bitmark.com on Jun 24 2020, 2:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 16, 3:24 PM
Unknown Object (File)
Sat, Dec 14, 4:17 PM
Unknown Object (File)
Fri, Dec 13, 9:18 PM
Unknown Object (File)
Dec 2 2024, 8:58 PM
Unknown Object (File)
Nov 28 2024, 6:34 PM
Unknown Object (File)
Nov 18 2024, 7:46 PM
Unknown Object (File)
Nov 18 2024, 5:24 AM
Unknown Object (File)
Nov 18 2024, 3:12 AM
Subscribers

Details

Summary
one of the dbus go files is missing sys/types.h

Temporary fix until the pull request: https://github.com/godbus/dbus/pull/208
is applied and a new version of the go dbus module is made available
Test Plan
I performed a make install on a 13-CURRENT system and checked that the wtf program, runs

for 12.1 I ran:
  poudriere testport -j 12_1-amd64 sysutils/go-wtf

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lwhsu requested changes to this revision.Jun 24 2020, 5:38 AM
lwhsu added a subscriber: lwhsu.

We need bump PORTREVISION in this case.

This revision now requires changes to proceed.Jun 24 2020, 5:38 AM
This revision is now accepted and ready to land.Jun 24 2020, 7:02 AM
This revision was automatically updated to reflect the committed changes.

Thanks for the fix! BTW, Travis-CI has FreeBSD support now, maybe we can help godbus/dbus add FreeBSD CI for avoiding breakage in the future.

Thanks for the fix! BTW, Travis-CI has FreeBSD support now, maybe we can help godbus/dbus add FreeBSD CI for avoiding breakage in the future.

Do you have a link that shows how to set this up? I only found old ref from 2016 about using QEMU.