Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ SOLVED] Gentoo Newbie installation problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
NobuteruRoby
n00b
n00b


Joined: 15 Jun 2019
Posts: 8

PostPosted: Sat Jun 15, 2019 7:20 am    Post subject: [ SOLVED] Gentoo Newbie installation problem Reply with quote

Hi all,
i come from ubuntu and debian distros, I am tryng Gentoo.

I have installed a base system, everything fine, I choose 17.1 profile with plasma and systemd.

Installed firefox, installed wine, installed other stuff..

this is my make.conf file :



Code:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
COMMON_FLAGS="-O2 -pipe -march=native"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"

# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"

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

MAKEOPTS="-j8"

GENTOO_MIRRORS="http://ftp.fi.muni.cz/pub/linux/gentoo/ rsync://ftp.fi.muni.cz/pub/linux/gentoo/ ftp://ftp.fi.muni.cz/pub/linux/gentoo/ https://mirror.dkm.cz/gentoo/ http://mirror.dkm.cz/gentoo/ rsync://mirror.dkm.cz/gentoo/ ftp://mirror.dkm.cz/gentoo/ http://gentoo.mirror.web4u.cz/ ftp://gentoo.mirror.web4u.cz/ ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ http://ftp.free.fr/mirrors/ftp.gentoo.org/ http://gentoo.modulix.net/gentoo/ http://gentoo.mirrors.ovh.net/gentoo-distfiles/ https://mirrors.soeasyto.com/distfiles.gentoo.org/ ftp://mirrors.soeasyto.com/distfiles.gentoo.org/ http://mirrors.soeasyto.com/distfiles.gentoo.org/ rsync://mirror.eu.oneandone.net/gentoo/ https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ http://mirror.netcologne.de/gentoo/ ftp://mirror.netcologne.de/gentoo/ rsync://mirror.netcologne.de/gentoo/ https://mirror.netcologne.de/gentoo/ https://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ rsync://ftp.halifax.rwth-aachen.de/gentoo/ http://ftp.halifax.rwth-aachen.de/gentoo/ ftp://ftp.halifax.rwth-aachen.de/gentoo/ https://ftp.halifax.rwth-aachen.de/gentoo/ https://ftp.fau.de/gentoo rsync://ftp.fau.de/gentoo ftp://ftp.fau.de/gentoo http://ftp.fau.de/gentoo ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ https://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ rsync://ftp-stud.hs-esslingen.de/gentoo/ http://tux.rainside.sk/gentoo/ ftp://tux.rainside.sk/gentoo/ http://gentoo.wheel.sk/ ftp://gentoo.wheel.sk/pub/linux/gentoo/ https://gentoo.wheel.sk/"

ABI_X86="32 64"

USE="llvm systemd cups samba java hddtemp smartcard pam \
     ffmpeg wmf a52 video vlc xine dvd cdr v4l \
     kde plasma \
     alsa pulseaudio sound \
     opengl  dri3 gles1 gles2 \
     X video_cards_i915 \
     truetype jpeg gif pdf fontconfig \
     -gtk -gpm -gnome -sddm \
     firmware \
     zip lzma bzip2 \
     ftp d3d9* \
     classic
    multilib \
     "

ACCEPT_LICENSE="@EULA"

CONFIG_PROTECT="-*"

SYMLINK=no
LIBDIR_x86=lib
VIDEO_CARDS="intel i915"

I just modified it after installing new sw, now i want to recompile all @world but....

Code:
emerge --ask -e  --deep @world
!!! CONFIG_PROTECT is empty

 * IMPORTANT: 16 config files in '/etc/portage' need updating.
 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.

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

Calculating dependencies... done!

