Re[4]: [Slapt-get-user] Dependancy Checking wrapper script not working.

Sean Donner slapt-get-user@software.jaos.org
Fri, 6 Feb 2004 17:45:51 -0800


Ahh I see. My fault.  Well since you have support for the "--update" flag
and also for individual package names, do you think you can whip up support
for "--upgrade" as well?  It seems to me that it would be the natural
progression if the --update flag is supported.  Thanks Jason.

-Sean


----- Original Message -----
From: "Jason Woodward" <woodwardj@jaos.org>
To: <slapt-get-user@jaos.org>
Sent: Friday, February 06, 2004 5:33 PM
Subject: Re[4]: [Slapt-get-user] Dependancy Checking wrapper script not
working.


>
> > Sorry about that, accidentally hit the send button before I was done
with my
> > email.  Anyway here is the output I was talking about.  From what I can
tell
> > slapt-get is doing what it should be doing.  However im not so sure that
the
> > dependancy checking is actually working because of the errors from
"grep"
> > and "cat".  Note that I get the same exact error output (everything
after
> > "Done") no matter what flag I use, even "--show".
>
> You are invoking undefined behavior.  The expected usage of the script is
to '--update' its pkg
> data, or pass in packages (names of packages, or a singular package if
that is the case).  It
> is not intended to pass in slapt-get arguments directly to it.
>
> ./depend.sh --update
>
> ./depend.sh vim abiword gnome-session
>
>
> Take care,
> jason
>
> > [root@maximus][~]# ./depend.sh --update
> > retrieving data from
> > ftp://ftp.cerias.purdue.edu/pub/os/slackware/slackware-9.1/
> > extracting package data
> > [root@maximus][~]# ./depend.sh --upgrade
> > Reading Package Lists... Done
> > The following packages have been EXCLUDED:
> >   devs lilo kernel-modules
> > 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
> >
> > Done
> > grep: unrecognized option `--upgrade'
> > Usage: grep [OPTION]... PATTERN [FILE]...
> > Try `grep --help' for more information.
> > cat: /var/log/packages/: Is a directory
> >
> > [root@maximus][~]# ./depend.sh --show traceroute
> > Package Name: traceroute
> > Package Mirror:
ftp://ftp.cerias.purdue.edu/pub/os/slackware/slackware-9.1/
> > Package Location: ./slackware/n
> > .
> > .
> > .
> > traceroute:
> > Package Installed: yes
> > grep: unrecognized option `--show'
> > Usage: grep [OPTION]... PATTERN [FILE]...
> > Try `grep --help' for more information.
> > cat: /var/log/packages/: Is a directory
>
> _______________________________________________
> Slapt-get-user mailing list
> Slapt-get-user@software.jaos.org
> http://software.jaos.org/cgi-bin/mailman/listinfo/slapt-get-user
>