From owner-freebsd-ports-bugs@freebsd.org Sat Aug 27 18:41:42 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16518B77723 for ; Sat, 27 Aug 2016 18:41:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFA15CC0 for ; Sat, 27 Aug 2016 18:41:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7RIffMU079159 for ; Sat, 27 Aug 2016 18:41:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211603] [NEW PORT] devel/kore: Web application framework for writing web APIs in C Date: Sat, 27 Aug 2016 18:41:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2016 18:41:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211603 Kurt Jaeger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pi@FreeBSD.org --- Comment #2 from Kurt Jaeger --- Fails to build on 10.3-i386 with=20 cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -Iincludes -std=3Dc99 -pedantic -DPREFIX=3D'"/usr/local"' -I/usr/local/include -DKORE_USE_PGSQL -DPGSQL_INCLUDE_PATH=3D"\"/usr/local/include\"" -DKORE_USE_TASKS -DKORE_USE_JSONRPC -I/usr/local/include -c src/tasks.c -o obj/tasks.o src/pgsql.c:222:6: error: variable 'args' is used uninitialized whenever 'i= f' condition is false [-Werror,-Wsometimes-uninitialized] if (count > 0) ^~~~~~~~~ src/pgsql.c:225:63: note: uninitialized use occurs here ret =3D kore_pgsql_v_query_params(pgsql, query, result, count, args= ); ^~~~ src/pgsql.c:222:2: note: remove the 'if' if its condition is always true if (count > 0) ^~~~~~~~~~~~~~ src/pgsql.c:220:15: note: initialize the variable 'args' to silence this warning va_list args; ^ =3D NULL 1 error generated. gmake[1]: *** [Makefile:106: obj/pgsql.o] Error 1 for the full build see http://people.freebsd.org/~pi/logs/devel__kore-10i-1472321629.txt It's interesting this does not happen on amd64 ? --=20 You are receiving this mail because: You are the assignee for the bug.=