!!! The ebuild selected to satisfy "media-libs/mesa[egl]" has unmet requirements.
- media-libs/mesa-18.3.6::gentoo USE="classic d3d9 dri3 egl gallium gbm gles1 gles2 llvm wayland -debug -lm_sensors -opencl -osmesa -pax_kernel -pic (-selinux) -test -unwind -vaapi -valgrind -vdpau -vulkan -xa -xvmc" ABI_X86="32 (64) (-x32)" VIDEO_CARDS="i915 intel (-freedreno) -i965 (-imx) -nouveau -r100 -r200 -r300 -r600 -radeon -radeonsi (-vc4) -virgl (-vivante) -vmware"

  The following REQUIRED_USE flag constraints are unsatisfied:
    d3d9? ( any-of ( video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )

  The above constraints are a subset of the following complete expression:
    d3d9? ( dri3 any-of ( video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) ) gles1? ( egl ) gles2? ( egl ) vulkan? ( dri3 any-of ( video_cards_i965 video_cards_radeonsi ) video_cards_radeonsi? ( llvm ) ) wayland? ( egl gbm ) video_cards_freedreno? ( gallium ) video_cards_intel? ( classic ) video_cards_i915? ( any-of ( classic gallium ) ) video_cards_i965? ( classic ) video_cards_imx? ( gallium video_cards_vivante ) video_cards_nouveau? ( any-of ( classic gallium ) ) video_cards_radeon? ( any-of ( classic gallium ) gallium? ( x86? ( llvm ) amd64? ( llvm ) ) ) video_cards_r100? ( classic ) video_cards_r200? ( classic ) video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) ) video_cards_r600? ( gallium ) video_cards_radeonsi? ( gallium llvm ) video_cards_vc4? ( gallium ) video_cards_virgl? ( gallium ) video_cards_vivante? ( gallium gbm ) video_cards_vmware? ( gallium )

(dependency required by "dev-qt/qtgui-5.12.3-r1::gentoo[egl]" [ebuild])
(dependency required by "dev-qt/qtwidgets-5.12.3::gentoo" [ebuild])
(dependency required by "sys-auth/polkit-qt-0.112.0_p20160416-r2::gentoo" [ebuild])
(dependency required by "kde-plasma/polkit-kde-agent-5.15.5::gentoo" [ebuild])
(dependency required by "sys-auth/polkit-0.115-r3::gentoo[kde]" [ebuild])
(dependency required by "sys-apps/systemd-241-r1::gentoo" [ebuild])
(dependency required by "dev-qt/qtcore-5.12.3::gentoo[systemd]" [ebuild])


how to solve mesa dependency issue?

[Moderator edit: added [code] tags to preserve output layout. -Hu]

It was my fault, a lot of error with emerge and USE FLAG, this is my make.conf profile I want to know if it is good :


# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
COMMON_FLAGS="-O2 -pipe -march=native"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"

# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs."
LC_MESSAGES=C
MAKEOPTS="-j8"
L10N=it_IT
ACCEPT_LICENSE="@EULA Broadcom"
#CONFIG_PROTECT="-*"
SYMLINK=no
LIBDIR_x86=lib
VIDEO_CARDS="i915"
ALSA_CARDS="hda-intel"
ABI_X86="64 32"
CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"

