Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem on emerge enlightenment:0.17
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
WhitakerF
n00b
n00b


Joined: 12 May 2015
Posts: 22

PostPosted: Fri May 15, 2015 3:59 pm    Post subject: Problem on emerge enlightenment:0.17 Reply with quote

Hello !

I have a problem with the emerge of enlightenment:0.17.
I don't understand what I have to change for the good exec of this emerge (see the screenshot).
http://img15.hostingpics.net/pics/938686Capturede769cran20150515a768175429.png

That's my current file make.conf on this screenshot.
http://img15.hostingpics.net/pics/847885Capturede769cran20150515a768175356.png

Thanks in advance and sorry for my bad english guys !
Back to top
View user's profile Send private message
shazeal
Apprentice
Apprentice


Joined: 03 May 2006
Posts: 206
Location: New Zealand

PostPosted: Fri May 15, 2015 7:32 pm    Post subject: Reply with quote

Edit file /etc/portage/package.mask and add this line...

Code:
>=x11-wm/enlightenment-0.17.99

_________________
CFLAGS="-OmgWTFR1CE --fun-lol-loops --march=asmx86go"
Back to top
View user's profile Send private message
WhitakerF
n00b
n00b


Joined: 12 May 2015
Posts: 22

PostPosted: Fri May 15, 2015 11:27 pm    Post subject: Reply with quote

When I make that I have the same problem , this :

Quote:
ProjetLinux supinfo # emerge --ask enlightenment:0.17
!!! SYNC setting found in make.conf.
This setting is Deprecated and no longer used. Please ensure your 'sync-type' and 'sync-uri' are set correctly in /etc/portage/repos.conf/gentoo.conf

* IMPORTANT: 10 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 ] dev-lang/luajit-2.0.2 USE="-lua52compat"
[ebuild N ] media-libs/giflib-4.1.6-r3 USE="X -rle -static-libs"
[ebuild NS ] app-text/docbook-xml-dtd-4.4-r2 [4.1.2-r6]
[ebuild NS ] app-text/docbook-xml-dtd-4.2-r2 [4.1.2-r6]
[ebuild N ] app-text/xmlto-0.0.26 USE="-latex"
[ebuild N ] dev-lang/nasm-2.11.06 USE="-doc"
[ebuild N ] media-libs/libjpeg-turbo-1.3.1 USE="-java -static-libs"
[ebuild N ] media-libs/alsa-lib-1.0.28 USE="-alisp -debug -doc -python" PYTHON_TARGETS="python2_7"
[ebuild N ] virtual/jpeg-0-r2 USE="-static-libs"
[ebuild N ] virtual/jpeg-62
[ebuild N ] media-libs/tiff-4.0.3-r6 USE="cxx jpeg zlib -jbig -lzma -static-libs {-test}"
[ebuild N ] media-libs/glu-9.0.0-r1 USE="-static-libs"
[ebuild N ] virtual/glu-9.0-r1
[ebuild N ] sys-apps/dbus-1.8.16 USE="X -debug -doc (-selinux) -static-libs -systemd {-test}"
[ebuild N ] x11-libs/libXScrnSaver-1.2.2-r1 USE="-static-libs"
[ebuild N ] x11-proto/printproto-1.0.5-r1
[ebuild N ] media-libs/libsdl2-2.0.3-r200 USE="X alsa dbus joystick opengl sound threads udev video (-altivec) (-custom-cflags) -fusionsound -gles -haptic -nas -oss -pulseaudio -static-libs -tslib -wayland -xinerama -xscreensaver" CPU_FLAGS_X86="-3dnow -mmx -sse -sse2"
[ebuild N ] x11-libs/libXp-1.0.3 USE="-static-libs"
[ebuild N ] dev-libs/efl-1.12.2 USE="X bmp eet fontconfig gif ico nls opengl png ppm psd sdl ssl tiff -debug -doc -drm -egl -fbcon -fribidi -gles -glib -gnutls -gstreamer -harfbuzz -ibus -jpeg2k (-neon) -oldlua -physics (-pixman) -pulseaudio -scim -sound -systemd -tga -tslib -v4l2 -wayland -webp -xim -xine -xpm"
[ebuild N ] media-libs/elementary-1.12.2 USE="X nls sdl -debug -doc -examples -fbcon -quicklaunch -static-libs -wayland"
[ebuild N ] x11-wm/enlightenment-0.18.8 USE="nls pam spell udev -doc -static-libs -systemd -ukit -wayland" ENLIGHTENMENT_MODULES="appmenu backlight battery bluez4 clock conf-applications conf-comp conf-dialogs conf-display conf-interaction conf-intl conf-menus conf-paths conf-performance conf-randr conf-shelves conf-theme conf-wallpaper2 conf-window-manipulation conf-window-remembers connman contact cpufreq everything fileman fileman-opinfo gadman ibar ibox illume2 mixer msgbus music-control notification pager quickaccess shot start syscon systray tasks teamwork temperature tiling winlist wizard xkbswitch -access -wl-desktop-shell -wl-screenshot"


Back to top
View user's profile Send private message
sebB
l33t
l33t


