Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 389814 Details for
Bug 513716
sys-devel/gcc[gcj]: Incorrect dependency on media-libs/libart_lgpl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for GCC 4.8.2 - 4.9.2
gcc-4.8.2-delete-libart-check.patch (text/plain), 7.34 KB, created by
Arfrever Frehtes Taifersar Arahesis
on 2014-11-19 21:32:02 UTC
(
hide
)
Description:
Patch for GCC 4.8.2 - 4.9.2
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis
Created:
2014-11-19 21:32:02 UTC
Size:
7.34 KB
patch
obsolete
>https://bugs.gentoo.org/show_bug.cgi?id=513716 >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61552 > >--- libjava/configure.ac >+++ libjava/configure.ac >@@ -1453,10 +1453,6 @@ > AC_SUBST(GLIB_CFLAGS) > AC_SUBST(GLIB_LIBS) > >- PKG_CHECK_MODULES(LIBART, libart-2.0 >= 2.1) >- AC_SUBST(LIBART_CFLAGS) >- AC_SUBST(LIBART_LIBS) >- > # We require the XTest Extension to support java.awt.Robot. > AC_CHECK_LIB([Xtst], [XTestQueryExtension], [true], > [AC_MSG_ERROR([libXtst not found, required by java.awt.Robot])], >--- libjava/configure >+++ libjava/configure >@@ -666,8 +666,6 @@ > SYS_ZLIBS > ZLIBS > CLASSPATH_SEPARATOR >-LIBART_LIBS >-LIBART_CFLAGS > GLIB_LIBS > GLIB_CFLAGS > GTK_LIBS >@@ -23114,163 +23112,6 @@ > fi > > >- >- >- >- succeeded=no >- >- if test -z "$PKG_CONFIG"; then >- if test -n "$ac_tool_prefix"; then >- # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. >-set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 >-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 >-$as_echo_n "checking for $ac_word... " >&6; } >-if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : >- $as_echo_n "(cached) " >&6 >-else >- case $PKG_CONFIG in >- [\\/]* | ?:[\\/]*) >- ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. >- ;; >- *) >- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR >-for as_dir in $PATH >-do >- IFS=$as_save_IFS >- test -z "$as_dir" && as_dir=. >- for ac_exec_ext in '' $ac_executable_extensions; do >- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then >- ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" >- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 >- break 2 >- fi >-done >- done >-IFS=$as_save_IFS >- >- ;; >-esac >-fi >-PKG_CONFIG=$ac_cv_path_PKG_CONFIG >-if test -n "$PKG_CONFIG"; then >- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 >-$as_echo "$PKG_CONFIG" >&6; } >-else >- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 >-$as_echo "no" >&6; } >-fi >- >- >-fi >-if test -z "$ac_cv_path_PKG_CONFIG"; then >- ac_pt_PKG_CONFIG=$PKG_CONFIG >- # Extract the first word of "pkg-config", so it can be a program name with args. >-set dummy pkg-config; ac_word=$2 >-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 >-$as_echo_n "checking for $ac_word... " >&6; } >-if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then : >- $as_echo_n "(cached) " >&6 >-else >- case $ac_pt_PKG_CONFIG in >- [\\/]* | ?:[\\/]*) >- ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. >- ;; >- *) >- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR >-for as_dir in $PATH >-do >- IFS=$as_save_IFS >- test -z "$as_dir" && as_dir=. >- for ac_exec_ext in '' $ac_executable_extensions; do >- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then >- ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" >- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 >- break 2 >- fi >-done >- done >-IFS=$as_save_IFS >- >- ;; >-esac >-fi >-ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG >-if test -n "$ac_pt_PKG_CONFIG"; then >- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 >-$as_echo "$ac_pt_PKG_CONFIG" >&6; } >-else >- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 >-$as_echo "no" >&6; } >-fi >- >- if test "x$ac_pt_PKG_CONFIG" = x; then >- PKG_CONFIG="no" >- else >- case $cross_compiling:$ac_tool_warned in >-yes:) >-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 >-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} >-ac_tool_warned=yes ;; >-esac >- PKG_CONFIG=$ac_pt_PKG_CONFIG >- fi >-else >- PKG_CONFIG="$ac_cv_path_PKG_CONFIG" >-fi >- >- fi >- >- if test "$PKG_CONFIG" = "no" ; then >- echo "*** The pkg-config script could not be found. Make sure it is" >- echo "*** in your path, or set the PKG_CONFIG environment variable" >- echo "*** to the full path to pkg-config." >- echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." >- else >- PKG_CONFIG_MIN_VERSION=0.9.0 >- if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then >- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libart-2.0 >= 2.1" >&5 >-$as_echo_n "checking for libart-2.0 >= 2.1... " >&6; } >- >- if $PKG_CONFIG --exists "libart-2.0 >= 2.1" ; then >- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 >-$as_echo "yes" >&6; } >- succeeded=yes >- >- { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBART_CFLAGS" >&5 >-$as_echo_n "checking LIBART_CFLAGS... " >&6; } >- LIBART_CFLAGS=`$PKG_CONFIG --cflags "libart-2.0 >= 2.1"` >- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBART_CFLAGS" >&5 >-$as_echo "$LIBART_CFLAGS" >&6; } >- >- { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBART_LIBS" >&5 >-$as_echo_n "checking LIBART_LIBS... " >&6; } >- LIBART_LIBS=`$PKG_CONFIG --libs "libart-2.0 >= 2.1"` >- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBART_LIBS" >&5 >-$as_echo "$LIBART_LIBS" >&6; } >- else >- LIBART_CFLAGS="" >- LIBART_LIBS="" >- ## If we have a custom action on failure, don't print errors, but >- ## do set a variable so people can do so. >- LIBART_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libart-2.0 >= 2.1"` >- echo $LIBART_PKG_ERRORS >- fi >- >- >- >- else >- echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." >- echo "*** See http://www.freedesktop.org/software/pkgconfig" >- fi >- fi >- >- if test $succeeded = yes; then >- : >- else >- as_fn_error "Library requirements (libart-2.0 >= 2.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." "$LINENO" 5 >- fi >- >- > > > # We require the XTest Extension to support java.awt.Robot. >--- libjava/Makefile.in >+++ libjava/Makefile.in >@@ -596,8 +596,6 @@ > LDLIBICONV = @LDLIBICONV@ > LD_FINISH_STATIC_SPEC = @LD_FINISH_STATIC_SPEC@ > LD_START_STATIC_SPEC = @LD_START_STATIC_SPEC@ >-LIBART_CFLAGS = @LIBART_CFLAGS@ >-LIBART_LIBS = @LIBART_LIBS@ > LIBDIR = @LIBDIR@ > LIBFFI = @LIBFFI@ > LIBFFIINCS = @LIBFFIINCS@ >--- libjava/gcj/Makefile.in >+++ libjava/gcj/Makefile.in >@@ -177,8 +177,6 @@ > LDLIBICONV = @LDLIBICONV@ > LD_FINISH_STATIC_SPEC = @LD_FINISH_STATIC_SPEC@ > LD_START_STATIC_SPEC = @LD_START_STATIC_SPEC@ >-LIBART_CFLAGS = @LIBART_CFLAGS@ >-LIBART_LIBS = @LIBART_LIBS@ > LIBDIR = @LIBDIR@ > LIBFFI = @LIBFFI@ > LIBFFIINCS = @LIBFFIINCS@ >--- libjava/include/Makefile.in >+++ libjava/include/Makefile.in >@@ -178,8 +178,6 @@ > LDLIBICONV = @LDLIBICONV@ > LD_FINISH_STATIC_SPEC = @LD_FINISH_STATIC_SPEC@ > LD_START_STATIC_SPEC = @LD_START_STATIC_SPEC@ >-LIBART_CFLAGS = @LIBART_CFLAGS@ >-LIBART_LIBS = @LIBART_LIBS@ > LIBDIR = @LIBDIR@ > LIBFFI = @LIBFFI@ > LIBFFIINCS = @LIBFFIINCS@ >--- libjava/testsuite/Makefile.in >+++ libjava/testsuite/Makefile.in >@@ -153,8 +153,6 @@ > LDLIBICONV = @LDLIBICONV@ > LD_FINISH_STATIC_SPEC = @LD_FINISH_STATIC_SPEC@ > LD_START_STATIC_SPEC = @LD_START_STATIC_SPEC@ >-LIBART_CFLAGS = @LIBART_CFLAGS@ >-LIBART_LIBS = @LIBART_LIBS@ > LIBDIR = @LIBDIR@ > LIBFFI = @LIBFFI@ > LIBFFIINCS = @LIBFFIINCS@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 513716
:
379342
|
389278
|
389282
|
389798
|
389800
|
389802
|
389804
|
389806
|
389808
|
389810
|
389812
| 389814 |
389816
|
404450