Re: [Slackbuilds-users] sbopkg wants to upgrade non-installed package

2020-10-03 Thread Willy Sudiarto Raharjo
> I should have provided more information in my message; 14-2/x86_64.
> 
>> Please supply the output of sbopkg -c
> 
> Among others,
> dokuwiki:
>   POTENTIAL UPDATE
>   Installed version:  dokuwiki-20180422b-noarch-1_SBo
>   Repo version:  dokuwiki-20200729-noarch-1_SBo
> 
> $ ls /var/log/packages/ | grep docuwiki
> $
> 
> So, sbopkg has it stuck somewhere.

you searched for wrong package name
docuwiki is not equal to dokuwiki



-- 
Willy Sudiarto Raharjo



signature.asc
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] sbopkg wants to upgrade non-installed package

2020-10-03 Thread Rich Shepard

On Sun, 4 Oct 2020, Didier Spaier wrote:


How can you be sure the package were removed? Did you really check
that the files listed in the records in /var/log/packages were removed?



1. If yes that would be the first time I hear of such an issue with removepkg.
  Frankly, I really doubt it happened.


Didier,

If you're asking if /var/log/packages/dokuwiki-20160626a-noarch-1_SBo was
removed, the answer is yes:
$ ls dokuwiki-20160626a-noarch-1_SBo
ls: cannot access 'dokuwiki-20160626a-noarch-1_SBo': No such file or directory

However, /var/www/dokuwiki still has directories and files:
/var/www/dokuwiki]$ ls
bin/  conf/  data/  inc/  lib/  vendor/
/var/www/dokuwiki]$ ls data/
dont-panic-if-you-see-this-in-your-logs-it-means-your-directory-permissions-are-correct.png
dont-panic-if-you-see-this-in-your-logs-it-means-your-directory-permissions-are-correct.xcf
media/

Wonder why those are stil there.

All other packages are still in /var/log/packages.

Stay well,

Rich
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] sbopkg wants to upgrade non-installed package

2020-10-03 Thread Didier Spaier
Hi

Le 04/10/2020 à 01:03, Rich Shepard a écrit :
> No, the package was removed but the file name was stuck in
> /var/log/packages/ and /var/log/scripts/.
> 
> I removed the filenames from those two directories.

How can you be sure the package were removed? Did you really check
that the files listed in the records in /var/log/packages were removed?
1. If yes that would be the first time I hear of such an issue with removepkg.
   Frankly, I really doubt it happened.  
2. If no you just made the installed packages not manageable, i.e. you broke
   your system.
   
Best regards,

Didier
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] sbopkg wants to upgrade non-installed package

2020-10-03 Thread Rich Shepard

On Sat, 3 Oct 2020, Jeremy Hansen wrote:


How did you remove the package? I don't think think I've ever had an entry
remain in /var/log/packages after using removepkg for that package (unless
more than one version was installed).


Jeremy,

I haven't either.


My worry is that the package might still be installed and you just removed
the references to what files are installed to the system.


No, the package was removed but the file name was stuck in
/var/log/packages/ and /var/log/scripts/.

I removed the filenames from those two directories.

Thanks,

Rich
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] sbopkg wants to upgrade non-installed package

2020-10-03 Thread Jeremy Hansen
On Sat, Oct 3, 2020, 2:45 PM Rich Shepard  wrote:

> On Sat, 3 Oct 2020, Rich Shepard wrote:
>
> > I just deleted /tmp/SBo and let sbopkg re-create it and sync it with the
> > repo. Should have done this before writing.
>
> I found the sourc(s). First, /var/log/packages | grep dokuwiki returns
> nothing, but /var/log/packages | grep dokuwiki-20180422b-noarch-1_SBo finds
> it. Using locate that package showed up as well as an executable script in
> /var/log/scripts/.
>
> Removed both files. While I expected them to be removed when I removed the
> package now I know why sbopkg kept showing me an available update.
>
> Stay well, all,
>
> Rich
>

How did you remove the package? I don't think think I've ever had an entry
remain in /var/log/packages after using removepkg for that package (unless
more than one version was installed).

My worry is that the package might still be installed and you just removed
the references to what files are installed to the system.

Jeremy

>
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] sbopkg wants to upgrade non-installed package

2020-10-03 Thread Rich Shepard

On Sat, 3 Oct 2020, Dave Woodfall wrote:


