pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/49825: pkgsrc-2015Q1 www/webkit-gtk build fails on NetBSD6.1.5
The following reply was made to PR pkg/49825; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: joerg%britannica.bec.de@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: pkg/49825: pkgsrc-2015Q1 www/webkit-gtk build fails on NetBSD6.1.5
Date: Fri, 10 Apr 2015 00:09:17 +0900
> Well, what does config.log say why it fails?
---
:
configure:21896: checking pthread.h usability
configure:21896: gcc -c -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -pthread -std=c99 -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I/usr/X11R7/include/libdrm conftest.c >&5
In file included from /usr/pkg/gcc48/lib/gcc/i486--netbsdelf/4.8.4/include-fixed/stdio.h:536:0,
from conftest.c:30:
/usr/pkg/gcc48/lib/gcc/i486--netbsdelf/4.8.4/include/ssp/stdio.h:38:17: fatal error: ssp.h: No such file or directory
#include <ssp.h>
^
compilation terminated.
configure:21896: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "WebKitGTK"
| #define PACKAGE_TARNAME "webkitgtk"
| #define PACKAGE_VERSION "2.4.8"
| #define PACKAGE_STRING "WebKitGTK 2.4.8"
| #define PACKAGE_BUGREPORT "http://bugs.webkit.org/"
| #define PACKAGE_URL ""
| #define USER_AGENT_GTK_MAJOR_VERSION 538
| #define USER_AGENT_GTK_MINOR_VERSION 15
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_WEBP_DECODE_H 1
| #define HAVE_GL_GLX_H 1
| #define HAVE_GL_GL_H 1
| #define GETTEXT_PACKAGE "WebKitGTK-2.0"
| #define NDEBUG 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pthread.h>
configure:21896: result: no
configure:21896: checking pthread.h presence
configure:21896: gcc -E -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I/usr/X11R7/include/libdrm conftest.c
configure:21896: $? = 0
configure:21896: result: yes
configure:21896: WARNING: pthread.h: present but cannot be compiled
configure:21896: WARNING: pthread.h: check for missing prerequisite headers?
configure:21896: WARNING: pthread.h: see the Autoconf documentation
configure:21896: WARNING: pthread.h: section "Present But Cannot Be Compiled"
configure:21896: WARNING: pthread.h: proceeding with the compiler's result
configure:21896: checking for pthread.h
configure:21896: result: no
configure:21905: error: pthread support is required to build WebKit
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index