Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem with install lttng-modules (dev-util/lttng-modules-)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
goranpb
n00b
n00b


Joined: 08 Feb 2019
Posts: 5

PostPosted: Fri Feb 08, 2019 2:22 pm    Post subject: Problem with install lttng-modules (dev-util/lttng-modules-) Reply with quote

Hi,
I try to install lttng-modules with command 'emerge -av lttng-modules'.

Log:
Code:
emerge -av lttng-modules

 * IMPORTANT: 10 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    *] dev-util/lttng-modules-2.10.6:0/2.10::gentoo  0 KiB

Total: 1 package (1 new), Size of downloads: 0 KiB

Would you like to merge these packages? [Yes/No] Yes

>>> Verifying ebuild manifests
>>> Running pre-merge checks for dev-util/lttng-modules-2.10.6
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     4.18.9-gentoo

>>> Emerging (1 of 1) dev-util/lttng-modules-2.10.6::gentoo
 * lttng-modules-2.10.6.tar.bz2 BLAKE2B SHA512 size ;-) ...                                                                                                                                                  [ ok ]
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     4.18.9-gentoo
 * Could not find a usable .config in the kernel source directory.
 * Please ensure that /usr/src/linux points to a configured set of Linux sources.
 * If you are using KBUILD_OUTPUT, please set the environment var so that
 * it points to the necessary object directory so that it might find .config.
 * ERROR: dev-util/lttng-modules-2.10.6::gentoo failed (setup phase):
 *   Kernel not configured; no .config found in /usr/src/linux
 *
 * Call stack:
 *           ebuild.sh, line 124:  Called pkg_setup
 *           ebuild.sh, line 371:  Called linux-mod_pkg_setup
 *    linux-mod.eclass, line 586:  Called linux-info_pkg_setup
 *   linux-info.eclass, line 965:  Called check_extra_config
 *   linux-info.eclass, line 773:  Called require_configured_kernel
 *   linux-info.eclass, line 307:  Called die
 * The specific snippet of code:
 *         die "Kernel not configured; no .config found in ${KV_OUT_DIR}"
 *
 * If you need support, post the output of `emerge --info '=dev-util/lttng-modules-2.10.6::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/lttng-modules-2.10.6::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-util/lttng-modules-2.10.6/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/lttng-modules-2.10.6/temp/die.env'.
 * Working directory: '/var/tmp/portage/dev-util/lttng-modules-2.10.6/homedir'
 * S: '/var/tmp/portage/dev-util/lttng-modules-2.10.6/work/lttng-modules-2.10.6'

>>> Failed to emerge dev-util/lttng-modules-2.10.6, Log file:

>>>  '/var/tmp/portage/dev-util/lttng-modules-2.10.6/temp/build.log'

 * Messages for package dev-util/lttng-modules-2.10.6:

 * Could not find a usable .config in the kernel source directory.
 * Please ensure that /usr/src/linux points to a configured set of Linux sources.
 * If you are using KBUILD_OUTPUT, please set the environment var so that
 * it points to the necessary object directory so that it might find .config.
 * ERROR: dev-util/lttng-modules-2.10.6::gentoo failed (setup phase):
 *   Kernel not configured; no .config found in /usr/src/linux
 *
 * Call stack:
 *           ebuild.sh, line 124:  Called pkg_setup
 *           ebuild.sh, line 371:  Called linux-mod_pkg_setup
 *    linux-mod.eclass, line 586:  Called linux-info_pkg_setup
 *   linux-info.eclass, line 965:  Called check_extra_config
 *   linux-info.eclass, line 773:  Called require_configured_kernel
 *   linux-info.eclass, line 307:  Called die
 * The specific snippet of code:
 *         die "Kernel not configured; no .config found in ${KV_OUT_DIR}"
 *
 * If you need support, post the output of `emerge --info '=dev-util/lttng-modules-2.10.6::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/lttng-modules-2.10.6::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-util/lttng-modules-2.10.6/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/lttng-modules-2.10.6/temp/die.env'.
 * Working directory: '/var/tmp/portage/dev-util/lttng-modules-2.10.6/homedir'
 * S: '/var/tmp/portage/dev-util/lttng-modules-2.10.6/work/lttng-modules-2.10.6'

---------------------------------------
Code:
ls -l /usr/src/linux
lrwxrwxrwx 1 root root 19 Jan  8  2019 /usr/src/linux -> linux-4.18.9-gentoo

---------------------------------------
Code:
ls /usr/src/linux/.config
ls: cannot access '/usr/src/linux/.config': No such file or directory

---------------------------------------
Can you please help me with this issue?
Thanks.

