Bug 224214 - devel/kBuild: Fails to build on 11.1
Summary: devel/kBuild: Fails to build on 11.1
Status: Closed DUPLICATE of bug 217681
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Virtualbox Team (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-09 19:04 UTC by Yuri Victorovich
Modified: 2017-12-10 07:08 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2017-12-09 19:04:19 UTC
local build of the port fails:

---error log---
In file included from /usr/ports/devel/kBuild/work/kBuild-0.1.9998/src/lib/crc32.c:48:0:
/usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd11.0/4.8.5/include-fixed/sys/types.h:266:1: error: unknown type name '__vm_ooffset_t'
 typedef __vm_ooffset_t vm_ooffset_t;
 ^
/usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd11.0/4.8.5/include-fixed/sys/types.h:268:1: error: unknown type name '__vm_pindex_t'
 typedef __vm_pindex_t vm_pindex_t;
 ^
Comment 1 Jung-uk Kim freebsd_committer freebsd_triage 2017-12-10 06:57:33 UTC
Your gcc was built on 11.0.  It is outdated and unsupported.  Rebuild with newer gcc.
Comment 2 Jung-uk Kim freebsd_committer freebsd_triage 2017-12-10 07:08:43 UTC

*** This bug has been marked as a duplicate of bug 217681 ***