Joined: 02 Mar 2011
Posts: 806
Location: S.O. France

PostPosted: Sat May 16, 2015 3:20 am    Post subject: Reply with quote

Can you post
Quote:
cat /etc/portage/package.mask

To install enlightenment 0.17 do
Code:
emerge --ask enlightenment:0.17/0.17.6
Back to top
View user's profile Send private message
ct85711
Veteran
Veteran


Joined: 27 Sep 2005
Posts: 1791

PostPosted: Sat May 16, 2015 5:08 am    Post subject: Reply with quote

Just curious, but is there a reason why you don't/can't use 0.18.8? According to the ebuilds, enlightenment-0.19.4 on down are all of the same slot and only subslotted for each particular version.

enlightenment-0.18.8.ebuild
Code:
SLOT="0.17/${PV%%_*}"


enlightenment-0.17.6.ebuild
Code:
SLOT="0.17/${PV%%_*}"


So in effect both packages are of the same branch, while >=1.0.2 is not.

enlightenment-1.0.2.ebuild
Code:
SLOT="0"


Note: All 3 with code snippets are marked as stable, so using unstable branch shouldn't be an issue.
Back to top
View user's profile Send private message
shazeal
Apprentice
Apprentice


Joined: 03 May 2006
Posts: 206
Location: New Zealand

PostPosted: Sat May 16, 2015 9:29 am    Post subject: Reply with quote

ct85711 wrote:
Just curious, but is there a reason why you don't/can't use 0.18.8? According to the ebuilds, enlightenment-0.19.4 on down are all of the same slot and only subslotted for each particular version.


Anything after E17 lost alot of functionality and/or broke many things, 18.x in particular was an abomination. I have only just started moving to 19.5 as it has resolved all of the critical bugs for me (As in it is actually stable for daily use, and does not destroy your config files every time you try and change something).
_________________
CFLAGS="-OmgWTFR1CE --fun-lol-loops --march=asmx86go"
Back to top
View user's profile Send private message
WhitakerF
n00b
n00b


Joined: 12 May 2015
Posts: 22

PostPosted: Sat May 16, 2015 10:21 am    Post subject: Reply with quote

I chose E17 because it is a project for my studies and I want a most reliable installation.

So, when I write "cat /etc/portage/package.mask" I have :

Quote:
ProjetLinux supinfo # cat /etc/portage/package.mask
cat: /etc/portage/package.mask: is a directory


I reinstalled Xorg and when I do emerge --ask enlightenment:0.17/0.17.6 I have :

Quote:
P!!! SYNC setting found in make.conf.
This setting is Deprecated and no longer used. Please ensure your 'sync-type' and 'sync-uri' are set correctly in /etc/portage/repos.conf/gentoo.conf

