Bug 131683

Summary: 2/14/2009 - CVSup'd to RELENG_7-stable - build kernel with libiconv fails with ../../../libkern/iconv.c: In function 'iconv_mod_unload'
Product: Base System Reporter: Adam Hopstetter <ahopstetter>
Component: kernAssignee: Gavin Atkinson <gavin>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
new_patch.txt none

Description Adam Hopstetter 2009-02-14 21:30:02 UTC
perform cvsup on RELENG_7 on/after 2/14/2009 ... and make buildkernel fails with the following error ...

 ../../../libkern/iconv.c: In function 'iconv_mod_unload'

Fix: patch src/sys/sys/sx.h with the attached patch file!



Patch attached with submission follows:
How-To-Repeat: Attempt to build a the kernel with built-in libiconv support after CVSUP'ing RELENG_7 on/after 2/14/2009
Comment 1 Adam Hopstetter 2009-02-15 03:43:32 UTC
Sorry ... previous patch posted causes break in buildworld. ... 
apparrently pf/ftp-proxy.c declares "session" while sys/proc.h does as 
well .... c++ namespaces anyone?

Attached is the patch that allows for buildkernel and buildworld with 
kernel libiconv...

Sincerely,

Adam Hopstetter


Comment 2 Gavin Atkinson freebsd_committer freebsd_triage 2009-02-15 11:49:35 UTC
State Changed
From-To: open->closed

To submitter: the PR database is for bugs in FreeBSD and is 
not really a place for build issues.  Please post to the 
freebsd-stable@freebsd.org mailing list, and describe your 
problem there.  Please also include more of the error message - 
you failed to provide the actual error so it's impossible to 
determine where the problem even is in your original message. 


Comment 3 Gavin Atkinson freebsd_committer freebsd_triage 2009-02-15 11:49:35 UTC
Responsible Changed
From-To: freebsd-bugs->gavin
Comment 4 Gavin Atkinson freebsd_committer freebsd_triage 2009-02-18 16:20:13 UTC
State Changed
From-To: closed->closed

FWIW, this was fixed in SVN r188714 Tue Feb 17 15:41:41 2009 UTC