Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2012 03:44:35 -0800 (PST)
From:      Kenyon Ralph <kenyon@kenyonralph.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/164598: devel/libee-0.3.2 fails to build due to error: 'EE_CTX_FLAG_INCLUDE_FLAT_TAGS' undeclared
Message-ID:  <20120129114435.02ED3306F8D@gauss.kenyonralph.com>
Resent-Message-ID: <201201291150.q0TBoBVa078316@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         164598
>Category:       ports
>Synopsis:       devel/libee-0.3.2 fails to build due to error: 'EE_CTX_FLAG_INCLUDE_FLAT_TAGS' undeclared
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 29 11:50:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kenyon Ralph
>Release:        FreeBSD 9.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD gauss.kenyonralph.com 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #0 r228619: Sat Dec 17 01:14:48 PST 2011 root@gauss.kenyonralph.com:/usr/obj/usr/src/sys/PPS-GENERIC amd64


	
>Description:
===>>> Launching child to install devel/libee

===>>> Port directory: /usr/ports/devel/libee

===>>> Starting check for build dependencies
===>>> Gathering dependency list for devel/libee from ports
===>>> Starting dependency check
===>>> Checking dependency: devel/libestr
===>>> Dependency check complete for devel/libee
===>  Cleaning for libee-0.3.2

===>  License check disabled, port has not defined LICENSE
===>  Extracting for libee-0.3.2
=> SHA256 Checksum OK for libee-0.3.2.tar.gz.
===>  Patching for libee-0.3.2
===>  Applying FreeBSD patches for libee-0.3.2
===>   libee-0.3.2 depends on shared library: estr - found
===>  Configuring for libee-0.3.2
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking whether cc understands -c and -o together... yes
checking build system type... amd64-portbld-freebsd9.0
checking host system type... amd64-portbld-freebsd9.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking how to run the C preprocessor... cpp
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd9.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBESTR... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libee.pc
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating include/libee/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
*****************************************************
libee will be compiled with the following settings:

Debug mode enabled:          no
Testbench enabled:           no
===>  Building for libee-0.3.2
/usr/bin/make  all-recursive
Making all in tests
Making all in include
Making all in libee
Making all in src
  CC     libee_la-ctx.lo
  CC     libee_la-tag.lo
  CC     libee_la-event.lo
event.c: In function 'ee_EventHasTag':
event.c:167: warning: implicit declaration of function 'ee_TagbucketHasTag'
  CC     libee_la-value.lo
value.c: In function 'ee_newValue':
value.c:37: warning: unused parameter 'ctx'
  CC     libee_la-tagbucket.lo
  CC     libee_la-field.lo
field.c: In function 'ee_getFieldValueAsStr':
field.c:181: warning: 'str' may be used uninitialized in this function
  CC     libee_la-fieldbucket.lo
  CC     libee_la-primitivetype.lo
  CC     libee_la-int_dec.lo
  CC     libee_la-apache_dec.lo
apache_dec.c: In function 'ee_newApache':
apache_dec.c:37: warning: unused parameter 'ctx'
apache_dec.c: In function 'ee_apacheAddName':
apache_dec.c:71: warning: unused parameter 'ctx'
apache_dec.c: In function 'processLn':
apache_dec.c:205: warning: unused variable 'value'
apache_dec.c: In function 'ee_apacheDec':
apache_dec.c:143: warning: 'r' may be used uninitialized in this function
apache_dec.c:143: note: 'r' was declared here
  CC     libee_la-syslog_enc.lo
  CC     libee_la-json_enc.lo
json_enc.c: In function 'ee_fmtEventToJSON':
json_enc.c:209: error: 'EE_CTX_FLAG_INCLUDE_FLAT_TAGS' undeclared (first use in this function)
json_enc.c:209: error: (Each undeclared identifier is reported only once
json_enc.c:209: error: for each function it appears in.)
*** Error code 1

Stop in /usr/ports/devel/libee/work/libee-0.3.2/src.
*** Error code 1

Stop in /usr/ports/devel/libee/work/libee-0.3.2.
*** Error code 1

Stop in /usr/ports/devel/libee/work/libee-0.3.2.
*** Error code 1

Stop in /usr/ports/devel/libee.

===>>> make failed for devel/libee
===>>> Aborting update

===>>> Update for devel/libee failed
===>>> Aborting update

Terminated
>How-To-Repeat:
portmaster devel/libee
>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120129114435.02ED3306F8D>