Does `locate dokuwiki-20180422b-noarch-1_SBo' output anything?


Dave,

Yep. That's how I found it. Normally I need only the application name, not
the entire file name.

Stay well,

Rich


___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] sbopkg wants to upgrade non-installed package

2020-10-03 Thread Rich Shepard

On Sat, 3 Oct 2020, Rich Shepard wrote:


I just deleted /tmp/SBo and let sbopkg re-create it and sync it with the
repo. Should have done this before writing.


I found the sourc(s). First, /var/log/packages | grep dokuwiki returns
nothing, but /var/log/packages | grep dokuwiki-20180422b-noarch-1_SBo finds
it. Using locate that package showed up as well as an executable script in
/var/log/scripts/.

Removed both files. While I expected them to be removed when I removed the
package now I know why sbopkg kept showing me an available update.

Stay well, all,

Rich
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] sbopkg wants to upgrade non-installed package

2020-10-03 Thread Dave Woodfall
On 03/10/20 13:27,
Rich Shepard  put forth the proposition:
> On Sat, 3 Oct 2020, Dave Woodfall wrote:
> > On 14.2 or -current?
> Dave,
> I should have provided more information in my message; 14-2/x86_64.
> > Please supply the output of sbopkg -c
> Among others,
> dokuwiki:
>   POTENTIAL UPDATE
>   Installed version:  dokuwiki-20180422b-noarch-1_SBo
>   Repo version:  dokuwiki-20200729-noarch-1_SBo
> $ ls /var/log/packages/ | grep docuwiki
> $

Does `locate dokuwiki-20180422b-noarch-1_SBo' output anything?

--
Dave


signature.asc
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] sbopkg wants to upgrade non-installed package

2020-10-03 Thread Rich Shepard

On Sat, 3 Oct 2020, Rich Shepard wrote:


So, sbopkg has it stuck somewhere.


I just deleted /tmp/SBo and let sbopkg re-create it and sync it with the
repo. Should have done this before writing.

Carpe weekend,

Rich
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] sbopkg wants to upgrade non-installed package

2020-10-03 Thread Rich Shepard

On Sat, 3 Oct 2020, Dave Woodfall wrote:


On 14.2 or -current?


Dave,

I should have provided more information in my message; 14-2/x86_64.


Please supply the output of sbopkg -c


Among others,
dokuwiki:
  POTENTIAL UPDATE
  Installed version:  dokuwiki-20180422b-noarch-1_SBo
  Repo version:  dokuwiki-20200729-noarch-1_SBo

$ ls /var/log/packages/ | grep docuwiki
$

So, sbopkg has it stuck somewhere.

Thanks,

Rich
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] sbopkg wants to upgrade non-installed package

2020-10-03 Thread Dave Woodfall
On 03/10/20 12:19,
Rich Shepard  put forth the proposition:
> On Sat, 3 Oct 2020, Jheengut Pritvi wrote:
> > what does ls /var/log/packages/ | grep docuwiki -i show up?
> That it's not installed.
> Regards,
> Rich

On 14.2 or -current?

Please supply the output of sbopkg -c

--
Dave


signature.asc
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] sbopkg wants to upgrade non-installed package

2020-10-03 Thread Rich Shepard

On Sat, 3 Oct 2020, Jheengut Pritvi wrote:


what does ls /var/log/packages/ | grep docuwiki -i show up?


That it's not installed.

Regards,

Rich
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] sbopkg wants to upgrade non-installed package

2020-10-03 Thread Jheengut Pritvi
Hi Rich,

what does ls /var/log/packages/ | grep docuwiki -i show up?


On Sat, 3 Oct 2020 at 22:12, Rich Shepard  wrote:

> Not long ago I deleted docuwiki since I wasn't using it. Each week when I
> run sbopkg to upgrade to patched packages installed here, it wants to
> upgrade docuwiki, even when I don't check that box. Then it fails when
> attempting to process the file.
>
> Where do I look to find why it's behaving this way?
>
> Rich
> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



[Slackbuilds-users] sbopkg wants to upgrade non-installed package

2020-10-03 Thread Rich Shepard

Not long ago I deleted docuwiki since I wasn't using it. Each week when I
run sbopkg to upgrade to patched packages installed here, it wants to
upgrade docuwiki, even when I don't check that box. Then it fails when
attempting to process the file.

Where do I look to find why it's behaving this way?

Rich
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/