View previous topic :: View next topic |
Author |
Message |
fuzzyn00b n00b
Joined: 29 Jul 2015 Posts: 3
|
Posted: Wed Jul 29, 2015 7:52 pm Post subject: emerge gentoo-sources Issues |
|
|
Hi
Gentoo newbie here. I am trying to install this for the first time in my life and i have the least idea of what i am doing(except following the tutorials, as much i can understand)
I am getting some errors when running 'emerge gentoo-sources' - http://pastebin.com/anyHL4J3
I see a couple of files to attach while seeking help. Attached two of them :
http://pastebin.com/bvGDEcyZ
http://pastebin.com/btBrfqpT
Tried finding similar issue on forums, but didn't get anywhere with that. Any help greatly appreciated. |
|
Back to top |
|
|
Buffoon Veteran
Joined: 17 Jun 2015 Posts: 1369 Location: EU or US
|
Posted: Wed Jul 29, 2015 7:55 pm Post subject: |
|
|
Welcome to the forums!
Code: | CFLAGS="-O2 -pipe --march=native" |
Fix it to below string and try again.
Code: | CFLAGS="-O2 -pipe -march=native" |
|
|
Back to top |
|
|
fuzzyn00b n00b
Joined: 29 Jul 2015 Posts: 3
|
Posted: Wed Jul 29, 2015 8:06 pm Post subject: |
|
|
Thank you for that. Silly mistake on my part |
|
Back to top |
|
|
Buffoon Veteran
Joined: 17 Jun 2015 Posts: 1369 Location: EU or US
|
Posted: Wed Jul 29, 2015 8:28 pm Post subject: |
|
|
You are welcome! Errare humanum est. |
|
Back to top |
|
|
fuzzyn00b n00b
Joined: 29 Jul 2015 Posts: 3
|
Posted: Wed Jul 29, 2015 8:44 pm Post subject: Further Issue regarding installation |
|
|
'emerge genkernel' has hanged for a while now.
the log file shows :
File 'cpio-2.11.tar.bz2' is already locked by another fetcher
Tried "rm /var/tmp/* -r" and "rm tmp/* -r" with no luck |
|
Back to top |
|
|
Buffoon Veteran
Joined: 17 Jun 2015 Posts: 1369 Location: EU or US
|
Posted: Wed Jul 29, 2015 8:47 pm Post subject: |
|
|
There may be a lock file in /usr/portage or its subdirectories. |
|
Back to top |
|
|
|