On Wed, 22 Jun 2005, Eesnimi Perenimi wrote:
> ./configure ain't say anything more, that's the only thing it says:
> configure error: default-mozilla-five-home: invalid package name
>
OK, I've got the source here. If we look at the configure script, we
can see this is probably coming from line 656 (wrapped by my mailer)
-with-* | --with-*)
ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
# Reject names that are not valid shell variable names.
if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
{ echo "configure: error: $ac_package: invalid package name" 1>&2;
exit 1; }
That strongly implies that you've included a character that is NOT
alphabetic (american ascii), not numeric, not underscore, not a dash.
What you've posted certainly _looks_ valid, so unless your 'sed' is
broken I've no idea.
If you do
echo --with-default-mozilla-five-home=/usr/firefox-1.0 | \
sed -e 's/-*with-//' -e 's/=.*//' | sed 's/[-_a-zA-Z0-9]//g
do you get any output ?
Ken
--
das eine Mal als Tragödie, das andere Mal als Farce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page