Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
errore in compilazione go durante upgrade
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
drudox
l33t
l33t


Joined: 28 Jan 2016
Posts: 919

PostPosted: Thu Mar 26, 2020 10:57 pm    Post subject: errore in compilazione go durante upgrade Reply with quote

Come da titolo questo e` il build.log :
http://dpaste.com/1PG5XFC
Back to top
View user's profile Send private message
sabayonino
Veteran
Veteran


Joined: 03 Jan 2012
Posts: 1057

PostPosted: Thu Mar 26, 2020 11:18 pm    Post subject: Reply with quote

Domanda :
Stai compilando in RAM e/o anche con CCACHE ?


Code:
FEATURES="-ccache" emerge ...

_________________
LRS 64/32
Back to top
View user's profile Send private message
drudox
l33t
l33t


Joined: 28 Jan 2016
Posts: 919

PostPosted: Fri Mar 27, 2020 12:00 pm    Post subject: Reply with quote

non penso :

questo il mio fstab:

Code:
/dev/sda3       /               ext4      defaults        0 1
/dev/sda5               none      swap      sw      0 0
/dev/sda2      /home           ext4            defaults        0 2
/dev/sda4      /opt            ext4            defaults        0 2
/dev/sdb5               /media/data     ext4            defaults        0 2
#/dev/cdrom      /mnt/cdrom   auto      noauto,ro   0 0
Back to top
View user's profile Send private message
sabayonino
Veteran
Veteran


Joined: 03 Jan 2012
Posts: 1057

PostPosted: Fri Mar 27, 2020 12:28 pm    Post subject: Reply with quote

L'fstab non centra nulla.
sono delle impostazioni di portage
_________________
LRS 64/32
Back to top
View user's profile Send private message
drudox
l33t
l33t


Joined: 28 Jan 2016
Posts: 919

PostPosted: Fri Mar 27, 2020 12:46 pm    Post subject: Reply with quote

questo e` il mio make.conf :
Code:
ghirtoo /home/marco # cat /etc/portage/make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
#COMMON_FLAGS="-O2 -pipe"
CFLAGS="-march=native -O2 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"

ACCEPT_KEYWORDS="~amd64"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
EMERGE_DEFAULT_OPTS="--with-bdeps y --ask y --verbose y"
ACCEPT_LICENSE="* -@EULA"
MAKEOPTS="-j9"

LINGUAS="en it"
VIDEO_CARDS="nvidia"
INPUT_DEVICES="evdev"
USE="X pulseaudio nvidia opengl threads -bindist -postgres"
# NOTE: This stage was built with the bindist Use flag enabled
#PORTDIR="/var/db/repos/gentoo"
#DISTDIR="/var/cache/distfiles"
#PKGDIR="/var/cache/binpkgs"

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C

GENTOO_MIRRORS="http://ftp.free.fr/mirrors/ftp.gentoo.org/ http://gentoo.mirrors.ovh.net/gentoo-distfiles/"




e il comano emerge --info mi da questo :
http://dpaste.com/37S4NGR
Back to top
View user's profile Send private message
sabayonino
Veteran
Veteran


Joined: 03 Jan 2012
Posts: 1057

PostPosted: Fri Mar 27, 2020 4:35 pm    Post subject: Reply with quote

Uhm , potrebbe essere simile a questo ?
_________________
LRS 64/32
Back to top
View user's profile Send private message
drudox
l33t
l33t


Joined: 28 Jan 2016
Posts: 919

PostPosted: Sat Mar 28, 2020 11:36 am    Post subject: Reply with quote

no ho messo in package use la flag gccgo per go .. ma la compilazione fallisce allo stesso modo
Back to top
View user's profile Send private message
sabayonino
Veteran
Veteran


Joined: 03 Jan 2012
Posts: 1057

PostPosted: Sat Mar 28, 2020 2:37 pm    Post subject: Reply with quote

veramente il post linkato indica di disabilitarli
_________________
LRS 64/32
Back to top
View user's profile Send private message
drudox
l33t
l33t


Joined: 28 Jan 2016
Posts: 919

PostPosted: Sat Mar 28, 2020 3:58 pm    Post subject: Reply with quote

no ho messo :
dev-lang/go -gccgo

ma stesso errore
Back to top
View user's profile Send private message
drudox
l33t
l33t


Joined: 28 Jan 2016
Posts: 919

PostPosted: Mon Mar 30, 2020 3:06 pm    Post subject: Reply with quote

un piccolo up ... nessun idea ?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31581
Location: here

PostPosted: Mon Mar 30, 2020 3:25 pm    Post subject: Reply with quote

Code:
runtime: mlock of signal stack failed: 12
runtime: increase the mlock limit (ulimit -l) or
runtime: update your kernel to 5.3.15+, 5.4.2+, or 5.5+
fatal error: mlock failed

Sembra un errore conoscito , o segui quello che dice il messaggio o rimetti go-1.13.8 (ultima versione stabile)

EDIT: c'e' anche un bug a stato risolto dove avevano apportato un messaggio nella version 1.14 ma questo check non esiste piu' per la 1.14.1 (ho postato un commento).
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31581
Location: here

PostPosted: Tue Mar 31, 2020 11:19 am    Post subject: Reply with quote

Il kernel 5.4.28 ora e' stabile quindi puoi aggiornare a quello.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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