Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 151086

Summary: app-portage/ufed fails to parse make.conf
Product: Portage Development Reporter: Dustin Polke <DuPol>
Component: ToolsAssignee: Harald van Dijk (RETIRED) <truedfx>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Diff of make.conf with working and not working line

Description Dustin Polke 2006-10-12 16:29:59 UTC
Ufed fails to parse make.conf if a comment in make.conf begins directly after quotation mark. For example, see attached diff file.

Error message:

solaris dustin # ufed
Parse error in /etc/make.conf
Compilation failed in require at /usr/sbin/ufed line 9.
BEGIN failed--compilation aborted at /usr/sbin/ufed line 9.
Comment 1 Dustin Polke 2006-10-12 16:33:01 UTC
Created attachment 99488 [details]
Diff of make.conf with working and not working line
Comment 2 Dustin Polke 2006-10-13 01:13:04 UTC
Maybe I should mention that this is 0.40-r1.
Comment 3 Harald van Dijk (RETIRED) gentoo-dev 2006-10-13 13:56:17 UTC
Thanks for the report, fixed in 0.40-r3 (without a revbump). I'm pretty sure portage only treats # that way by accident or chance though: bash behaves as ufed did. :)