Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 378539 - app-office/teapot-2.2.0 ebuild points to wrong fltk:1 system paths
Summary: app-office/teapot-2.2.0 ebuild points to wrong fltk:1 system paths
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Kevin McCarthy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-09 16:29 UTC by Dennis Nezic
Modified: 2011-12-10 14:18 UTC (History)
1 user (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 Dennis Nezic 2011-08-09 16:29:35 UTC
Currently the teapot ebuild manually appends the fltk1 system paths as follows:

   append-cxxflags -I/usr/include/fltk-1.1
   append-ldflags -L/usr/$(get_libdir)/fltk-1.1

But on my system, fltk:1 is located in:
   /usr/include/fltk-1
   /usr/lib/fltk-1

I wonder if gentoo has a way of automatically spitting out fltk's lib/include dirs, at least better than: $(equery f fltk:1 | grep -m 1 /usr/include/.. | cut -d/ -f4)

Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2011-12-10 14:18:52 UTC
+  10 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> teapot-2.2.0.ebuild:
+  Fix paths to fltk-1.3.0 wrt #378539 by Dennis Nezic
+