From owner-freebsd-stable@FreeBSD.ORG Fri Oct 18 17:55:45 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 035B2DF3; Fri, 18 Oct 2013 17:55:45 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-qc0-x233.google.com (mail-qc0-x233.google.com [IPv6:2607:f8b0:400d:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB382244F; Fri, 18 Oct 2013 17:55:44 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id k18so694681qcv.10 for ; Fri, 18 Oct 2013 10:55:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=QErCcys1eOq6OyDRAjf+xMT7aDwVKzx4UVrXtYNOpDA=; b=elw1ck1+47i1Hvmmk8+/rvCOVKbuvr0Vi2KbqztU+6DuKT9aq6ktKogl+Z/DeMRkGj 2vAIMDUOM54oVyfs3/A60+ioREkxt+JGJPjMhiJAXuIHYBAH8MoomLh+qcZl8PbqwudL VnpEQOnM1Y1CntHRRyIvO7XtgIpltKDHEnhsPy9N9JDwiR+8wjG/+oKA7ydSdJAJalsw KfhzOeBS6fczf6ewd1LK4gJ3w7Eznc03utM+pRVREvcBVvMewXFyHRcecVeoz1mIB2Ae 6Rx2txuVlt6keUX8LIqm0zzNIhoQOOwTU3Y6Pca56zEmi5PfGXJ6G7LLVPF0tNMlOchj 74Kg== MIME-Version: 1.0 X-Received: by 10.229.192.6 with SMTP id do6mr5788166qcb.3.1382118943838; Fri, 18 Oct 2013 10:55:43 -0700 (PDT) Received: by 10.96.180.233 with HTTP; Fri, 18 Oct 2013 10:55:43 -0700 (PDT) Date: Fri, 18 Oct 2013 20:55:43 +0300 Message-ID: Subject: www/w3m fails to build under stable/10 r256624 i386 From: Kimmo Paasiala To: freebsd-ports , "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Oct 2013 17:55:45 -0000 The error message I'm getting is cc -I. -I. -O2 -pipe -fno-strict-aliasing -I./libwc -I/usr/include/openssl -I/usr/local/include -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -c main.c main.c:836:23: error: assigning to 'GC_warn_proc' (aka 'void (*)(char *, GC_word)') from incompatible type 'void' orig_GC_warn_proc = GC_set_warn_proc(wrap_GC_warn_proc); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:2264:37: warning: incompatible pointer types passing 'char **' to parameter of type 'wc_uchar **' (aka 'unsigned char **') [-Wincompatible-pointer-types] return wc_any_to_ucs(wtf_parse1(&p)); ^~ ./libwc/wtf.h:71:41: note: passing argument to parameter 'p' here extern wc_wchar_t wtf_parse1(wc_uchar **p); ^ 1 warning and 1 error generated. *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/www/w3m/work/w3m-0.5.3 *** Error code 1 Anyone else seeing this? www/w3m is quite an important port because it's required to build devel/git. Full build log at pastebin: http://pastebin.com/TZCxYLar -Kimmo