Re: Why does pkg want to install emby-server?

2019-01-19 Thread Miroslav Lachman

Dave Cottlehuber wrote on 2019/01/19 01:08:

On Fri, 18 Jan 2019, at 22:27, Stefan Bethke wrote:

No matter what package I try to install on my 12-stable machine, pkg
always adds emby-server. When I check after the install, nothing
requires emby-server. What’s going on?


you probably have a further package that is missing the emby-server as a 
dependency.

sudo pkg check -d -v

should tell you what package that is, either delete it or accept the corrective 
action


I had this problem in the past too and it was not related to any 
required dependencies. After pkg install finished the installation of 
wanted package and unwanted unrelated packages next call to "pkg 
autoremove" deinstalled those unwanted packages (it means nothing needs 
them). But next pkg install put them back. This problem disappeared 
after a few month after complete reinstall of all packages by pkg 
upgrade -f (after system upgrade).


Miroslav Lachman
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Why does pkg want to install emby-server?

2019-01-19 Thread Stefan Bethke


> Am 19.01.2019 um 01:08 schrieb Dave Cottlehuber :
> 
> On Fri, 18 Jan 2019, at 22:27, Stefan Bethke wrote:
>> No matter what package I try to install on my 12-stable machine, pkg 
>> always adds emby-server. When I check after the install, nothing 
>> requires emby-server. What’s going on?
> 
> you probably have a further package that is missing the emby-server as a 
> dependency.
> 
> sudo pkg check -d -v
> 
> should tell you what package that is, either delete it or accept the 
> corrective action

Hhm, the output did not provide any clues. But after running it, pkg install 
does not want to add emby-server anymore.


Thanks,
Stefan

-- 
Stefan BethkeFon +49 151 14070811

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Why does pkg want to install emby-server?

2019-01-18 Thread Dave Cottlehuber
On Fri, 18 Jan 2019, at 22:27, Stefan Bethke wrote:
> No matter what package I try to install on my 12-stable machine, pkg 
> always adds emby-server. When I check after the install, nothing 
> requires emby-server. What’s going on?

you probably have a further package that is missing the emby-server as a 
dependency.

sudo pkg check -d -v

should tell you what package that is, either delete it or accept the corrective 
action

A+
Dave
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Why does pkg want to install emby-server?

2019-01-18 Thread Stefan Bethke
No matter what package I try to install on my 12-stable machine, pkg always 
adds emby-server. When I check after the install, nothing requires emby-server. 
What’s going on?

$ sudo pkg install php71
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
php71: 7.1.26
emby-server: 3.5.3.0

Number of packages to be installed: 2

The process will require 75 MiB more space.
3 MiB to be downloaded.

Proceed with this action? [y/N]: 


Stefan

-- 
Stefan BethkeFon +49 151 14070811

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"