Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 355965 - sys-apps/preload-0.6.4-r* - ./configure: line 5087: syntax error near unexpected token `GLIB,'
Summary: sys-apps/preload-0.6.4-r* - ./configure: line 5087: syntax error near unexpec...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Pacho Ramos
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-22 04:42 UTC by dE
Modified: 2011-02-24 16:17 UTC (History)
0 users

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


Attachments
Build log. (log,6.53 KB, text/plain)
2011-02-22 04:42 UTC, dE
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dE 2011-02-22 04:42:38 UTC
Attaching build log.

Reproducible: Always

Steps to Reproduce:
Comment 1 dE 2011-02-22 04:42:53 UTC
Created attachment 263409 [details]
Build log.
Comment 2 dE 2011-02-22 04:54:53 UTC
dev-util/pkgconfig should have been installed as a compile time dependency, but it's not. Cause I've --with-bdeps=n

Thus DEPEND should be modified to include this and also sys-apps/help2man, otherwise - 

 conf.o log.o spy.o preload.o proc.o prophet.o readahead.o state.o -lm -lglib-2.0   
help2man \
                --no-info --section=8 --include=preload.8.i \
                --help-option="-H" --output="preload.8" \
                --name 'Adaptive readahead daemon' ./preload
/bin/bash: line 1: help2man: command not found
Comment 3 Pacho Ramos gentoo-dev 2011-02-23 09:03:32 UTC
+  23 Feb 2011; Pacho Ramos <pacho@gentoo.org> -preload-0.6.4-r1.ebuild,
+  preload-0.6.4-r2.ebuild:
+  Set dev-libs/glib as DEPEND and RDEPEND, DEPEND on help2man also (bug
+  #355965), use eapi3. Remove old.
+

It now has:

RDEPEND=">=dev-libs/glib-2.6:2"
DEPEND="${RDEPEND}
        sys-apps/help2man"

Comment 4 dE 2011-02-23 09:40:01 UTC
What about dev-util/pkgconfig?
Comment 5 Pacho Ramos gentoo-dev 2011-02-23 19:50:27 UTC
+  23 Feb 2011; Pacho Ramos <pacho@gentoo.org> preload-0.6.4-r2.ebuild:
+  Also needs dev-util/pkgconfig.
+
Comment 6 dE 2011-02-24 00:50:18 UTC
Thanks, I think this package is good enough to be stabilized.
Comment 7 Pacho Ramos gentoo-dev 2011-02-24 16:17:39 UTC
See bug 356309