GENTOO_MIRRORS="\
http://ftp.fi.muni.cz/pub/linux/gentoo/ \
rsync://ftp.fi.muni.cz/pub/linux/gentoo/ \
ftp://ftp.fi.muni.cz/pub/linux/gentoo/ \
https://mirror.dkm.cz/gentoo/ \
http://mirror.dkm.cz/gentoo/ \
rsync://mirror.dkm.cz/gentoo/ \
ftp://mirror.dkm.cz/gentoo/ \
http://gentoo.mirror.web4u.cz/ \
ftp://gentoo.mirror.web4u.cz/ \
ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ \
http://ftp.free.fr/mirrors/ftp.gentoo.org/ \
http://gentoo.modulix.net/gentoo/ \
http://gentoo.mirrors.ovh.net/gentoo-distfiles/ \
https://mirrors.soeasyto.com/distfiles.gentoo.org/ \
ftp://mirrors.soeasyto.com/distfiles.gentoo.org/ \
http://mirrors.soeasyto.com/distfiles.gentoo.org/ \
rsync://mirror.eu.oneandone.net/gentoo/ \
https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ \
http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ \
http://mirror.netcologne.de/gentoo/ \
ftp://mirror.netcologne.de/gentoo/ \
rsync://mirror.netcologne.de/gentoo/ \
https://mirror.netcologne.de/gentoo/ \
https://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ \
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ \
rsync://ftp.halifax.rwth-aachen.de/gentoo/ \
http://ftp.halifax.rwth-aachen.de/gentoo/ \
ftp://ftp.halifax.rwth-aachen.de/gentoo/ \
https://ftp.halifax.rwth-aachen.de/gentoo/ \
https://ftp.fau.de/gentoo \
rsync://ftp.fau.de/gentoo \
ftp://ftp.fau.de/gentoo \
http://ftp.fau.de/gentoo \
ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ \
http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ \
https://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ \
rsync://ftp-stud.hs-esslingen.de/gentoo/ \
http://tux.rainside.sk/gentoo/ \
ftp://tux.rainside.sk/gentoo/ \
http://gentoo.wheel.sk/ \
ftp://gentoo.wheel.sk/pub/linux/gentoo/ \
https://gentoo.wheel.sk/"

USE="acpillvm systemd hardened kerberos radius threads bash-completion \
cups samba java javascript \
hddtemp smartcard lm_sensors scanner \
aalib x264 vcd ffmpeg matroska wmf a52 video vlc xine dvd cdr v4l cdda dvdr dvb dts libass mpeg mplayer quicktime theora css \
kde plasma semantic-desktop \
alsa pulseaudio sound flac lame mp3 mp4 ogg vorbis \
X opengl xscreensaver \
latex truetype jpeg gif pdf fontconfig jpeg2k png truetype \
-gtk -gpm -gnome -sddm wayland \
firmware mtp usb webkit \
zip lzma bzip2 crypt gzip lzo szip zlib zstd \
ftp nsplugin ssl \
static-libs \
bluetooth \
afs \
imagemagick \
mono ncurses"


Last edited by NobuteruRoby on Mon Jun 17, 2019 1:31 pm; edited 1 time in total
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5910

PostPosted: Sat Jun 15, 2019 9:18 am    Post subject: Reply with quote

remove d3d9, dri3, gles1 and gles2 use flag
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5910

PostPosted: Sat Jun 15, 2019 9:20 am    Post subject: Reply with quote

read this in addition: https://wiki.gentoo.org/wiki//etc/portage/make.conf
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 21709

PostPosted: Sat Jun 15, 2019 3:44 pm    Post subject: Re: Gentoo Newbie installation problem Reply with quote

NobuteruRoby wrote:
Code:
USE="llvm systemd cups samba java hddtemp smartcard pam \
     ffmpeg wmf a52 video vlc xine dvd cdr v4l \
     kde plasma \
     alsa pulseaudio sound \
     opengl  dri3 gles1 gles2 \
     X video_cards_i915 \
     truetype jpeg gif pdf fontconfig \
     -gtk -gpm -gnome -sddm \
     firmware \
     zip lzma bzip2 \
     ftp d3d9* \
     classic
    multilib \
     "
  • USE=video_cards_i915 is redundant since you set VIDEO_CARDS=i915 below.
  • USE=d3d9* has no meaning, because USE flags do not have * in their name. You probably meant USE=d3d9 here. I cannot comment on whether that is a good choice to enable.
  • USE=multilib should be handled by your profile. There is no need to set it here.
NobuteruRoby wrote:
Code:
ACCEPT_LICENSE="@EULA"
Are you sure you want this enabled globally?
NobuteruRoby wrote:
Code:
CONFIG_PROTECT="-*"
This is probably not what you want, and explains one of the error messages below. Can you explain why you have it? If not, you should probably remove it.
Back to top
View user's profile Send private message
NobuteruRoby
n00b
n00b


