Octopkg problems?

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
NeverSimple
Posts: 40
Joined: Sun Aug 20, 2017 10:08 am

Re: Octopkg problems?

Post by NeverSimple »

ASX wrote:Instead of checking for 'leaf' better to compare all packages:

Code: Select all

pkg origin
That's a much longer list and I don't know if this is useful. There are packages in there that don't mean much to me. Did the same as before; saved both to a file and did a diff. This is the result of the diff.

Code: Select all

24d23
< devel/boehm-gc
30d28
< devel/cargo
81d78
< textproc/exempi
181d177
< mail/gmime26
197d192
< security/gnupg
200d194
< security/gpgme
279d272
< ftp/lftp
331d323
< textproc/libcue
378d369
< security/libksba
383d373
< multimedia/libmediaart
402,403d391
< multimedia/libquvi-scripts09
< multimedia/libquvi09
417d404
< security/libssh2
433d419
< graphics/libwmf
457,461d442
< devel/lua-bitop
< converters/lua-json
< devel/lua-lpeg
< textproc/luaexpat
< net/luasocket
482d462
< x11-fm/nautilus
486d465
< devel/npth
489d467
< converters/o3read
513d490
< security/pinentry
515d491
< security/pinentry-tty
557,562d532
< devel/qt4-corelib
< devel/qt4-dbus
< x11-toolkits/qt4-gui
< net/qt4-network
< devel/qt4-script
< textproc/qt4-xml
577d546
< textproc/raptor
590d558
< lang/rust
602,604d569
< multimedia/smplayer
< multimedia/smplayer-skins
< multimedia/smplayer-themes
612d576
< audio/taglib
622d585
< multimedia/totem-pl-parser
624d586
< sysutils/tracker
637d598
< www/w3m
644d604
< textproc/wv
646d605
< x11-servers/x11rdp
737d695
< net/xrdp
ASX
Posts: 988
Joined: Wed May 06, 2015 12:46 pm

Re: Octopkg problems?

Post by ASX »

If i'm seeing it correctly, one of the two system has qt4-network installed and the other don't.
Please check who's who.

Code: Select all

pkg info qt4-network
Which system has the working octopkg ? that with qt4-network or that without that lib ?

We are getting closer. ;)
NeverSimple
Posts: 40
Joined: Sun Aug 20, 2017 10:08 am

Re: Octopkg problems?

Post by NeverSimple »

ASX wrote:Which system has the working octopkg ? that with qt4-network or that without that lib ?
The lib is on the one where Octopkg doesn't work.
ASX
Posts: 988
Joined: Wed May 06, 2015 12:46 pm

Re: Octopkg problems?

Post by ASX »

OK, Could you try to remove it ?

Most likely it will remove some package you have installed, but because it will ask for confirmation you can note what is going to remove, and eventually reinstall later.

Alternatively you could install qt4-network on the machine where octopkg is working, as see if installing that lib is going to broke octopkg.
NeverSimple
Posts: 40
Joined: Sun Aug 20, 2017 10:08 am

Re: Octopkg problems?

Post by NeverSimple »

ASX wrote:OK, Could you try to remove it ?
Done. Rebooted > no change; Octopkg still has the same error.

It seems 'qt4-network' came with SMPlayer. I Blame NevilleGoddard for that, he recommended that player on this forum... :mrgreen:
But seeing where that came from, I know for sure that Octopkg did not work BEFORE I installed SMPlayer
ASX
Posts: 988
Joined: Wed May 06, 2015 12:46 pm

Re: Octopkg problems?

Post by ASX »

I'm unable to spot anything relevant ... other than that qt4-network lib. I'm also out of ideas right now.
Hopefully someone else might see something, reading the thread that we are missing. Thanks for your time/tests/trials. :) ;)
Post Reply