[Moderator edit: added [code] tags to preserve output layout. -Hu]
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30897
Location: here

PostPosted: Fri Feb 08, 2019 2:52 pm    Post subject: Reply with quote

goranpb welcome to gentoo forums

You can post also emerge --info? You have runned emerge --depclean?
Anyway you can rescue your kernel config from /proc/config.gz
Code:
# zcat /proc/config.gz > /usr/src/linux/.config

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
goranpb
n00b
n00b


Joined: 08 Feb 2019
Posts: 5

PostPosted: Fri Feb 08, 2019 4:37 pm    Post subject: Reply with quote

Thanks for answered.
I was write command which you provided 'zcat /proc/config.gz > /usr/src/linux/.config' now .config file exist, but new problem was appeard.
---------------------------------------------------------------------------------------------------------------------------------------
Code:
emerge -av lttng-modules

 * IMPORTANT: 10 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ~] virtual/linux-sources-3-r1::gentoo  USE="-firmware" 0 KiB
[ebuild  N    *] dev-util/lttng-modules-2.10.6:0/2.10::gentoo  0 KiB

Total: 2 packages (2 new), Size of downloads: 0 KiB

Would you like to merge these packages? [Yes/No] Yes

>>> Verifying ebuild manifests
>>> Running pre-merge checks for dev-util/lttng-modules-2.10.6
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /usr/src/linux/
 * Found sources for kernel version:
 *     4.18.9-gentoo

>>> Emerging (1 of 2) virtual/linux-sources-3-r1::gentoo
 * Fetching files in the background.
 * To view fetch progress, run in another terminal:
 * tail -f /var/log/emerge-fetch.log
>>> Unpacking source...
>>> Source unpacked in /var/tmp/portage/virtual/linux-sources-3-r1/work
>>> Preparing source in /var/tmp/portage/virtual/linux-sources-3-r1/work ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/virtual/linux-sources-3-r1/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/virtual/linux-sources-3-r1/work ...
>>> Source compiled.
>>> Test phase [not enabled]: virtual/linux-sources-3-r1

>>> Install linux-sources-3-r1 into /var/tmp/portage/virtual/linux-sources-3-r1/image/ category virtual
>>> Completed installing linux-sources-3-r1 into /var/tmp/portage/virtual/linux-sources-3-r1/image/

 * Final size of build directory: 4 KiB
 * Final size of installed tree:  4 KiB

./
>>> Done.

>>> Installing (1 of 2) virtual/linux-sources-3-r1::gentoo
 * checking 0 files for package collisions
>>> Merging virtual/linux-sources-3-r1 to /
 * QA Notice: mime-info files were found installed but mime-info
 * cache has not been updated:
 *   /usr/share/mime/packages/freedesktop.org.xml
 * Please make sure to call xdg_mimeinfo_database_update()
 * in pkg_postinst() and pkg_postrm() phases of appropriate pkgs.
>>> virtual/linux-sources-3-r1 merged.

>>> Emerging (2 of 2) dev-util/lttng-modules-2.10.6::gentoo
 * lttng-modules-2.10.6.tar.bz2 BLAKE2B SHA512 size ;-) ...                                                                                                                                                  [ ok ]
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /usr/src/linux/
 * Found sources for kernel version:
 *     4.18.9-gentoo
 * Checking for suitable kernel configuration options...
 *   CONFIG_KPROBES:    is not set when it should be.
 *   CONFIG_KRETPROBES:    is not set when it should be.
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.
 * Once you have satisfied these options, please try merging
 * this package again.
 * ERROR: dev-util/lttng-modules-2.10.6::gentoo failed (setup phase):
 *   Incorrect kernel configuration options
 *
 * Call stack:
 *           ebuild.sh, line 124:  Called pkg_setup
 *           ebuild.sh, line 371:  Called linux-mod_pkg_setup
 *    linux-mod.eclass, line 586:  Called linux-info_pkg_setup
 *   linux-info.eclass, line 965:  Called check_extra_config
 *   linux-info.eclass, line 857:  Called die
 * The specific snippet of code:
 *         die "Incorrect kernel configuration options"
 *
 * If you need support, post the output of `emerge --info '=dev-util/lttng-modules-2.10.6::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/lttng-modules-2.10.6::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-util/lttng-modules-2.10.6/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/lttng-modules-2.10.6/temp/die.env'.
 * Working directory: '/var/tmp/portage/dev-util/lttng-modules-2.10.6/homedir'
 * S: '/var/tmp/portage/dev-util/lttng-modules-2.10.6/work/lttng-modules-2.10.6'

>>> Failed to emerge dev-util/lttng-modules-2.10.6, Log file:

>>>  '/var/tmp/portage/dev-util/lttng-modules-2.10.6/temp/build.log'

 * Messages for package dev-util/lttng-modules-2.10.6:

 *   CONFIG_KPROBES:    is not set when it should be.
 *   CONFIG_KRETPROBES:    is not set when it should be.
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.
 * Once you have satisfied these options, please try merging
 * this package again.
 * ERROR: dev-util/lttng-modules-2.10.6::gentoo failed (setup phase):
 *   Incorrect kernel configuration options
 *
 * Call stack:
 *           ebuild.sh, line 124:  Called pkg_setup
 *           ebuild.sh, line 371:  Called linux-mod_pkg_setup
 *    linux-mod.eclass, line 586:  Called linux-info_pkg_setup
 *   linux-info.eclass, line 965:  Called check_extra_config
 *   linux-info.eclass, line 857:  Called die
 * The specific snippet of code:
 *         die "Incorrect kernel configuration options"
 *
 * If you need support, post the output of `emerge --info '=dev-util/lttng-modules-2.10.6::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/lttng-modules-2.10.6::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-util/lttng-modules-2.10.6/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/lttng-modules-2.10.6/temp/die.env'.
 * Working directory: '/var/tmp/portage/dev-util/lttng-modules-2.10.6/homedir'
 * S: '/var/tmp/portage/dev-util/lttng-modules-2.10.6/work/lttng-modules-2.10.6'

 * GNU info directory index is up-to-date.

 * IMPORTANT: 10 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


