Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wineasio 64bit machine problem [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
gentoorockerfr
Apprentice
Apprentice


Joined: 25 May 2012
Posts: 203

PostPosted: Thu Jun 06, 2013 2:29 pm    Post subject: wineasio 64bit machine problem [SOLVED] Reply with quote

It says that i need 32 bit jack
Code:
emerge -av wineasio

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy ">=media-sound/jack-audio-connection-kit-1.9.5[32bit]".
!!! One of the following packages is required to complete your request:
- media-sound/jack-audio-connection-kit-1.9.9.5-r1::proaudio (Missing IUSE: 32bit)
- media-sound/jack-audio-connection-kit-1.9.9.5::proaudio (Missing IUSE: 32bit)
(dependency required by "app-emulation/wineasio-0.9.0::proaudio" [ebuild])
(dependency required by "wineasio" [argument])


Last edited by gentoorockerfr on Sat Jun 08, 2013 8:20 pm; edited 1 time in total
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6656
Location: The soundosphere

PostPosted: Thu Jun 06, 2013 5:18 pm    Post subject: Reply with quote

There is a 32bit use flag. Add that to your flags in make.conf, or if you want to make flag management even easier, emerge ufed then run ufed as root and select the 32bit use flag.

If you just want to limit that flag to jack-audio-connection-kit, then add to /etc/portage/use:

Code:

media-sound/jack-audio-connection-kit 32bit

_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
gentoorockerfr
Apprentice
Apprentice


Joined: 25 May 2012
Posts: 203

PostPosted: Fri Jun 07, 2013 1:03 pm    Post subject: Reply with quote

i put the line to /etc/portage/package.use but i am taking this

emerge -av wineasio

These are the packages that would be merged, in order:

Calculating dependencies... done!

!!! All ebuilds that could satisfy ">=media-sound/jack-audio-connection-kit-1.9.5[32bit]" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-sound/jack-audio-connection-kit-2.9999::proaudio (masked by: missing keyword)
- media-sound/jack-audio-connection-kit-1.9999::proaudio (masked by: missing keyword)
- media-sound/jack-audio-connection-kit-1.9.9.5-r1::proaudio (masked by: ~amd64 keyword)
- media-sound/jack-audio-connection-kit-1.9.9.5::proaudio (masked by: ~amd64 keyword)

(dependency required by "app-emulation/wineasio-0.9.0::proaudio" [ebuild])
(dependency required by "wineasio" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Back to top
View user's profile Send private message
gentoorockerfr
Apprentice
Apprentice


Joined: 25 May 2012
Posts: 203

PostPosted: Fri Jun 07, 2013 7:47 pm    Post subject: Reply with quote

emerge -av wineasio

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy ">=media-sound/jack-audio-connection-kit-1.9.5[32bit]".
!!! One of the following packages is required to complete your request:
- media-sound/jack-audio-connection-kit-1.9.9.5::proaudio (Missing IUSE: 32bit)
(dependency required by "app-emulation/wineasio-0.9.0::proaudio" [ebuild])
(dependency required by "wineasio" [argument])

edit
Quote:

so i need to install 32bit version of jack in my amd64 system (i think there is not 32bit flag for this application)
which is the way?
thank you
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6656
Location: The soundosphere

PostPosted: Sat Jun 08, 2013 2:39 pm    Post subject: Reply with quote

I took a look at the wineasio ebuild and found that it's out of date. After making the appropriate fixes, I was able to successfully emerge wineasio. To get the fixes, go to http://gentoostudio.org/?p=ebuilds, look over the general instructions, and get the updated asio-sdk and wineasio ebuilds.

Let me know if you get stuck anywhere. :)
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
gentoorockerfr
Apprentice
Apprentice


Joined: 25 May 2012
Posts: 203

PostPosted: Sat Jun 08, 2013 7:57 pm    Post subject: Reply with quote

i made these moves
and now i am taking
Code:
emerge -av wineasio

These are the packages that would be merged, in order:

Calculating dependencies... done!

!!! All ebuilds that could satisfy "wineasio" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-emulation/wineasio-9999::x-portage (masked by: missing keyword)
- app-emulation/wineasio-0.9.0::x-portage (masked by: ~amd64 keyword)
- app-emulation/wineasio-0.7.5::x-portage (masked by: ~amd64 keyword)
- app-emulation/wineasio-0.7.4::x-portage (masked by: ~amd64 keyword)
- app-emulation/wineasio-0.7.3::x-portage (masked by: ~amd64 keyword)

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.

Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6656
Location: The soundosphere

PostPosted: Sat Jun 08, 2013 8:09 pm    Post subject: Reply with quote

That's normal. You should add to /etc/portage/package.keywords:

Code:

app-emulation/wineasio ~amd64
media-libs/asio-sdk ~amd64

_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
gentoorockerfr
Apprentice
Apprentice


Joined: 25 May 2012
Posts: 203

PostPosted: Sat Jun 08, 2013 8:13 pm    Post subject: Reply with quote

Ok thank you!!!
I made a mistake!
now lets see my audio apps as Fl!
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6656
Location: The soundosphere

PostPosted: Sun Jun 09, 2013 9:07 pm    Post subject: Reply with quote

You're welcome! :)
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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