Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

RPCS3 is unable to compile from pinkpiee

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
23 posts • Page 1 of 1
Author
Message
picarica
Guru
Guru
Posts: 366
Joined: Sat Aug 11, 2018 12:41 am

RPCS3 is unable to compile from pinkpiee

  • Quote

Post by picarica » Thu May 23, 2019 4:00 pm

it does not work i tired compiling with all flags disable or with all enabled except gdb

here is --info

-pqv is heeeere


and build log is here


i need my vulkan flag enabled i thought that was problem but i was wrong do u know how to fix ?

in the meantime i tired jm-overlay it uses llvm version 4. but i had similar error while compiling rpcs3 but it was related to vulkan this time

build.log from jm's overlay

--info of jm's overlay
and finally -pqv
Last edited by picarica on Thu May 23, 2019 5:10 pm, edited 1 time in total.
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31987
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Thu May 23, 2019 5:10 pm

Code: Select all

CMake Warning at 3rdparty/llvm.cmake:29 (find_package):
  Could not find a configuration file for package "LLVM" that is compatible
  with requested version "9.0".
It seems that program need llvm-9 (in portage I think is 9999). Try to disable llvm use flag
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
picarica
Guru
Guru
Posts: 366
Joined: Sat Aug 11, 2018 12:41 am

  • Quote

Post by picarica » Thu May 23, 2019 5:12 pm

fedeliallalinea wrote:

Code: Select all

CMake Warning at 3rdparty/llvm.cmake:29 (find_package):
  Could not find a configuration file for package "LLVM" that is compatible
  with requested version "9.0".
It seems that program need llvm-9 (in portage I think is 9999). Try to disable llvm use flag
didnt build again here is build.log
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31987
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Thu May 23, 2019 5:19 pm

picarica wrote:didnt build again here is build.log
Version 0.0.6 need llvm-8 that is in tree, try with it.
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
picarica
Guru
Guru
Posts: 366
Joined: Sat Aug 11, 2018 12:41 am

  • Quote

Post by picarica » Thu May 23, 2019 5:47 pm

fedeliallalinea wrote:
picarica wrote:didnt build again here is build.log
Version 0.0.6 need llvm-8 that is in tree, try with it.
where is verions 0.0.6 ? you mena version of rpcs3 right ? there is only 0.0.5 and then 9999 which is the one i tired , now i am compiling llvm 9999 so i hope it will work with it as i said i tried version 0.0.5 i edited my post with new info and u sent u build.log from 9999 fron pinkipiee (0.0.6i) i hope


you kinda confused me rn
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31987
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Thu May 23, 2019 6:02 pm

rpcs3-9999 require llvm-9 but this version isn't in tree, not sure if llvm-9999 can be considered version 9.
rpcs3-0.0.6 require llvm-8 that is in portage.

The error in rpcs3-0.0.5 is that the module Vulkan-LoaderAndValidationLayers is a deprecated repository and commit 28d93dfc0f24d65237fd773d74a284bf6e399222 cannot be find.
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
picarica
Guru
Guru
Posts: 366
Joined: Sat Aug 11, 2018 12:41 am

  • Quote

Post by picarica » Thu May 23, 2019 6:09 pm

fedeliallalinea wrote:rpcs3-9999 require llvm-9 but this version isn't in tree, not sure if llvm-9999 can be considered version 9.
rpcs3-0.0.6 require llvm-8 that is in portage.

The error in rpcs3-0.0.5 is that the module Vulkan-LoaderAndValidationLayers is a deprecated repository and commit 28d93dfc0f24d65237fd773d74a284bf6e399222 cannot be find.
ye but where is version 0.0.06 i dont see it anywhere but i merged that llvm 9999 the error is different but still unable to compile

you can see it here the build log

and yes version llvm 8 is in portage i have it right now but i dont see 0.0.6 anywhere

so the version 0.0.5 isnt working beacause old repositorys or something i think i understand
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31987
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Thu May 23, 2019 6:26 pm