-----------------------------------------------------------------------------------------------------------------------------

emerge --info
Code:
Portage 2.3.49 (python 3.6.5-final-0, default/linux/arm64/17.0, gcc-7.3.0, glibc-2.26-r7, 4.4.36 aarch64)
=================================================================
System uname: Linux-4.4.36-aarch64-with-gentoo-2.4.1
KiB Mem:     3896132 total,    125188 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Fri, 21 Sep 2018 07:00:01 +0000
Head commit of repository gentoo: f88265d36a452adba5c72f5e6a5b0959f4e36bca
sh bash 4.4_p12
ld GNU ld (Gentoo 2.30 p2) 2.30.0
app-shells/bash:          4.4_p12::gentoo
dev-lang/perl:            5.24.3-r1::gentoo
dev-lang/python:          2.7.15::gentoo, 3.6.5::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1-r2::gentoo
sys-apps/openrc:          0.34.11::gentoo
sys-apps/sandbox:         2.13::gentoo
sys-devel/autoconf:       2.69-r4::gentoo
sys-devel/automake:       1.15.1-r2::gentoo
sys-devel/binutils:       2.30-r2::gentoo
sys-devel/gcc:            7.3.0-r3::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r3::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers)
sys-libs/glibc:           2.26-r7::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-metamanifest: no
    sync-rsync-verify-max-age: 24
    sync-rsync-extra-opts:

ACCEPT_KEYWORDS="arm64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="aarch64-unknown-linux-gnu"
CFLAGS="-O2 -pipe -mtune=cortex-a57.cortex-a53"
CHOST="aarch64-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2"
GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo rsync://mirror.eu.oneandone.net/gentoo/"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j6"
PKGDIR="/usr/portage/packages"
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"
USE="acl arm64 berkdb bzip2 cli crypt cxx dri fortran gdbm iconv ipv6 libtirpc modules multilib ncurses nls nptl openmp pam pcre readline seccomp ssl tcpd unicode xattr zlib" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon plan sheets stage words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_ARM="edsp neon thumb thumb2 v4 v5 v6 v7 v8 vfp vfp-d32 vfpv3 vfpv4" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-0" POSTGRES_TARGETS="postgres9_5 postgres10" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby21 ruby23" USERLAND="GNU" VIDEO_CARDS="fbdev dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

--------------------------------------------------------------------------------------------------------------------------------------------------------------

emerge --depclean

Code:
 * Always study the list of packages to be cleaned for any obvious
 * mistakes. Packages that are part of the world set will always
 * be kept.  They can be manually added to this set with
 * `emerge --noreplace <atom>`.  Packages that are listed in
 * package.provided (see portage(5)) will be removed by
 * depclean, even if they are part of the world set.
 *
 * As a safety measure, depclean will not remove any packages
 * unless *all* required dependencies have been resolved.  As a
 * consequence of this, it often becomes necessary to run
 * `emerge --update --newuse --deep @world` prior to depclean.

Calculating dependencies... done!
>>> Calculating removal order...

 virtual/linux-sources
    selected: 3-r1
   protected: none
     omitted: none

