Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2016 20:30:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-i386@FreeBSD.org
Subject:   [Bug 208464] [svr4] svr4.ko fails to load due to not finding symbol svr4_delete_socket even though it is present in same module
Message-ID:  <bug-208464-10-pyVEVHQBGo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208464-10@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208464-10@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #5 from commit-hook@freebsd.org ---
A commit references this bug:

Author: dchagin
Date: Sat Apr 23 20:29:56 UTC 2016
New revision: 298519
URL: https://svnweb.freebsd.org/changeset/base/298519

Log:
  Fix streams and svr4 module dependency. Both modules are complaining about
  undefined symbol svr4_delete_socket which was moved from streams to the s=
vr4
module
  in r160558 that created a two-way dependency between them.

  PR:           208464
  Submitted by: Kristoffer Eriksson
  Reported by:  Kristoffer Eriksson
  MFC after:    2 week

Changes:
  head/sys/compat/svr4/svr4_socket.c
  head/sys/compat/svr4/svr4_sysvec.c
  head/sys/dev/streams/streams.c
  head/sys/modules/streams/Makefile
  head/sys/modules/svr4/Makefile

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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