Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34650 - unixODBC ebuild should conditionally install gODBCConfig
Summary: unixODBC ebuild should conditionally install gODBCConfig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 35018
  Show dependency tree
 
Reported: 2003-11-28 15:31 UTC by Jonathan Nall
Modified: 2003-12-03 16:05 UTC (History)
0 users

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


Attachments
ebuild with gtk+ support (unixODBC-2.2.6-r1.ebuild,1.34 KB, text/plain)
2003-11-29 08:24 UTC, Jonathan Nall
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Nall 2003-11-28 15:31:49 UTC
in the unixODBC tarball, there is source code for a utility, gODBCConfig. this
is a GTK+-1.2.x app that allows for GUI configuration of unixODBC (as opposed to
the QT gui specified by --enable-gui). to build this, one need to just:
cd ${WORKDIR}/${PF}/gODBCConfig
./configure [options]
make
make install

and do the proper dobin stuff.

of course, this should all be qualified by the user having gtk in their USE flags.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
gODBCConfig is never installed

Expected Results:  
gODBCConfig is installed if "gtk" is in the USE variable
Comment 1 Jonathan Nall 2003-11-29 08:24:38 UTC
Created attachment 21468 [details]
ebuild with gtk+ support

i got bored last night and fixed up the build to support building the gtk+
interface.
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2003-12-01 12:26:07 UTC
Committed.  Thank you!