All selected packages: =virtual/linux-sources-3-r1

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

>>> Waiting 5 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in: 5 4 3 2 1
>>> Unmerging (1 of 1) virtual/linux-sources-3-r1...
Packages installed:   207
Packages in world:    2
Packages in system:   43
Required packages:    207
Number removed:       1

 * GNU info directory index is up-to-date.

 * IMPORTANT: 10 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


[Moderator edit: added [code] tags to preserve output layout. -Hu]
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Fri Feb 08, 2019 4:53 pm    Post subject: Reply with quote

Code:
* CONFIG_KPROBES:   is not set when it should be.
* CONFIG_KRETPROBES:   is not set when it should be.
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.
* Once you have satisfied these options, please try merging
* this package again.
* ERROR: dev-util/lttng-modules-2.10.6::gentoo failed (setup phase):
* Incorrect kernel configuration options


Is there a reason you are not believing what portage is telling you?
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
goranpb
n00b
n00b


Joined: 08 Feb 2019
Posts: 5

PostPosted: Mon Feb 11, 2019 2:55 pm    Post subject: Reply with quote

ok, I see.
This is strange because I successful emerge 'lttng-ust' and 'lttng-tools' packages.
Do I now need to change config file or do something else to succeed emerge 'lttng-modules' package?
Thanks in advance.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30897
Location: here

PostPosted: Mon Feb 11, 2019 4:29 pm    Post subject: Reply with quote

goranpb wrote:
ok, I see.
This is strange because I successful emerge 'lttng-ust' and 'lttng-tools' packages.
Do I now need to change config file or do something else to succeed emerge 'lttng-modules' package?
Thanks in advance.

You should activate config and rebuild kernel
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
goranpb
n00b
n00b


Joined: 08 Feb 2019
Posts: 5

PostPosted: Wed Feb 20, 2019 2:13 pm    Post subject: Reply with quote

I was rebuild kernel with config file, and got this error log:


Code:
make[3]: *** [scripts/Makefile.build:323: /var/tmp/portage/dev-util/lttng-modules-2.10.6/work/lttng-modules-2.10.6/probes/lttng-probe-asoc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [scripts/Makefile.build:558: /var/tmp/portage/dev-util/lttng-modules-2.10.6/work/lttng-modules-2.10.6/probes] Error 2
make[1]: *** [Makefile:1504: _module_/var/tmp/portage/dev-util/lttng-modules-2.10.6/work/lttng-modules-2.10.6] Error 2
make[1]: Leaving directory '/usr/src/linux-4.18.9-gentoo'
make: *** [Makefile:111: modules] Error 2
 * ERROR: dev-util/lttng-modules-2.10.6::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=dev-util/lttng-modules-2.10.6::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/lttng-modules-2.10.6::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-util/lttng-modules-2.10.6/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/lttng-modules-2.10.6/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-util/lttng-modules-2.10.6/work/lttng-modules-2.10.6'
 * S: '/var/tmp/portage/dev-util/lttng-modules-2.10.6/work/lttng-modules-2.10.6'

>>> Failed to emerge dev-util/lttng-modules-2.10.6, Log file:

>>>  '/var/tmp/portage/dev-util/lttng-modules-2.10.6/temp/build.log'

 * Messages for package dev-util/lttng-modules-2.10.6:

 * ERROR: dev-util/lttng-modules-2.10.6::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=dev-util/lttng-modules-2.10.6::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/lttng-modules-2.10.6::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-util/lttng-modules-2.10.6/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/lttng-modules-2.10.6/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-util/lttng-modules-2.10.6/work/lttng-modules-2.10.6'
 * S: '/var/tmp/portage/dev-util/lttng-modules-2.10.6/work/lttng-modules-2.10.6'


Can you please tell me what I need to do to fix the problem?
Thanks.

[Moderator edit: added [code] tags to preserve output layout. -Hu]
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30897
Location: here

PostPosted: Wed Feb 20, 2019 2:54 pm    Post subject: Reply with quote

You should post full build.log with wgetpaste
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
goranpb
n00b
n00b


Joined: 08 Feb 2019
Posts: 5

PostPosted: Wed Feb 20, 2019 3:13 pm    Post subject: Reply with quote

Here a build.log ( https://paste.pound-python.org/show/htr5S8KgJJlbDtinmP6U/ )
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30897
Location: here

PostPosted: Wed Feb 20, 2019 7:35 pm    Post subject: Reply with quote

Try to open a new bug maybe is related to aarch64, anyway there is problem also with amd64
_________________
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 Installing Gentoo 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