Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573240 - app-admin/collectd-5.5.0: build error: cannot find the library 'libavltree.la' or unhandled argument 'libavltree.la'
Summary: app-admin/collectd-5.5.0: build error: cannot find the library 'libavltree.la...
Status: RESOLVED DUPLICATE of bug 570766
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Johan Bergström
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-28 19:46 UTC by PetaMem R&D
Modified: 2016-02-18 06:55 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description PetaMem R&D 2016-01-28 19:46:39 UTC
A long standing issue on one of our machines

....
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -march=corei7 -O2 -fvect-cost-model -ftree-vectorize -pipe -c parser.c  -fPIC -DPIC -o .libs/parser.o
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -march=corei7 -O2 -fvect-cost-model -ftree-vectorize -pipe -c oconfig.c  -fPIC -DPIC -o .libs/oconfig.o
oconfig.c: In function ‘oconfig_parse_fh’:
oconfig.c:68:12: warning: implicit declaration of function ‘yyparse’ [-Wimplicit-function-declaration]
   status = yyparse ();
            ^
parser.c: In function ‘yyparse’:
parser.c:1183:16: warning: implicit declaration of function ‘yylex’ [-Wimplicit-function-declaration]
       yychar = yylex ();
                ^
/bin/sh ../../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc  -march=corei7 -O2 -fvect-cost-model -ftree-vectorize -pipe -version-info 0:0:0 -lfl -Wl,-O1 -Wl,--as-needed -o liboconfig.la  oconfig.lo scanner.lo parser.lo  
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: link: x86_64-pc-linux-gnu-ar cru .libs/liboconfig.a .libs/oconfig.o .libs/scanner.o .libs/parser.o 
...
/bin/sh ../../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -Wall -Werror -march=corei7 -O2 -fvect-cost-model -ftree-vectorize -pipe  -Wl,-O1 -Wl,--as-needed -o libavltree.la  utils_avltree.lo  
libtool: link: ( cd ".libs" && rm -f "libheap.la" && ln -s "../libheap.la" "libheap.la" )
libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libplugin_mock.a .libs/plugin_mock.o .libs/utils_cache_mock.o .libs/utils_time_mock.o 
libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libplugin_mock.a
libtool: link: ( cd ".libs" && rm -f "libplugin_mock.la" && ln -s "../libplugin_mock.la" "libplugin_mock.la" )
libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libavltree.a .libs/utils_avltree.o 
libtool:   error: cannot find the library 'libavltree.la' or unhandled argument 'libavltree.la'
Makefile:881: recipe for target 'collectd' failed
make[3]: *** [collectd] Error 1


Reproducible: Always





"everything else (858 packages) builds"
Comment 1 Coacher 2016-01-29 00:52:36 UTC
Please attach the complete build log and `emerge --info` output.
Comment 2 Mihai Moldovan 2016-02-16 03:55:41 UTC
This is a duplicate of #570766 (although with different outcome.)

Please mark as such.
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2016-02-18 06:55:49 UTC

*** This bug has been marked as a duplicate of bug 570766 ***