[Bug 195503] New: libdpv doesn't compile

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 29 16:23:38 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195503

            Bug ID: 195503
           Summary: libdpv doesn't compile
           Product: Base System
           Version: 10.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: philippe.michel7 at sfr.fr

make buildworld fails in libdpv :

===> lib/libdpv (depend)
rm -f .depend
CC='cc ' mkdep -f .depend -a    -I/usr/src/lib/libdpv -std=gnu99  
/usr/src/lib/libdpv/dialog_util.c /usr/src/lib/libdpv/dialogrc.c
/usr/src/lib/libdpv/dprompt.c /usr/src/lib/libdpv/dpv.c
/usr/src/lib/libdpv/status.c /usr/src/lib/libdpv/util.c
In file included from /usr/src/lib/libdpv/dialog_util.c:43:
In file included from /usr/src/lib/libdpv/dialog_util.h:34:
/usr/src/lib/libdpv/dialogrc.h:34:10: fatal error: 'figpar.h' file not found
#include <figpar.h>
         ^
1 error generated.
/usr/src/lib/libdpv/dialogrc.c:34:10: fatal error: 'figpar.h' file not found
#include <figpar.h>
         ^
1 error generated.
/usr/src/lib/libdpv/dprompt.c:40:10: fatal error: 'string_m.h' file not found
#include <string_m.h>
         ^
1 error generated.
/usr/src/lib/libdpv/dpv.c:42:10: fatal error: 'string_m.h' file not found
#include <string_m.h>
         ^
1 error generated.
In file included from /usr/src/lib/libdpv/status.c:36:
In file included from /usr/src/lib/libdpv/dialog_util.h:34:
/usr/src/lib/libdpv/dialogrc.h:34:10: fatal error: 'figpar.h' file not found
#include <figpar.h>
         ^
1 error generated.
mkdep: compile failed
*** Error code 1

Stop.
make[5]: stopped in /usr/src/lib/libdpv
*** Error code 1

Stop.


This library and its libfigpar dependency were recently added and the missing
include files are not yet in the running OS. Shouldn't this be bootstrapped
with -I${.CURDIR}/../libfigpar or similar flags anyway ?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list