Sade(8) compile problem

2011-02-20 Thread Eir Nym
Hello guys,

I have amd64 FreeBSD-Current box (r214751) and want to build fresh
system to install, but compile fails every time . Configuration files
are same.

The failure is in sade(8), where compiller try to find dialog h in
/usr/src/usr.sbin/../../gnu/lib/libdialog/dialog.h , not in libadialog
directory. First appearance of this failure  is about month ago (I
have autobuild system)

make.conf is /dev/null
src.conf contains following keys turned on:

WITHOUT_ATM
WITHOUT_AMD
WITH_BSD_GREP
WITHOUT_CTM
WITHOUT_FLOPPY
WITHOUT_FREEBSD_UPDATE
WITHOUT_IPFILTER
WITHOUT_IPFW
WITHOUT_IPX
WITHOUT_NIS
WITHOUT_NLS_CATALOGS
WITHOUT_RCMDS
WITHOUT_TCSH
WITH_BIND_LARGE_FILE
WITH_BIND_SIGCHASE
WITH_GPIO
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Sade(8) compile problem

2011-02-20 Thread Garrett Cooper
On Sun, Feb 20, 2011 at 11:08 AM, Eir Nym eir...@gmail.com wrote:
 Hello guys,

 I have amd64 FreeBSD-Current box (r214751) and want to build fresh
 system to install, but compile fails every time . Configuration files
 are same.

 The failure is in sade(8), where compiller try to find dialog h in
 /usr/src/usr.sbin/../../gnu/lib/libdialog/dialog.h , not in libadialog
 directory. First appearance of this failure  is about month ago (I
 have autobuild system)

Works for me:

FreeBSD bayonetta.local 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r218082M:
Sun Jan 30 00:20:08 PST 2011
gcooper@bayonetta.local:/usr/obj/usr/src/sys/BAYONETTA  amd64

Make sure to update the Makefile to point at libodialog instead of
libdialog. See this commit for more details:
http://svn.freebsd.org/viewvc/base?view=revisionrevision=217309 .

HTH,
-Garrett
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org