
tmp-meteque
Members-
Content Count
17 -
Joined
-
Last visited
-
Days Won
3
tmp-meteque last won the day on April 19 2016
tmp-meteque had the most liked content!
About tmp-meteque
-
Rank
Member
-
Sandro reacted to an answer to a question: I can't upgrade gcc
-
For what I read, /dev/shm and tmpfs are the same, they both use the memory ram and the swap partition. My laptop have 4GiB of ram so I can't use more than 2 GiB. I plan to upgrade but I don't really need it for the moment because I'm using i3 (a tiling windows manager) and just a few programs with GUI interface. A friend of mine uses ccache instead of compiling in ram and for what he says, it makes a hugh difference.
-
Hi Sandro. Yes, I follow the gentoo's wiki. # /etc/fstab: static file system information. # # The root filesystem should have a pass number of either 0 or 1. # All other filesystems should have a pass number of 0 or greater than 1. # # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. # # See the manpage fstab(5) for more information. # # <fs> <mountpoint> <type> <opts> <dump/pass> UUID="2B00-F65A" /boot vfat defaults 1 2 UUID="d9fb9efe-390e-4ff7-870b-83a532af4c8e" / ext4 defaults,noa
-
tmp-meteque reacted to an answer to a question: I can't upgrade gcc
-
I also compile in ram but in /var/tmp and 4 GiB. :D It works good but sometimes I have problems like this one and I don't know why I couldn't figure out by my own. Cardinal didn't complain about how you maintain your system. He said that because you didn't explain what is inside /usr/portage/distfiles.
-
cardinal reacted to an answer to a question: I can't upgrade gcc
-
cardinal reacted to an answer to a question: I can't upgrade gcc
-
cardinal reacted to an answer to a question: I can't upgrade gcc
-
Sandro, could I ask what's in /dev/shm/portage and why you delete it? I will be doing a make clean in my kernel folder too, I didn't think about that. Also, I prefer using eclean -d distfiles because sometimes I have to rebuild the packages, change USE flags, etc. I installed funtoo a few months ago so I'm still learning.
-
root@norris /home -? PORTAGE_TMPDIR=/home/tmp emerge -1u gcc Calculating dependencies... done! >>> Verifying ebuild manifests >>> Emerging (1 of 1) sys-devel/gcc-4.9.3-r3::gentoo >>> Installing (1 of 1) sys-devel/gcc-4.9.3-r3::gentoo >>> Jobs: 1 of 1 complete Load avg: 3.19, 4.70, 5.28 >>> Auto-cleaning packages... >>> No outdated packages were found on your system. * Regenerating GNU info directory index... * Processed 9 info files. Thank you very much guys!
-
upgrading debian-sources requires 14 GB in /var/tmp
tmp-meteque replied to hick518's question in Portage Help
I think you should try to compile your own kernel instead, hick518, It will finish in a few minutes instead of a couple of hours. With lspci -v | grep Kernel you will see the name of the most important drivers, it's really easy. -
tmp-meteque reacted to an answer to a question: upgrading debian-sources requires 14 GB in /var/tmp
-
tmp-meteque reacted to an answer to a question: I can't upgrade gcc
-
tmp-meteque reacted to an answer to a question: I can't upgrade gcc
-
tmp-meteque reacted to an answer to a question: I can't upgrade gcc
-
Hi Sandro, that was my first though after reading the log so with ncdu and eclean, I made a little of space. df -h: Filesystem Size Used Avail Use% Mounted on devtmpfs 10M 0 10M 0% /dev /dev/sda2 20G 14G 4.9G 74% / tmpfs 380M 608K 380M 1% /run shm 1.9G 0 1.9G 0% /dev/shm cgroup_root 10M 0 10M 0% /sys/fs/cgroup /dev/sda1 253M 47M 206M 19% /boot /dev/sda4 270G 154G 102G 61% /home tmpfs 2.0G 0 2.0G 0% /var/tmp/portage du -hs /* : 7.3M /bin 47M /boot 0 /dev 15M
-
Hi, I checked the bugtrack and I can't find nothing so I assume it's only my system. Full log: https://ptpb.pw/Iie1 /var/tmp/portage/sys-devel/gcc-4.9.3-r3/temp/ccMwer11.s: Assembler messages: /var/tmp/portage/sys-devel/gcc-4.9.3-r3/temp/ccMwer11.s: Fatal error: can't write i386.o: No space left on device /usr/x86_64-pc-linux-gnu/bin/as: BFD (Funtoo 2.25) 2.25.0 assertion fail elf.c:2660 /usr/x86_64-pc-linux-gnu/bin/as: BFD (Funtoo 2.25) 2.25.0 assertion fail elf.c:2660 /usr/x86_64-pc-linux-gnu/bin/as: BFD (Funtoo 2.25) 2.25.0 assertion fail elf.c:2660 /usr/x86_64-pc-linux-gnu/bin/as: BFD (
-
spectromas reacted to an answer to a question: pass with gpg-agent?
-
I totally forget to update this topic. I have to specify my key to .bash_profile: GPGKEY=XXXXXXXX And start gpg-agent. I'm using startx so I add it to my .xinitrc: eval "$(gpg-agent --daemon)" https://wiki.gentoo.org/wiki/GnuPG#Using_a_GPG_agent https://help.ubuntu.com/community/GnuPrivacyGuardHowto#Tips_and_Tricks
-
Could you paste your /etc/boot.conf and what do you have in your /boot folder, please?
-
I don't use plymouth but you made a great job, it looks really cool Otakku!
-
cardinal reacted to an answer to a question: I can't update nodejs after python upgrade
-
http://www.funtoo.org/News:Python_Updates emerge -1v $(find /usr/lib*/python3* -name '*cpython-3[3-5].so') Maybe you should try this first.
-
tmp-meteque reacted to an answer to a question: /boot doesn't mount but uefi works
-
/boot doesn't mount but uefi works
tmp-meteque replied to tmp-meteque's question in Installation Help
Ok, I'm dumb. Thank you j-g- and sorry for wasting your time. -
I have an UEFI system and everything works fine. I can write into the partition but I have to mount it manually every time. # /etc/fstab: static file system information. # # The root filesystem should have a pass number of either 0 or 1. # All other filesystems should have a pass number of 0 or greater than 1. # # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. # # See the manpage fstab(5) for more information. # # <fs> <mountpoint> <type> <opts> <dump/pass> UUID="2B00-F65A" /boot vfat noauto,defaults
-
I can't update nodejs after python upgrade
tmp-meteque replied to tmp-meteque's question in Portage Help
Thanks Cardinal.