Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 425294 - sci-chemistry/apbs installs empty pkg-config file
Summary: sci-chemistry/apbs installs empty pkg-config file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-08 10:07 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2012-07-19 10:20 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-07-08 10:07:05 UTC
# strace pkg-config --list-all
open("/usr/lib64/pkgconfig/apbs.pc", O_RDONLY) = 3
Package file '' appears to be empty
Package 'apbs' has no Name: field
+++ exited with 1 +++


The file is totally empty; this is throwing the Ruby pkg-config parser off.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2012-07-08 12:52:48 UTC
The buildsystem is a total abuse of autotools. I think I will try to completely fix it from scratch. Be prepared for help request :)
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2012-07-19 10:20:55 UTC
I tricked myself with patching

+*apbs-1.3-r3 (19 Jul 2012)
+
+  19 Jul 2012; Justin Lecher <jlec@gentoo.org> +apbs-1.3-r3.ebuild,
+  +files/apbs-1.3/0016-apbs-1.3-apbs.pc-in-AC_CONFIG_FILES.patch:
+  Fix patching problem which lead to an empty pkg-config file, #425294
+