Bug 264561 - net/pkt-gen: fix build on armv6, armv7, i386
Summary: net/pkt-gen: fix build on armv6, armv7, i386
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Olivier Cochard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-08 23:29 UTC by Robert Clausecker
Modified: 2022-06-28 21:28 UTC (History)
1 user (show)

See Also:
fuz: maintainer-feedback-
fuz: merge-quarterly?


Attachments
net/pkt-gen: fix build on armv6, armv7, i386 (4.49 KB, patch)
2022-06-08 23:29 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2022-06-08 23:29:49 UTC
Created attachment 234569 [details]
net/pkt-gen: fix build on armv6, armv7, i386

- patch out -Werror as per policy
 - fix the warning that previously failed the build

Tested with Poudriere on i386 amd64 armv7 arm64 FreeBSD 13.
Please MFH if possible.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2022-06-28 12:12:12 UTC
Comment on attachment 234569 [details]
net/pkt-gen: fix build on armv6, armv7, i386

Maintainer timeout on patch
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2022-06-28 12:12:28 UTC
Maintainer timeout
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-06-28 21:20:07 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aaa201ef81ee4b302c46cd09160b583339c19747

commit aaa201ef81ee4b302c46cd09160b583339c19747
Author:     Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2022-06-28 21:15:26 +0000
Commit:     Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2022-06-28 21:15:26 +0000

    net/pkt-gen: fix build on armv6, armv7, i386

    PR:             264561
    Reported by:    Robert Clausecker <fuz@fuz.su>

 net/pkt-gen/Makefile                                    |  3 ---
 net/pkt-gen/files/patch-apps_nmreplay_GNUmakefile (new) | 12 ++++++++++++
 net/pkt-gen/files/patch-apps_nmreplay_nmreplay.c        |  4 ++--
 net/pkt-gen/files/patch-apps_pkt-gen_GNUmakefile (new)  | 12 ++++++++++++
 net/pkt-gen/files/patch-apps_pkt-gen_pkt-gen.c (new)    | 13 +++++++++++++
 net/pkt-gen/files/patch-libnetmap_GNUmakefile (new)     | 11 +++++++++++
 6 files changed, 50 insertions(+), 5 deletions(-)
Comment 4 Olivier Cochard freebsd_committer freebsd_triage 2022-06-28 21:28:10 UTC
Thanks for the patch