View previous topic :: View next topic |
Author |
Message |
RankkaApina n00b
Joined: 25 Jan 2025 Posts: 9
|
Posted: Sun Jan 26, 2025 3:54 pm Post subject: [SOLVED] Building kernel: no space left |
|
|
So, I had the kernel building overnight and it said there's no space left in my home (which I thought was on the root partition and that's like 495 Gb, so not sure what's going on there). I found this old forum post: https://forums.gentoo.org/viewtopic-t-1045356-start-0.html and checked the
This was the result, so it looks that the inodes are the issue:
Code: |
Filesystem Inodes IUsed IFree IUse% Mounted on
devtmpfs 2007405 592 2006813 1% /dev
tmpfs 2014340 1 2014339 1% /dev/shm
tmpfs 2014340 241454 1772886 12% /run
/dev/sda1 0 0 0 - /run/initramfs/live
/dev/loop0 374372 374372 0 100% /run/rootfsbase
LiveOS_rootfs 2014340 241454 1772886 12% /
efivarfs 0 0 0 - /sys/firmware/efi/efivars
tmpfs 402868 23 402845 1% /run/user/1000
/dev/nvme0n1p3 241140224 127147 241013077 1% /mnt/gentoo
/dev/nvme0n1p1 0 0 0 - /efi
|
I'm thinking also that the loop0 might be on the usb instead of the hard drive. But I'm not sure. I feel like I have the root cause, but not the fix. I have a lot of experience on linux when it comes to the usage and fixing that kind of stuff, but the partitions and initial set up I'm not really experienced in... To me it seems there are inodes in general, but I'm not sure how to allocate them to this. Sorry, if I'm making no sense, feel free to ask if I'm not giving some essential information.
Also, I'm wondering if this has something to do with the fact that my new partitions are not named sda -> I'm wiping my windows, so I they came up as the name that was given for the windows partitions (nvme0n1).
Last edited by RankkaApina on Sun Jan 26, 2025 10:31 pm; edited 1 time in total |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 23050
|
Posted: Sun Jan 26, 2025 4:03 pm Post subject: |
|
|
Where exactly did you build the kernel? What is the output of pwd in the shell that failed? What are the last 20 lines of output before you were dropped to the shell prompt? |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54776 Location: 56N 3W
|
Posted: Sun Jan 26, 2025 4:06 pm Post subject: |
|
|
RankkaApina,
You should be building the kernel in Code: | /mnt/gentoo/usr/src/<kernel_tree> |
Inside the chroot. that would be Code: | /usr/src/<kernel_tree> |
The USB is an iso, so its read only. Writing to it is faked by using a part of RAM as an overlay filesystem of some sort.
If you do not mount you new budding Gentoo install at /mnt/gentoo (its easy to miss) your install goes into RAM. There are other ways to install to RAM too.
Code: | Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/nvme0n1p3 241140224 127147 241013077 1% /mnt/gentoo |
That looks good though.
What does say about spaces on filesystems. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
RankkaApina n00b
Joined: 25 Jan 2025 Posts: 9
|
Posted: Sun Jan 26, 2025 4:37 pm Post subject: |
|
|
So, I was following the Handbook. I have the root partition mounted to /mnt/gentoo.
I am in that folder though as the Handbook instructs me to be, it didn't mention I should be in /usr/source. Is that what I should do?
I am inside the chroot:
Code: |
(chroot) livecd /mnt/gentoo
|
This is the result for df -h:
Code: |
Filesystem Size Used Avail Use% Mounted on
devtmpfs 10M 0 10M 0% /dev
tmpfs 7.7G 0 7.7G 0% /dev/shm
tmpfs 7.7G 5.5G 2.3G 71% /run
/dev/sda1 3.8G 3.7G 35M 100% /run/initramfs/live
/dev/loop0 3.6G 3.6G 0 100% /run/rootfsbase
LiveOS_rootfs 7.7G 5.5G 2.3G 71% /
efivarfs 246K 167K 75K 70% /sys/firmware/efi/efivars
tmpfs 1.6G 2.4M 1.6G 1% /run/user/1000
/dev/nvme0n1p3 460G 14G 447G 3% /mnt/gentoo
/dev/nvme0n1p1 1022M 4.0K 1022M 1% /efi
|
Here's also the errors (+ few last rows without errors) from the initial one, I can't actually see the no space in this one, maybe that came when I was trying again:
Code: |
make[4]: *** [/var/tmp/portage/sys-kernel/gentoo-kernel-6.6.67/work/linux-6.6/scripts/Makefile.build:480: drivers/usb] Error 2
make[3]: *** [/var/tmp/portage/sys-kernel/gentoo-kernel-6.6.67/work/linux-6.6/scripts/Makefile.build:480: drivers] Error 2
make[2]: *** [/var/tmp/portage/sys-kernel/gentoo-kernel-6.6.67/work/linux-6.6/Makefile:1931: .] Error 2
make[1]: *** [/var/tmp/portage/sys-kernel/gentoo-kernel-6.6.67/work/linux-6.6/Makefile:234: __sub-make] Error 2
make: *** [Makefile:234: __sub-make] Error 2
* ERROR: sys-kernel/gentoo-kernel-6.6.67::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=sys-kernel/gentoo-kernel-6.6.67::gentoo'`,
* the complete build log and the output of `emerge -pqv '=sys-kernel/gentoo-kernel-6.6.67::gentoo'`.
* The complete build log is located at '/var/tmp/portage/sys-kernel/gentoo-kernel-6.6.67/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-kernel/gentoo-kernel-6.6.67/temp/environment'.
* Working directory: '/var/tmp/portage/sys-kernel/gentoo-kernel-6.6.67/work/linux-6.6'
* S: '/var/tmp/portage/sys-kernel/gentoo-kernel-6.6.67/work/linux-6.6'
* Messages for package sys-kernel/gentoo-kernel-6.6.67:
* ERROR: sys-kernel/gentoo-kernel-6.6.67::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=sys-kernel/gentoo-kernel-6.6.67::gentoo'`,
* the complete build log and the output of `emerge -pqv '=sys-kernel/gentoo-kernel-6.6.67::gentoo'`.
* The complete build log is located at '/var/tmp/portage/sys-kernel/gentoo-kernel-6.6.67/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-kernel/gentoo-kernel-6.6.67/temp/environment'.
* Working directory: '/var/tmp/portage/sys-kernel/gentoo-kernel-6.6.67/work/linux-6.6'
* S: '/var/tmp/portage/sys-kernel/gentoo-kernel-6.6.67/work/linux-6.6'
|
If I really should be under /usr/source, maybe the instructions should be changed to reflect that, but seems like an easy thing to try at least.[/profile] |
|
Back to top |
|
|
RankkaApina n00b
Joined: 25 Jan 2025 Posts: 9
|
Posted: Sun Jan 26, 2025 4:40 pm Post subject: |
|
|
Sorry, I realized there was the row about post thing the result of:
Code: |
emerge --info '=sys-kernel/gentoo-kernel-6.6.67::gentoo
|
I think this is still applicable, because while I tried some stuff, I didn't run the whole thing again:
Code: |
Portage 3.0.66.1 (python 3.12.8-final-0, default/linux/amd64/23.0/desktop/plasma, gcc-14, glibc-2.40-r5, 6.6.67-gentoo-dist x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-6.6.67-gentoo-dist-x86_64-Intel-R-_Core-TM-_i7-10610U_CPU_@_1.80GHz-with-glibc2.40
KiB Mem: 16114724 total, 4193956 free
KiB Swap: 16777212 total, 16777212 free
Timestamp of repository gentoo: Sun, 26 Jan 2025 02:00:00 +0000
Head commit of repository gentoo: 9b38d2c8dfd83c1503ba4ef1b9a5bd48c13871ff
sh bash 5.2_p37
ld GNU ld (Gentoo 2.43 p3) 2.43.1
app-misc/pax-utils: 1.3.8::gentoo
app-shells/bash: 5.2_p37::gentoo
dev-build/autoconf: 2.72-r1::gentoo
dev-build/automake: 1.16.5-r2::gentoo
dev-build/cmake: 3.30.6::gentoo
dev-build/libtool: 2.5.4::gentoo
dev-build/make: 4.4.1-r100::gentoo
dev-build/meson: 1.5.2::gentoo
dev-java/java-config: 2.3.4::gentoo
dev-lang/perl: 5.40.0-r1::gentoo
dev-lang/python: 3.12.8_p1::gentoo, 3.13.1_p1::gentoo
dev-lang/rust-bin: 1.83.0::gentoo
llvm-core/clang: 18.1.8-r6::gentoo, 19.1.4::gentoo
llvm-core/lld: 19.1.4::gentoo
llvm-core/llvm: 18.1.8-r6::gentoo, 19.1.4::gentoo
sys-apps/baselayout: 2.17::gentoo
sys-apps/openrc: 0.55.1::gentoo
sys-apps/sandbox: 2.39::gentoo
sys-devel/binutils: 2.43-r2::gentoo
sys-devel/binutils-config: 5.5.2::gentoo
sys-devel/gcc: 14.2.1_p20241221::gentoo
sys-devel/gcc-config: 2.11::gentoo
sys-kernel/linux-headers: 6.6-r1::gentoo (virtual/os-headers)
sys-libs/glibc: 2.40-r5::gentoo
Repositories:
gentoo
location: /var/db/repos/gentoo
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
volatile: False
sync-rsync-verify-metamanifest: yes
sync-rsync-extra-opts:
sync-rsync-verify-jobs: 1
sync-rsync-verify-max-age: 3
Binary Repositories:
gentoobinhost
priority: 1
sync-uri: https://distfiles.gentoo.org/releases/amd64/binpackages/23.0/x86-64
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE NVIDIA-r2 NOSA qlogic-fibre-channel-firmware quake1-textures LDP-1 man-pages-posix-2013 BitstreamVera BAEKMUK CC-SA-1.0 MaxMind2 Texinfo-manual CC-BY-1.0 man-pages vlgothic UbuntuFontLicense-1.0 wxWinFDL-3 CC-BY-SA-1.0 myspell-en_CA-KevinAtkinson CC-PD mplus-fonts LDP-1a GPL-3+ OPL GPL-2+ CC-BY-2.5 OFL-1.0 CC-BY-2.0 CC-BY-SA-3.0 CC-BY-SA-4.0 Free-Art-1.3 CC-BY-4.0 FDL-1.2+ GPL-1+ CC-BY-3.0 IPAfont FDL-1.3+ CC-BY-SA-2.0 FDL-1.1+ FDL-1.2 GPL-3 GPL-2 FDL-1.3 CC-BY-SA-2.5 Free-Art-1.2 GPL-1 OFL-1.1 Arphic FDL-1.1 LGPL-2.1+ Artistic GPL-3+ Apache-1.1 CNRI POSTGRESQL OFL-1.1 MirOS W3C GPL-2+ MIT MIT-0 CPAL-1.0 LPPL-1.3c EPL-2.0 Artistic-2 LGPL-3+ EPL-1.0 IBM UoI-NCSA AGPL-3+ AFL-3.0 ECL-2.0 OSL-2.1 GPL-1+ LPL-1.02 Unicode-DFS-2016 LGPL-2 MPL-2.0 LBNLBSD nethack UPL-1.0 IPAfont EUPL-1.2 wxWinLL-3 CDDL Ms-RL LGPL-2.1 Sleepycat Ms-PL BlueOak-1.0.0 Unicode-3.0 ISC LGPL-2+ MPL-1.0 Unlicense GPL-3 GPL-2 BSD-2 BSD LGPL-3 ZPL 0BSD HPND AGPL-3 APSL-2 PSF-2 QPL-1.0 MPL-1.1 GPL-1 Boost-1.0 PHP-3 EUPL-1.1 CPL-1.0 Apache-2.0 ZLIB APL-1.0 PHP-3.01 NPL-1.1 Apache-1.1 CNRI FraunhoferFDK CPAL-1.0 EPL-2.0 EPL-1.0 IBM AFL-3.0 CeCILL-C OSL-2.1 LPL-1.02 Apache-1.0 LPPL-1.2 CDDL Ms-RL CeCILL-B LPPL-1.3a OSL-2.0 Ms-PL OSL-1.1 gcc-runtime-library-exception-3.1 GPL-2-with-font-exception GPL-3+ LGPL-2-with-linking-exception LGPL-2.1+ PYTHON FTL GPL-2+-with-eCos-exception-2 GPL-2+ GPL-2-with-classpath-exception MIT SGI-B-2.0 W3C wxWinLL-3.1 GPL-2-with-MySQL-FLOSS-exception Ruby-BSD Artistic-2 LGPL-3+ UoI-NCSA AGPL-3+ ECL-2.0 WTFPL-2 libgcc vim GPL-1+ metapackage tanuki-community Unicode-DFS-2016 LGPL-2 GPL-2+-with-openssl-exception MPL-2.0 qwt CeCILL-2 UPL-1.0 IJG LGPL-2.1-with-linking-exception OPENLDAP GPL-2+-with-Pyinstaller-Bootloader-exception Nokia-Qt-LGPL-Exception-1.1 LGPL-2.1 PSF-2.4 Sleepycat Unlicense ISC LGPL-2+ libstdc++ GPL-3 GPL-2 BSD-2 BSD Transmission-OpenSSL-exception LGPL-3 FSFAP ZPL GPL-3+-with-openssl-exception GPL-2-with-linking-exception Clear-BSD GPL-3-with-openssl-exception HPND LGPL-3-with-linking-exception public-domain Ruby AGPL-3 Clarified-Artistic PSF-2 GPL-3+-with-font-exception GPL-3+-with-autoconf-exception GPL-1 Boost-1.0 UPX-exception CC0-1.0 Apache-2.0 ZLIB GPL-3-with-font-exception Apache-2.0-with-LLVM-exceptions MPL-1.0 AFL-2.1 BSD-4 openssl gnuplot QPL-1.0 APSL-2 MPL-1.1 Zend-2.0 EUPL-1.1 CPL-1.0 EUPL-1.2 PHP-3.01 Time-Format NCSA-HDF Flashpix ErlPL-1.1 URT rwpng docbook JOVE netcat otter symlinks torque-2.5 alternate tcltk VTK the-Click-license Emacs NCSA-AMD Sendmail-Open-Source CDDL-1.1 DUMB-0.9.3 unicode bufexplorer.vim DES ElementTree PHP-2.02 freetts SSLeay pngcrush Sympow-BSD icu w3m Spencer-99 imagemagick matplotlib FLEX RtMidi repoze openafs-krb5-a NPSL-0.95 BSD-with-disclosure rc Snd JDOM tcp_wrappers_license CAOSL sdlsasteroids curl lsof feh pngnq boehm-gc photopc buddy mpich2 CDDL-Schily Xdebug Time-modules perforce LIBGLOSS XC libtiff BSD-2-with-patent xboing TeX HTML-Tidy Khronos-CLHPP RSA rdisc FVWM LambdaMOO CPL-0.5 AMPAS IDPL TeX-other-free Allegro AIFFWriter.m libpng2 inner-net dom4j flexmock MIT-with-advertising gsm Old-MIT libpng NEWLIB FLTK JasPer2.0 xbatt TextMate-bundle wm2 File-MMagic minpack trio par coldspringharbor iASL sash mm Toyoda UCAR-Unidata xtrs psutils Crypt-IDEA LPPL-1.3 BSD-with-attribution Openwall FastCGI LPPL-1.0 ipadic SMAIL libmng tablelist gd Mini-XML ZSH Sendmail Ispell BEER-WARE Princeton scanlogd BZIP2 tm-align BSD-1 LLGPL-2.1 ngrep regexp-UofT Info-ZIP PCRE freedist Mellanox-AS-IS ipw2200-fw ISSL NVIDIA-r1 bonnie MicroChip-SDCC no-source-code linux-fw-redistributable unRAR intel-ucode ipw2100-fw Atmel shmux bh-luxi LSI-tw_cli Broadcom JSON AVASYS"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /var/bind"
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"
CXXFLAGS="-O2 -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS=" --jobs=8 --load-average=8"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://mirrors.tera-byte.com/pub/gentoo http://gentoo.mirrors.tera-byte.com/ rsync://mirrors.tera-byte.com/gentoo ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ rsync://mirror.csclub.uwaterloo.ca/gentoo-distfiles http://ftp.fi.muni.cz/pub/linux/gentoo/ ftp://ftp.fi.muni.cz/pub/linux/gentoo/ rsync://ftp.fi.muni.cz/pub/linux/gentoo/ http://ftp.agdsn.de/gentoo https://ftp.agdsn.de/gentoo rsync://ftp.agdsn.de/gentoo https://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ rsync://ftp.spline.inf.fu-berlin.de/gentoo-distfiles/ ftp://mirror.netcologne.de/gentoo/ https://mirror.netcologne.de/gentoo/ http://mirror.netcologne.de/gentoo/ rsync://mirror.netcologne.de/gentoo/ https://ftp.lysator.liu.se/gentoo/ http://ftp.lysator.liu.se/gentoo/ ftp://ftp.lysator.liu.se/gentoo/ rsync://ftp.lysator.liu.se/gentoo/ https://mirrors.tnonline.net/gentoo/gentoo-distfiles/ rsync://mirrors.tnonline.net/gentoo-distfiles https://mirror.clarkson.edu/gentoo/ http://mirror.clarkson.edu/gentoo/ rsync://mirror.clarkson.edu/gentoo/ http://www.gtlib.gatech.edu/pub/gentoo rsync://rsync.gtlib.gatech.edu/gentoo https://mirrors.mit.edu/gentoo-distfiles/ http://mirrors.mit.edu/gentoo-distfiles/ rsync://mirrors.mit.edu/gentoo-distfiles/ https://gentoo.osuosl.org/ http://gentoo.osuosl.org/ https://mirrors.rit.edu/gentoo/ http://mirrors.rit.edu/gentoo/ ftp://mirrors.rit.edu/gentoo/ rsync://mirrors.rit.edu/gentoo/ https://mirror.servaxnet.com/gentoo/ http://mirror.servaxnet.com/gentoo/ http://gentoo-mirror.flux.utah.edu/"
LANG="en_US.iso88591"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
LEX="flex"
LINGUAS="en en-GB en-US"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="X a52 aac acl acpi activities alsa amd64 bluetooth branding bzip2 cairo cdda cdr cet crypt cups dbus declarative dri dts dvd dvdr elogind encode exif flac gdbm gif gpm gtk gui iconv icu ipv6 jpeg kde kf6compat kwallet lcms libnotify libtirpc lvm mad mng mp3 mp4 mpeg multilib ncurses networkmanager nls ogg opengl openmp pam pango pcre pdf pipewire plasma png policykit ppds pulseaudio qml qt5 qt6 readline screencast sdl seccomp semantic-desktop sound spell ssl startup-notification svg test-rust tiff truetype udev udisks unicode upower usb vorbis vulkan wayland widgets wxwidgets x264 xattr xcb xft xml xv xvid zlib" ABI_X86="64" ADA_TARGET="gcc_13" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="libinput" KERNEL="linux" L10N="en en-GB en-US" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-2" POSTGRES_TARGETS="postgres16" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby32" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy virgl vmware" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset: ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, MAKEOPTS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
=================================================================
Package Settings
=================================================================
sys-kernel/gentoo-kernel-6.6.67::gentoo was built with the following:
USE="debug experimental strip (-generic-uki) -hardened -initramfs -modules-compress -modules-sign -savedconfig -secureboot -test" ABI_X86="(64)"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg buildpkg-live clean-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox parallel-fetch parallel-install pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
|
|
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54776 Location: 56N 3W
|
Posted: Sun Jan 26, 2025 6:22 pm Post subject: |
|
|
RankkaApina,
/usr/source <> /usr/src
It won't matter as you are using genkernel and it will do therightthing.
Code: | Filesystem Size Used Avail Use% Mounted on
/dev/nvme0n1p3 460G 14G 447G 3% /mnt/gentoo |
That looks good.
The error we need to see is the error that provoked
Even better, install wgetpaste and use it to share /var/tmp/portage/sys-kernel/gentoo-kernel-6.6.67/temp/build.log
That's Code: | wgetpaste /var/tmp/portage/sys-kernel/gentoo-kernel-6.6.67/temp/build.log |
Its quite a big log so you may need to play with the -s and -S options. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
RankkaApina n00b
Joined: 25 Jan 2025 Posts: 9
|
Posted: Sun Jan 26, 2025 8:08 pm Post subject: |
|
|
Thanks for your answers, I actually managed to get past this. I had somehow missed some commands, and when I just went back and redid it, it worked. |
|
Back to top |
|
|
|
|
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
|
|