Joined: 15 Jun 2019
Posts: 8

PostPosted: Sat Jun 15, 2019 4:43 pm    Post subject: Reply with quote

DaggyStyle wrote:
read this in addition: https://wiki.gentoo.org/wiki//etc/portage/make.conf


Same error I finnaly find problem in /etc/portage/package.use/zz-autounmask

I removed d3d9 fro mesa
Back to top
View user's profile Send private message
NobuteruRoby
n00b
n00b


Joined: 15 Jun 2019
Posts: 8

PostPosted: Sat Jun 15, 2019 4:47 pm    Post subject: Re: Gentoo Newbie installation problem Reply with quote

Hu wrote:
  • USE=video_cards_i915 is redundant since you set VIDEO_CARDS=i915 below.
  • USE=d3d9* has no meaning, because USE flags do not have * in their name. You probably meant USE=d3d9 here. I cannot comment on whether that is a good choice to enable.
  • USE=multilib should be handled by your profile. There is no need to set it here.


NobuteruRoby wrote:

Code:
ACCEPT_LICENSE="@EULA"
Are you sure you want this enabled globally?

I wan to install teamviewer and so on... so i put it on
NobuteruRoby wrote:
Code:
CONFIG_PROTECT="-*"
This is probably not what you want, and explains one of the error messages below. Can you explain why you have it? If not, you should probably remove it.


i don't remebert where i find it. now i wil try to remove

this is my make.conf

telll me if it is ok:

Code:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
COMMON_FLAGS="-O2 -pipe -march=native"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"

# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
ABI_X86="64 32"
LC_MESSAGES=C
MAKEOPTS="-j8"
L10N=it_IT
ACCEPT_LICENSE="@EULA"
#CONFIG_PROTECT="-*"
SYMLINK=no
LIBDIR_x86=lib
VIDEO_CARDS="i915"
ALSA_CARDS="hda-intel"
CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"


GENTOO_MIRRORS="\
http://ftp.fi.muni.cz/pub/linux/gentoo/ \
rsync://ftp.fi.muni.cz/pub/linux/gentoo/ \
ftp://ftp.fi.muni.cz/pub/linux/gentoo/ \
https://mirror.dkm.cz/gentoo/ \
http://mirror.dkm.cz/gentoo/ \
rsync://mirror.dkm.cz/gentoo/ \
ftp://mirror.dkm.cz/gentoo/ \
http://gentoo.mirror.web4u.cz/ \
ftp://gentoo.mirror.web4u.cz/ \
ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ \
http://ftp.free.fr/mirrors/ftp.gentoo.org/ \
http://gentoo.modulix.net/gentoo/ \
http://gentoo.mirrors.ovh.net/gentoo-distfiles/ \
https://mirrors.soeasyto.com/distfiles.gentoo.org/ \
ftp://mirrors.soeasyto.com/distfiles.gentoo.org/ \
http://mirrors.soeasyto.com/distfiles.gentoo.org/ \
rsync://mirror.eu.oneandone.net/gentoo/ \
https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ \
http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ \
http://mirror.netcologne.de/gentoo/ \
ftp://mirror.netcologne.de/gentoo/ \
rsync://mirror.netcologne.de/gentoo/ \
https://mirror.netcologne.de/gentoo/ \
https://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ \
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ \
rsync://ftp.halifax.rwth-aachen.de/gentoo/ \
http://ftp.halifax.rwth-aachen.de/gentoo/ \
ftp://ftp.halifax.rwth-aachen.de/gentoo/ \
https://ftp.halifax.rwth-aachen.de/gentoo/ \
https://ftp.fau.de/gentoo \
rsync://ftp.fau.de/gentoo \
ftp://ftp.fau.de/gentoo \
http://ftp.fau.de/gentoo \
ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ \
http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ \
https://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ \
rsync://ftp-stud.hs-esslingen.de/gentoo/ \
http://tux.rainside.sk/gentoo/ \
ftp://tux.rainside.sk/gentoo/ \
http://gentoo.wheel.sk/ \
ftp://gentoo.wheel.sk/pub/linux/gentoo/ \
https://gentoo.wheel.sk/"


