Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607006 - dev-libs/libcss-0.6.1 : src/.../hash.c:374:6: error: implicit declaration of function ‘lwc_string_caseless_hash_value’ [-Werror=implicit-function-declaration]
Summary: dev-libs/libcss-0.6.1 : src/.../hash.c:374:6: error: implicit declaration of ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-5-stable
  Show dependency tree
 
Reported: 2017-01-24 09:58 UTC by Toralf Förster
Modified: 2017-01-27 23:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,6.31 KB, text/plain)
2017-01-24 09:58 UTC, Toralf Förster
Details
dev-libs:libcss-0.6.1:20170124-052838.log (dev-libs:libcss-0.6.1:20170124-052838.log,137.69 KB, text/plain)
2017-01-24 09:59 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,318.47 KB, text/plain)
2017-01-24 09:59 UTC, Toralf Förster
Details
environment (environment,99.62 KB, text/plain)
2017-01-24 09:59 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,20.00 KB, application/x-bzip)
2017-01-24 09:59 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-01-24 09:58:55 UTC
x86_64-pc-linux-gnu-gcc -MMD -MP -D_BSD_SOURCE -D_DEFAULT_SOURCE -I/var/tmp/portage/dev-libs/libcss-0.6.1/work/libcss-0.6.1-abi_x86_64.amd64/include/ -I/var/tmp/portage/dev-libs/libcss-0.6.1/work/libcss-0.6.1-abi_x86_64.amd64/src -Wall -W -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror -O2 -pipe -march=native -Wall -D_ALIGNED="__attribute__((aligned))" -DNDEBUG  -std=c99  -fPIC -DPIC -o build-release-x86_64-pc-linux-gnu-release-lib-shared/src_select_hash.o -c src/select/hash.c
src/select/hash.c: In function ‘css__selector_hash_find’:
src/select/hash.c:374:6: error: implicit declaration of function ‘lwc_string_caseless_hash_value’ [-Werror=implicit-function-declaration]
  if (lwc_string_caseless_hash_value(req->qname.name,
      ^

  -----------------------------------------------------------------

  This is an unstable amd64 chroot image (named desktop-unstable_20170117-114911) at a hardened host acting as a tinderbox.

  -----------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *
llvm-config --version:
3.9.1
Available Java Virtual Machines:
  [1]   icedtea-bin-7 
  [2]   icedtea-bin-8  system-vm
  [3]   jamvm 
Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.5 (fallback)
  [3]   python2.7 (fallback)
  [4]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 7.2.6.8 [icedtea-bin-7]
*)	IcedTea JDK 3.2.0 [icedtea-bin-8]
3)	JamVM JDK 2.0.0 [jamvm]
  -----------------------------------------------------------------
Comment 1 Toralf Förster gentoo-dev 2017-01-24 09:58:58 UTC
Created attachment 461158 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-01-24 09:59:00 UTC
Created attachment 461160 [details]
dev-libs:libcss-0.6.1:20170124-052838.log
Comment 3 Toralf Förster gentoo-dev 2017-01-24 09:59:03 UTC
Created attachment 461162 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-01-24 09:59:06 UTC
Created attachment 461164 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-01-24 09:59:09 UTC
Created attachment 461166 [details]
etc.portage.tbz2
Comment 6 Michael Weber (RETIRED) gentoo-dev 2017-01-27 23:33:52 UTC
commit 8a4c428797c8d73c269edbaa6fea8ccb95b8c7f9
Author: Michael Weber <xmw@gentoo.org>
Date:   Sat Jan 28 00:32:57 2017 +0100

    dev-libs/libcss: Fix deps (bug 607006).
    
    Package-Manager: Portage-2.3.3, Repoman-2.3.1

diff --git a/dev-libs/libcss/libcss-0.6.1.ebuild b/dev-libs/libcss/libcss-0.6.1.ebuild
index c8f764f432..55bf71255c 100644
--- a/dev-libs/libcss/libcss-0.6.1.ebuild
+++ b/dev-libs/libcss/libcss-0.6.1.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~m68k-mint"
 IUSE="test"
 
 RDEPEND=">=dev-libs/libparserutils-0.2.1-r1[static-libs?,${MULTILIB_USEDEP}]
-       >=dev-libs/libwapcaplet-0.2.2-r1[static-libs?,${MULTILIB_USEDEP}]"
+       >=dev-libs/libwapcaplet-0.4.0[static-libs?,${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
        virtual/pkgconfig
        test? ( dev-lang/perl )"