* IMPORTANT: 10 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 R ] sys-libs/zlib-1.2.8-r1 USE="static-libs*"
[ebuild N ] app-text/poppler-data-0.4.7
[ebuild N ] net-wireless/wireless-regdb-20150313
[ebuild N ] dev-lang/luajit-2.0.2 USE="-lua52compat"
[ebuild N ] dev-util/boost-build-1.55.0 USE="-examples -python {-test}"
[ebuild N ] app-admin/killproc-2.13-r1
[ebuild N ] app-arch/rpm2targz-9.0.0.5g
[ebuild N ] sys-apps/keyutils-1.5.9-r1 USE="{-test}"
[ebuild N ] dev-libs/boost-1.55.0-r2 USE="nls static-libs threads -context -debug -doc -icu -mpi -python -tools" PYTHON_TARGETS="python2_7 python3_3 -python3_4"
[ebuild N ] dev-libs/vala-common-0.26.2
[ebuild N ] dev-libs/libnl-3.2.25 USE="static-libs -python -utils" PYTHON_TARGETS="python2_7 python3_3 -python3_4"
[ebuild N ] app-arch/zip-3.0-r3 USE="bzip2 crypt unicode -natspec"
[ebuild N ] dev-lang/swig-2.0.9 USE="pcre -ccache -doc"
[ebuild N ] media-fonts/urw-fonts-2.4.9 USE="X"
[ebuild N ] media-libs/giflib-4.1.6-r3 USE="X static-libs -rle"
[ebuild N ] x11-themes/hicolor-icon-theme-0.15
[ebuild N ] app-eselect/eselect-qtgraphicssystem-1.1.1
[ebuild N ] virtual/eject-0
[ebuild N ] app-arch/libarchive-3.1.2-r1 USE="acl bzip2 e2fsprogs iconv lzma static-libs zlib -expat -lzo -nettle -xattr"
[ebuild NS ] app-text/docbook-xml-dtd-4.2-r2 [4.1.2-r6]
[ebuild NS ] app-text/docbook-xml-dtd-4.4-r2 [4.1.2-r6]
[ebuild N ] app-text/xmlto-0.0.26 USE="-latex"
[ebuild N ] dev-perl/XML-NamespaceSupport-1.110.0-r1
[ebuild N ] dev-libs/libical-0.48-r2 USE="static-libs -examples"
[ebuild N ] app-text/qpdf-5.1.1 USE="static-libs -doc -examples {-test}"
[ebuild N ] dev-lang/nasm-2.11.06 USE="-doc"
[ebuild N ] dev-perl/XML-SAX-Base-1.80.0-r1
[ebuild N ] virtual/perl-Storable-2.490.100-r1
[ebuild N ] dev-perl/XML-SAX-0.990.0-r1
[ebuild N ] dev-perl/XML-LibXML-2.1.400-r1 USE="{-test}"
[ebuild N ] app-text/libpaper-1.1.24-r2
[ebuild N ] media-libs/libjpeg-turbo-1.3.1 USE="static-libs -java"
[ebuild N ] media-libs/jbig2dec-0.11-r1 USE="png static-libs {-test}"
[ebuild N ] dev-db/sqlite-3.8.9 USE="readline static-libs -debug -doc -icu -secure-delete -tcl {-test}"
[ebuild N ] dev-libs/nspr-4.10.8 USE="-debug"
[ebuild N ] media-libs/alsa-lib-1.0.28 USE="-alisp -debug -doc -python" PYTHON_TARGETS="python2_7"
[ebuild N ] sys-block/thin-provisioning-tools-0.3.2-r1 USE="{-test}"
[ebuild N ] dev-perl/XML-Simple-2.200.0-r1
[ebuild N ] dev-libs/libev-4.15-r1 USE="static-libs"
[ebuild N ] virtual/jpeg-0-r2 USE="static-libs"
[ebuild N ] dev-perl/File-BaseDir-0.30.0-r1 USE="{-test}"
[ebuild N ] virtual/jpeg-62
[ebuild N ] x11-misc/icon-naming-utils-0.8.90
[ebuild N ] dev-libs/libverto-0.2.5-r1 USE="libev static-libs threads -glib -libevent -tevent"
[ebuild N ] media-libs/tiff-4.0.3-r6 USE="cxx jpeg static-libs zlib -jbig -lzma {-test}"
[ebuild N ] dev-perl/File-DesktopEntry-0.40.0-r1 USE="{-test}"
[ebuild N ] media-libs/lcms-2.6-r1 USE="jpeg static-libs threads tiff zlib -doc {-test}"
[ebuild N ] media-libs/libmng-2.0.2-r1 USE="lcms static-libs"
[ebuild N ] dev-perl/File-MimeInfo-0.210.0 USE="{-test}"
[ebuild N ] sys-apps/dbus-1.8.16 USE="X static-libs -debug -doc (-selinux) -systemd {-test}"
[ebuild N ] dev-util/desktop-file-utils-0.22 USE="-emacs"
[ebuild N ] x11-libs/libXScrnSaver-1.2.2-r1 USE="static-libs"
[ebuild N ] x11-proto/printproto-1.0.5-r1
[ebuild N ] sys-block/parted-3.2 USE="debug nls readline static-libs -device-mapper (-selinux)"
[ebuild N ] sys-libs/gpm-1.20.7-r2 USE="static-libs (-selinux)"
[ebuild N ] dev-libs/dbus-glib-0.102 USE="static-libs -debug -doc {-test}"
[ebuild N ] x11-libs/libXp-1.0.3 USE="static-libs"
[ebuild N ] dev-libs/libcroco-0.6.8-r1 USE="{-test}"
[ebuild N ] www-client/links-2.8-r1 USE="X bzip2 gpm ipv6 jpeg ssl tiff unicode zlib -directfb -fbcon -livecd -lzma -suid -svga"
[ebuild N ] x11-misc/xdg-utils-1.1.0_rc2 USE="perl -doc"
[ebuild N ] dev-qt/qtcore-4.8.5-r2 USE="exceptions glib iconv qt3support ssl (-aqua) -debug -icu -pch"
[ebuild N ] dev-qt/qtscript-4.8.5 USE="exceptions iconv jit (-aqua) -debug -pch"
[ebuild N ] dev-qt/qtsql-4.8.5 USE="exceptions qt3support sqlite (-aqua) -debug (-firebird) -freetds -mysql -oci8 -odbc -pch -postgres"
[ebuild N ] sys-apps/sg3_utils-1.40 USE="static-libs"
[ebuild N ] sys-apps/rescan-scsi-bus-1.57-r1
[ebuild N ] x11-libs/gdk-pixbuf-2.30.8 USE="X introspection jpeg tiff -debug -jpeg2k {-test}"
[ebuild N ] dev-libs/atk-2.14.0 USE="introspection nls {-test}"
[ebuild N ] app-accessibility/at-spi2-core-2.14.1 USE="X introspection"
[ebuild N ] app-accessibility/at-spi2-atk-2.14.1 USE="{-test}"
[ebuild R ] x11-libs/cairo-1.12.18-r1 USE="svg*"
[ebuild N ] virtual/libgudev-215-r1 USE="introspection static-libs -systemd"
[ebuild N ] dev-libs/libatasmart-0.19-r1 USE="static-libs"
[ebuild N ] sys-fs/lvm2-2.02.109 USE="readline static-libs thin udev (-clvm) (-cman) -device-mapper-only -lvm1 -lvm2create_initrd (-selinux) -static -systemd"
[ebuild N ] media-libs/glu-9.0.0-r1 USE="static-libs"
[ebuild N ] virtual/glu-9.0-r1
[ebuild N ] media-libs/libsdl2-2.0.3-r200 USE="X alsa dbus joystick opengl sound static-libs threads udev video (-altivec) (-custom-cflags) -fusionsound -gles -haptic -nas -oss -pulseaudio -tslib -wayland -xinerama -xscreensaver" CPU_FLAGS_X86="-3dnow -mmx -sse -sse2"
[ebuild N ] dev-libs/efl-1.12.2 USE="X bmp eet fontconfig gif ico nls opengl png ppm psd sdl ssl tiff -debug -doc -drm -egl -fbcon -fribidi -gles -glib -gnutls -gstreamer -harfbuzz -ibus -jpeg2k (-neon) -oldlua -physics (-pixman) -pulseaudio -scim -sound -systemd -tga -tslib -v4l2 -wayland -webp -xim -xine -xpm"
[ebuild N ] dev-libs/libusb-1.0.19 USE="static-libs udev -debug -doc -examples {-test}"
[ebuild N ] virtual/libusb-1-r1 USE="udev"
[ebuild N ] sys-power/upower-0.99.2-r1 USE="introspection -ios (-selinux)"
[ebuild N ] app-crypt/mit-krb5-1.13-r1 USE="keyutils pkinit threads -doc -openldap (-selinux) {-test} -xinetd"
[ebuild U ] dev-libs/openssl-1.0.1m [1.0.1l-r1] USE="kerberos* static-libs*"
[ebuild N ] virtual/krb5-0-r1
[ebuild N ] net-misc/curl-7.42.0 USE="ipv6 kerberos ldap ssl static-libs -adns -idn -metalink -rtmp -samba -ssh {-test} -threads" CURL_SSL="openssl -axtls -gnutls -nss -polarssl (-winssl)"
[ebuild N ] dev-lang/spidermonkey-17.0.0-r3 USE="static-libs -debug -jit -minimal {-test}"
[ebuild N ] net-print/cups-2.0.2-r1 USE="X acl dbus kerberos pam ssl static-libs threads usb -debug -java -lprng-compat -python (-selinux) -systemd -xinetd -zeroconf" LINGUAS="ca cs de es fr it ja pt_BR ru" PYTHON_TARGETS="python2_7"
[ebuild N ] dev-qt/qtgui-4.8.5-r4 USE="accessibility cups exceptions glib mng qt3support tiff xv (-aqua) -debug -egl -gtkstyle -nas -nis -pch -trace -xinerama"
[ebuild N ] dev-qt/qt3support-4.8.5 USE="accessibility exceptions (-aqua) -debug -pch"
[ebuild N ] dev-util/cmake-2.8.12.2-r1 USE="ncurses qt4 -emacs (-qt5) {-test}"
[ebuild N ] app-text/poppler-0.32.0 USE="cairo cxx introspection jpeg lcms png qt4 tiff utils -cjk -curl -debug -doc -jpeg2k (-qt5)"
[ebuild N ] net-wireless/bluez-5.25 USE="cups obex readline udev -debug (-selinux) -systemd {-test}"
[ebuild N ] dev-qt/qtsvg-4.8.5 USE="accessibility exceptions (-aqua) -debug -pch"
[ebuild N ] media-gfx/graphite2-1.2.4-r1 USE="-perl {-test}"
[ebuild N ] media-libs/harfbuzz-0.9.38 USE="cairo glib graphite introspection static-libs truetype -icu {-test}"
[ebuild N ] x11-libs/pango-1.36.8 USE="X introspection -debug"
[ebuild N ] gnome-base/librsvg-2.40.8 USE="introspection -tools -vala"
[ebuild N ] x11-libs/gtk+-2.24.27 USE="cups introspection (-aqua) -debug -examples {-test} -vim-syntax -xinerama"
[ebuild N ] x11-themes/adwaita-icon-theme-3.14.1 USE="branding"
[ebuild N ] sys-auth/polkit-0.112-r2 USE="gtk introspection nls pam -examples -jit -kde (-selinux) -systemd"
[ebuild N ] sys-auth/consolekit-0.4.6 USE="acl pam policykit -debug -doc (-selinux) -systemd-units {-test}"
[ebuild N ] sys-fs/udisks-1.0.5-r1 USE="nls -debug -remote-access (-selinux)"
[ebuild N ] dev-python/setuptools-12.0.1 USE="{-test}" PYTHON_TARGETS="python2_7 python3_3 (-pypy) (-pypy3) -python3_4"
[ebuild N ] dev-python/m2crypto-0.21.1-r2 USE="-doc -examples" PYTHON_TARGETS="python2_7"
[ebuild N ] net-wireless/crda-1.1.3-r1
[ebuild N ] net-wireless/wpa_supplicant-2.4-r1 USE="dbus hs2-0 qt4 readline ssl -ap -eap-sim -fasteap -gnutls -p2p (-ps3) (-selinux) -smartcard -tdls -uncommon-eap-types -wimax -wps"
[ebuild N ] net-misc/connman-1.27 USE="bluetooth ethernet policykit wifi -debug -doc -examples -ofono -openconnect -openvpn -tools -vpnc"
[ebuild N ] dev-libs/e_dbus-1.7.10 USE="bluetooth connman libnotify nls static-libs udev -doc -ofono -test-binaries"
[ebuild N ] dev-util/gdbus-codegen-2.42.2 PYTHON_TARGETS="python2_7 python3_3 -python3_4"
[ebuild N ] x11-libs/gtk+-3.14.9 USE="X cups introspection (-aqua) -broadway -cloudprint -colord -debug -examples {-test} -vim-syntax -wayland -xinerama"
[ebuild N ] app-text/ghostscript-gpl-9.10-r2 USE="X cups dbus gtk static-libs -djvu -idn" LINGUAS="-de -ja -ko -zh_CN -zh_TW"
[ebuild N ] net-print/cups-filters-1.0.66 USE="dbus foomatic jpeg png static-libs tiff -perl -zeroconf"
[ebuild N ] gnome-extra/polkit-gnome-0.105-r1
[ebuild N ] x11-wm/enlightenment-0.17.6 USE="nls pam spell static-libs udev -doc -ukit" ENLIGHTENMENT_MODULES="backlight battery clock comp conf-applications conf-dialogs conf-display conf-edgebindings conf-interaction conf-intl conf-keybindings conf-menus conf-paths conf-performance conf-randr conf-shelves conf-theme conf-window-manipulation conf-window-remembers connman cpufreq dropshadow everything fileman fileman-opinfo gadman ibar ibox illume2 mixer msgbus notification pager quickaccess shot start syscon systray tasks temperature tiling winlist wizard xkbswitch -access"

