Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 689356

Summary: net-analyzer/barnyard2-1.13 : ERROR: unable to find odbc library (libodbc)
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Patrick Lauer <patrick>
Status: RESOLVED DUPLICATE    
Severity: normal CC: netmon
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
net-analyzer:barnyard2-1.13:20190706-122810.log
temp.tbz2

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.