picarica wrote:and yes version llvm 8 is in portage i have it right now but i dont see 0.0.6 anywhere
You can try to simply rename ebuild in rpcs3-0.0.6.ebuild in your local overlay.
Sorry about the confusing.
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
picarica
Guru
Guru
Posts: 366
Joined: Sat Aug 11, 2018 12:41 am

  • Quote

Post by picarica » Thu May 23, 2019 6:41 pm

fedeliallalinea wrote:
picarica wrote:and yes version llvm 8 is in portage i have it right now but i dont see 0.0.6 anywhere
You can try to simply rename ebuild in rpcs3-0.0.6.ebuild in your local overlay.
Sorry about the confusing.
so i can just simply

Code: Select all

cd /var/lib/layman/pinkpieea/games-emulation/rpcs3
doas cp rpcs3-9999.ebuild rpcs3-0.0.6.ebuild
// then
doas ebuild rpcs3-0.0.6.ebuild digest
doas ebuild rpcs3-0.0.6.ebuild clean manifest merge
???
because that doesnt work, can you be more specific ?

do i really have to make my own local repository? isnt this easier? but i dont get how make it fetch 0.0.6 version
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31987
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Thu May 23, 2019 7:04 pm

picarica wrote:so i can just simply

Code: Select all

cd /var/lib/layman/pinkpieea/games-emulation/rpcs3
doas cp rpcs3-9999.ebuild rpcs3-0.0.6.ebuild
// then
doas ebuild rpcs3-0.0.6.ebuild digest
doas ebuild rpcs3-0.0.6.ebuild clean manifest merge
???
because that doesnt work, can you be more specific ?
This work but next overlay sync you can lost the ebuild (or if you delete overlay)
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
pjp
Administrator
Administrator
User avatar
Posts: 20668
Joined: Tue Apr 16, 2002 10:35 pm

  • Quote

Post by pjp » Thu May 23, 2019 7:05 pm

Moved from Portage & Programming to Unsupported Software.
Quis separabit? Quo animo?
Top
picarica
Guru
Guru
Posts: 366
Joined: Sat Aug 11, 2018 12:41 am

  • Quote

Post by picarica » Fri May 24, 2019 1:04 pm

fedeliallalinea wrote:
picarica wrote:so i can just simply

Code: Select all

cd /var/lib/layman/pinkpieea/games-emulation/rpcs3
doas cp rpcs3-9999.ebuild rpcs3-0.0.6.ebuild
// then
doas ebuild rpcs3-0.0.6.ebuild digest
doas ebuild rpcs3-0.0.6.ebuild clean manifest merge
???
because that doesnt work, can you be more specific ?
This work but next overlay sync you can lost the ebuild (or if you delete overlay)
i did that but it didnt worked
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31987
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Fri May 24, 2019 3:23 pm

picarica wrote:i did that but it didnt worked
What not work? The creation of new ebuild or the compilation?
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
picarica
Guru
Guru
Posts: 366
Joined: Sat Aug 11, 2018 12:41 am

  • Quote

Post by picarica » Fri May 24, 2019 5:29 pm

fedeliallalinea wrote:
picarica wrote:i did that but it didnt worked
What not work? The creation of new ebuild or the compilation?
i have succsefuklly made the new ebuild but the merge procces failed again i am putting the results here:

--info is here

-pqv is here


build.log is here


and this is the .ebuild that i edited by your command the file was called rpcs3-0.0.6.ebuild
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31987
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Sat May 25, 2019 11:12 am

In function src_configure add CMAKE_BUILD_TYPE="RELEASE"

Code: Select all

src_configure() {
    CMAKE_BUILD_TYPE="RELEASE"

    local mycmakeargs=(
        -DWITHOUT_LLVM="$(usex llvm OFF ON)"
        -DUSE_ALSA="$(usex alsa)"
        -DUSE_PULSE="$(usex pulseaudio)"
        -DUSE_LIBEVDEV="$(usex evdev)"
        -DUSE_VULKAN="$(usex vulkan)"
        -DWITH_GDB="$(usex gdb)"
        -DUSE_SYSTEM_LIBPNG=ON
        -DUSE_SYSTEM_FFMPEG=ON
    )
    cmake-utils_src_configure
}
EDIT: change also llvm dependency from