The following USE changes are necessary to proceed:
(see "package.use" in the portage(5) man page for more details)
# required by x11-libs/gtk+-2.24.27::gentoo
# required by x11-libs/gtk+-3.14.9::gentoo
# required by gnome-extra/polkit-gnome-0.105-r1::gentoo
# required by sys-auth/polkit-0.112-r2::gentoo[gtk]
# required by sys-auth/consolekit-0.4.6::gentoo[policykit]
>=x11-libs/cairo-1.12.18-r1 svg

Back to top
View user's profile Send private message
shazeal
Apprentice
Apprentice


Joined: 03 May 2006
Posts: 206
Location: New Zealand

PostPosted: Sat May 16, 2015 8:09 pm    Post subject: Reply with quote

Do this command as root then try again

Code:
echo ">=x11-wm/enlightenment-0.17.99" > /etc/portage/package.mask/e17

_________________
CFLAGS="-OmgWTFR1CE --fun-lol-loops --march=asmx86go"
Back to top
View user's profile Send private message
WhitakerF
n00b
n00b


Joined: 12 May 2015
Posts: 22

PostPosted: Sun May 17, 2015 10:07 am    Post subject: Reply with quote

I always have the same thing. I really do not understand. :/
Back to top
View user's profile Send private message
sebB
l33t
l33t


