Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
glibc error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
manu_leo
Guru
Guru


Joined: 20 Jan 2014
Posts: 513
Location: India

PostPosted: Tue Oct 16, 2018 5:45 am    Post subject: glibc error Reply with quote

Hi Everyone, I am trying to get over this situation and not able to do so . While installing nfs-utils or any other packages, getting GLIBC error -

Code:
emerge nfs-utils
setlocale: unsupported locale setting
setlocale: unsupported locale setting

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


 * IMPORTANT: 2 config files in '/etc/portage' need updating.
 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.
Calculating dependencies... done!
[ebuild  N     ] net-libs/rpcsvc-proto-1.3.1-r1
[ebuild     U  ] net-fs/nfs-utils-2.3.1-r3 [1.3.4-r1] USE="-ldap%"
[uninstall     ] net-libs/libnfsidmap-0.24
[blocks b      ] net-libs/libnfsidmap ("net-libs/libnfsidmap" is blocking net-fs/nfs-utils-2.3.1-r3)
[blocks B      ] <sys-libs/glibc-2.26 ("<sys-libs/glibc-2.26" is blocking net-libs/rpcsvc-proto-1.3.1-r1)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (net-libs/rpcsvc-proto-1.3.1-r1:0/0::gentoo, ebuild scheduled for merge) pulled in by
    net-libs/rpcsvc-proto required by (net-fs/nfs-utils-2.3.1-r3:0/0::gentoo, ebuild scheduled for merge)

  (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
    sys-libs/glibc:2.2 required by (virtual/libc-1:0/0::gentoo, installed)
    >=sys-libs/glibc-2.17 required by (dev-lang/ghc-8.0.2:0/8.0.2::gentoo, installed)
    >=sys-libs/glibc-2.8 required by (sys-devel/gcc-4.9.4:4.9.4/4.9.4::gentoo, installed)
    >=sys-libs/glibc-2.7 required by (sys-apps/iproute2-4.4.0:0/0::gentoo, installed)
    >=sys-libs/glibc-2.13 required by (sys-devel/gcc-6.4.0:6.4.0/6.4.0::gentoo, installed)
    <sys-libs/glibc-2.26 required by (net-libs/libnsl-0:0/1::gentoo, installed)


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages


!!! The following installed packages are masked:
- sys-devel/gcc-4.9.4::gentoo (masked by: package.mask)
/usr/portage/profiles/releases/17.0/package.mask:
# Andreas K. Huettel <dilfridge@gentoo.org> (27 May 2017)
# In the 17.0 profiles we assume that our system compiler uses C++14
# or later as default language setting. This means it has to be at
# least GCC 6. If you need an older compiler for specific purposes,
# feel free to unmask it, however, using it for normal emerging of
# packages is neither recommended nor supported in any way.

- sys-libs/glibc-2.25-r9::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (21 May 2017 and later updates)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
# If you still use one of these old toolchain packages, please upgrade (and
# switch the compiler / the binutils) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.

- net-libs/libnsl-0::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Andreas K. Hüttel <dilfridge@gentoo.org> (11 Sep 2018)
# Mask transition ebuilds that were needed only for <glibc-2.26
# We will keep them in the tree as long as we have masked
# <glibc-2.26.

- sys-devel/binutils-2.29.1-r1::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.



Code:
uname -a
Linux xxxx.co 4.12.12-gentoo #3 SMP Wed May 9 23:37:33 IST 2018 x86_64 Intel(R) Xeon(R) CPU E5-2697A v4 @ 2.60GHz GenuineIntel GNU/Linux


I know if I uninstall glibc, its going to completely mess the system.

Please help me on how to get this fixed and how to overcome this.

Appreciate all your help in advance.

[Moderator edit: changed [quote] tags to [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: 30894
Location: here

PostPosted: Tue Oct 16, 2018 5:53 am    Post subject: Reply with quote

Update net-libs/libnsl to latest stable 1.2.0 and then you are able to update glibc and install nfs-utils .
You installed net-libs/libnsl-0:0/1 that is masked
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
manu_leo
Guru
Guru


Joined: 20 Jan 2014
Posts: 513
Location: India

PostPosted: Tue Oct 16, 2018 6:25 am    Post subject: Reply with quote

Thanks for your time, however I am still getting glibc error as below -

Code:
emerge --ask libnsl
setlocale: unsupported locale setting
--- Invalid atom in /etc/portage/package.unmask: sys-devel/gcc-4.9.4
setlocale: unsupported locale setting

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


 * IMPORTANT: 2 config files in '/etc/portage' need updating.
 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.

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

Calculating dependencies... done!
[ebuild     U  ] net-libs/libnsl-1.2.0 [0] ABI_X86="(64%*) -32% (-x32)"
[blocks B      ] <sys-libs/glibc-2.26 ("<sys-libs/glibc-2.26" is blocking net-libs/libnsl-1.2.0)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
    >=sys-libs/glibc-2.17 required by (dev-lang/ghc-8.0.2:0/8.0.2::gentoo, installed)
    sys-libs/glibc:2.2 required by (virtual/libc-1:0/0::gentoo, installed)
    >=sys-libs/glibc-2.13 required by (sys-devel/gcc-6.4.0:6.4.0/6.4.0::gentoo, installed)
    >=sys-libs/glibc-2.7 required by (sys-apps/iproute2-4.4.0:0/0::gentoo, installed)
    >=sys-libs/glibc-2.8 required by (sys-devel/gcc-4.9.4:4.9.4/4.9.4::gentoo, installed)

  (net-libs/libnsl-1.2.0:0/2::gentoo, ebuild scheduled for merge) pulled in by
    net-libs/libnsl:0= required by (app-text/opensp-1.5.2-r3:0/0::gentoo, installed)
    libnsl


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages


!!! The following installed packages are masked:
- sys-devel/gcc-4.9.4::gentoo (masked by: package.mask)
/usr/portage/profiles/releases/17.0/package.mask:
# Andreas K. Huettel <dilfridge@gentoo.org> (27 May 2017)
# In the 17.0 profiles we assume that our system compiler uses C++14
# or later as default language setting. This means it has to be at
# least GCC 6. If you need an older compiler for specific purposes,
# feel free to unmask it, however, using it for normal emerging of
# packages is neither recommended nor supported in any way.

- sys-libs/glibc-2.25-r9::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (21 May 2017 and later updates)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
# If you still use one of these old toolchain packages, please upgrade (and
# switch the compiler / the binutils) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.

- sys-devel/binutils-2.29.1-r1::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.



Any suggestions how to get over this. Thanks again.

[Moderator edit: changed [quote] tags to [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: 30894
Location: here

PostPosted: Tue Oct 16, 2018 6:28 am    Post subject: Reply with quote

What return command
Code:
# emerge -u glibc net-libs/libnsl

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


Joined: 20 Jan 2014
Posts: 513
Location: India

PostPosted: Tue Oct 16, 2018 7:50 am    Post subject: Reply with quote

This worked, thanks a ton for all your help.

However I am now getting into another issue - not sure if it is bacause of Glibc upgrade. I was able to install rpcbind and nfs-utils , however when I try to start the service for the same, it says no such file or directory .

Code:
# equery list rpcbind
 * Searching for rpcbind ...
[IP-] [  ] net-nds/rpcbind-0.2.4-r3:0

# equery list nfs-utils
 * Searching for nfs-utils ...
[IP-] [  ] net-fs/nfs-utils-2.3.1-r3:0

# /etc/init.d/rpcbind restart
-bash: /etc/init.d/rpcbind: No such file or directory

# /etc/init.d/nfs restart
-bash: /etc/init.d/nfs: No such file or directory


Have not seen this behaviour before, is there something which needs to be done after glibc upgrade or something else.

Thanks again.

[Moderator edit: changed [quote] tags to [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: 30894
Location: here

PostPosted: Tue Oct 16, 2018 8:00 am    Post subject: Reply with quote

What return
Code:
# equery f rpcbind 

and
Code:
# equery f nfs-utils 

You use SystemD or OpenRC?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
manu_leo
Guru
Guru


Joined: 20 Jan 2014
Posts: 513
Location: India

PostPosted: Tue Oct 16, 2018 8:02 am    Post subject: Reply with quote

THis is what I see -

I am using OpenRC.


Code:
~ #  equery f rpcbind
 * Searching for rpcbind ...
 * Contents of net-nds/rpcbind-0.2.4-r3:
/etc
/etc/conf.d
/etc/conf.d/rpcbind
/etc/init.d
/etc/init.d/rpcbind
/sbin
/sbin/rpcbind
/sbin/rpcinfo
/usr
/usr/share
/usr/share/doc
/usr/share/doc/rpcbind-0.2.4-r3
/usr/share/doc/rpcbind-0.2.4-r3/AUTHORS
/usr/share/doc/rpcbind-0.2.4-r3/ChangeLog.bz2
/usr/share/doc/rpcbind-0.2.4-r3/NEWS
/usr/share/doc/rpcbind-0.2.4-r3/README
/usr/share/man
/usr/share/man/man8
/usr/share/man/man8/rpcbind.8.bz2
/usr/share/man/man8/rpcinfo.8.bz2



Code:
~ # equery f nfs-utils
 * Searching for nfs-utils ...
 * Contents of net-fs/nfs-utils-2.3.1-r3:
/etc
/etc/conf.d
/etc/conf.d/nfs
/etc/conf.d/nfsclient
/etc/exports
/etc/exports.d
/etc/exports.d/.keep_net-fs_nfs-utils-0
/etc/init.d
/etc/init.d/nfs
/etc/init.d/nfsclient
/etc/init.d/nfsmount
/etc/init.d/rpc.idmapd
/etc/init.d/rpc.pipefs
/etc/init.d/rpc.statd
/etc/request-key.d
/etc/request-key.d/id_resolver.conf
/lib
/lib/systemd
/lib/systemd/system
/lib/systemd/system/nfs-client.target
/lib/systemd/system/nfs-idmapd.service
/lib/systemd/system/nfs-mountd.service
/lib/systemd/system/nfs-server.service
/lib/systemd/system/nfs-utils.service
/lib/systemd/system/proc-fs-nfsd.mount
/lib/systemd/system/rpc-statd-notify.service
/lib/systemd/system/rpc-statd.service
/lib/systemd/system/rpc_pipefs.target
/lib/systemd/system/var-lib-nfs-rpc_pipefs.mount
/sbin
/sbin/mount.nfs
/sbin/mount.nfs4 -> mount.nfs
/sbin/osd_login
/sbin/rpc.statd
/sbin/umount.nfs -> mount.nfs
/sbin/umount.nfs4 -> mount.nfs
/usr
/usr/include
/usr/include/nfsidmap.h
/usr/include/nfsidmap_plugin.h
/usr/lib
/usr/lib/systemd
/usr/lib/systemd/system-generators
/usr/lib/systemd/system-generators/nfs-server-generator
/usr/lib/systemd/system-generators/rpc-pipefs-generator
/usr/lib64
/usr/lib64/libnfsidmap
/usr/lib64/libnfsidmap.a
/usr/lib64/libnfsidmap.la
/usr/lib64/libnfsidmap.so -> libnfsidmap.so.1.0.0
/usr/lib64/libnfsidmap.so.1 -> libnfsidmap.so.1.0.0
/usr/lib64/libnfsidmap.so.1.0.0
/usr/lib64/libnfsidmap/nsswitch.a
/usr/lib64/libnfsidmap/nsswitch.la
/usr/lib64/libnfsidmap/nsswitch.so
/usr/lib64/libnfsidmap/static.a
/usr/lib64/libnfsidmap/static.la
/usr/lib64/libnfsidmap/static.so
/usr/lib64/nfs
/usr/lib64/nfs/.keep_net-fs_nfs-utils-0
/usr/lib64/nfs/etab
/usr/lib64/nfs/rmtab
/usr/lib64/nfs/sm
/usr/lib64/nfs/sm.bak
/usr/lib64/nfs/sm.bak/.keep_net-fs_nfs-utils-0
/usr/lib64/nfs/sm/.keep_net-fs_nfs-utils-0
/usr/lib64/nfs/state
/usr/lib64/pkgconfig
/usr/lib64/pkgconfig/libnfsidmap.pc
/usr/sbin
/usr/sbin/exportfs
/usr/sbin/mountstats
/usr/sbin/nfsidmap
/usr/sbin/nfsiostat
/usr/sbin/nfsstat
/usr/sbin/rpc.idmapd
/usr/sbin/rpc.mountd
/usr/sbin/rpc.nfsd
/usr/sbin/rpcdebug
/usr/sbin/showmount
/usr/sbin/sm-notify
/usr/sbin/start-statd
/usr/share
/usr/share/doc
/usr/share/doc/nfs-utils-2.3.1-r3
/usr/share/doc/nfs-utils-2.3.1-r3/NEWS.bz2
/usr/share/doc/nfs-utils-2.3.1-r3/README.bz2
/usr/share/doc/nfs-utils-2.3.1-r3/linux-nfs
/usr/share/doc/nfs-utils-2.3.1-r3/linux-nfs/ChangeLog.bz2
/usr/share/doc/nfs-utils-2.3.1-r3/linux-nfs/INSTALL.bz2
/usr/share/doc/nfs-utils-2.3.1-r3/linux-nfs/KNOWNBUGS.bz2
/usr/share/doc/nfs-utils-2.3.1-r3/linux-nfs/NEW.bz2
/usr/share/doc/nfs-utils-2.3.1-r3/linux-nfs/README.bz2
/usr/share/doc/nfs-utils-2.3.1-r3/linux-nfs/THANKS.bz2
/usr/share/doc/nfs-utils-2.3.1-r3/linux-nfs/TODO.bz2
/usr/share/man
/usr/share/man/man3
/usr/share/man/man3/nfs4_uid_to_name.3.bz2
/usr/share/man/man5
/usr/share/man/man5/exports.5.bz2
/usr/share/man/man5/idmapd.conf.5.bz2
/usr/share/man/man5/nfs.5.bz2
/usr/share/man/man5/nfs.conf.5.bz2
/usr/share/man/man5/nfsmount.conf.5.bz2
/usr/share/man/man7
/usr/share/man/man7/nfs.systemd.7.bz2
/usr/share/man/man7/nfsd.7.bz2
/usr/share/man/man8
/usr/share/man/man8/exportfs.8.bz2
/usr/share/man/man8/idmapd.8.bz2
/usr/share/man/man8/mount.nfs.8.bz2
/usr/share/man/man8/mountd.8.bz2
/usr/share/man/man8/mountstats.8.bz2
/usr/share/man/man8/nfsd.8.bz2
/usr/share/man/man8/nfsidmap.8.bz2
/usr/share/man/man8/nfsiostat.8.bz2
/usr/share/man/man8/nfsstat.8.bz2
/usr/share/man/man8/rpc.idmapd.8.bz2 -> idmapd.8.bz2
/usr/share/man/man8/rpc.mountd.8.bz2 -> mountd.8.bz2
/usr/share/man/man8/rpc.nfsd.8.bz2 -> nfsd.8.bz2
/usr/share/man/man8/rpc.sm-notify.8.bz2 -> sm-notify.8.bz2
/usr/share/man/man8/rpc.statd.8.bz2 -> statd.8.bz2
/usr/share/man/man8/rpcdebug.8.bz2
/usr/share/man/man8/showmount.8.bz2
/usr/share/man/man8/sm-notify.8.bz2
/usr/share/man/man8/statd.8.bz2
/usr/share/man/man8/umount.nfs.8.bz2
/var
/var/lib
/var/lib/nfs
/var/lib/nfs/.keep_net-fs_nfs-utils-0
/var/lib/nfs/v4recovery
/var/lib/nfs/v4recovery/.keep_net-fs_nfs-utils-0


[Moderator edit: changed [quote] tags to [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: 30894
Location: here

PostPosted: Tue Oct 16, 2018 8:08 am    Post subject: Reply with quote

The files seems installed, what return
Code:
$ ls -l /etc/init.d/{rpcbind,nfs}

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


Joined: 20 Jan 2014
Posts: 513
Location: India

PostPosted: Tue Oct 16, 2018 8:27 am    Post subject: Reply with quote

Here is what I get -

Code:
# ls -l /etc/init.d/{rpcbind,nfs}
ls: cannot access '/etc/init.d/rpcbind': No such file or directory
ls: cannot access '/etc/init.d/nfs': No such file or directory


[Moderator edit: changed [quote] tags to [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: 30894
Location: here

PostPosted: Tue Oct 16, 2018 8:40 am    Post subject: Reply with quote

This is strange, post ls -l /etc/init.d output?
Try to recompile rpcbind and nfs-utils, emerge -1 rpcbind nfs-utils
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
manu_leo
Guru
Guru


Joined: 20 Jan 2014
Posts: 513
Location: India

PostPosted: Tue Oct 16, 2018 9:00 am    Post subject: Reply with quote

Here is what is under /etc/init.d -

Code:
/etc/init.d # ls -lth
total 260K
-rwxr-xr-x 1 root root 1.4K Jun 28 19:12 ptpd2
lrwxrwxrwx 1 root root    6 Nov 28  2017 net.enp4s0 -> net.lo
-rwxr-xr-x 1 root root  720 Nov 27  2017 ntp-client
-rwxr-xr-x 1 root root  489 Nov 27  2017 ntpd
-rwxr-xr-x 1 root root  484 Nov 27  2017 sntp
-rwxr-xr-x 1 root root  680 Nov 26  2017 snmpd
-rwxr-xr-x 1 root root  338 Nov 26  2017 snmptrapd
-rwxr-xr-x 1 root root  603 Nov 26  2017 fancontrol
-rwxr-xr-x 1 root root  334 Nov 26  2017 lm_sensors
-rwxr-xr-x 1 root root  607 Nov 26  2017 zabbix-agentd
-rwxr-xr-x 1 root root  239 Nov 26  2017 vixie-cron
-rwxr-xr-x 1 root root 2.1K Nov 25  2017 sshd
-rwxr-xr-x 1 root root  247 Nov 25  2017 rsyncd
lrwxrwxrwx 1 root root   25 Nov 25  2017 functions.sh -> /lib64/rc/sh/functions.sh
-rwxr-xr-x 1 root root 1.1K Nov 25  2017 agetty
-rwxr-xr-x 1 root root  806 Nov 25  2017 binfmt
-rwxr-xr-x 1 root root 5.8K Nov 25  2017 bootmisc
-rwxr-xr-x 1 root root 1.9K Nov 25  2017 consolefont
-rwxr-xr-x 1 root root 3.5K Nov 25  2017 devfs
-rwxr-xr-x 1 root root  747 Nov 25  2017 dmesg
-rwxr-xr-x 1 root root 3.1K Nov 25  2017 fsck
-rwxr-xr-x 1 root root 1.2K Nov 25  2017 hostname
-rwxr-xr-x 1 root root 3.3K Nov 25  2017 hwclock
-rwxr-xr-x 1 root root 2.2K Nov 25  2017 keymaps
-rwxr-xr-x 1 root root  798 Nov 25  2017 killprocs
-rwxr-xr-x 1 root root 2.6K Nov 25  2017 local
-rwxr-xr-x 1 root root 3.6K Nov 25  2017 localmount
-rwxr-xr-x 1 root root 1013 Nov 25  2017 loopback
-rwxr-xr-x 1 root root 2.2K Nov 25  2017 modules
-rwxr-xr-x 1 root root 1.7K Nov 25  2017 modules-load
-rwxr-xr-x 1 root root 1.6K Nov 25  2017 mount-ro
-rwxr-xr-x 1 root root 1.5K Nov 25  2017 mtab
-rwxr-xr-x 1 root root 2.1K Nov 25  2017 netmount
-rwxr-xr-x 1 root root 2.0K Nov 25  2017 net-online
-rwxr-xr-x 1 root root 1.2K Nov 25  2017 numlock
-rwxr-xr-x 1 root root  642 Nov 25  2017 osclock
-rwxr-xr-x 1 root root 1.3K Nov 25  2017 procfs
-rwxr-xr-x 1 root root 1.4K Nov 25  2017 root
-rwxr-xr-x 1 root root 1.1K Nov 25  2017 runsvdir
-rwxr-xr-x 1 root root 1.1K Nov 25  2017 s6-svscan
-rwxr-xr-x 1 root root 1.9K Nov 25  2017 savecache
-rwxr-xr-x 1 root root 1.1K Nov 25  2017 swap
-rwxr-xr-x 1 root root  960 Nov 25  2017 swclock
-rwxr-xr-x 1 root root 1.4K Nov 25  2017 sysctl
-rwxr-xr-x 1 root root 5.7K Nov 25  2017 sysfs
-rwxr-xr-x 1 root root 1.5K Nov 25  2017 termencoding
-rwxr-xr-x 1 root root 1.4K Nov 25  2017 urandom
-rwxr-xr-x 1 root root  595 Nov 25  2017 pydoc-3.4
-rwxr-xr-x 1 root root  595 Nov 25  2017 pydoc-2.7
-rwxr-xr-x 1 root root  500 Nov 25  2017 kmod-static-nodes
-rwxr-xr-x 1 root root 2.8K Nov 25  2017 ip6tables
-rwxr-xr-x 1 root root 2.8K Nov 25  2017 iptables
-rwxr-xr-x 1 root root  19K Nov 25  2017 net.lo
-rwxr-xr-x 1 root root 2.2K Nov 25  2017 udev
-rwxr-xr-x 1 root root  368 Nov 25  2017 udev-settle
-rwxr-xr-x 1 root root 2.6K Nov 25  2017 udev-trigger
-rwxr-xr-x 1 root root  382 Nov 25  2017 opentmpfiles-dev
-rwxr-xr-x 1 root root  353 Nov 25  2017 opentmpfiles-setup
-rwxr-xr-x 1 root root  259 Nov 25  2017 busybox-ntpd
-rwxr-xr-x 1 root root  219 Nov 25  2017 busybox-watchdog
lrwxrwxrwx 1 root root    6 Nov 25  2017 net.eno1 -> net.lo
-rwxr-xr-x 1 root root 1.8K Nov 25  2017 pciparm



Tried recompiling , but no go.

Thanks

[Moderator edit: changed [quote] tags to [code] tags to preserve output layout. -Hu]
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4549
Location: Germany

PostPosted: Tue Oct 16, 2018 9:02 am    Post subject: Reply with quote

Or is INSTALL_MASK set? (emerge --info should tell this)
Back to top
View user's profile Send private message
manu_leo
Guru
Guru


Joined: 20 Jan 2014
Posts: 513
Location: India

PostPosted: Tue Oct 16, 2018 4:49 pm    Post subject: Reply with quote

Sorry, what next I need to do ?

Thanks again.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30894
Location: here

PostPosted: Tue Oct 16, 2018 4:56 pm    Post subject: Reply with quote

manu_leo wrote:
Sorry, what next I need to do ?

As Josef.95 say post your emerge --info
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
manu_leo
Guru
Guru


Joined: 20 Jan 2014
Posts: 513
Location: India

PostPosted: Tue Oct 16, 2018 5:24 pm    Post subject: Reply with quote

Here is what I have for emerge --info -

Code:

# emerge --info
Portage 2.3.13 (python 2.7.14-final-0, default/linux/amd64/17.0, gcc-6.4.0, glibc-2.28, 4.12.12-gentoo x86_64)
=================================================================
System uname: Linux-4.12.12-gentoo-x86_64-Intel-R-_Xeon-R-_CPU_E5-2697A_v4_@_2.60GHz-with-gentoo-2.4.1
KiB Mem:    65749000 total,  65045260 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Tue, 16 Oct 2018 00:45:02 +0000
Head commit of repository gentoo: 638397d620a9e3c65d56c5f258a36b1e8b12bf42
sh bash 4.3_p48-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p48-r1::gentoo
dev-lang/perl:            5.24.3::gentoo
dev-lang/python:          2.7.14::gentoo, 3.4.5::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1-r2::gentoo
sys-apps/openrc:          0.34.9::gentoo
sys-apps/sandbox:         2.10-r4::gentoo
sys-devel/autoconf:       2.69::gentoo
sys-devel/automake:       1.14.1::gentoo, 1.15.1-r1::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo, 2.29.1-r1::gentoo, 2.30-r4::gentoo
sys-devel/gcc:            4.9.3::gentoo, 4.9.4::gentoo, 6.4.0::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r3::gentoo
sys-devel/make:           4.2.1::gentoo
sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers)
sys-libs/glibc:           2.28::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts:

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs 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 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j32"
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 amd64 berkdb bindist bzip2 cli crypt cxx dri fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp ssl tcpd unicode xattr zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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_X86="mmx sse sse2" 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-1" POSTGRES_TARGETS="postgres9_5 postgres10" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby23" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa 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, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


[Moderator edit: changed [quote] tags to [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: 30894
Location: here

PostPosted: Tue Oct 16, 2018 5:33 pm    Post subject: Reply with quote

I'm not idea why system not install init.d files, but I see that you installed glibc-2.28 but latest stable is 2.26-r7 and your system isn't all updated.
What return command
Code:
# emerge -uUDp --with-bdeps y @world

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


Joined: 20 Jan 2014
Posts: 513
Location: India

PostPosted: Tue Oct 16, 2018 5:52 pm    Post subject: Reply with quote

Here it is -

Code:
emerge -uUDp --with-bdeps y @world

 * IMPORTANT: 2 config files in '/etc/portage' need updating.
 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.

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

Calculating dependencies... done!
[ebuild     U  ] sys-apps/debianutils-4.8.3 [4.7]
[ebuild  N     ] app-crypt/openpgp-keys-gentoo-release-20180706  USE="{-test}"
[ebuild     U  ] app-text/sgml-common-0.6.3-r6 [0.6.3-r5]
[ebuild     U  ] sys-devel/autoconf-wrapper-13-r1 [13]
[ebuild     U  ] dev-util/gperf-3.1 [3.0.4]
[ebuild   R   ~] net-misc/linuxptp-1.8  KERNEL="(linux%*)"
[ebuild     U  ] sys-libs/timezone-data-2018e [2017a]
[ebuild     U  ] sys-devel/binutils-config-5-r4 [5-r3]
[ebuild     U  ] app-arch/unzip-6.0_p21-r2 [6.0_p20]
[ebuild     U  ] app-benchmarks/i7z-93_p20131012-r2 [93_p20131012-r1]
[ebuild     U  ] dev-libs/cdk-5.0.20160131 [5.0.20141106]
[ebuild     U  ] sys-devel/patch-2.7.6-r2 [2.7.5]
[ebuild   R    ] app-arch/xz-utils-5.2.3  USE="extra-filters%*"
[ebuild     U  ] sys-libs/zlib-1.2.11-r2 [1.2.11-r1]
[ebuild     U  ] sys-apps/coreutils-8.29-r1 [8.28-r1] USE="split-usr%*"
[ebuild   R    ] sys-libs/cracklib-2.9.6-r1  PYTHON_TARGETS="python3_6* -python3_4*"
[ebuild     U  ] sys-apps/file-5.33-r4 [5.32] PYTHON_TARGETS="python3_6* -python3_4* (-python3_7)"
[ebuild     U  ] dev-libs/gmp-6.1.2 [6.1.0]
[ebuild     U  ] dev-libs/mpfr-3.1.6 [3.1.3_p4]
[ebuild     U  ] dev-libs/mpc-1.0.3 [1.0.2-r1]
[ebuild     U  ] sys-auth/pambase-20150213-r1 [20150213] USE="-elogind%"
[ebuild     U  ] virtual/dev-manager-0-r1 [0]
[ebuild     U  ] sys-apps/man-pages-4.16 [4.09]
[ebuild     U  ] app-eselect/eselect-python-20171204 [20160516]
[ebuild     U  ] virtual/editor-0-r1 [0]
[ebuild  r  U  ] sys-libs/readline-7.0_p3 [6.3_p8-r3]
[ebuild     U  ] sys-apps/kmod-24 [23] PYTHON_TARGETS="python3_6%* -python3_4*"
[ebuild     U  ] sys-apps/hwids-20171003 [20170328]
[ebuild     U  ] net-misc/rsync-3.1.3 [3.1.2-r1]
[ebuild     U  ] dev-libs/libpipeline-1.4.2 [1.4.0]
[ebuild     U  ] sys-apps/kbd-2.0.4 [2.0.3]
[ebuild     U  ] sys-process/procps-3.3.15-r1 [3.3.12] USE="-elogind%"
[ebuild     UD ] net-analyzer/zabbix-2.2.16 [3.2.6]
[ebuild     U  ] dev-libs/libpcre-8.41-r1 [8.41]
[ebuild     U  ] sys-apps/less-531 [487]
[ebuild     U  ] app-shells/bash-4.4_p12 [4.3_p48-r1]
[uninstall     ] sys-kernel/dracut-044-r1
[blocks b      ] >=app-shells/bash-4.4 (">=app-shells/bash-4.4" is blocking sys-kernel/dracut-044-r1)
[ebuild     U  ] sys-apps/sed-4.5 [4.2.2] USE="-forced-sandbox%"
[ebuild     U  ] dev-libs/libgpg-error-1.29 [1.27-r1]
[ebuild     U  ] net-libs/gnutls-3.5.19 [3.5.15]
[ebuild     U  ] app-arch/tar-1.30 [1.29-r1]
[ebuild     U  ] sys-devel/make-4.2.1-r4 [4.2.1]
[ebuild     U  ] sys-libs/e2fsprogs-libs-1.43.9 [1.43.6]
[ebuild     U  ] sys-apps/shadow-4.6 [4.5]
[ebuild     U  ] sys-apps/grep-3.1 [3.0]
[ebuild  rR    ] sys-apps/gawk-4.1.4
[ebuild     U  ] sys-apps/diffutils-3.6-r1 [3.5]
[ebuild     U  ] sys-devel/bison-3.0.5-r1 [3.0.4-r1]
[ebuild     U  ] app-admin/eselect-1.4.13 [1.4.8]
[ebuild  NS    ] sys-devel/gcc-7.3.0-r3 [4.9.3, 4.9.4, 6.4.0] USE="cxx fortran (multilib) nls nptl openmp pch (pie) sanitize ssp vtv (-altivec) -cilk -debug -doc (-fixed-point) -go -graphite (-hardened) (-jit) (-libssp) -mpx -objc -objc++ -objc-gc -pgo -regression-test -vanilla"
[ebuild     U  ] dev-libs/libassuan-2.5.1 [2.4.3-r1]
[ebuild     U  ] app-admin/sudo-1.8.23-r2 [1.8.20_p2] USE="-sasl%"
[ebuild     U  ] app-admin/logrotate-3.14.0 [3.13.0]
[ebuild     U  ] app-eselect/eselect-postgresql-2.3 [2.2]
[ebuild     U  ] sys-process/psmisc-23.1-r1 [22.21-r3]
[ebuild  rR    ] dev-lang/lua-5.1.5-r4
[ebuild     U  ] sys-apps/openrc-0.38.2 [0.34.9]
[ebuild     U  ] virtual/perl-ExtUtils-MakeMaker-7.100.200_rc-r4 [7.100.200_rc-r2]
[ebuild     U  ] app-text/docbook-xsl-stylesheets-1.79.1-r2 [1.79.1-r1]
[ebuild     U  ] virtual/perl-Test-Harness-3.360.100_rc-r3 [3.360.100_rc-r2]
[ebuild     U  ] virtual/perl-File-Spec-3.630.100_rc-r4 [3.630.100_rc-r2]
[ebuild     U  ] virtual/perl-Parse-CPAN-Meta-1.441.700.100_rc-r4 [1.441.700.100_rc-r2]
[ebuild     U  ] virtual/perl-CPAN-Meta-YAML-0.18.0-r3 [0.18.0-r2]
[ebuild  N     ] virtual/perl-podlators-4.70.0-r1
[ebuild     U  ] virtual/perl-Text-ParseWords-3.300.0-r4 [3.300.0-r3]
[ebuild     U  ] virtual/perl-ExtUtils-Manifest-1.700.0-r5 [1.700.0-r4]
[ebuild     U  ] sys-apps/pciutils-3.5.6 [3.4.1]
[ebuild     U  ] dev-libs/openssl-1.0.2p [1.0.2m] USE="bindist*"
[ebuild     U  ] net-misc/wget-1.19.5 [1.19.1-r2]
[ebuild  NS    ] dev-db/postgresql-10.5 [9.6.6] USE="nls pam readline server ssl zlib -doc -kerberos -ldap -libressl -perl -python (-selinux) -static-libs -systemd -tcl -threads -uuid -xml" PYTHON_SINGLE_TARGET="python3_6 -python2_7 -python3_4 -python3_5" PYTHON_TARGETS="python2_7 python3_6 -python3_4 -python3_5"
[ebuild     U  ] sys-kernel/linux-headers-4.13 [4.4] USE="-headers-only%"
[ebuild     U  ] sys-libs/libseccomp-2.3.3 [2.3.2]
[ebuild     U  ] net-firewall/iptables-1.6.1-r3 [1.4.21-r1] USE="-nftables% -pcap%"
[ebuild     U  ] sys-apps/busybox-1.29.0 [1.25.1]
[ebuild     U  ] sys-libs/libcap-2.25 [2.24-r2]
[ebuild     U  ] app-misc/pax-utils-1.2.3 [1.1.7]
[ebuild     U  ] sys-libs/pam-1.3.0-r2 [1.2.1] USE="filecaps%*"
[ebuild     U  ] sys-apps/iproute2-4.17.0 [4.4.0] USE="-elf%"
[ebuild     U  ] net-misc/iputils-20171016_pre [20151218] USE="filecaps* openssl%* -nettle%"
[ebuild     U  ] sys-apps/util-linux-2.32-r4 [2.30.2]
[ebuild     U  ] sys-apps/sandbox-2.13 [2.10-r4]
[ebuild     U  ] sys-fs/e2fsprogs-1.43.9 [1.43.6]
[ebuild     U  ] dev-libs/expat-2.2.5 [2.2.1]
[ebuild     U  ] sys-libs/gdbm-1.13-r2 [1.11] USE="readline%*"
[ebuild     U  ] dev-lang/perl-5.24.3-r1 [5.24.3]
[ebuild     U  ] dev-perl/Locale-gettext-1.70.0 [1.50.0-r1]
[ebuild     U  ] dev-perl/Module-Build-0.422.400 [0.421.600]
[ebuild     U  ] dev-util/intltool-0.51.0-r2 [0.51.0-r1]
[ebuild     U  ] dev-perl/Text-Unidecode-1.300.0 [1.270.0]
[ebuild     U  ] dev-perl/libintl-perl-1.280.0 [1.240.0-r2]
[ebuild     U  ] virtual/perl-JSON-PP-2.273.0.100_rc-r6 [2.273.0.100_rc-r4]
[ebuild   R   ~] sys-apps/likwid-4.1.2  KERNEL="(linux%*)"
[ebuild     U  ] sys-apps/lm_sensors-3.4.0_p20180923 [3.4.0_p20160725] USE="-contrib%"
[ebuild     U  ] sys-apps/help2man-1.47.6 [1.47.4]
[ebuild     U  ] dev-perl/SGMLSpm-1.1-r1 [1.03-r7]
[ebuild  NS    ] sys-devel/autoconf-2.69-r4 [2.69] USE="-emacs"
[uninstall     ] sys-devel/autoconf-2.69
[blocks b      ] ~sys-devel/autoconf-2.69:2.5 ("~sys-devel/autoconf-2.69:2.5" is blocking sys-devel/autoconf-2.69-r4)
[ebuild     U  ] sys-devel/automake-1.15.1-r2 [1.15.1-r1] USE="{-test%}"
[ebuild     U  ] dev-lang/python-2.7.15 [2.7.14] USE="-bluetooth%"
[ebuild  NS    ] dev-lang/python-3.6.5 [2.7.14, 3.4.5] USE="gdbm ipv6 ncurses readline ssl (threads) xml -build -examples -hardened -libressl -sqlite {-test} -tk -wininst"
[ebuild     U  ] dev-libs/libgcrypt-1.8.3 [1.8.1] USE="-o-flag-munging%"
[ebuild     U  ] sys-fs/eudev-3.2.5 [3.1.5]
[ebuild     U  ] net-misc/curl-7.61.1 [7.54.1] USE="-brotli%"
[ebuild     U  ] dev-libs/libxml2-2.9.8 [2.9.4-r3] PYTHON_TARGETS="python3_6* -python3_4*"
[ebuild     U  ] net-misc/ntp-4.2.8_p11 [4.2.8_p10-r1]
[ebuild   R    ] sys-libs/libcap-ng-0.7.8  PYTHON_TARGETS="python3_6* -python3_4*"
[ebuild     U  ] net-misc/openssh-7.7_p1-r9 [7.5_p1-r3] USE="-hpn*"
[ebuild     U  ] app-misc/ca-certificates-20170717.3.36.1 [20161130.3.30.2]
[ebuild  N     ] dev-python/bz2file-0.98  PYTHON_TARGETS="python2_7 (-pypy)"
[ebuild     U  ] app-crypt/pinentry-1.1.0-r2 [0.9.7-r1] USE="-fltk%"
[ebuild     U  ] dev-libs/libxslt-1.1.32 [1.1.29-r1]
[ebuild     U  ] app-text/build-docbook-catalog-1.21 [1.19.1]
[ebuild     U  ] sys-process/htop-2.2.0 [2.0.2] PYTHON_SINGLE_TARGET="python3_6%* -python2_7% -python3_4% -python3_5% (-python3_7)" PYTHON_TARGETS="python2_7%* python3_6%* -python3_4% -python3_5% (-python3_7)"
[ebuild     U  ] dev-libs/libpqxx-6.0.0 [4.0.1]
[ebuild     U  ] app-crypt/gnupg-2.2.8 [2.1.20-r1] USE="ssl%*"
[ebuild     U  ] dev-python/setuptools-36.7.2 [34.0.2-r1] PYTHON_TARGETS="python3_6* -python3_4*"
[ebuild     U  ] dev-python/certifi-2018.4.16 [2017.4.17] PYTHON_TARGETS="python3_6* -python3_4* (-python3_7)"
[ebuild     U  ] dev-python/pyblake2-1.1.2 [0.9.3-r1] PYTHON_TARGETS="python3_6* (-pypy3) -python3_4* (-python3_7)"
[ebuild     U  ] dev-python/pyxattr-0.6.0-r1 [0.5.5] PYTHON_TARGETS="python3_6%* -python3_4* (-python3_7)"
[ebuild     U  ] dev-python/pygments-2.2.0 [2.1.1] PYTHON_TARGETS="python3_6* -python3_4* (-python3_7)"
[ebuild  N     ] app-portage/gemato-14.0  USE="blake2 bzip2 gpg -lzma -sha3 {-test} -tools" PYTHON_TARGETS="python2_7 python3_6 (-pypy) -python3_4 -python3_5 (-python3_7)"
[ebuild   R    ] dev-python/docutils-0.13.1  PYTHON_TARGETS="python3_6* -python3_4*"
[ebuild     U  ] sys-apps/portage-2.3.49 [2.3.13-r1] USE="rsync-verify%* -gentoo-dev%" PYTHON_TARGETS="python3_6* -python3_4* (-python3_7)"
[ebuild     U  ] virtual/package-manager-1 [0]
[ebuild     U  ] app-editors/vim-core-8.0.1298 [8.0.0386]
[ebuild     U  ] app-editors/vim-8.0.1298 [8.0.0386] USE="-terminal%" PYTHON_SINGLE_TARGET="python3_6%* -python2_7% -python3_4% -python3_5%" PYTHON_TARGETS="python3_6* -python3_4*"
[ebuild     U  ] app-vim/gentoo-syntax-20180821 [20170225]
[ebuild     U  ] dev-libs/glib-2.52.3 [2.50.3-r1]
[ebuild     U  ] x11-misc/shared-mime-info-1.10 [1.8]

The following packages are causing rebuilds:

  (sys-libs/readline-7.0_p3:0/7::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (app-crypt/gnupg-2.2.8:0/0::gentoo, ebuild scheduled for merge)
    (dev-db/postgresql-10.5:10/10::gentoo, ebuild scheduled for merge)
    (app-shells/bash-4.4_p12:0/0::gentoo, ebuild scheduled for merge)
    (dev-lang/python-2.7.15:2.7/2.7::gentoo, ebuild scheduled for merge)
    (dev-libs/libpcre-8.41-r1:3/3::gentoo, ebuild scheduled for merge)
    (dev-lang/python-3.6.5:3.6/3.6m::gentoo, ebuild scheduled for merge)
    (net-misc/ntp-4.2.8_p11:0/0::gentoo, ebuild scheduled for merge)
    (dev-lang/lua-5.1.5-r4:0/0::gentoo, ebuild scheduled for merge)
    (sys-libs/gdbm-1.13-r2:0/1.13::gentoo, ebuild scheduled for merge)
    (sys-apps/util-linux-2.32-r4:0/0::gentoo, ebuild scheduled for merge)
    (dev-libs/libxml2-2.9.8:2/2::gentoo, ebuild scheduled for merge)
    (sys-apps/gawk-4.1.4:0/0::gentoo, ebuild scheduled for merge)

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


[Moderator edit: changed [quote] tags to [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: 30894
Location: here

PostPosted: Tue Oct 16, 2018 6:57 pm    Post subject: Reply with quote

Before update all I don't know if better to install correct version of glibc.
After command emerge -u glibc net-libs/libnsl that I suggested to you, you installed some other packages?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
manu_leo
Guru
Guru


Joined: 20 Jan 2014
Posts: 513
Location: India

PostPosted: Wed Oct 17, 2018 9:34 am    Post subject: Reply with quote

After the command you suggested, I tried installing nfs-utils which was not installing earlier , but it worked after glibc upgrade.

Now I am getting the below errors if I run emerge gzip -

Quote:
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -c -o glthread/lock.o glthread/lock.c
fseeko.c: In function 'rpl_fseeko':
fseeko.c:110:4: error: #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib."
#error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib."
^~~~~
make[3]: *** [Makefile:1701: fseeko.o] Error 1
make[3]: *** Waiting for unfinished jobs....
fseterr.c: In function 'fseterr':
fseterr.c:78:3: error: #error "Please port gnulib fseterr.c to your platform! Look at the definitions of ferror and clearerr on your system, then report this to bug-gnulib."
#error "Please port gnulib fseterr.c to your platform! Look at the definitions of ferror and clearerr on your system, then report this to bug-gnulib."
^~~~~
make[3]: *** [Makefile:1701: fseterr.o] Error 1
make[3]: Leaving directory '/var/tmp/portage/app-arch/gzip-1.8/work/gzip-1.8/lib'
make[2]: *** [Makefile:1508: all] Error 2
make[2]: Leaving directory '/var/tmp/portage/app-arch/gzip-1.8/work/gzip-1.8/lib'
make[1]: *** [Makefile:1682: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-arch/gzip-1.8/work/gzip-1.8'
make: *** [Makefile:1463: all] Error 2
* ERROR: app-arch/gzip-1.8::gentoo failed (compile phase):
* emake failed



This error is coming during other packages installtion too. How to get over this now, thanks again for all your support.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30894
Location: here

PostPosted: Wed Oct 17, 2018 10:12 am    Post subject: Reply with quote

The first step is to try to downgrade glibc to latest stable 2.26-r7, for make this you should follow these step:
  • backup current installed glibc
    Code:
    # quickpkg gcc glibc

  • check if gcc is installed before glibc-2.28
    Code:
    # genlop -t gcc
    # genlop -t glibc

    if gcc is compiled before glibc-2.28 you can continue
  • remove glibc entry from /etc/portage/package.accept_keywords (probably you have =sys-libs/glibc-2.28 ** entry)
  • downgrade glibc to latest stable
    Code:
    # emerge -u =sys-libs/glibc-2.26-r7

At this point check if your system work again (you still have at most backup of glibc-2.28 made with quickpkg)

I'm not sure if all steps are correct so wait for someone else to confirm the procedure steps. Downgrading glibc is a critical procedure!
_________________
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 Portage & Programming 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