Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689356 - net-analyzer/barnyard2-1.13 : ERROR: unable to find odbc library (libodbc)
Summary: net-analyzer/barnyard2-1.13 : ERROR: unable to find odbc library (libodbc)
Status: RESOLVED DUPLICATE of bug 689326
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-06 12:30 UTC by Toralf Förster
Modified: 2019-07-07 07:47 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.31 KB, text/plain)
2019-07-06 12:30 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,145.91 KB, text/plain)
2019-07-06 12:30 UTC, Toralf Förster
Details
environment (environment,63.54 KB, text/plain)
2019-07-06 12:31 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.36 KB, application/x-bzip)
2019-07-06 12:31 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,11.15 KB, application/x-bzip)
2019-07-06 12:31 UTC, Toralf Förster
Details
net-analyzer:barnyard2-1.13:20190706-122810.log (net-analyzer:barnyard2-1.13:20190706-122810.log,11.82 KB, text/plain)
2019-07-06 12:31 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,20.94 KB, application/x-bzip)
2019-07-06 12:31 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 2019-07-06 12:30:52 UTC
**********************************************
  ERROR: unable to find odbc library (libodbc)
  checked in the following places
        /usr/lib
**********************************************

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-hardened_20190703-234645

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *




emerge -qpvO net-analyzer/barnyard2
[ebuild  N    ] net-analyzer/barnyard2-1.13  USE="odbc -debug -gre -mpls -mysql -postgres -sguil"
Comment 1 Toralf Förster gentoo-dev 2019-07-06 12:30:55 UTC
Created attachment 582028 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-06 12:30:58 UTC
Created attachment 582030 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-07-06 12:31:01 UTC
Created attachment 582032 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-07-06 12:31:03 UTC
Created attachment 582034 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-07-06 12:31:06 UTC
Created attachment 582036 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-07-06 12:31:09 UTC
Created attachment 582038 [details]
net-analyzer:barnyard2-1.13:20190706-122810.log
Comment 7 Toralf Förster gentoo-dev 2019-07-06 12:31:12 UTC
Created attachment 582040 [details]
temp.tbz2
Comment 8 Jeroen Roovers (RETIRED) gentoo-dev 2019-07-06 13:24:03 UTC
I guess your libdir has no symlink.

*** This bug has been marked as a duplicate of bug 689326 ***
Comment 9 Toralf Förster gentoo-dev 2019-07-06 13:46:47 UTC
(In reply to Jeroen Roovers from comment #8)
> I guess your libdir has no symlink.
> 
> *** This bug has been marked as a duplicate of bug 689326 ***

Yes, it is 17.1 - why is this not a bug?
Comment 10 Jeroen Roovers (RETIRED) gentoo-dev 2019-07-07 07:47:33 UTC
(In reply to Toralf Förster from comment #9)
> (In reply to Jeroen Roovers from comment #8)
> > I guess your libdir has no symlink.
> > 
> > *** This bug has been marked as a duplicate of bug 689326 ***
> 
> Yes, it is 17.1 - why is this not a bug?

It is a bug, but it is a duplicate of another bug.

The almost-but-not-quite-autotools way of library discovery that the barnyard2 build system uses ignores custom LIBDIR (while configure accepts --libdir=... it does not use it) so filing a bug report for USE=odbc or USE=postgres would merely duplicate any effort to resolve the USE=mysql case you happened to find first.