Joined: 02 Mar 2011
Posts: 806
Location: S.O. France

PostPosted: Sun May 17, 2015 1:04 pm    Post subject: Reply with quote

What is now the output of
Code:
emerge --ask enlightenment:0.17


Don't forget to do
Code:
echo ">=x11-libs/cairo-1.12.18-r1 svg" >> /etc/portage/package.use
Back to top
View user's profile Send private message
WhitakerF
n00b
n00b


Joined: 12 May 2015
Posts: 22

PostPosted: Sun May 17, 2015 1:42 pm    Post subject: Reply with quote

When I make "echo ">=x11-libs/cairo-1.12.18-r1 svg" >> /etc/portage/package.use" I have :
Quote:
bash: /etc/portage/package.use: is a directory


And the output is always the same :

Quote:
* IMPORTANT: 10 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 R ] sys-libs/zlib-1.2.8-r1 USE="static-libs*"
[ebuild N ] app-text/poppler-data-0.4.7
[ebuild N ] net-wireless/wireless-regdb-20150313
[ebuild N ] dev-lang/luajit-2.0.2 USE="-lua52compat"
[ebuild N ] dev-util/boost-build-1.55.0 USE="-examples -python {-test}"
[ebuild N ] app-admin/killproc-2.13-r1
[ebuild N ] app-arch/rpm2targz-9.0.0.5g
[ebuild N ] sys-apps/keyutils-1.5.9-r1 USE="{-test}"
[ebuild N ] dev-libs/boost-1.55.0-r2 USE="nls static-libs threads -context -debug -doc -icu -mpi -python -tools" PYTHON_TARGETS="python2_7 python3_3 -python3_4"
[ebuild N ] dev-libs/vala-common-0.26.2
[ebuild N ] dev-libs/libnl-3.2.25 USE="static-libs -python -utils" PYTHON_TARGETS="python2_7 python3_3 -python3_4"
[ebuild N ] app-arch/zip-3.0-r3 USE="bzip2 crypt unicode -natspec"
[ebuild N ] dev-lang/swig-2.0.9 USE="pcre -ccache -doc"
[ebuild N ] media-libs/giflib-4.1.6-r3 USE="X static-libs -rle"
[ebuild N ] x11-themes/hicolor-icon-theme-0.15
[ebuild N ] media-fonts/urw-fonts-2.4.9 USE="X"
[ebuild N ] app-eselect/eselect-qtgraphicssystem-1.1.1
[ebuild N ] virtual/eject-0
[ebuild NS ] app-text/docbook-xml-dtd-4.2-r2 [4.1.2-r6]
[ebuild NS ] app-text/docbook-xml-dtd-4.4-r2 [4.1.2-r6]
[ebuild N ] app-text/xmlto-0.0.26 USE="-latex"
[ebuild N ] dev-perl/XML-NamespaceSupport-1.110.0-r1
[ebuild N ] dev-libs/libical-0.48-r2 USE="static-libs -examples"
[ebuild N ] app-text/qpdf-5.1.1 USE="static-libs -doc -examples {-test}"
[ebuild N ] dev-lang/nasm-2.11.06 USE="-doc"
[ebuild N ] dev-perl/XML-SAX-Base-1.80.0-r1
[ebuild N ] virtual/perl-Storable-2.490.100-r1
[ebuild N ] dev-perl/XML-SAX-0.990.0-r1
[ebuild N ] dev-perl/XML-LibXML-2.1.400-r1 USE="{-test}"
[ebuild N ] app-text/libpaper-1.1.24-r2
[ebuild N ] media-libs/libjpeg-turbo-1.3.1 USE="static-libs -java"
[ebuild N ] media-libs/jbig2dec-0.11-r1 USE="png static-libs {-test}"
[ebuild N ] dev-db/sqlite-3.8.9 USE="readline static-libs -debug -doc -icu -secure-delete -tcl {-test}"
[ebuild N ] dev-libs/nspr-4.10.8 USE="-debug"
[ebuild N ] media-libs/alsa-lib-1.0.28 USE="-alisp -debug -doc -python" PYTHON_TARGETS="python2_7"
[ebuild N ] sys-block/thin-provisioning-tools-0.3.2-r1 USE="{-test}"
[ebuild N ] dev-perl/XML-Simple-2.200.0-r1
[ebuild N ] dev-libs/libev-4.15-r1 USE="static-libs"
[ebuild N ] virtual/jpeg-0-r2 USE="static-libs"
[ebuild N ] dev-perl/File-BaseDir-0.30.0-r1 USE="{-test}"
[ebuild N ] virtual/jpeg-62
[ebuild N ] x11-misc/icon-naming-utils-0.8.90
[ebuild N ] dev-libs/libverto-0.2.5-r1 USE="libev static-libs threads -glib -libevent -tevent"
[ebuild N ] media-libs/tiff-4.0.3-r6 USE="cxx jpeg static-libs zlib -jbig -lzma {-test}"
[ebuild N ] dev-perl/File-DesktopEntry-0.40.0-r1 USE="{-test}"
[ebuild N ] media-libs/lcms-2.6-r1 USE="jpeg static-libs threads tiff zlib -doc {-test}"
[ebuild N ] media-libs/libmng-2.0.2-r1 USE="lcms static-libs"
[ebuild N ] dev-perl/File-MimeInfo-0.210.0 USE="{-test}"
[ebuild N ] sys-apps/dbus-1.8.16 USE="X static-libs -debug -doc (-selinux) -systemd {-test}"
[ebuild N ] x11-libs/libXi-1.7.4 USE="static-libs -doc"
[ebuild N ] x11-libs/libXcursor-1.1.14 USE="static-libs"
[ebuild N ] x11-libs/libXrandr-1.4.2 USE="static-libs"
[ebuild N ] x11-libs/libXcomposite-0.4.4-r1 USE="static-libs -doc"
[ebuild N ] x11-libs/xcb-util-keysyms-0.4.0 USE="static-libs -doc {-test}"
[ebuild N ] x11-libs/libXv-1.0.10 USE="static-libs"
[ebuild N ] x11-apps/xprop-1.2.2
[ebuild N ] dev-util/desktop-file-utils-0.22 USE="-emacs"
[ebuild N ] x11-apps/xset-1.2.3
[ebuild N ] x11-libs/libXScrnSaver-1.2.2-r1 USE="static-libs"
[ebuild N ] x11-libs/libXinerama-1.1.3 USE="static-libs"
[ebuild N ] x11-proto/printproto-1.0.5-r1
[ebuild N ] sys-block/parted-3.2 USE="debug nls readline static-libs -device-mapper (-selinux)"
[ebuild N ] sys-libs/gpm-1.20.7-r2 USE="static-libs (-selinux)"
[ebuild N ] dev-libs/dbus-glib-0.102 USE="static-libs -debug -doc {-test}"
[ebuild N ] x11-libs/libXtst-1.2.2 USE="static-libs -doc"
[ebuild N ] x11-libs/libXp-1.0.3 USE="static-libs"
[ebuild N ] dev-libs/libcroco-0.6.8-r1 USE="{-test}"
[ebuild N ] x11-libs/libXft-2.3.2 USE="static-libs"
[ebuild N ] sys-apps/sg3_utils-1.40 USE="static-libs"
[ebuild N ] sys-apps/rescan-scsi-bus-1.57-r1
[ebuild N ] x11-libs/gdk-pixbuf-2.30.8 USE="X introspection jpeg tiff -debug -jpeg2k {-test}"
[ebuild N ] dev-libs/atk-2.14.0 USE="introspection nls {-test}"
[ebuild N ] app-accessibility/at-spi2-core-2.14.1 USE="X introspection"
[ebuild N ] app-accessibility/at-spi2-atk-2.14.1 USE="{-test}"
[ebuild N ] virtual/libgudev-215-r1 USE="introspection static-libs -systemd"
[ebuild N ] dev-libs/libatasmart-0.19-r1 USE="static-libs"
[ebuild N ] sys-fs/lvm2-2.02.109 USE="readline static-libs thin udev (-clvm) (-cman) -device-mapper-only -lvm1 -lvm2create_initrd (-selinux) -static -systemd"
[ebuild N ] dev-libs/libusb-1.0.19 USE="static-libs udev -debug -doc -examples {-test}"
[ebuild R ] x11-libs/cairo-1.12.18-r1 USE="svg*"
[ebuild N ] virtual/opengl-7.0-r1
[ebuild N ] virtual/libusb-1-r1 USE="udev"
[ebuild N ] media-libs/glu-9.0.0-r1 USE="static-libs"
[ebuild N ] sys-power/upower-0.99.2-r1 USE="introspection -ios (-selinux)"
[ebuild N ] virtual/glu-9.0-r1
[ebuild N ] media-libs/libsdl2-2.0.3-r200 USE="X alsa dbus joystick opengl sound static-libs threads udev video (-altivec) (-custom-cflags) -fusionsound -gles -haptic -nas -oss -pulseaudio -tslib -wayland -xinerama -xscreensaver" CPU_FLAGS_X86="-3dnow -mmx -sse -sse2"
[ebuild N ] dev-lang/spidermonkey-17.0.0-r3 USE="static-libs -debug -jit -minimal {-test}"
[ebuild N ] sys-auth/polkit-0.112-r2 USE="gtk introspection nls pam -examples -jit -kde (-selinux) -systemd"
[ebuild N ] sys-auth/consolekit-0.4.6 USE="acl pam policykit -debug -doc (-selinux) -systemd-units {-test}"
[ebuild N ] sys-fs/udisks-1.0.5-r1 USE="nls -debug -remote-access (-selinux)"
[ebuild N ] dev-python/setuptools-12.0.1 USE="{-test}" PYTHON_TARGETS="python2_7 python3_3 (-pypy) (-pypy3) -python3_4"
[ebuild N ] dev-util/gdbus-codegen-2.42.2 PYTHON_TARGETS="python2_7 python3_3 -python3_4"
[ebuild N ] dev-libs/efl-1.12.2 USE="X bmp eet fontconfig gif ico nls opengl png ppm psd sdl ssl tiff -debug -doc -drm -egl -fbcon -fribidi -gles -glib -gnutls -gstreamer -harfbuzz -ibus -jpeg2k (-neon) -oldlua -physics (-pixman) -pulseaudio -scim -sound -systemd -tga -tslib -v4l2 -wayland -webp -xim -xine -xpm"
[ebuild N ] app-crypt/mit-krb5-1.13-r1 USE="keyutils pkinit threads -doc -openldap (-selinux) {-test} -xinetd"
[ebuild U ] dev-libs/openssl-1.0.1m [1.0.1l-r1] USE="kerberos* static-libs*"
[ebuild N ] virtual/krb5-0-r1
[ebuild N ] net-misc/curl-7.42.0 USE="ipv6 kerberos ldap ssl static-libs -adns -idn -metalink -rtmp -samba -ssh {-test} -threads" CURL_SSL="openssl -axtls -gnutls -nss -polarssl (-winssl)"
[ebuild N ] app-arch/libarchive-3.1.2-r1 USE="acl bzip2 e2fsprogs iconv lzma static-libs zlib -expat -lzo -nettle -xattr"
[ebuild N ] dev-python/m2crypto-0.21.1-r2 USE="-doc -examples" PYTHON_TARGETS="python2_7"
[ebuild N ] net-wireless/crda-1.1.3-r1
[ebuild N ] www-client/links-2.8-r1 USE="X bzip2 gpm ipv6 jpeg ssl tiff unicode zlib -directfb -fbcon -livecd -lzma -suid -svga"
[ebuild N ] x11-misc/xdg-utils-1.1.0_rc2 USE="perl -doc"
[ebuild N ] dev-qt/qtcore-4.8.5-r2 USE="exceptions glib iconv qt3support ssl (-aqua) -debug -icu -pch"
[ebuild N ] dev-qt/qtscript-4.8.5 USE="exceptions iconv jit (-aqua) -debug -pch"
[ebuild N ] dev-qt/qtsql-4.8.5 USE="exceptions qt3support sqlite (-aqua) -debug (-firebird) -freetds -mysql -oci8 -odbc -pch -postgres"
[ebuild N ] net-print/cups-2.0.2-r1 USE="X acl dbus kerberos pam ssl static-libs threads usb -debug -java -lprng-compat -python (-selinux) -systemd -xinetd -zeroconf" LINGUAS="ca cs de es fr it ja pt_BR ru" PYTHON_TARGETS="python2_7"
[ebuild N ] dev-qt/qtgui-4.8.5-r4 USE="accessibility cups exceptions glib mng qt3support tiff xv (-aqua) -debug -egl -gtkstyle -nas -nis -pch -trace -xinerama"
[ebuild N ] dev-qt/qt3support-4.8.5 USE="accessibility exceptions (-aqua) -debug -pch"
[ebuild N ] dev-util/cmake-2.8.12.2-r1 USE="ncurses qt4 -emacs (-qt5) {-test}"
[ebuild N ] app-text/poppler-0.32.0 USE="cairo cxx introspection jpeg lcms png qt4 tiff utils -cjk -curl -debug -doc -jpeg2k (-qt5)"
[ebuild N ] net-wireless/bluez-5.25 USE="cups obex readline udev -debug (-selinux) -systemd {-test}"
[ebuild N ] dev-qt/qtsvg-4.8.5 USE="accessibility exceptions (-aqua) -debug -pch"
[ebuild N ] net-wireless/wpa_supplicant-2.4-r1 USE="dbus hs2-0 qt4 readline ssl -ap -eap-sim -fasteap -gnutls -p2p (-ps3) (-selinux) -smartcard -tdls -uncommon-eap-types -wimax -wps"
[ebuild N ] net-misc/connman-1.27 USE="bluetooth ethernet policykit wifi -debug -doc -examples -ofono -openconnect -openvpn -tools -vpnc"
[ebuild N ] dev-libs/e_dbus-1.7.10 USE="bluetooth connman libnotify nls static-libs udev -doc -ofono -test-binaries"
[ebuild N ] media-gfx/graphite2-1.2.4-r1 USE="-perl {-test}"
[ebuild N ] media-libs/harfbuzz-0.9.38 USE="cairo glib graphite introspection static-libs truetype -icu {-test}"
[ebuild N ] x11-libs/pango-1.36.8 USE="X introspection -debug"
[ebuild N ] gnome-base/librsvg-2.40.8 USE="introspection -tools -vala"
[ebuild N ] x11-libs/gtk+-2.24.27 USE="cups introspection (-aqua) -debug -examples {-test} -vim-syntax -xinerama"
[ebuild N ] x11-themes/adwaita-icon-theme-3.14.1 USE="branding"
[ebuild N ] x11-libs/gtk+-3.14.9 USE="X cups introspection (-aqua) -broadway -cloudprint -colord -debug -examples {-test} -vim-syntax -wayland -xinerama"
[ebuild N ] gnome-extra/polkit-gnome-0.105-r1
[ebuild N ] app-text/ghostscript-gpl-9.10-r2 USE="X cups dbus gtk static-libs -djvu -idn" LINGUAS="-de -ja -ko -zh_CN -zh_TW"
[ebuild N ] net-print/cups-filters-1.0.66 USE="dbus foomatic jpeg png static-libs tiff -perl -zeroconf"
[ebuild N ] x11-wm/enlightenment-0.17.6 USE="nls pam spell static-libs udev -doc -ukit" ENLIGHTENMENT_MODULES="backlight battery clock comp conf-applications conf-dialogs conf-display conf-edgebindings conf-interaction conf-intl conf-keybindings conf-menus conf-paths conf-performance conf-randr conf-shelves conf-theme conf-window-manipulation conf-window-remembers connman cpufreq dropshadow everything fileman fileman-opinfo gadman ibar ibox illume2 mixer msgbus notification pager quickaccess shot start syscon systray tasks temperature tiling winlist wizard xkbswitch -access"

Would you like to merge these packages? [Yes/No]
Back to top
View user's profile Send private message
shazeal
Apprentice
Apprentice


Joined: 03 May 2006
Posts: 206
Location: New Zealand

PostPosted: Sun May 17, 2015 3:36 pm    Post subject: Reply with quote

You really need to RTFM, most of this is basic stuff.

You have a new install which uses directories rather than flat files for your portage configs...

Do this instead...
Code:
echo ">=x11-libs/cairo-1.12.18-r1 svg" > /etc/portage/package.use/svg

_________________
CFLAGS="-OmgWTFR1CE --fun-lol-loops --march=asmx86go"
Back to top
View user's profile Send private message
WhitakerF
n00b
n00b


Joined: 12 May 2015
Posts: 22

PostPosted: Sun May 17, 2015 5:37 pm    Post subject: Reply with quote

It worked!
But now I have another problem with startx . I opened another topic.
A big thank you for your help!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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