Code: Select all

llvm? ( sys-devel/llvm:4 )
to

Code: Select all

llvm? ( sys-devel/llvm:8 )
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
picarica
Guru
Guru
Posts: 366
Joined: Sat Aug 11, 2018 12:41 am

  • Quote

Post by picarica » Tue May 28, 2019 10:56 pm

fedeliallalinea wrote:In function src_configure add CMAKE_BUILD_TYPE="RELEASE"

Code: Select all

src_configure() {
    CMAKE_BUILD_TYPE="RELEASE"

    local mycmakeargs=(
        -DWITHOUT_LLVM="$(usex llvm OFF ON)"
        -DUSE_ALSA="$(usex alsa)"
        -DUSE_PULSE="$(usex pulseaudio)"
        -DUSE_LIBEVDEV="$(usex evdev)"
        -DUSE_VULKAN="$(usex vulkan)"
        -DWITH_GDB="$(usex gdb)"
        -DUSE_SYSTEM_LIBPNG=ON
        -DUSE_SYSTEM_FFMPEG=ON
    )
    cmake-utils_src_configure
}
EDIT: change also llvm dependency from

Code: Select all

llvm? ( sys-devel/llvm:4 )
to

Code: Select all

llvm? ( sys-devel/llvm:8 )
it fialed again, i did waht u suggester here is my ebuild file its just like u said, just to make sure i am using stefantalpalaru overlay beacau'se pinkipiee's didnt had llvm:4 dependency but llvm:9 i think

i am putting following logs from the merge

build.log

--info

-pqv
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31987
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Wed May 29, 2019 5:38 am

I used rpcs3-0.0.5.ebuild from jm-overlay, I renamed it in rpcs3-0.0.6.ebuild and applied my proposed changes and program has compiled fine.

Code: Select all

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake-utils git-r3

DESCRIPTION="Open source PlayStation 3 emulator"
HOMEPAGE="https://rpcs3.net/"

EGIT_REPO_URI="https://github.com/RPCS3/rpcs3.git"
EGIT_COMMIT="v${PV}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="alsa pulseaudio evdev vulkan +llvm gdb libav"

RDEPEND=">=dev-qt/qtcore-5.10:5=
	>=dev-qt/qtgui-5.10:5=
	>=dev-qt/qtdbus-5.10:5=
	>=dev-qt/qtwidgets-5.10:5=
	media-libs/libpng:0=
	virtual/opengl
	virtual/glu
	media-libs/glew:0=
	x11-libs/libX11
	virtual/libudev:=
	sys-libs/zlib:=
	media-libs/openal
	llvm? ( sys-devel/llvm:8 )
	alsa? ( media-libs/alsa-lib )
	pulseaudio? ( media-sound/pulseaudio )
	evdev? ( dev-libs/libevdev )
	vulkan? ( media-libs/vulkan-loader )
	libav? ( media-video/libav:= )
	!libav? ( media-video/ffmpeg:= )"
DEPEND="${RDEPEND}
	>=sys-devel/gcc-5.1"

DOCS=( README.md CONTRIBUTING.md )

src_configure() {
	CMAKE_BUILD_TYPE="RELEASE" 

	local mycmakeargs=(
		-DWITHOUT_LLVM="$(usex llvm OFF ON)"
		-DUSE_ALSA="$(usex alsa)"
		-DUSE_PULSE="$(usex pulseaudio)"
		-DUSE_LIBEVDEV="$(usex evdev)"
		-DUSE_VULKAN="$(usex vulkan)"
		-DWITH_GDB="$(usex gdb)"
		-DUSE_SYSTEM_LIBPNG=ON
		-DUSE_SYSTEM_FFMPEG=ON
	)
	cmake-utils_src_configure
}
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
argen
n00b
n00b
Posts: 35
Joined: Fri Apr 26, 2019 5:17 am

  • Quote

