From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 1 09:04:17 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2080EB75 for ; Fri, 1 May 2015 09:04:17 +0000 (UTC) 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 0A0911D75 for ; Fri, 1 May 2015 09:04:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t4194GPl094284 for ; Fri, 1 May 2015 09:04:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199834] www/netsurf does not build on ARM and amd64 Date: Fri, 01 May 2015 09:04:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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 Some People X-Bugzilla-Who: usenet@ulrich-grey.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2015 09:04:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199834 Bug ID: 199834 Summary: www/netsurf does not build on ARM and amd64 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: usenet@ulrich-grey.de COMPILE: src/surface/x.c cc -MMD -MP -std=c99 -D_BSD_SOURCE -D_POSIX_C_SOURCE=200112L -I/usr/local/DEVEL/ports/www/netsurf/work/netsurf-full-3.0/src/libnsfb-0.1.0/include/ -I/usr/local/DEVEL/ports/www/netsurf/work/netsurf-full-3.0/src/libnsfb-0.1.0/src -O -pipe -mfloat-abi=softfp -I/usr/local/include -DLIBICONV_PLUG -fno-strict-aliasing -D_ALIGNED="__attribute__((aligned))" -O -pipe -mfloat-abi=softfp -I/usr/local/include -DLIBICONV_PLUG -fno-strict-aliasing -DBUILD_TARGET_gtk -DBUILD_HOST_FreeBSD -Wno-error -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DNSFB_NEED_HINTS_ALLOC -DNSFB_NEED_ICCCM_API_PREFIX -DNSFB_XCBPROTO_MAJOR_VERSION=1 -DNSFB_XCBPROTO_MINOR_VERSION=11 -I/usr/local/include -o build-FreeBSD-gtk-release-lib-static/src_surface_x.o -c src/surface/x.c src/surface/x.c:919:13: error: use of undeclared identifier 'fd_set' fd_set rfds; ^ src/surface/x.c:920:28: error: variable has incomplete type 'struct timeval' struct timeval tv; ^ src/surface/x.c:920:20: note: forward declaration of 'struct timeval' struct timeval tv; ^ src/surface/x.c:924:13: warning: implicit declaration of function 'FD_ZERO' is invalid in C99 [-Wimplicit-function-declaration] FD_ZERO(&rfds); ^ src/surface/x.c:924:22: error: use of undeclared identifier 'rfds' FD_ZERO(&rfds); ^ src/surface/x.c:925:13: warning: implicit declaration of function 'FD_SET' is invalid in C99 [-Wimplicit-function-declaration] FD_SET(confd, &rfds); ^ src/surface/x.c:925:28: error: use of undeclared identifier 'rfds' FD_SET(confd, &rfds); ^ src/surface/x.c:930:22: warning: implicit declaration of function 'select' is invalid in C99 [-Wimplicit-function-declaration] retval = select(confd + 1, &rfds, NULL, NULL, &tv); ^ src/surface/x.c:930:41: error: use of undeclared identifier 'rfds' retval = select(confd + 1, &rfds, NULL, NULL, &tv); ^ 3 warnings and 5 errors generated. /usr/local/DEVEL/ports/www/netsurf/work/netsurf-full-3.0/prefix-gtk/share/netsurf-buildsystem/makefiles/Makefile.top:573: recipe for target 'build-FreeBSD-gtk-release-lib-static/src_surface_x.o' failed gmake[3]: *** [build-FreeBSD-gtk-release-lib-static/src_surface_x.o] Error 1 gmake[3]: Leaving directory '/usr/local/DEVEL/ports/www/netsurf/work/netsurf-full-3.0/src/libnsfb-0.1.0' Makefile:80: recipe for target '/usr/local/DEVEL/ports/www/netsurf/work/netsurf-full-3.0/prefix-gtk/build-stamp' failed gmake[2]: *** [/usr/local/DEVEL/ports/www/netsurf/work/netsurf-full-3.0/prefix-gtk/build-stamp] Error 2 gmake[2]: Leaving directory '/usr/local/DEVEL/ports/www/netsurf/work/netsurf-full-3.0' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 -- You are receiving this mail because: You are the assignee for the bug.