USE="llvm systemd \
     cups samba java hddtemp smartcard  \
     ffmpeg matroska wmf a52 video vlc xine dvd cdr v4l \
     kde plasma \
     alsa pulseaudio sound \
     X \
     truetype jpeg gif pdf fontconfig \
     -gtk -gpm -gnome -sddm -wayland \
     firmware \
     zip lzma bzip2 \
     ftp \
     multilib \
     lm_sensors"


[Moderator edit: added [code] tags to preserve output layout. -Hu]
Back to top
View user's profile Send private message
389292
Guru
Guru


Joined: 26 Mar 2019
Posts: 504

PostPosted: Sat Jun 15, 2019 6:21 pm    Post subject: Reply with quote

that's a lot of mirrors you are using... afraid of thermonuclear war or something?

Quote:
ACCEPT_LICENSE="@EULA"

I guess if you insist on this you don't really care about licenses, may as well use "*" instead.
Back to top
View user's profile Send private message
NobuteruRoby
n00b
n00b


Joined: 15 Jun 2019
Posts: 8

PostPosted: Sat Jun 15, 2019 7:06 pm    Post subject: Reply with quote

etnull wrote:
that's a lot of mirrors you are using... afraid of thermonuclear war or something?


just fun, I can remove

Quote:
ACCEPT_LICENSE="@EULA"
I guess if you insist on this you don't really care about licenses, may as well use "*" instead.


I want to use non open source sw like teamviewer and so on, so i put @eula

however my new make.conf, corrected as asked :

Code:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
COMMON_FLAGS="-O2 -pipe -march=native"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"

# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs."
LC_MESSAGES=C
MAKEOPTS="-j8"
L10N=it_IT
ACCEPT_LICENSE="@EULA"
#CONFIG_PROTECT="-*"
SYMLINK=no
LIBDIR_x86=lib
VIDEO_CARDS="i915"
ALSA_CARDS="hda-intel"
ABI_X86="64 32"
CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"

GENTOO_MIRRORS="\
http://ftp.fi.muni.cz/pub/linux/gentoo/ \
rsync://ftp.fi.muni.cz/pub/linux/gentoo/ \
ftp://ftp.fi.muni.cz/pub/linux/gentoo/ \
https://mirror.dkm.cz/gentoo/ \
http://mirror.dkm.cz/gentoo/ \
rsync://mirror.dkm.cz/gentoo/ \
ftp://mirror.dkm.cz/gentoo/ \
http://gentoo.mirror.web4u.cz/ \
ftp://gentoo.mirror.web4u.cz/ \
ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ \
http://ftp.free.fr/mirrors/ftp.gentoo.org/ \
http://gentoo.modulix.net/gentoo/ \
http://gentoo.mirrors.ovh.net/gentoo-distfiles/ \
https://mirrors.soeasyto.com/distfiles.gentoo.org/ \
ftp://mirrors.soeasyto.com/distfiles.gentoo.org/ \
http://mirrors.soeasyto.com/distfiles.gentoo.org/ \
rsync://mirror.eu.oneandone.net/gentoo/ \
https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ \
http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ \
http://mirror.netcologne.de/gentoo/ \
ftp://mirror.netcologne.de/gentoo/ \
rsync://mirror.netcologne.de/gentoo/ \
https://mirror.netcologne.de/gentoo/ \
https://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ \
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ \
rsync://ftp.halifax.rwth-aachen.de/gentoo/ \
http://ftp.halifax.rwth-aachen.de/gentoo/ \
ftp://ftp.halifax.rwth-aachen.de/gentoo/ \
https://ftp.halifax.rwth-aachen.de/gentoo/ \
https://ftp.fau.de/gentoo \
rsync://ftp.fau.de/gentoo \
ftp://ftp.fau.de/gentoo \
http://ftp.fau.de/gentoo \
ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ \
http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ \
https://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ \
rsync://ftp-stud.hs-esslingen.de/gentoo/ \
http://tux.rainside.sk/gentoo/ \
ftp://tux.rainside.sk/gentoo/ \
http://gentoo.wheel.sk/ \
ftp://gentoo.wheel.sk/pub/linux/gentoo/ \
https://gentoo.wheel.sk/"

