Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 436120 - media-gfx/inkscape-0.48.3.1 configure: error: Package requirements were not met (cblas.pc)
Summary: media-gfx/inkscape-0.48.3.1 configure: error: Package requirements were not m...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-24 17:13 UTC by Anton Kochkov
Modified: 2014-12-14 19:15 UTC (History)
1 user (show)

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


Attachments
full config log (inkscape-0.48.3.1_config.log,74.91 KB, text/plain)
2012-09-24 17:13 UTC, Anton Kochkov
Details
full build log (inkscape-0.48.3.1_build.log,10.65 KB, text/plain)
2012-09-24 17:14 UTC, Anton Kochkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Kochkov 2012-09-24 17:13:34 UTC
Created attachment 324856 [details]
full config log

It show this error, while installed blas-reference package from [science] overlay

checking whether Poppler's GfxPatch no longer uses GfxColor... yes
checking for LIBWPG02... yes
checking for IMAGEMAGICK... yes
checking for CAIRO_USER_FONTS... yes
checking for INKSCAPE... no
configure: error: Package requirements (gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0  libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= 2.0.12    gthread-2.0 >= 2.0 libpng >= 1.2 gsl) were not met:

Package cblas was not found in the pkg-config search path.
Perhaps you should add the directory containing `cblas.pc'
to the PKG_CONFIG_PATH environment variable
Package 'cblas', required by 'GSL', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables INKSCAPE_CFLAGS
and INKSCAPE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/media-gfx/inkscape-0.48.3.1/work/inkscape-0.48.3.1/config.log
 [31;01m*[0m ERROR: media-gfx/inkscape-0.48.3.1 failed (configure phase):
 [31;01m*[0m   econf failed
Comment 1 Anton Kochkov 2012-09-24 17:14:01 UTC
Created attachment 324858 [details]
full build log
Comment 2 Andrew Savchenko gentoo-dev 2012-10-06 20:58:27 UTC
I had the same problem due to broken /usr/lib/pkgconfig/cblas.pc symlink, perhaps something messed up during update.

Rerun eselect cblas set <whatever-version-you-want>.
This solved a problem for me.