Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 228773 - baselayout-vserver lacks adding line with config() in src/awk/cachedepends.awk
Summary: baselayout-vserver lacks adding line with config() in src/awk/cachedepends.awk
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Gentoo VPS Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-21 16:13 UTC by Alexey Borzenkov
Modified: 2008-06-22 22:17 UTC (History)
0 users

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 Alexey Borzenkov 2008-06-21 16:13:33 UTC
src/awk/cachedepends.awk lacks the following line:

 function print_start() {
         print "source /sbin/functions.sh" >> TMPCACHE
         print "" >> TMPCACHE
+        print "config() { :; }" >> TMPCACHE
         print "need() {" >> TMPCACHE

Lack of the line marked with + makes depscan.sh report an error message of unknown command config. While it is totally harmless, it's a little annoying, and baselayout has the said line.

Reproducible: Always

Steps to Reproduce:
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2008-06-22 22:17:12 UTC
baselayout-vserver is unmaintained, please use baselayout-2