Sandro
Members-
Posts
466 -
Joined
-
Last visited
-
Days Won
20
Content Type
Profiles
Forums
Blogs
Everything posted by Sandro
-
net-libs/glib-networking Conflict with almost all
Sandro replied to AdiosKid's question in Portage Help
What stage you've used ? if you have used "pure64" there will be a problem. If You've used the "normal" (multilib) stage 3 , so no problem ...... I post to you my make.conf (consider it as en example, cause the flexibility of Funtoo can make you able to configure your computer as you want). What cpu have you ? cat /proc/cpuinfo ____________________________________________ This is my make.conf : sandro@ci74771ht ~ $ cat /etc/make.conf CFLAGS="-march=native -Ofast -ftree-vectorize -pipe" CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu" ABI_X86="64 32" CHOST="x86_64-pc-linux-gnu" CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" USE="icu jit gtk3 sdl X Xaw3d a52 aac aalib acl adns afs aim ao apm atm \ audiofile bash-completion bcmath bidi opencl blas bluetooth nvidia \ bzip2 cairo calendar caps cdb cdda cddb xvmc cdparanoia cdr cgi \ clamav cracklib crypt css ctype cups vdpau curlwrappers \ custom-cflags cvs cxx dbi dbm dbus dga djvu dri dts dv dvb dvdr \ encode exif fam fastcgi ffmpeg fftw filecaps flac flatfile \ fontconfig foomaticdb fortran ftp gcj gd gdbm geoip gif gimp git \ glut gmp gnuplot gnutls gphoto2 gpm gps graphviz gsl gsm \ gstreamer guile gzip hddtemp iconv icq idn ieee1394 imagemagick \ imap imlib inifile inotify introspection iodbc ios ipod jack \ java javascript jbig jabber jingle jpeg jpeg2k kde kontact \ ladspa lame lapack lash ldap libass libav libcaca libedit \ libffi libnotify libsamplerate libwww lirc lm_sensors lua lzma lzo \ mad maildir matroska mbox mikmod milter mime mmap mms mng \ modplug motif mozilla mp3 mp4 mpeg mpi mplayer msn mtp musepack \ musicbrainz netcdf pcre pda pdf perl php pie plasma \ plotutils policykit portaudio posix postscript ppds python qdbm \ qmail-spp quicktime raw readline recode rss sasl scanner cdpau \ semantic-desktop sharedmem shorten simplexml sip smartcard smp \ sndfile soap speex spell ssl subversion svg syslog szip tcpd \ theora threads tidy tiff timidity tk tcl truetype udev udisks \ unicode upower usb v4l vala vcd vnc vorbis wavpack wddx wifi \ wxwidgets x264 xattr xcb xcomposite xface xft xine xinerama \ xinetd xmlrpc xmp xmpp xscreensaver xv xvid zlib \ networkmanager qt3support qt5 qt4 video opengl ogg tools acpi libcanberra \ -systemd gtk gtk2 gnome webkit -gnome-keyring alsa pulseaudio \ pic" MAKEOPTS="-j9" LINGUAS="it" INPUT_DEVICES="keyboard mouse evdev" VIDEO_CARDS="nvidia" ACCEPT_LICENSE="*" #PORTAGE_TMPDIR="/dev/shm" #source /var/lib/layman/make.conf Pay attention: I've used in *FLAGS "-Ofast that is equal to (-O3 -ffast-math) and -ftree-vectorize, but some ebuilds doesn't compile with these use then I think to use "-march=native -O2 -pipe" (-O3 works fine if your cpu has a lot of L2 cache, otherwise use "-O2"). About "Global USE Flags, you can see https://www.gentoo.org/support/use-flags/ However you can use eselect or ego & epro .... it depend of your preference :) I hope that my suggestions are of Your interesting to compile Your magic new Funtoo :P :) :) :) There is possible that you encounter some trouble but .... no problem; at the end you'll have a brilliant and fascinous serious & performant system (with optimization not all software try benefit, but in same case you must have 3x or 4x faster than a precompiled distro :P.... i tell this words cause i've made various benchmarks :) Ask for any trouble ..... Good Work Dear friend :) PS: Looking that i've commented the PORTAGE_TMPDIR; i've 16 GiB of ram then I can compile also libreoffice using /dev/shm. 8GiB are Good for 99% of the software; but by default not for libreoffice or chromium....... in this case you must specify the size of /dev/shm in /etc/fstab to 6GB. But it is not for now important....... if You want to use /dev/shm to compile in ram, tell me; otherwise, don't declare PORTAGE_TMPDIR (by default will be /var/tmp/. I hope not to have create confusion :| Good Work :) -
I've no oxperience about lxde; but in KDE the usbkeys or others are mounted in /run/media/username/ now I make an experiment installing lxde :) I wil tell to you :) PS: very strange..... either in lxde than in KDE reduires root password to have access at the usbkey or other "pluggable" devices (i'm in plugdev and usb and cdrom,cdrw group :|) few time ago ... there wasn't the request of root password..... may be a little bug ? or same wrong impostation ? This is not the first time that there is this trouble..... it seems the "anytime" the policy changes @_@ Sometimes more permissive ... sometimes more restrictives ...... Boh :( I don't know Sorry and excuse me ... :(
-
Fantastic magic Daniel :) Your words must be written also in a book: "Hystory of processors" :) I use "-march=native" cause sometimes in advanced steppings were added new instructions. But to have a stage3 compiled for various architectures is a great idea and a great work. I think only funtoo is so precise. I like Your Work ..... ... and another time .... thank You Daniel !!!!!!!! I respect you very much ...... You're a great man. Thank You for Your Work !!!!!!!!!!!!!!!!!!!!!!!!!
-
net-libs/glib-networking Conflict with almost all
Sandro replied to AdiosKid's question in Portage Help
I think you must select "desktop" since You use a DE (xfce4 in your case). Do You want to try to change the profile to "Desktop" ? (this enable some use flags that may be necessary for using a Desktop environment). I use xfce4 and kde. It is possible to use also the "old" method: # eselect profile list __________________ For only an example, I post my profiles; I whish may be for You an aid :) sandro@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/intel64-broadwell [17] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/intel64-haswell [18] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/intel64-ivybridge [19] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/intel64-sandybridge [20] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/intel64-silvermont [21] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/native_64 * [22] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/nocona [23] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/opteron_64 [24] funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/xen-pentium4+sse3_64 Currently available build profiles: [25] funtoo/1.0/linux-gnu/build/stable * [26] funtoo/1.0/linux-gnu/build/current [27] funtoo/1.0/linux-gnu/build/experimental Currently available flavor profiles: [28] funtoo/1.0/linux-gnu/flavor/minimal [29] funtoo/1.0/linux-gnu/flavor/core [30] funtoo/1.0/linux-gnu/flavor/desktop * [31] funtoo/1.0/linux-gnu/flavor/workstation [32] funtoo/1.0/linux-gnu/flavor/hardened Currently available mix-ins profiles: [33] funtoo/1.0/linux-gnu/mix-ins/audio * [34] funtoo/1.0/linux-gnu/mix-ins/cinnamon [35] funtoo/1.0/linux-gnu/mix-ins/console-extras [36] funtoo/1.0/linux-gnu/mix-ins/dvd * [37] funtoo/1.0/linux-gnu/mix-ins/gnome [38] funtoo/1.0/linux-gnu/mix-ins/kde * [39] funtoo/1.0/linux-gnu/mix-ins/mate [40] funtoo/1.0/linux-gnu/mix-ins/media (auto) [41] funtoo/1.0/linux-gnu/mix-ins/media-pro * [42] funtoo/1.0/linux-gnu/mix-ins/mediadevice-audio-consumer (auto) [43] funtoo/1.0/linux-gnu/mix-ins/mediadevice-audio-pro (auto) [44] funtoo/1.0/linux-gnu/mix-ins/mediadevice-base (auto) [45] funtoo/1.0/linux-gnu/mix-ins/mediadevice-video-consumer (auto) [46] funtoo/1.0/linux-gnu/mix-ins/mediadevice-video-pro (auto) [47] funtoo/1.0/linux-gnu/mix-ins/mediaformat-audio-common (auto) [48] funtoo/1.0/linux-gnu/mix-ins/mediaformat-audio-extra * [49] funtoo/1.0/linux-gnu/mix-ins/mediaformat-gfx-common (auto) [50] funtoo/1.0/linux-gnu/mix-ins/mediaformat-gfx-extra * [51] funtoo/1.0/linux-gnu/mix-ins/mediaformat-video-common (auto) [52] funtoo/1.0/linux-gnu/mix-ins/mediaformat-video-extra * [53] funtoo/1.0/linux-gnu/mix-ins/lxde [54] funtoo/1.0/linux-gnu/mix-ins/lxqt [55] funtoo/1.0/linux-gnu/mix-ins/no-emul-linux-x86 * [56] funtoo/1.0/linux-gnu/mix-ins/no-systemd * [57] funtoo/1.0/linux-gnu/mix-ins/print (auto) [58] funtoo/1.0/linux-gnu/mix-ins/python3-only [59] funtoo/1.0/linux-gnu/mix-ins/X * [60] funtoo/1.0/linux-gnu/mix-ins/xfce * [61] funtoo/1.0/linux-gnu/mix-ins/vmware-guest [62] funtoo/1.0/linux-gnu/mix-ins/hardened If You want You can also use the chat Freenode #funtoo :) Or if you want you can contact me in Private Messages :) Best Regards Sandro. PS: could you describe Your hardware ? (thanks) :) PS2: but may be that you've "circular dependencies" ? Ciao :) -
Excuse me Cardinal .... I hope not to bored You for my "intromission" ...... There is the possibility of use "-march=native" instead -march=core_abcxyz .... with this little script you can see if there are differences launching once with native and in another terminal wi -march=your_subarch echo 'int main(){return 0;}' > test.c && gcc -v -Q -march=native -O2 test.c -o test && rm test.c test for example i've an haswell 4771; there are 2 or 3 new instructions respect for example an Haswell 4730 K __________________________________________________________________________ The 2nd thing: I use for LDFLAGS LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu" ________________________________________________________________ The last: if you use Gentoo-sources and you want to compile using specific instructions, you must at first abilitate the "experimental" USE; then: # euse -E experimental -p sys-kernel/gentoo-sources && emerge gentoo-sources (this will be "visible" in /etc/portage/package.use) If You use "Stable with kernel 4.0.5 you'll be able to use also the BFQ scheduler ___________________________ I whish that i have not bored You ....... (excuse me Cardinal) good work !!!!!!!!! PS: Ah remember to use: # emerge cpuinfo2cpuflags and add the output to the make.conf.
-
Great cardinal :) Now it's ok. No errors on startup & shutdown ! ci74771ht sandro # hwclock --debug hwclock da util-linux 2.25.2 Using the /dev interface to the clock. Si presuppone che il clock hardware sia mantenuto nell'orario UTC. Attesa del segnale dal clock... ...ricevuto segnale dal clock Orario letto dal clock hardware: 2015/09/02 20:41:22 Orario clock hardware : 2015/09/02 20:41:22 = 1441226482 secondi dal 1969 mer 02 set 2015 22:41:22 CEST -0.439976 secondi Thank YOu Very Much :) !!!!!!!!!!
-
Thanx for answer; but: I've these outputs: ci74771ht ~ # hwclock --debug hwclock da util-linux 2.25.2 hwclock: impossibile aprire /dev/rtc: File o directory non esistente Impossibile trovare un'interfaccia clock utilizzabile. hwclock: Cannot access the Hardware Clock via any known method. ci74771ht ~ # modinfo rtc-cmos modinfo: ERROR: Module rtc-cmos not found. ci74771ht ~ # ls /dev/r* /dev/ram0 /dev/ram12 /dev/ram2 /dev/ram6 /dev/random /dev/ram1 /dev/ram13 /dev/ram3 /dev/ram7 /dev/rfkill /dev/ram10 /dev/ram14 /dev/ram4 /dev/ram8 /dev/root /dev/ram11 /dev/ram15 /dev/ram5 /dev/ram9 util-linux is installed. So.... the trouble is in my kernel-config ? (forgive my ignorance) !!!! :(
-
Hi To All Dear _Funtoo Users. ci74771ht ~ # cat /etc/conf.d/hwclock # Set CLOCK to "UTC" if your Hardware Clock is set to UTC (also known as # Greenwich Mean Time). If that clock is set to the local time, then # set CLOCK to "local". Note that if you dual boot with Windows, then # you should set it to "local". clock="local" # If you want the hwclock script to set the system time (software clock) # to match the current hardware clock during bootup, leave this # commented out. # However, you can set this to "NO" ifyou are running a modern kernel # with CONFIG_RTC_HCTOSYS set to y and your hardware clock set to UTC. clock_hctosys="YES" # If you do not want to set the hardware clock to the current system # time (software clock) during shutdown, set this to no. clock_systohc="YES" # If you wish to pass any other arguments to hwclock during bootup, # you may do so here. Alpha users may wish to use --arc or --srm here. clock_args="" But I got errors either at startup then in the shutdown: hwclock: Cannot access the Hardware Clock via any known method. hwclock: Use the --debug option to see the details of our search for an access method. * ERROR: hwclock failed to stop hwclock: Cannot access the Hardware Clock via any known method. hwclock: Use the --debug option to see the details of our search for an access method. There is a way to solve ? Thank You !!!!
-
kdbus in gentoo-sources local use flags; what is this new feature ?
Sandro replied to Sandro's topic in General Discussion
Ok 666Threesixes666 ..... Thank You very Much. -
kdbus in gentoo-sources local use flags; what is this new feature ?
Sandro replied to Sandro's topic in General Discussion
Thank YOu 666Threesexes666 yooou're very kind. I use OpenRC ; but kdbus what advantages may gives for the system ? Mmore Security or more fastnrss ? Thanks and excuse for my question but I'courious :) Hello great :) -
You're on "stable" or current ? caause in my system (Stable) compiles successfully). You can paste the stdout/stderr (/var/tmp/portage/x11-libs/gnome-pty-helper-0.4.2/tmp/build.log)
-
Ok ok ok....... solved with nvidia-drivers-340 (but using an older kernel). For now I'm very satisfied. Thank You very much for the aid :)
-
Another experiment failed: gentoo-sources-3.14.48 with nouveau seems to work but after few time .... KO! ... system locked. Now I'm trying to use this kernel with nvidia 340.X Excuse me for multiple posts :( PS now the 304.X has compiled with gentoo-3.14.48; contemporarely the system is compiling "mesa" and with an Athlon 64x2 there will be a lot of time. I wish tomorrow to find the solution. :rolleyes: . Otherwise i'll search for an used supported nvidia card to make my friend able to use simply this PC with the magic Funtoo :P
-
Sorry, but the nvidia-304 doesn't compile. May depend by the kernel version (I'm using 4.0.5; is too advanced ?) This is the log Thank You. __________ PS With vesa drivers the graphic works (with disabled "nouveau" in kernel and VIDEO_CARDS="vesa". PS2: with system-rescue live cd, the nouveau runs. The version of kernel of the SRCD that i've used has the 3.14.48-std454 kernel. Why experiment can i do ??? Thanks for any suggestion.
-
Thank You. When I've terminated i'll install the 304.X Thank You very much !!!!
-
Excuse me but I'm on text mode using links; for now I'm using "nouveau" drivers. But if if possible i'd like to use proprietary accelerated graphics drivers; beh however I can make various experiments. the trouble is that recompile a kernel with athlon 64x2 @2,8 GHz takes a very long time. So if there is a conseil it will be truely appreciated. Hi To All Dear Funtoo Users :)
-
Hi To All :) I-m compiling Funtoo on a PC of a my friend... based on an Athlon x64x2 5600+ with 2 GiB ram. sysresccd / # lspci|grep -i vga 00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] (rev a2) Which drivers are compatible? 96.X , 173.X, nouveau or also others? Thanks for the answers :) PS> excuse me .... but the USE "vdpau" function for nouveau or only for proprietary nvidia-drivers ? Thanx to All :)
-
Have You tried before: # emerge --oneshot speex ?
-
[ot] Oh .... I'm very glad that the the better users (the developers) wants to give an hand :) :) :). I'm tryiong to install also Gnome 3.x n my system ..... using -Ofast". I 'lll tell You if all works ok or if there are troubles. [/ot] Excuse me for my off topic, but I see thath there was only kdelibs and other two packages that doesn't compile with -Ofast but is necessary "-O2". Forgive me for off topic :(; but I think may be an experiment that can be of interesting. For now pulseaudio is compiled succesful addin new local flags. [ebuild R ] media-sound/pulseaudio-5.99.3-r1 USE="X alsa alsa-plugin asyncns bluetooth caps dbus equalizer gdbm glib gnome gtk ipv6 jack libsamplerate lirc orc qt4 realtime speex ssl tcpd udev webrtc-aec -adrian-aec -doc -gcov -native-headset (-neon) -ofono-headset (-oss) (-system-wide) (-systemd) {-test} -xen -zeroconf" ABI_X86="32 (64) (-x32)" 0 kB Good Work for All !!!!!! and excuse me . Ciao Great !
-
I'm installing gnome; cause we can see if this problem is also for my machine ..... :) but i start in a situation where pulseaudio is enabled globally :| ..... I'll be glade to give an hand ..... But also "emerge -DNu1 pulseaudio" give you error ? This is the mine: [ebuild R ] media-sound/pulseaudio-5.99.3-r1 USE="X alsa alsa-plugin asyncns bluetooth caps dbus gdbm glib gnome* gtk ipv6 jack libsamplerate lirc orc qt4 speex ssl tcpd udev webrtc-aec -adrian-aec -doc -equalizer -gcov -native-headset (-neon) -ofono-headset (-oss) -realtime (-system-wide) (-systemd) {-test} -xen -zeroconf" ABI_X86="32 (64) (-x32)" 1,435 kB
-
What tells to You # emerge -DNu world --with-bdeps=y -pv and euse -I pulseaudio ? and emerge -DNu1 pulseaudio -pv ? Now I'm trying to install also Gnome (i use KDE); and i've also xfce4. _______________________ another idea that I have is to compile withoud pulseaudio; once terminated, euse -E pulseaudio to set it globally then emerge -DNu world --with-bdeps=y.
-
Genkernel for me are very good..... I use it;it isn't a symptom of incaapacity cause ..... genkernel --menuconfig aqll , with this you compile the kernel. the aid is the creation of an initramfs. Gentoo gas troubles at this moment. Use Funtoo. Control make.conf. In make.conf set INPUT_DEVICES="mouse keyboard evdev synaptics" VIDEO_CARD="intel" ______________________________ In kernel-config You must enable in Device drivers -> Graphics support ---> Direct Rendering ?Manager --> ? ? < > DRM driver for VMware Virtual GPU ? ? ? ? <M> Intel GMA5/600 KMS Framebuffer ? ? ? ? [*] Intel GMA600 support (Experimental) ? ? ? ? [*] Intel GMA3600/3650 support (Experimental) ? ? ? ? < > DisplayLink ? ? ? ? < > AST server chips ? ? ? ? <M> Kernel modesetting driver for MGA G200 server engines ? ? ? ? < > Cirrus driver for QEMU emulated device ? ? ? ? < > QXL virtual GPU ? ? ? ? < > DRM Support for bochs dispi vga interface (qemu stdvga) ? ? ? ? Display Panels ---- ? ? ? ? < > HSA kernel driver for AMD GPU devices exit .... then disable all except: {*} Support for frame buffer devices ---> ? ? ? ? [ ] Framebuffer foreign endianness support ---- ? ? ? ? [ ] Enable Video Mode Handling Helpers ? ? ? ? [ ] Enable Tile Blitting Support ? ? ? ? *** Frame buffer hardware drivers *** ? ? ? ? < > Cirrus Logic support ? ? ? ? < > Permedia2 support ? ? ? ? < > CyberPro 2000/2010/5000 support ? ? ? ? < > Arc Monochrome LCD board support ? ? ? ? [ ] Asiliant (Chips) 69000 display support ? ? ? ? [ ] IMS Twin Turbo display support ? ? ? ? < > VGA 16-color graphics support ? ? ? ? < > Userspace VESA VGA graphics support ? ? ? ? [*] VESA VGA graphics support ? ? ? ? [*] EFI-based Framebuffer Support ? ? ? ? < > N411 Apollo/Hecuba devkit support ? ? ? ? < > Hercules mono graphics support ? ? ? ? < > OpenCores VGA/LCD core 2.0 framebuffer support ? save and exit. Recompile the kernel then emerge -DNu world xorg-x11 xdm world --backtrace=30 post the results :) I must be able to solve this grrrrr. :( I'm sorry for failures). And I ask your forgiveness.
-
Beh ..... Since I'm Italian .... beh ... Lamborghini, Maserati, Ferrari...... but for me the top was the Alfa-Romeo Brabham With Ventolone rear rickshaws to disintegrate the Lotus of Andretti !!!!! : P: P: P this must be Funtoo !!!!!!! incible distro on the planet !!!!! : D: D: D (acc excuse me but I'm a mad men: D: D: D)
-
I can only make the tentative of " Take the bull by the horns." 0) make a memtest using a livecd that support it (it's very important ......!!!!!!) 1) post Your /etc/portage/make.conf 2) post your eselect profile list 3) eselect kernel list 4) grep "nouv\|intel" /usr/src/linux/.config 5) lspci |grep -i net (So I can prepare a basic kernel-config for your system). If have Optimus, we'll see it later !
