Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Nov 2022 14:52:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 267618] net/opennx: fix build on armv7
Message-ID:  <bug-267618-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267618

            Bug ID: 267618
           Summary: net/opennx: fix build on armv7
           Product: Ports & Packages
           Version: Latest
          Hardware: arm
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: fuz@fuz.su
                CC: beyert@cs.ucr.edu
                CC: beyert@cs.ucr.edu
             Flags: maintainer-feedback?(beyert@cs.ucr.edu)
 Attachment #237919 maintainer-approval?(beyert@cs.ucr.edu)
             Flags:
             Flags: merge-quarterly?

Created attachment 237919
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D237919&action=
=3Dedit
net/opennx: fix build on armv7

time_t is a long long on armv7, but OpenNX tries to store time stamps into
configuration storage that only eats long variables.  Cast to long and cross
fingers that nobody is going to use this port past 2036.

Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
Please MFH if possible.
Please see also bug #240234 and bug #261941.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267618-7788>