[augeas-devel] [Augeas] #164: make check on FreeBSD fails

Augeas trac at fedorahosted.org
Wed Nov 24 13:41:48 UTC 2010


#164: make check on FreeBSD fails
--------------------+-------------------------------------------------------
 Reporter:  mat     |       Owner:  lutter
     Type:  defect  |      Status:  new   
 Priority:  major   |   Milestone:  next  
Component:  Augeas  |     Version:  devel 
 Keywords:          |  
--------------------+-------------------------------------------------------
 Hi,

 When running make check, I end up with :
 gmake[2]: Entering directory `/usr/home/mat/work/augeas/tests'
   CCLD   fatest
 cutest.o(.text+0x410): In function `run':
 /home/mat/work/augeas/tests/cutest.c:329: undefined reference to
 `WIFEXITED'
 cutest.o(.text+0x434):/home/mat/work/augeas/tests/cutest.c:329: undefined
 reference to `WEXITSTATUS'
 cutest.o(.text+0x440):/home/mat/work/augeas/tests/cutest.c:331: undefined
 reference to `WEXITSTATUS'
 gmake[2]: *** [fatest] Error 1
 gmake[2]: Leaving directory `/usr/home/mat/work/augeas/tests'
 gmake[1]: *** [check-am] Error 2
 gmake[1]: Leaving directory `/usr/home/mat/work/augeas/tests'
 gmake: *** [check-recursive] Error 1

 monkeypatching tests/cutest.c (patch attached) with some macros from
 .gnulib/lib/sys_wait.in.h made it work.

 I know it's wrong, but I can't seem to figure out how to include that
 header file correctly.

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/164>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list