From owner-freebsd-current@FreeBSD.ORG Wed Nov 5 01:19:48 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC27D99E for ; Wed, 5 Nov 2014 01:19:48 +0000 (UTC) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADA712D8 for ; Wed, 5 Nov 2014 01:19:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Message-ID:Subject:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=7mWQ4DDzD6g4O6y/QxN9Bsn3Kv0Fsm8EGvqDDkVMsh4=; b=EGIFzI7yr2MxoyITqmgeSRX3/ypSS8WMps5NxzlD+280Zbd1zelEgyT3ImDxu9yhUfdowNvMdpq/YdVxDbNQxTdWR3gYdVDU0SrfKOP0hSzB5u65Wt2bKBL/ZRnH4VRMzJTghJtIwSnNxrdERxSEMEKhA71AdJ/vc/VaTmOARjM=; Received: from thebighonker.lerctr.org ([2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]:43999 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:DHE-RSA-AES128-GCM-SHA256:128) (Exim 4.84 (FreeBSD)) (envelope-from ) id 1XlpGD-0001pM-Hc for freebsd-current@freebsd.org; Tue, 04 Nov 2014 19:19:47 -0600 Received: from 104-54-221-134.lightspeed.austtx.sbcglobal.net ([104.54.221.134]) by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Tue, 04 Nov 2014 19:19:45 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 04 Nov 2014 19:19:45 -0600 From: Larry Rosenman To: Freebsd current Subject: dpv: lots of errors, breaks WORLD Message-ID: X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/1.0.3 X-Spam-Score: -3.5 (---) X-LERCTR-Spam-Score: -3.5 (---) X-Spam-Report: SpamScore (-3.5/5.0) ALL_TRUSTED=-1, BAYES_00=-1.9, RP_MATCHES_RCVD=-0.594 X-LERCTR-Spam-Report: SpamScore (-3.5/5.0) ALL_TRUSTED=-1, BAYES_00=-1.9, RP_MATCHES_RCVD=-0.594 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2014 01:19:48 -0000 --- all_subdir_libdpv --- static struct config dialogrc_config[] = { ^ /usr/src/lib/libdpv/dialogrc.h:53:8: note: forward declaration of 'struct config' struct config *dialogrc_config_option(const char *_directive); ^ /usr/src/lib/libdpv/dialogrc.c:64:6: error: use of undeclared identifier 'TYPE_INT' {TYPE_INT, "aspect", {(void *)0}, &setnum}, ^ /usr/src/lib/libdpv/dialogrc.c:65:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "separate_widget", {separator}, &setstr}, ^ /usr/src/lib/libdpv/dialogrc.c:66:6: error: use of undeclared identifier 'TYPE_INT' {TYPE_INT, "tab_len", {(void *)0}, &setnum}, ^ /usr/src/lib/libdpv/dialogrc.c:67:6: error: use of undeclared identifier 'TYPE_BOOL'; did you mean 'FP_TYPE_BOOL'? {TYPE_BOOL, "visit_items", {(void *)0}, &setbool}, ^~~~~~~~~ FP_TYPE_BOOL /usr/obj/usr/src/tmp/usr/include/figpar.h:51:2: note: 'FP_TYPE_BOOL' declared here FP_TYPE_BOOL = 0x0001, /* boolean */ ^ /usr/src/lib/libdpv/dialogrc.c:68:6: error: use of undeclared identifier 'TYPE_BOOL'; did you mean 'FP_TYPE_BOOL'? {TYPE_BOOL, "use_shadow", {(void *)1}, &setbool}, ^~~~~~~~~ FP_TYPE_BOOL /usr/obj/usr/src/tmp/usr/include/figpar.h:51:2: note: 'FP_TYPE_BOOL' declared here FP_TYPE_BOOL = 0x0001, /* boolean */ ^ /usr/src/lib/libdpv/dialogrc.c:69:6: error: use of undeclared identifier 'TYPE_BOOL'; did you mean 'FP_TYPE_BOOL'? {TYPE_BOOL, "use_colors", {(void *)1}, &setbool}, ^~~~~~~~~ FP_TYPE_BOOL /usr/obj/usr/src/tmp/usr/include/figpar.h:51:2: note: 'FP_TYPE_BOOL' declared here FP_TYPE_BOOL = 0x0001, /* boolean */ ^ --- all_subdir_libdevinfo --- ERROR: ctfmerge: No ctf sections found to merge --- all_subdir_libdpv --- /usr/src/lib/libdpv/dialogrc.c:70:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "screen_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:71:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "shadow_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:72:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "dialog_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:73:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "title_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:74:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "border_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:75:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "button_active_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:76:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "button_inactive_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:77:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "button_key_active_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:78:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "button_key_inactive_color", {NULL}, &setattr}, ^ --- all_subdir_libkvm --- ===> lib/libkvm (all) --- all_subdir_libdpv --- /usr/src/lib/libdpv/dialogrc.c:79:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "button_label_active_color", {NULL}, &setattr}, ^ --- all_subdir_libdpv --- static struct config dialogrc_config[] = { ^ /usr/src/lib/libdpv/dialogrc.h:53:8: note: forward declaration of 'struct config' struct config *dialogrc_config_option(const char *_directive); ^ /usr/src/lib/libdpv/dialogrc.c:64:6: error: use of undeclared identifier 'TYPE_INT' {TYPE_INT, "aspect", {(void *)0}, &setnum}, ^ /usr/src/lib/libdpv/dialogrc.c:65:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "separate_widget", {separator}, &setstr}, ^ /usr/src/lib/libdpv/dialogrc.c:66:6: error: use of undeclared identifier 'TYPE_INT' {TYPE_INT, "tab_len", {(void *)0}, &setnum}, ^ /usr/src/lib/libdpv/dialogrc.c:67:6: error: use of undeclared identifier 'TYPE_BOOL'; did you mean 'FP_TYPE_BOOL'? {TYPE_BOOL, "visit_items", {(void *)0}, &setbool}, ^~~~~~~~~ FP_TYPE_BOOL /usr/obj/usr/src/tmp/usr/include/figpar.h:51:2: note: 'FP_TYPE_BOOL' declared here FP_TYPE_BOOL = 0x0001, /* boolean */ ^ /usr/src/lib/libdpv/dialogrc.c:68:6: error: use of undeclared identifier 'TYPE_BOOL'; did you mean 'FP_TYPE_BOOL'? {TYPE_BOOL, "use_shadow", {(void *)1}, &setbool}, ^~~~~~~~~ FP_TYPE_BOOL /usr/obj/usr/src/tmp/usr/include/figpar.h:51:2: note: 'FP_TYPE_BOOL' declared here FP_TYPE_BOOL = 0x0001, /* boolean */ ^ /usr/src/lib/libdpv/dialogrc.c:69:6: error: use of undeclared identifier 'TYPE_BOOL'; did you mean 'FP_TYPE_BOOL'? {TYPE_BOOL, "use_colors", {(void *)1}, &setbool}, ^~~~~~~~~ FP_TYPE_BOOL /usr/obj/usr/src/tmp/usr/include/figpar.h:51:2: note: 'FP_TYPE_BOOL' declared here FP_TYPE_BOOL = 0x0001, /* boolean */ ^ --- all_subdir_libdevinfo --- ERROR: ctfmerge: No ctf sections found to merge --- all_subdir_libdpv --- /usr/src/lib/libdpv/dialogrc.c:70:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "screen_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:71:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "shadow_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:72:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "dialog_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:73:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "title_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:74:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "border_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:75:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "button_active_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:76:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "button_inactive_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:77:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "button_key_active_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:78:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "button_key_inactive_color", {NULL}, &setattr}, ^ --- all_subdir_libkvm --- ===> lib/libkvm (all) --- all_subdir_libdpv --- /usr/src/lib/libdpv/dialogrc.c:79:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "button_label_active_color", {NULL}, &setattr}, ^ --- all_subdir_libdpv --- static struct config dialogrc_config[] = { ^ /usr/src/lib/libdpv/dialogrc.h:53:8: note: forward declaration of 'struct config' struct config *dialogrc_config_option(const char *_directive); ^ /usr/src/lib/libdpv/dialogrc.c:64:6: error: use of undeclared identifier 'TYPE_INT' {TYPE_INT, "aspect", {(void *)0}, &setnum}, ^ /usr/src/lib/libdpv/dialogrc.c:65:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "separate_widget", {separator}, &setstr}, ^ /usr/src/lib/libdpv/dialogrc.c:66:6: error: use of undeclared identifier 'TYPE_INT' {TYPE_INT, "tab_len", {(void *)0}, &setnum}, ^ /usr/src/lib/libdpv/dialogrc.c:67:6: error: use of undeclared identifier 'TYPE_BOOL'; did you mean 'FP_TYPE_BOOL'? {TYPE_BOOL, "visit_items", {(void *)0}, &setbool}, ^~~~~~~~~ FP_TYPE_BOOL /usr/obj/usr/src/tmp/usr/include/figpar.h:51:2: note: 'FP_TYPE_BOOL' declared here FP_TYPE_BOOL = 0x0001, /* boolean */ ^ /usr/src/lib/libdpv/dialogrc.c:68:6: error: use of undeclared identifier 'TYPE_BOOL'; did you mean 'FP_TYPE_BOOL'? {TYPE_BOOL, "use_shadow", {(void *)1}, &setbool}, ^~~~~~~~~ FP_TYPE_BOOL /usr/obj/usr/src/tmp/usr/include/figpar.h:51:2: note: 'FP_TYPE_BOOL' declared here FP_TYPE_BOOL = 0x0001, /* boolean */ ^ /usr/src/lib/libdpv/dialogrc.c:69:6: error: use of undeclared identifier 'TYPE_BOOL'; did you mean 'FP_TYPE_BOOL'? {TYPE_BOOL, "use_colors", {(void *)1}, &setbool}, ^~~~~~~~~ FP_TYPE_BOOL /usr/obj/usr/src/tmp/usr/include/figpar.h:51:2: note: 'FP_TYPE_BOOL' declared here FP_TYPE_BOOL = 0x0001, /* boolean */ ^ --- all_subdir_libdevinfo --- ERROR: ctfmerge: No ctf sections found to merge --- all_subdir_libdpv --- /usr/src/lib/libdpv/dialogrc.c:70:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "screen_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:71:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "shadow_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:72:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "dialog_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:73:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "title_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:74:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "border_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:75:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "button_active_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:76:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "button_inactive_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:77:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "button_key_active_color", {NULL}, &setattr}, ^ /usr/src/lib/libdpv/dialogrc.c:78:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "button_key_inactive_color", {NULL}, &setattr}, ^ --- all_subdir_libkvm --- ===> lib/libkvm (all) --- all_subdir_libdpv --- /usr/src/lib/libdpv/dialogrc.c:79:6: error: use of undeclared identifier 'TYPE_STR' {TYPE_STR, "button_label_active_color", {NULL}, &setattr}, ^ borg.lerctr.org /usr/src # svn info Path: . Working Copy Root Path: /usr/src URL: svn://svn.freebsd.org/base/head Relative URL: ^/head Repository Root: svn://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 274118 Node Kind: directory Schedule: normal Last Changed Author: melifaro Last Changed Rev: 274118 Last Changed Date: 2014-11-04 18:58:01 -0600 (Tue, 04 Nov 2014) -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 108 Turvey Cove, Hutto, TX 78634-5688