I'm running a freshly installed 10.3.1 with Xcode.

Package manager version: 0.16.2
Distribution version: 0.6.2

I'm recompiling everything from scratch, since there seem to be several bugs
with the initial binary packages.  I'm trying to build the KDE packages, but
but it's failing on some munged version of admin/detect-autoconf.sh:

# fink install kdelibs3-ssl-shlibs

WARNING: While resolving dependency "openslp-ssl-dev" for package 
"kdelibs3-ssl-3.1.4-21", package "openslp-ssl-dev" was not found.
WARNING: While resolving dependency "openslp-ssl-shlibs" for package 
"kdelibs3-ssl-3.1.4-21", package "openslp-ssl-shlibs" was not found.
WARNING: While resolving dependency "openslp-ssl-shlibs" for package 
"kdelibs3-ssl-shlibs-3.1.4-21", package "openslp-ssl-shlibs" was not found.
The following package will be installed or updated:
 kdelibs3-ssl-shlibs
rm -rf kdelibs3-ssl-3.1.4-21
mkdir -p /sw/src/kdelibs3-ssl-3.1.4-21
bzip2 -dc /sw/src/kdelibs-3.1.4.tar.bz2 | /sw/bin/tar -xf - 
bzip2 -dc /sw/src/kde-admindir-20030916.tar.bz2 | /sw/bin/tar -xf - 

...

/var/tmp/tmp.1.gP5DfZ 
./admin/cvs.sh: ./admin/detect-autoconf.sh: line 87: unexpected EOF while looking for 
matching `"'
./admin/cvs.sh: ./admin/detect-autoconf.sh: line 97: syntax error: unexpected end of 
file


If you take a look at detect-autoconf.sh as it stands after this, you find the
following at the end of the file:


checkWhich ()
{
  WHICH=""
  for i in "type -p" "which" "type" ; do
    T=`$i sh 2> /dev/null`
    test -x "$T" && WHICH="$i" && break
  done
}

checkWhich
checkAutoconf
checkAutoheader
checkAutomakeAclocal

export WHICH AUTOHEADER AUTOCONF AUTOM4TE AUTOMAKE ACLOCAL
"
    elif test -x "`$WHICH automake-1.7`" ; then
      AUTOMAKE="`$WHICH automake-1.7`"
      ACLOCAL="`$WHICH aclocal-1.7`"
    fi
  else
     AUTOMAKE="$UNSERMAKE"
  fi
}

checkWhich ()
{
  WHICH=""
  for i in "type -p" "which" "type" ; do
    T=`$i sh 2> /dev/null`
    test -x "$T" && WHICH="$i" && break
  done
}

checkWhich
checkAutoconf
checkAutoheader
checkAutomakeAclocal

export WHICH AUTOHEADER AUTOCONF AUTOM4TE AUTOMAKE ACLOCAL


I'm guessing that the file should end after the first export line (because
when I just extract the src, that's how it appears), and that the rest of the
stuff that got appended is just garbage from earlier in the script (it's
repeated text in all cases).  Has anyone else seen this?  I've tried blowing
away the src and redownloading it just to make sure I didn't get something
corrupted, but the error is still in the file when I try to build.


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to