USE="llvm systemd \
     cups samba java hddtemp smartcard lm_sensors \
     ffmpeg matroska wmf a52 video vlc xine dvd cdr v4l \
     kde plasma \
     alsa pulseaudio sound \
     X \
     truetype jpeg gif pdf fontconfig \
     -gtk -gpm -gnome -sddm -wayland \
     firmware \
     zip lzma bzip2 \
     ftp \
     "





but my new error, wehn i try emerge -w @world:

Code:
emerge -e @world
Calculating dependencies... done!

!!! The ebuild selected to satisfy "dev-libs/libclc" has unmet requirements.
- dev-libs/libclc-0.2.0_pre20190313::gentoo USE="" ABI_X86="(64)" VIDEO_CARDS="-nvidia -r600 -radeonsi"

  The following REQUIRED_USE flag constraints are unsatisfied:
    any-of ( video_cards_nvidia video_cards_r600 video_cards_radeonsi )

(dependency required by "media-libs/mesa-18.3.6::gentoo[gallium,opencl]" [ebuild])
(dependency required by "dev-qt/qtgui-5.12.3-r1::gentoo[egl]" [ebuild])
(dependency required by "dev-qt/qtwidgets-5.12.3::gentoo" [ebuild])
(dependency required by "sys-auth/polkit-qt-0.112.0_p20160416-r2::gentoo" [ebuild])
(dependency required by "kde-plasma/polkit-kde-agent-5.15.5::gentoo" [ebuild])
(dependency required by "sys-auth/polkit-0.115-r3::gentoo[kde]" [ebuild])
(dependency required by "sys-apps/systemd-241-r1::gentoo" [ebuild])
(dependency required by "dev-qt/qtcore-5.12.3::gentoo[systemd]" [ebuild])


I get it doean't ready for i915, but only for nvidia and so on, how to remove it ???? it's not installed on my system

bye

[Moderator edit: added [code] tags to preserve output layout. -Hu]
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Sat Jun 15, 2019 7:32 pm    Post subject: Reply with quote

Code:
* IMPORTANT: 16 config files in '/etc/portage' need updating.

Do this first. Run as root "etc-update"
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54304
Location: 56N 3W

PostPosted: Sat Jun 15, 2019 8:28 pm    Post subject: Reply with quote

NobuteruRoby

Code:
    The following REQUIRED_USE flag constraints are unsatisfied:
  any-of ( video_cards_nvidia video_cards_r600 video_cards_radeonsi )


The package only works on one of those video cards, so you must choose to build it for one or more of them.

Lots of your USE flags in make.conf are redundant as they are provided by your profile.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
NobuteruRoby
n00b
n00b


Joined: 15 Jun 2019
Posts: 8

PostPosted: Sun Jun 16, 2019 3:44 am    Post subject: Reply with quote

Tony0945 wrote:
Code:
* IMPORTANT: 16 config files in '/etc/portage' need updating.

Do this first. Run as root "etc-update"


etc-update
Scanning Configuration files...
Exiting: Nothing left to do; exiting. :)
Back to top
View user's profile Send private message
NobuteruRoby
n00b
n00b


Joined: 15 Jun 2019
Posts: 8

PostPosted: Sun Jun 16, 2019 3:45 am    Post subject: Reply with quote

NeddySeagoon wrote:
NobuteruRoby

