Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
can't pick libdir for fsthost libs
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
nick87720z
n00b
n00b


Joined: 22 Mar 2017
Posts: 42

PostPosted: Tue Dec 21, 2021 8:15 am    Post subject: can't pick libdir for fsthost libs Reply with quote

Ebuild for fsthost-1.4.0 (release in 2012), from now unofficial proaudio overlay, seems written for legacy app-emulation/wine package, installing libs to

Code:
LIB_INST_PATH="${EPREFIX}/usr/$(get_libdir)/wine"


Now I try to package version 1.6.2, which uses different libdirs for PLAT=32 and PLAT=64 (i.e. platform - 32 or 64 bit), which seem to be more bound to wine arch than generic multilib stuff. This is not big problem if is at all.

Problem is that I see no place, where 3rd party libs, expected to be in some wine libdir, could be placed.
Even eselect has no links for lib (though has for include, man and bin).
I see, mono and geck somehow use dir, completely out of lib (e.g. /usr/share/wine/mono) - which for now is sort of magic.

Last time I tried to build e.g. wineasio, I could get it working for certain wine variant by placing its libs to proper dir in /usr/lib. This situation reminds situation with kernel modules, where modules must be compiled & installed per each kernel. Perhaps wine needs special support from portage too, to rebuild "wine modules" (e.g. emerge @wine-module-rebuild).
I checked makefile from latest svn (end of 2018), it also expects "/usr/lib/x86_64-linux-gnu/wine" (for 64bit).

https://sourceforge.net/p/fsthost

Original ebuild for version 1.4.0 is removed, obviously because too outdated.
Back to top
View user's profile Send private message
turtles
Veteran
Veteran


Joined: 31 Dec 2004
Posts: 1698

PostPosted: Fri Dec 24, 2021 5:43 pm    Post subject: Reply with quote

Looks like he moved it to github, you might clone that repo and try to build it by hand.
https://github.com/nine7nine/FSTHost

I have only used wine for closed source windows binaries that I need to run, and had have had no success with it in recent years.
It seems this opensource project intentionally used wine, which is odd, but I know nothing about it.
_________________
Donate to Gentoo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum