On 1/11/06, Alex W <[EMAIL PROTECTED]> wrote:
> I have just upgraded to 10.4.4. I did a fink selfupdate then did an update-all
> with no problems till it got to ethereal. It went through the whole 
> auto-config
> procedure and stopped at the net-snmp library and quit with the following
> message, anyone else having these problems with 10.4.4?
>
> Can't exec "--without-net-snmp": No such file or directory at
> /sw/lib/perl5/Fink/Services.pm line 500.
> ### execution of --without-net-snmp failed, exit code -1
> Removing build lock...
> /sw/bin/dpkg-lockwait -r fink-buildlock-ethereal-0.10.14-11
> (Reading database ... 57154 files and directories currently installed.)
> Removing fink-buildlock-ethereal-0.10.14-11 ...
> Failed: phase compiling: ethereal-0.10.14-11 failed
>
>
>
> --Alex
>
>
>
(maintainer cc'ed)

The package description file (ethereal.info) has a line to tell the
configure script what to do:

ConfigureParams: <<
  --mandir=%p/share/man
  --without-net-snmp
  --without-ucd-snmp
  --without-adns
  --disable-usr-local
  --enable-gtk2
  --disable-dependency-tracking
  --without-ssl
<<

This syntax, however, doesn't work for this particular line, because
its value gets fed into a shell script.  The maintainer (or somebody
else) needs to make this compliant by putting a \ at the end of each
line other than the last.

(information courtesy of Daniel Macks)
--
Alexander K. Hansen
Fink Documenter
[Day Job] Levitated Dipole Experiment
http://psfcwww2.psfc.mit.edu/ldx/


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to