Post by argen » Wed May 29, 2019 7:30 am

fedeliallalinea wrote:rpcs3-9999 require llvm-9 but this version isn't in tree, not sure if llvm-9999 can be considered version 9.
I run llvm-9999, it is currently considered llvm 9.
Top
picarica
Guru
Guru
Posts: 366
Joined: Sat Aug 11, 2018 12:41 am

  • Quote

Post by picarica » Wed May 29, 2019 12:26 pm

fedeliallalinea wrote:I used rpcs3-0.0.5.ebuild from jm-overlay, I renamed it in rpcs3-0.0.6.ebuild and applied my proposed changes and program has compiled fine.

Code: Select all

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake-utils git-r3

DESCRIPTION="Open source PlayStation 3 emulator"
HOMEPAGE="https://rpcs3.net/"

EGIT_REPO_URI="https://github.com/RPCS3/rpcs3.git"
EGIT_COMMIT="v${PV}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="alsa pulseaudio evdev vulkan +llvm gdb libav"

RDEPEND=">=dev-qt/qtcore-5.10:5=
	>=dev-qt/qtgui-5.10:5=
	>=dev-qt/qtdbus-5.10:5=
	>=dev-qt/qtwidgets-5.10:5=
	media-libs/libpng:0=
	virtual/opengl
	virtual/glu
	media-libs/glew:0=
	x11-libs/libX11
	virtual/libudev:=
	sys-libs/zlib:=
	media-libs/openal
	llvm? ( sys-devel/llvm:8 )
	alsa? ( media-libs/alsa-lib )
	pulseaudio? ( media-sound/pulseaudio )
	evdev? ( dev-libs/libevdev )
	vulkan? ( media-libs/vulkan-loader )
	libav? ( media-video/libav:= )
	!libav? ( media-video/ffmpeg:= )"
DEPEND="${RDEPEND}
	>=sys-devel/gcc-5.1"

DOCS=( README.md CONTRIBUTING.md )

src_configure() {
	CMAKE_BUILD_TYPE="RELEASE" 

	local mycmakeargs=(
		-DWITHOUT_LLVM="$(usex llvm OFF ON)"
		-DUSE_ALSA="$(usex alsa)"
		-DUSE_PULSE="$(usex pulseaudio)"
		-DUSE_LIBEVDEV="$(usex evdev)"
		-DUSE_VULKAN="$(usex vulkan)"
		-DWITH_GDB="$(usex gdb)"
		-DUSE_SYSTEM_LIBPNG=ON
		-DUSE_SYSTEM_FFMPEG=ON
	)
	cmake-utils_src_configure
}
yes i didit everything u did i even made my own local overlay and it was compiling very loong i thought it was finally working but then it crashed again, the compilaton and no furrther acces , i am posting the output of commadn now

--info and -pqv in one, i hope its easy to read

and here is build.log i had to send it thorught firefox send beacuse it has 2M and cant use bpaste or pastebin
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31987
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Wed May 29, 2019 5:33 pm

The only difference is that I compiled with gcc-8.3.0. Just for info I also installed the program an run without problem but change the DOCS line in ebuild from

Code: Select all

DOCS=( README.md CONTRIBUTING.md ) 
to

Code: Select all

DOCS=( README.md ) 
I see also that package (version 0.0.6) compile also with llvm-7 so I don't know what is the minor version required
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
picarica
Guru
Guru
Posts: 366
Joined: Sat Aug 11, 2018 12:41 am

  • Quote

Post by picarica » Thu May 30, 2019 6:51 pm

fedeliallalinea wrote:The only difference is that I compiled with gcc-8.3.0. Just for info I also installed the program an run without problem but change the DOCS line in ebuild from

Code: Select all

DOCS=( README.md CONTRIBUTING.md ) 
to

Code: Select all

DOCS=( README.md ) 
I see also that package (version 0.0.6) compile also with llvm-7 so I don't know what is the minor version required
that can be issue with me i use gcc 7.4 ill try gcc 84.

