DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 31st August 2022
bsd-keith bsd-keith is offline
Real Name: Keith
Open Source Software user
 
Join Date: Jun 2014
Location: Surrey/Hants Border, England
Posts: 344
Default Has any one got mpv working...

It says that mpv is a command line video player, (I've used it on Linux), but when I tried installing it on my console/command line installation, it is missing lots of 'necessary' programs that pkg_add can't find.....seems funny that it can't find the necessary packages, yet mpv is in the repositories.
__________________
Linux since 1999, & also a BSD user.

Last edited by bsd-keith; 1st September 2022 at 04:34 PM.
Reply With Quote
  #2   (View Single Post)  
Old 31st August 2022
Head_on_a_Stick's Avatar
Head_on_a_Stick Head_on_a_Stick is offline
Real Name: Matthew
Bitchy Nerd Elitist
 
Join Date: Dec 2015
Location: London
Posts: 461
Default

Which version of OpenBSD are you using?

It's probably better to post actual commands & output rather than vague descriptions.
__________________
Are you infected with Wetiko?

Last edited by Head_on_a_Stick; 31st August 2022 at 06:27 PM.
Reply With Quote
  #3   (View Single Post)  
Old 31st August 2022
jggimi's Avatar
jggimi jggimi is online now
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

My guess is bsd-keith is running -current, and that there is a library mismatch between his base system and snapshot packages.
Reply With Quote
  #4   (View Single Post)  
Old 1st September 2022
bsd-keith bsd-keith is offline
Real Name: Keith
Open Source Software user
 
Join Date: Jun 2014
Location: Surrey/Hants Border, England
Posts: 344
Default

I installed 7.1, & am using pkg_add from the command line - it worked out of the box, which surprised me, as I've always had to add the PACKAGE_PATH before.
__________________
Linux since 1999, & also a BSD user.
Reply With Quote
  #5   (View Single Post)  
Old 1st September 2022
bsd-keith bsd-keith is offline
Real Name: Keith
Open Source Software user
 
Join Date: Jun 2014
Location: Surrey/Hants Border, England
Posts: 344
Default

This is what I get.

Code:
quirks-5.5 signed on 2022-08-27T17:16:07Z
| not found anywhere
| not found anywhere
| not found anywhere
| not found anywhere
| not found anywhere
| not found anywhere
| not found anywhere
| not found anywhere
| not found anywhere
Direct dependencies for cairo-1.17.6 resolve to lzo2-2.10p2 png-1.6.37 glib2-2.70.5
Full dependency tree is sqlite3-3.38.3 libffi-3.3p1 lzo2-2.10p2 png-1.6.37 python-3.9.13 gettext-runtime-0.21p1 xz-5.2.5p1 pcre-8.44 libiconv-1.16p0 bzip2-1.0.8p0 glib2-2.70.5
Direct dependencies for libbluray-1.3.1 resolve to libudfread-1.1.2 libxml-2.9.13p1 libiconv-1.16p0
Full dependency tree is libiconv-1.16p0 libxml-2.9.13p1 xz-5.2.5p1 libudfread-1.1.2
| not found anywhere
| not found anywhere
| not found anywhere
| not found anywhere
| not found anywhere
| not found anywhere
| not found anywhere
| not found anywhere
Direct dependencies for sdl2-2.0.20 resolve to libsamplerate-0.2.2p0
Full dependency tree is libsamplerate-0.2.2p0
| not found anywhere
Direct dependencies for libplacebo-4.192.1 resolve to lcms2-2.12
Full dependency tree is xz-5.2.5p1 jpeg-2.1.3v0 lcms2-2.12 lz4-1.9.3p0 tiff-4.4.0p1 zstd-1.5.2
Couldn't install cairo-1.17.6 ffmpeg-4.4.1p3v1 harfbuzz-4.2.0 libass-0.15.2 libbluray-1.3.1 libplacebo-4.192.1 mpv-0.34.1p0 sdl2-2.0.20
__________________
Linux since 1999, & also a BSD user.
Reply With Quote
  #6   (View Single Post)  
Old 1st September 2022
Head_on_a_Stick's Avatar
Head_on_a_Stick Head_on_a_Stick is offline
Real Name: Matthew
Bitchy Nerd Elitist
 
Join Date: Dec 2015
Location: London
Posts: 461
Default

Quote:
Originally Posted by bsd-keith View Post
I installed 7.1
So are you still running -release or have you moved to -stable?

That "not found anywhere" message is mentioned in the FAQ:
Quote:
The packing information bundled in the package includes information about shared libraries that the package expects to be installed. If one of the required libraries can't be found, the package is not installed because it would not function anyway.

There are several things to check:
  • Your system may be incomplete: you did not install one of the file sets that contains the required library.
  • Your system (or packages) may be outdated: you have an older version of the required library. Make sure that both the base system and any installed packages are up to date.
  • If you're running -current, base and package snapshots may be slightly out of sync. Wait for the mirrors to catch up and try again.
https://www.openbsd.org/faq/faq15.html#PkgInstall

The last item doesn't apply here but you can try
Code:
# sysmerge
# pkg_add -u
I presume you selected all of the sets when installing?
__________________
Are you infected with Wetiko?
Reply With Quote
  #7   (View Single Post)  
Old 1st September 2022
bsd-keith bsd-keith is offline
Real Name: Keith
Open Source Software user
 
Join Date: Jun 2014
Location: Surrey/Hants Border, England
Posts: 344
Default

Presumably 'release' as this is the official installation disk - no I didn't install everything, which would defeat my purpose, I only installed the base sets & man pages - no comp, no game, no x*.

Tried sysmerge & pkg_add -u, still no joy, (even tried using pkg_add to install the missing programs, without any joy) - I guess that these players won't work on a console based OpenBSD system at all, even though they are console players.

Looks like I'll just have to forgo video playing.

Thanks for trying to point me in the right direction though.
__________________
Linux since 1999, & also a BSD user.
Reply With Quote
  #8   (View Single Post)  
Old 1st September 2022
Head_on_a_Stick's Avatar
Head_on_a_Stick Head_on_a_Stick is offline
Real Name: Matthew
Bitchy Nerd Elitist
 
Join Date: Dec 2015
Location: London
Posts: 461
Default

Looks like mpv needs X:

https://github.com/openbsd/ports/blo...v/Makefile#L23

There is no fbdev API in OpenBSD so I don't think it would be able to play videos in the console anyway.
__________________
Are you infected with Wetiko?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Working on TTY sML OpenBSD Packages and Ports 1 27th December 2015 08:17 PM
DeVeDe not working Mako_Elite OpenBSD Packages and Ports 4 26th December 2010 01:06 AM
Mouse:X (not-working) and tty-Console (working), in 8.0 ykt FreeBSD General 1 22nd December 2009 12:26 PM
Working with CVS? Zmyrgel OpenBSD General 15 6th October 2009 01:32 PM
Apache 1.3 and PHP 5, Not Working! dialeight OpenBSD Packages and Ports 7 7th June 2009 06:43 PM


All times are GMT. The time now is 03:23 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick