Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
AppimageLauncher
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Utorrent
n00b
n00b


Joined: 22 Jun 2022
Posts: 16

PostPosted: Sat Jul 16, 2022 7:46 pm    Post subject: AppimageLauncher Reply with quote

i try install appimagelauncher i follow this tutorial
Code:
sudo layman -o https://raw.githubusercontent.com/q-g-j/qgj-overlay/master/qgj.xml -f -a qgj


add app-misc/appimagelauncher-bin to /etc/portage/package.accept_keywords/custom, then:

Code:
sudo emerge app-misc/appimagelauncher-bin


but i got this issues in my Gentoo i use OpenRC

Code:
utorrent /home/utorrent # emerge -avq --autounmask app-misc/appimagelauncher-bin

!!! The ebuild selected to satisfy ">=sys-apps/dbus-1.9.8[systemd]" has unmet requirements.
- sys-apps/dbus-1.12.22-r2::gentoo USE="X elogind systemd -debug -doc (-selinux) -static-libs -test" ABI_X86="32 (64) (-x32)"

  The following REQUIRED_USE flag constraints are unsatisfied:
    at-most-one-of ( elogind systemd )

(dependency required by "sys-apps/systemd-251.2::gentoo" [ebuild])
(dependency required by "app-misc/appimagelauncher-bin-2.2.0::qgj" [ebuild])
(dependency required by "app-misc/appimagelauncher-bin" [argument])


link tutorial i used
https://github.com/TheAssassin/AppImageLauncher/issues/419

i add -systemd in my make.conf but don t works

ModEDIT: Added code -tags for clarity. --Zucca
_________________
Olá sou entusiasta do matrix e distros source based alem de Distro hopper
Back to top
View user's profile Send private message
Zucca
Moderator
Moderator


Joined: 14 Jun 2007
Posts: 3343
Location: Rasi, Finland

PostPosted: Sat Jul 16, 2022 8:29 pm    Post subject: Reply with quote

It seems to require some *logind implementation:
Code:
The following REQUIRED_USE flag constraints are unsatisfied:
at-most-one-of ( elogind systemd )
Enable elogind USE flag?
_________________
..: Zucca :..
Gentoo IRC channels reside on Libera.Chat.
--
Quote:
I am NaN! I am a man!
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1438
Location: Earth

PostPosted: Sat Jul 16, 2022 9:17 pm    Post subject: Reply with quote

but appimagelauncher itself depends on systemd only, if i'am not mistaken !
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
Utorrent
n00b
n00b


Joined: 22 Jun 2022
Posts: 16

PostPosted: Sat Jul 16, 2022 10:13 pm    Post subject: Reply with quote

Zucca wrote:
It seems to require some *logind implementation:
Code:
The following REQUIRED_USE flag constraints are unsatisfied:
at-most-one-of ( elogind systemd )
Enable elogind USE flag?


yes i am enable elogind in USE

look at this

COMMON_FLAGS="-march=haswell -O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3"
EMERGE_DEFAULT_OPTS="--keep-going=y --autounmask-write=y --jobs=4"
ACCEPT_LICENSE="*"
MAKEOPTS="-j4"
PORTAGE_NICENESS="19"
FEATURES="ccache"
CCACHE_DIR="/var/cache/ccache"
VIDEO_CARDS="amdgpu dummy fbdev intel nouveau radeon radeonsi vesa"
USE="-gpm pulseaudio X gtk qt5 kde dvd alsa cdr acl elogind linuxb"
ABI_X86="32 64"
# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C

GENTOO_MIRRORS="https://gentoo.c3sl.ufpr.br/ http://gentoo.c3sl.ufpr.br/ rsync://gentoo.c3sl.ufpr.br/gentoo/"
GRUB_PLATFORMS="efi-64"
_________________
Olá sou entusiasta do matrix e distros source based alem de Distro hopper
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1438
Location: Earth

PostPosted: Sat Jul 16, 2022 10:24 pm    Post subject: Reply with quote

fyi - this is from the tutorial link discussion you provided:
Quote:
I made a binary based ebuild some time ago. You may get it here: qgj-overlay
Here is the link to the ebuild: appimagelauncher-bin-2.2.0.ebuild
(needs systemd as the init system!)

and the owner won't change it:
Quote:
Out of the box, AppImageLauncher depends on systemd, there have been no efforts to port it to other init systems. The main reason is the support for user-level daemons.


---

@ Utorrent

and regarding ccache - from wiki:
Quote:
Warning
Using ccache globally is not recommended as it will saturate the cache and have few cache hits! Enable it instead for specific packages.

please read https://wiki.gentoo.org/wiki/Ccache again or you'll maybe get in trouble with some ebuilds and or emerges.

greetings
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "


Last edited by CooSee on Sat Jul 16, 2022 10:30 pm; edited 1 time in total
Back to top
View user's profile Send private message
Utorrent
n00b
n00b


Joined: 22 Jun 2022
Posts: 16

PostPosted: Sat Jul 16, 2022 10:29 pm    Post subject: Reply with quote

so it will only work with pure systemd? do you know any appimagelauncher for gentoo?
_________________
Olá sou entusiasta do matrix e distros source based alem de Distro hopper
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1438
Location: Earth

PostPosted: Sat Jul 16, 2022 10:36 pm    Post subject: Reply with quote

Utorrent wrote:
so it will only work with pure systemd? do you know any appimagelauncher for gentoo?

it's seems so :(

you can look at the forks - 173 in total, maybe one of them also supports elogind.
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software 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