Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
app-emulation/virtualbox failed->genymotion [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
chrootman
Tux's lil' helper
Tux's lil' helper


Joined: 18 Aug 2020
Posts: 95

PostPosted: Wed Jan 26, 2022 12:19 am    Post subject: app-emulation/virtualbox failed->genymotion [solved] Reply with quote

Hola. Falla en la compilación de virtualbox (antes no fallaba) y sin él no puedo instalar genymotion.
Code:
>>>  '/var/log/portage/app-emulation:virtualbox-6.1.30:20220125-220323.log'
*** Resuming merge...
Calculating dependencies... done!
 * emerge --keep-going: app-emulation/genymotion-bin-3.2.1 dropped because it
 * requires app-emulation/virtualbox
 *
 * The following 2 packages have failed to build, install, or execute
 * postinst:
 *
 *  (app-emulation/virtualbox-6.1.30:0/6.1::gentoo, ebuild scheduled for merge), Log file:
 *   '/var/log/portage/app-emulation:virtualbox-6.1.30:20220125-220323.log'
 *  (app-emulation/genymotion-bin-3.2.1:0/0::gentoo, ebuild scheduled for merge)

emerge --ask app-emulation/virtualbox

 * IMPORTANT: 1 news items need reading for repository 'src_prepare-overlay'.
 * IMPORTANT: 5 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


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

Calculating dependencies... done!
[ebuild  N     ] app-emulation/virtualbox-6.1.30  USE="opengl opus pam pulseaudio qt5 sdk udev -alsa -debug -doc -dtrace -headless -java -lvm -pax-kernel -python -vboxwebsrv -vnc" PYTHON_SINGLE_TARGET="python3_9 -python3_8 -python3_10"

Would you like to merge these packages? [Yes/No] Yes


!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="" JAVA_HOME=""
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =virtualbox-6.1.30


Last edited by chrootman on Thu Jan 27, 2022 7:57 am; edited 6 times in total
Back to top
View user's profile Send private message
chrootman
Tux's lil' helper
Tux's lil' helper


Joined: 18 Aug 2020
Posts: 95

PostPosted: Thu Jan 27, 2022 7:48 am    Post subject: Reply with quote

Con el último upgrade si compilo bien virtualbox, la verdad es que me gustaría saber cuando se va a comportar de una u otra forma, algún tipo de predicción, uso ACCEPT_KEYWORDS="~amd64" y el stage3 hardened-selinux. Tampoco quiero creer que todo deba solucionarse usando el profile 17.1/desktop/. Segundo me apareció esto, por casualidad lo alcancé a captar:
Code:
  +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++
  Hardening is enabled which means that the VBox binaries will not run from
  the binary directory. The binaries have to be installed suid root and some
  more prerequisites have to be fulfilled which is normally done by installing
  the final package. For development, the hardening feature can be disabled
  by specifying the --disable-hardening parameter. Please never disable that
  feature for the final distribution!
  +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++

Sin embargo he leído que hay que ignorar estos warnings, y queda confirmado porque sí funciona. Tercero,
Code:
!!! app-emulation/genymotion-bin-3.2.1 has fetch restriction turned on.
!!! This probably means that this ebuild's files must be downloaded
!!! manually.  See the comments in the ebuild for more information.

/var/db/repos/gentoo/app-emulation/genymotion-bin/genymotion-bin-3.1.1.ebuild
Code:
pkg_nofetch() {
   einfo
   einfo "Please visit"
   einfo
   einfo "  https://www.genymotion.com/download/"
   einfo
   einfo "and download "
   einfo
   einfo "  ${BIN_ARCHIVE}"
   einfo
   einfo "which must be placed in DISTDIR directory."
   einfo
}
Así que lo descargué e instalé manualmente!
Code:
chmod +x genymotion-3.2.1-linux_x64.bin
./genymotion-3.2.1-linux_x64.bin
Code:
for m in vbox{drv,netadp,netflt}; do modprobe $m; done
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish 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