Code:
    The following REQUIRED_USE flag constraints are unsatisfied:
  any-of ( video_cards_nvidia video_cards_r600 video_cards_radeonsi )


The package only works on one of those video cards, so you must choose to build it for one or more of them.

Lots of your USE flags in make.conf are redundant as they are provided by your profile.


I have i915, how to remove this package? I read not ready for intel

I tried to remove redundant voices there are others?

thank you
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54304
Location: 56N 3W

PostPosted: Sun Jun 16, 2019 9:15 am    Post subject: Reply with quote

NobuteruRoby,

Please run the command
Code:
emerge -epvt @world
and put the output onto a pastebin site.
It probably won't fit into a post.

I suspect that dev-libs/libclc is optional and pulled in by a USE flag.

Wild guess. You have USE=opencl or USE=d3d9 set somewhere.

The output of
Code:
emerge --info
will be useful.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Sun Jun 16, 2019 11:06 am    Post subject: Re: Gentoo Newbie installation problem Reply with quote

NobuteruRoby wrote:
Hi all,
i come from ubuntu and debian distros, I am tryng Gentoo.

I have installed a base system, everything fine, I choose 17.1 profile with plasma and systemd.

Not sure if this is still needed (bug 686364)
https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Base#Choosing_the_right_profile wrote:
Warning
Do not select any of the the 17.1 profiles until reading the corresponding 17.1 news item. This profile requires special migration instructions when installing from a 17.0 stage3.

Migration of a freshly expanded stage 3 should not be too complicated.
Back to top
View user's profile Send private message
NobuteruRoby
n00b
n00b


Joined: 15 Jun 2019
Posts: 8

PostPosted: Mon Jun 17, 2019 1:28 pm    Post subject: Reply with quote

NeddySeagoon wrote:
NobuteruRoby,

Please run the command
Code:
emerge -epvt @world
and put the output onto a pastebin site.
It probably won't fit into a post.

I suspect that dev-libs/libclc is optional and pulled in by a USE flag.

Wild guess. You have USE=opencl or USE=d3d9 set somewhere.

The output of
Code:
emerge --info
will be useful.


too late, I solved it, removing d3d9 and opencl from :

It was declared in /etc/portage/package.use/zz-autounmasked

emerge -e @world done, 1193 packages recompiled, I am writing from my gentoo box, now i Have other problem and with wifi and bluethoot bcm4352
Back to top
View user's profile Send private message
NobuteruRoby
n00b
n00b


Joined: 15 Jun 2019
Posts: 8

PostPosted: Mon Jun 17, 2019 1:29 pm    Post subject: Re: Gentoo Newbie installation problem Reply with quote

charles17 wrote:
NobuteruRoby wrote:
Hi all,
i come from ubuntu and debian distros, I am tryng Gentoo.

I have installed a base system, everything fine, I choose 17.1 profile with plasma and systemd.

Not sure if this is still needed (bug 686364)
https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Base#Choosing_the_right_profile wrote:
Warning
Do not select any of the the 17.1 profiles until reading the corresponding 17.1 news item. This profile requires special migration instructions when installing from a 17.0 stage3.

Migration of a freshly expanded stage 3 should not be too complicated.


You are sure, I come from 17.0 profile, and succefully merged to 17.1

I done a lot of mistakes with emerge, and so on, now I am ok, I got a little bit how to use, I want to ask if these steps are good to upgrade a box:

emerge --sync
emerge -avuDN --with-bdeps=y --changed-deps=y @world
emerge --ask -depclean --exclude sys-kernel/gentoo-sources
etc-update
eclean -d distfiles
eclean -d packages
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54304
Location: 56N 3W

PostPosted: Mon Jun 17, 2019 7:15 pm    Post subject: Reply with quote

NobuteruRoby,

You need a
Code:
emerge @preserved-rebuild
before
Code:
emerge --ask -depclean


I'll leave you to research what that does and why its the right place.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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