EDIT: it didnt worked here is result with gcc 8.4 i even tried gcc 9 but no results too

here is builkd.log its little bit longer than last one but still fails in the end

and here is --info and -pqv
Top
hedmo
Veteran
Veteran
User avatar
Posts: 1338
Joined: Sat Aug 29, 2009 1:15 pm
Location: sweden

  • Quote

Post by hedmo » Thu Aug 29, 2019 5:50 am

picarica

here is my ebuild that i am using.

rpcs3-9999.ebuild

Code: Select all


# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit cmake-utils


if [[ ${PV} == 9999 ]]
then
	EGIT_REPO_URI="https://github.com/RPCS3/rpcs3"
	inherit git-r3
else
	SRC_URI="https://github.com/RPCS3/rpcs3/archive/v${PV}.tar.gz"
	KEYWORDS="~amd64"
fi

DESCRIPTION="Very experimental PS3 emulator"
HOMEPAGE="https://rpcs3.net http://www.emunewz.net/forum/forumdisplay.php?fid=172"

LICENSE="GPL-2"
SLOT="0"
IUSE="alsa gdb joystick +llvm +llvmsub pulseaudio +z3 +test  vulkan"

CDEPEND="
        vulkan? ( media-libs/vulkan-loader[wayland] )
"

RDEPEND="${CDEPEND}
	>=dev-qt/qtcore-5.10
	>=dev-qt/qtdbus-5.10
	>=dev-qt/qtgui-5.10
	>=dev-qt/qtwidgets-5.10
	alsa? ( media-libs/alsa-lib )
	gdb? ( sys-devel/gdb )
	joystick? ( dev-libs/libevdev )
	llvm? ( sys-devel/llvm )
        media-libs/glew:0
	media-libs/libpng:*
	media-libs/openal
	pulseaudio? ( media-sound/pulseaudio )
	sys-libs/zlib
	virtual/ffmpeg
	virtual/opengl
	x11-libs/libX11
        z3? ( sci-mathematics/z3 )
        test? ( dev-cpp/gtest )
        vulkan? ( media-libs/vulkan-loader )
"

DEPEND="${RDEPEND}
	>=sys-devel/gcc-5.1
"




src_prepare() {
	default

	sed -i -e '/find_program(CCACHE_FOUND/d' CMakeLists.txt

	cmake-utils_src_prepare
}

src_configure() {
	local mycmakeargs=(
		"-DUSE_SYSTEM_LIBPNG=ON"
		"-DUSE_SYSTEM_FFMPEG=ON"
		"-DUSE_VULKAN=$(usex vulkan ON OFF)"
		"-DUSE_ALSA=$(usex alsa ON OFF)"
		"-DUSE_PULSE=$(usex pulseaudio ON OFF)"
		"-DUSE_LIBEVDEV=$(usex joystick ON OFF)"
		"-DWITH_GDB=$(usex gdb ON OFF)"
		"-DWITH_LLVM=$(usex llvm ON OFF)"
                "-DBUILD_LLVM_SUBMODULE=$(usex llvmsub ON OFF)"
                "-Wno-dev=ON"


	)
        CCACHE_SLOPPINESS=pch_defines,time_macros
        CMAKE_BUILD_TYPE=Release
	cmake-utils_src_configure
}


picarica.Iam running it with llvm <9.current llvm-10.9999

fedeliallalinea. feel free to comment if there is something that is wrong

regards hedmo
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31987
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Thu Aug 29, 2019 6:34 am

hedmo wrote:fedeliallalinea. feel free to comment if there is something that is wrong
Just some hints

Code: Select all

   >=dev-qt/qtcore-5.10
   >=dev-qt/qtdbus-5.10
   >=dev-qt/qtgui-5.10
   >=dev-qt/qtwidgets-5.10 
In portage there is no qt < 5.10 the use syntax dev-qt/qtcore:5.
You can remove gcc as dependency all version <6.4 are hard masked.
CMAKE_BUILD_TYPE=Release I think is added by cmake-utils eclass.
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
Post Reply

23 posts • Page 1 of 1

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic