The kqemu module needed by win4bsd needs the 4BSD scheduler: > cat /tmp/build-kqemu.log Source path /usr/tmp/.build_kqemu-54331/kqemu C compiler gcc Host C compiler gcc make gmake host CPU i386 Warning: Object directory not changed from original /usr/tmp/.build_kqemu-54331/kqemu @ -> /usr/src/sys machine -> /usr/src/sys/i386/include cc -O2 -pipe -march=prescott -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c kqemu-freebsd.c kqemu-freebsd.c: In function 'kqemu_schedule': kqemu-freebsd.c:211: error: 'sched_lock' undeclared (first use in this function) kqemu-freebsd.c:211: error: (Each undeclared identifier is reported only once kqemu-freebsd.c:211: error: for each function it appears in.) *** Error code 1 Stop in /usr/tmp/.build_kqemu-54331/kqemu.
Responsible Changed From-To: freebsd-ports-bugs->gahr Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of emulators/win4bsd, Please note that PR ports/124755 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124755 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Approved, thanks. Edwin Groothuis wrote: > Maintainer of emulators/win4bsd, > > Please note that PR ports/124755 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124755 > >
gahr 2008-06-19 13:59:27 UTC FreeBSD ports repository Modified files: emulators/win4bsd Makefile Log: - Mark as IGNORE if the scheduler is not 4BSD PR: 124755 Submitted by: yours truly Approved by: maintainer (via private e-mail) Revision Changes Path 1.6 +6 -1 ports/emulators/win4bsd/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!