Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

Sandro

Members
  • Posts

    466
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Sandro

  1. I'm Sorry; but also removing "+=" for first entry instruction there aren't changes about errors. However .... Thanxs 1000000000 for your great aid :) :) :) God Bless You ForEver !!! :) :) :)
  2. Unfortunately i have little knowledge about the ebuilds in general; if what you posted is a patch well with some help I can groped to walk that path. 1000000000 Thanks You're very very kind :) :) :)
  3. I humbly apologize, but I'm still not able to build an ebuild. What steps should I do? Forgive my ignorance. For now: efetching... File renamed to '/usr/portage/distfiles/compiz-0.9.12.tgz._checksum_failure_.pivi9x' !!! Couldn't download 'compiz-0.9.12.tgz'. Aborting. * Fetch failed for 'x11-wm/compiz-0.9.12', Log file: * '/dev/shm/portage/x11-wm/compiz-0.9.12/temp/build.log' >>> Failed to emerge x11-wm/compiz-0.9.12, Log file: >>> '/dev/shm/portage/x11-wm/compiz-0.9.12/temp/build.log' * Messages for package x11-wm/compiz-0.9.12: Thank You 100000000 for the support. Forgive my great ignorance :(
  4. It's possibe that the trouble is related to the metapackage compiz-fusion (there's in portage only one version, the 0.8.8) ? However i know that compiz 0.9.x is more faster than 0.8.x (tested benching ubuntu ultimate edition) ;) For me it's a shame the developmental arrest of compiz. Was associated with KDE, xfce gnome & 2.x. Would Associate to mate ..... which is basically the old gnome 2.x, apparently.
  5. Hi dear; i experiented, but the result is the same ci74771ht ~ # cat /etc/boot.conf boot { generate grub default "Windows 8.1 x64" timeout 3 } "Windows 8.1 x64" { type win8 params root = /dev/sda1 } "Funtoo Linux genkernel" { kernel kernel[-v] initrd initramfs[-v] params += real_root=/dev/sda6 params += rootfstype=ext4 } ci74771ht ~ # boot-update boot-update 1.7.2 / Copyright 2009-2015 Funtoo Technologies [use option "-l" for license info, "-h" for help] * ERROR : Parse Error: Duplicate variable "params" on line 16 * Did not complete successfully. Sorry :(
  6. hi to All :) I've encountered this trouble: ci74771ht ~ # boot-update boot-update 1.7.2 / Copyright 2009-2015 Funtoo Technologies [use option "-l" for license info, "-h" for help] * Generating config for grub... * ERROR : /usr/sbin/grub-probe --device None --target=abstraction * Did not complete successfully. ci74771ht ~ # my /boot.conf: ci74771ht ~ # cat /etc/boot.conf boot { generate grub default "Windows 8.1 x64" timeout 3 } "Windows 8.1 x64" { type win8 params root = /dev/sda1 } "Funtoo Linux genkernel" { kernel kernel[-v] initrd initramfs[-v] params += real_root=/dev/sda6 rootfstype=ext4 I had to manually manipulate /boot/grb/grub.cfg cause boot-update gave to me rootfsrype=xfs instead of exr4 8since declared in boot.conf).
  7. I make a tentative; but i'm on stable: ci74771ht ~ # USE="-introspection" emerge -1 libappindicator Calculating dependencies... done! [ebuild N ~] dev-libs/libindicator-12.10.1-r300 USE="{-test}" [ebuild N ] dev-libs/json-glib-1.0.2-r1 USE="-debug -introspection" ABI_X86="(64) -32 (-x32)" [ebuild N ~] dev-libs/libdbusmenu-12.10.2 USE="gtk -debug -introspection" PYTHON_TARGETS="python2_7" [ebuild N ~] dev-libs/libappindicator-12.10.0 USE="-introspection" The following keyword changes are necessary to proceed: (see "package.accept_keywords" in the portage(5) man page for more details) # required by dev-libs/libappindicator-12.10.0 # required by libappindicator (argument) =dev-libs/libdbusmenu-12.10.2 ~amd64 # required by dev-libs/libappindicator-12.10.0 # required by libappindicator (argument) =dev-libs/libindicator-12.10.1-r300 ~amd64 # required by libappindicator (argument) =dev-libs/libappindicator-12.10.0 ~amd64 Use --autounmask-write to write changes to config files (honoring CONFIG_PROTECT). Carefully examine the list of proposed changes, paying special attention to mask or keyword changes that may expose experimental or unstable packages. ci74771ht ~ # USE="-introspection" emerge -1 libappindicator --autounmask-write Calculating dependencies... done! [ebuild N ~] dev-libs/libindicator-12.10.1-r300 USE="{-test}" [ebuild N ] dev-libs/json-glib-1.0.2-r1 USE="-debug -introspection" ABI_X86="(64) -32 (-x32)" [ebuild N ~] dev-libs/libdbusmenu-12.10.2 USE="gtk -debug -introspection" PYTHON_TARGETS="python2_7" [ebuild N ~] dev-libs/libappindicator-12.10.0 USE="-introspection" The following keyword changes are necessary to proceed: (see "package.accept_keywords" in the portage(5) man page for more details) # required by dev-libs/libappindicator-12.10.0 # required by libappindicator (argument) =dev-libs/libdbusmenu-12.10.2 ~amd64 # required by dev-libs/libappindicator-12.10.0 # required by libappindicator (argument) =dev-libs/libindicator-12.10.1-r300 ~amd64 # required by libappindicator (argument) =dev-libs/libappindicator-12.10.0 ~amd64 Autounmask changes successfully written. * IMPORTANT: config file '/etc/portage/package.accept_keywords' needs updating. * See the CONFIGURATION FILES section of the emerge * man page to learn how to update config files. ci74771ht ~ # etc-update Scanning Configuration files... The following is the list of files which need updating, each configuration file is followed by a list of possible replacement files. 1) /etc/portage/package.accept_keywords (1) Please select a file to edit by entering the corresponding number. (don't use -3, -5, -7 or -9 if you're unsure what to do) (-1 to exit) (-3 to auto merge all files) (-5 to auto-merge AND not use 'mv -i') (-7 to discard all updates) (-9 to discard all updates AND not use 'rm -i'): -5 Replacing /etc/portage/package.accept_keywords with /etc/portage/._cfg0000_package.accept_keywords Exiting: Nothing left to do; exiting. :) with my System ("Stable branch") : >>> Installing (1 of 1) dev-libs/libappindicator-12.10.0 * Removing /usr/lib/systemd/ * Removing /lib/systemd/ >>> Auto-cleaning packages... >>> No outdated packages were found on your system. * GNU info directory index is up-to-date. I don't knw if can be of your interesting this experiment. now I do a login in Freenode #funtoo; howevere the ebuid is the same either for "Stable" than "Curent" versions. Ciao :)
  8. beh ... if isn't possible ..... no problem; Yhat discussion can be closed. Ciao :)
  9. Damn, by accident I realized adherent of new profiles about architetura cpu. These should be replacement of * FLAGS in make.conf? ci74771ht ~ # eselect profile list Currently available arch profiles: [1] funtoo/1.0/linux-gnu/arch/x86-64bit * [2] funtoo/1.0/linux-gnu/arch/pure64 Currently available subarch profiles: [3] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/amd64-bulldozer [4] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/amd64-jaguar [5] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/amd64-k10 [6] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/amd64-k8 [7] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/amd64-k8+sse3 [8] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/amd64-piledriver [9] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/amd64-steamroller [10] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/atom_64 [11] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/btver1_64 [12] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/core2_64 [13] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/core-avx-i [14] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/corei7 [15] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/generic_64 [16] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/native_64 * [17] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/nocona [18] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/opteron_64 [19] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/xen-pentium4+sse3_64 Currently available build profiles: [20] funtoo/1.0/linux-gnu/build/stable * [21] funtoo/1.0/linux-gnu/build/current [22] funtoo/1.0/linux-gnu/build/experimental Currently available flavor profiles: [23] funtoo/1.0/linux-gnu/flavor/minimal [24] funtoo/1.0/linux-gnu/flavor/core [25] funtoo/1.0/linux-gnu/flavor/desktop * [26] funtoo/1.0/linux-gnu/flavor/workstation [27] funtoo/1.0/linux-gnu/flavor/hardened Currently available mix-ins profiles: [28] funtoo/1.0/linux-gnu/mix-ins/audio * [29] funtoo/1.0/linux-gnu/mix-ins/cinnamon [30] funtoo/1.0/linux-gnu/mix-ins/console-extras * [31] funtoo/1.0/linux-gnu/mix-ins/dvd * [32] funtoo/1.0/linux-gnu/mix-ins/gnome [33] funtoo/1.0/linux-gnu/mix-ins/kde * [34] funtoo/1.0/linux-gnu/mix-ins/mate [35] funtoo/1.0/linux-gnu/mix-ins/media (auto) [36] funtoo/1.0/linux-gnu/mix-ins/media-pro * [37] funtoo/1.0/linux-gnu/mix-ins/mediadevice-audio-consumer * (auto) [38] funtoo/1.0/linux-gnu/mix-ins/mediadevice-audio-pro * (auto) [39] funtoo/1.0/linux-gnu/mix-ins/mediadevice-base * (auto) [40] funtoo/1.0/linux-gnu/mix-ins/mediadevice-video-consumer * (auto) [41] funtoo/1.0/linux-gnu/mix-ins/mediadevice-video-pro * (auto) [42] funtoo/1.0/linux-gnu/mix-ins/mediaformat-audio-common * (auto) [43] funtoo/1.0/linux-gnu/mix-ins/mediaformat-audio-extra * [44] funtoo/1.0/linux-gnu/mix-ins/mediaformat-gfx-common * (auto) [45] funtoo/1.0/linux-gnu/mix-ins/mediaformat-gfx-extra * [46] funtoo/1.0/linux-gnu/mix-ins/mediaformat-video-common * (auto) [47] funtoo/1.0/linux-gnu/mix-ins/mediaformat-video-extra * [48] funtoo/1.0/linux-gnu/mix-ins/lxde [49] funtoo/1.0/linux-gnu/mix-ins/lxqt [50] funtoo/1.0/linux-gnu/mix-ins/no-emul-linux-x86 [51] funtoo/1.0/linux-gnu/mix-ins/no-systemd * [52] funtoo/1.0/linux-gnu/mix-ins/print (auto) [53] funtoo/1.0/linux-gnu/mix-ins/python3-only [54] funtoo/1.0/linux-gnu/mix-ins/X * [55] funtoo/1.0/linux-gnu/mix-ins/xfce * [56] funtoo/1.0/linux-gnu/mix-ins/vmware-guest [57] funtoo/1.0/linux-gnu/mix-ins/hardened [/code] But if the sugggestion is to use *FLAGS="-march=native -O2 -pipe",............ You Want to "eliminate make.conf amd use th profiles ? uhm ....i'm not very happy ....... for me portage was the best also with old syntax. I wish there arent things that go against the flexibility ...... Forgive me but I'm going in confusion :( The last question: As now they are no longer recognized the USE flags relating to instructions cpu as is "born" of the differnziazione CPU_FLGF_X (& = "......" there are things in here make.conf USE stop funizonare although declared? What "no longer makes sense to insert in make.conf as USE =" ...... "? I hope to be understandable. Thanks for the answers .......: |
  10. The mine was only a question for now .... since *BSD kernels doesn't support all my hardware for now cause it is fairly recent hardware (FreeBSD kernel does not see my integrated ethernet card .....) I love Funtoo !!! But i've plesure to make experience with other type of OS .... :) so my question (and for me is a "type of game" ..... :) ) As a person I know, and that is much better than me about Linux / BSD, I wanted to hear an opinion on your part. Because I believe that with Funtoo can do everything and more (perhaps with difficulty). However, the possibility remains; and this is what I want to understand. All this because when a person asks me that OS install, first ask cpu, RAM and videocard. If th architecture of PC is too "old" well do not tell Funtoo install, although it will always be easier to T2 Linux or LFS / BLFS or Slackware (most people tell that is no difficult..... but for me is 10000 times simply use Funtoo or Gentoo with the power of Portage :P), but recommend a precompiled, unless it is "fixed" like me on the superiority of Portage: P. Now I must make some works with my loved Funtoo system ........ Then i'd like to make experience to create a Funtoo BSD if possible :) Ciao :)
  11. Hi...... it is possible to attempt to make a Funtoo winth FreeBSD kernel (like as Gentoo/FreeBSD) ?
  12. Thanx: ok ! at first # euse -E emerald unsupported -p compiz-fusion Then emerge compiz-fusion fusion-icon At this step i must unmask some ebuilds (using --autounmask-write) So .... etc-update & -5 to accept all changes. Then I remake the emerge compiz-fusion fusion icon: Then I've unmasked also emerald in packace.accept_keywords. I obtain this: ci74771ht ~ # emerge compiz-fusion fusion-iconCalculating dependencies... done! emerge: there are no ebuilds built with USE flags to satisfy ">=x11-wm/compiz-0.8.8[gconf?]". !!! One of the following packages is required to complete your request: - x11-wm/compiz-0.9.12::gentoo (Missing IUSE: gconf) - x11-wm/compiz-0.9.11::gentoo (Missing IUSE: gconf) (dependency required by "x11-plugins/compiz-plugins-extra-0.8.8" [ebuild]) (dependency required by "x11-wm/compiz-fusion-0.8.8" [ebuild]) (dependency required by "compiz-fusion" [argument]) ci74771ht ~ # Now, making : ci74771ht ~ # USE="gconf" emerge -DNu world compiz-fusion fusion-icon -pv i obtain : These are the packages that would be merged, in order: Calculating dependencies... done! The following keyword changes are necessary to proceed: (see "package.accept_keywords" in the portage(5) man page for more details) # required by x11-plugins/compiz-plugins-unsupported-0.8.8 # required by x11-wm/compiz-fusion-0.8.8[unsupported] # required by compiz-fusion (argument) =x11-libs/compiz-bcop-0.8.8 ~amd64 emerge: there are no ebuilds built with USE flags to satisfy ">=x11-wm/compiz-0.8.8[gconf?]". !!! One of the following packages is required to complete your request: - x11-wm/compiz-0.9.12::gentoo (Missing IUSE: gconf) - x11-wm/compiz-0.9.11::gentoo (Missing IUSE: gconf) (dependency required by "x11-plugins/compiz-plugins-main-0.8.8" [ebuild]) (dependency required by "x11-plugins/compiz-plugins-unsupported-0.8.8" [ebuild]) (dependency required by "x11-wm/compiz-fusion-0.8.8[unsupported]" [ebuild]) (dependency required by "compiz-fusion" [argument]) It seems all related to the USE "gconf" :rolleyes: Thanx for the interest.
  13. hi; I'm on "stable branch" using KDE & xfce4. I'd like to use compiz with xfce4. It is possible ? (cause i get various errors). Thanks to All :) My emerge --info: ci74771ht ~ # emerge --info Portage 2.3.6-r9 (funtoo/1.0/linux-gnu/arch/x86-64bit, gcc-4.8.4, glibc-2.19, 3.18.7-gentoo x86_64) ================================================================= System uname: Linux-3.18.7-gentoo-x86_64-Intel-R-_Core-TM-_i7-4771_CPU_@_3.50GHz-with-gentoo-2.2.0 KiB Mem: 16372240 total, 12884752 free KiB Swap: 8388604 total, 8388604 free Timestamp of tree: Unknown ld ld di GNU (Gentoo 2.24 p1.4) 2.24 app-shells/bash: 4.2_p53 dev-java/java-config: 2.2.0-r1000 dev-lang/perl: 5.20.1-r4 dev-lang/python: 2.7.9-r1000, 3.3.6-r1000 dev-util/cmake: 2.8.12.2-r1 sys-apps/baselayout: 2.2.0-r6 sys-apps/openrc: 0.12.3-r6 sys-apps/sandbox: 2.6-r2 sys-devel/autoconf: 2.13, 2.69 sys-devel/automake: 1.10.3-r1, 1.11.6-r1, 1.13.4 sys-devel/binutils: 2.24-r3 sys-devel/gcc: 4.8.4 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4.3-r2 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.17-r1 (virtual/os-headers) sys-libs/glibc: 2.19 Repositories: gentoo ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=core-avx2 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-march=core-avx2 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch xattr" FFLAGS="-march=core-avx2 -O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" INSTALL_MASK="/usr/lib/systemd/ /lib/systemd/" LANG="it_IT.utf8" LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed" LINGUAS="it" MAKEOPTS="-j9" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_TMPDIR="/dev/shm" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="git://github.com/funtoo/ports-2012.git" SYNC_USER="root" USE="X Xaw3d a52 aac aacplus aalib acl adns adplug afs aim alac alsa amd64 amr amrenc ao apm apng atm audiofile bash-completion bcmath berkdb bidi blas bluetooth bluray bzip2 cairo calendar caps cdb cdda cddb cdio cdparanoia cdpau cdr celt cgi clamav consolekit cracklib crypt css ctype cups curlwrappers custom-cflags cvs cxx dbi dbm dbus dc1394 dga dirac djvu dri dts dv dvb dvd dvdr dvdread encode exif faac faad fam fastcgi ffmpeg fftw filecaps flac flatfile fluidsynth fontconfig foomaticdb fortran fpx ftp gcj gd gdbm geoip gif gimp git glut gme gmp gnuplot gnutls gphoto2 gpm gps graphviz gsl gsm gstreamer gtk gtk2 gtk3 guile gzip hddtemp hdri ico iconv icq icu idn iec61883 ieee1394 imagemagick imap imlib inifile inotify introspection iodbc ios ipod ipv6 jabber jack java javascript jbig jingle jit jpeg jpeg2k kate kde kontact ladspa lame lapack lash latex lcms ldap libass libcaca libedit libffi libguess libmpeg2 libnotify libsamplerate libtiger libwww lirc live lm_sensors lock lua lzma lzo mac mad maildir matroska mbox midi mikmod milter mime mjpeg mmap mms mmx mng modplug modules mono motif mozilla mp3 mp4 mpeg mpi mplayer msn mtp mudflap multilib musepack musicbrainz ncurses netcdf networkmanager nls nptl nsplugin nuv ogg opencl openexr opengl openmp opus pam pcre pda pdf perl php pie plasma plotutils png pnm policykit portaudio posix postproc postscript ppds pppd python qdbm qmail-spp qt3support qt4 qt5 quicktime raw readline recode resolvconf rss rtmp rtsp sasl scanner schroedinger sdl semantic-desktop session sharedmem shorten sid simplexml sip smartcard smp sndfile soap sox speex spell sse sse2 ssl startup-notification static-libs subversion svg syslog szip taglib tcl tcpd tga theora threads thunar tidy tiff timidity tk toolame truetype twolame udev udisks unicode upower usb v4l vaapi vala vcd vdpau vnc vorbis vpx wav wavpack wddx webkit webp wifi wildmidi win32codecs wmf wxwidgets x264 x265 xattr xcb xcomposite xface xft xine xinerama xinetd xmf xml xmlrpc xmp xmpp xscreensaver xv xvid xvmc zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel ice1724 intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="evdev keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="it" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_ABIS="2.7 3.3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby19 ruby20 ruby21 ruby22" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, SYNC_UMASK
  14. hwmrocker : have you solved ? if not i'll try to comment temporarily the "RUBY_TARGETS="ruby21" and use the old version.What tell to us: eselect ruby list ? (Is possible that my idea is wrong) Ciao :)
  15. Is very "eclectic" and ingnious".... for me the best at this time :)
  16. [ot] Excuse me aryvandaar, i hope not du distrb you. I read sometimes http://www.gentoo.org/dyn/use-index.xml Then for You may be a good idea ta add ffmpeg in "Global use flags" and the others in "local Use Flags" ? Also gstreamer is a Global Use; in my make.conf there are both enabled globally. And my system is coerent. [/ot] Excuse me for this off topic ...... Thanks for any answwer :) However, I use the "euse command". in this case should be # euse -E ffmpeg . Ciao an excuse me for the disturb :|
  17. Great morphmex; I think to express its gratitude to be an incentive to develop a project or another. I prefer to be a bit 'more "conservative" on certain aspects. Well but if there are more choices then .... better. Hello to All Dear Funtoo users :) (Fun-too .... Fan(tastic)-too => too fantastic: P: P: P: P: P) Thanks to All. With estimate. Sandro.
  18. I'm very very happy that You've solved this trouble :) :) :)
  19. 1) Update make.conf: # emerge app-portage/cpuinfo2cpuflags Run: # cpuinfo2cpuflags Then update your CPU_FLAGS_X86 (cause I think that there are also mmxext (native in Athlon but renamed in Intel's cpu, such as sse3 are named PNI ("Prescott new Instructions)) Then You're core2 is precedent of "Penryn" family that supports also sse4.1 If you want try also grep sse4 /proc/cpuinfo to be sure that there aren't also sse4.1 streaming simd extensions. For Other questions, mmm I use the "Stable branch" of portage. Ciao :)
  20. Could you post your. $ eselect profile list and tell to us what you want obtain :) ? (e.g. : desktop type ecc.... ) Ciao :) ps. I've seen an incoerence: -zlib .... zlib) I think that you must clear "-zilp" (this is only one little step). or if you want "prune them with # euse -P zlib But if you want (raccamandable) # euse -E zlib Hi :) _________________________________________________________________________________________________________________________ If you want i'll send to you my make.conf only for reflecting on this.
  21. I'm very happy for your words. I always try to do, "stalking" about Funtoo. But it seems that many have "fear" to venture into this "world". I have compiled Funtoo via ssh to some people; and a pair quickly became fans of this wonderful Sistoma Operative ...... indeed is more than an "Operating System". I in my facbeook I said many times: "anyone who wishes to follow it step by step to make him understand everything regarding the installation of the base system." I am not an expert, and I have to ask and learn so much more. But the approach of Acted is perfect in my opinion. Why .... is too eclectic and ingenious. Now I will call my friend Messana ..... I want to write his thoughts on this meta-distribution Fun-tastic: P Hello and thanks !!!!!!! [ot] I'm just an herbalist with a passion for computer science ....... and even part of its "Canadian Maple Syrup" :) :) :) Thanks yout my Heart...... Sandro :)
  22. Dearest Daniel, well .... my friend Riccardo Messana and I are convinced that you were a big indeed great to want to engage with determination the project Funtoo !!!! We think that Gentoo is a derivative of Funtoo .... and not vice versa. Do you really value you so much for your work and your genius ......... You are invincible !!!!!!!!! Thank Heart throughout the work you do for this meta-distribution and to keep "alive" this "community". With great esteem. Alessandro & Riccardo. :)
  23. Try: # eselect ruby set 1 Then compile what you "want compile (with the --oneshot option)" Then # eselect ruby set 2 Hi had troubles with media-libs/mlt..... Ciao :)
  24. Hi; I'd like to create an ebuild of ffmulticonverter; but i'm very ignorant; how can I do ? Thanx! :)
  25. Hi; trying to emerge dev-lang/php I obtain errors ci74771ht ~ # emerge -1 dev-lang/php Calculating dependencies \ !!! Problem resolving dependencies for dev-lang/php ... done! !!! The ebuild selected to satisfy "dev-lang/php" has unmet requirements. - dev-lang/php-5.5.21::gentoo USE="bcmath berkdb bzip2 calendar cdb cgi cli crypt ctype curl exif fileinfo filter flatfile ftp gd gdbm gmp hash iconv imap inifile intl iodbc ipv6 json ldap mhash nls odbc opcache pcntl phar posix readline recode session sharedmem simplexml snmp soap sockets spell ssl threads tokenizer truetype unicode vpx wddx xml xmlrpc xpm zip zlib -apache2 -cjk -debug -embed -enchant (-firebird) -fpm (-frontbase) -kerberos -ldap-sasl -libedit -libmysqlclient -mssql -mysql -mysqli -oci8-instant-client -pdo -postgres -qdbm (-selinux) -sqlite (-sybase-ct) -systemd -sysvipc -tidy -xmlreader -xmlwriter -xslt" The following REQUIRED_USE flag constraints are unsatisfied: recode? ( !imap ) sharedmem? ( !threads ) The above constraints are a subset of the following complete expression: truetype? ( gd ) vpx? ( gd ) cjk? ( gd ) exif? ( gd ) xpm? ( gd ) gd? ( zlib ) simplexml? ( xml ) soap? ( xml ) wddx? ( xml ) xmlrpc? ( any-of ( xml iconv ) ) xmlreader? ( xml ) xslt? ( xml ) ldap-sasl? ( ldap ) mhash? ( hash ) phar? ( hash ) libmysqlclient? ( any-of ( mysql mysqli pdo ) ) qdbm? ( !gdbm ) readline? ( !libedit ) recode? ( !imap !mysql !mysqli ) sharedmem? ( !threads ) !cli? ( !cgi? ( !fpm? ( !apache2? ( !embed? ( cli ) ) ) ) ) It seems a "sudoku" :D Thanx
×
×
  • Create New...