Bug 282776 - net/intel-em-kmod: build error since 1500027 (struct ifnet is now hidden)
Summary: net/intel-em-kmod: build error since 1500027 (struct ifnet is now hidden)
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-15 09:39 UTC by Olivier Cochard
Modified: 2024-11-15 09:39 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (freebsd)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Cochard freebsd_committer freebsd_triage 2024-11-15 09:39:38 UTC
Hi,

looks like a long due change switch to default on current:
https://lists.freebsd.org/archives/freebsd-net/2024-November/005983.html

Not sure it is due to this change, because the error message is about undeclared identifier:

if_em.c:4485:30: error: use of undeclared identifier 'M_HASFCS'
 4485 |                 rxbuf->m_head->m_flags &= ~M_HASFCS; /* we strip it */
      |                                            ^
      |                                        ^