Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90898 - Parse error in /etc/make.conf using ufed
Summary: Parse error in /etc/make.conf using ufed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Harald van Dijk (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-29 13:48 UTC by Josef Grunig
Modified: 2005-05-02 15:40 UTC (History)
1 user (show)

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


Attachments
My Config file (make.conf,14.40 KB, text/plain)
2005-04-29 13:49 UTC, Josef Grunig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Josef Grunig 2005-04-29 13:48:37 UTC
ufed gives me this error: Parse error in /etc/make.conf

the incriminated line is: 
FETCHCOMMAND='/usr/bin/proz -k=4 ${URI} -P ${DISTDIR}'

If I change ' in " ufed works, but proz command wont work!

Hope somebody can help me, saying wich is the right sintax,

Thanks
Comment 1 Josef Grunig 2005-04-29 13:49:26 UTC
Created attachment 57607 [details]
My Config file
Comment 2 SpanKY gentoo-dev 2005-04-29 17:04:52 UTC
try
FETCHCOMMAND="/usr/bin/proz -k=4 \${URI} -P \${DISTDIR}"
Comment 3 Josef Grunig 2005-04-29 17:35:52 UTC
It works! I'm closing the bug.

Thank you a lot!
Comment 4 Harald van Dijk (RETIRED) gentoo-dev 2005-04-30 07:34:34 UTC
I'm glad it's easily worked around :) I should still see that I get this fixed though; since portage appears to support it with single quotes, there's no reason for ufed not to do the same. Reopening.
Comment 5 Harald van Dijk (RETIRED) gentoo-dev 2005-04-30 07:35:25 UTC
and reassigning to myself.
Comment 6 Harald van Dijk (RETIRED) gentoo-dev 2005-05-01 04:30:39 UTC
0.39 should support FETCHCOMMAND='/usr/bin/proz -k=4 ${URI} -P ${DISTDIR}' and other '-delimited strings.
Comment 7 Josef Grunig 2005-05-02 15:40:03 UTC
I confirm that it works with 0.39

Thanks a lot for you help and work!