Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
yp-tools
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
nizar
Apprentice
Apprentice


Joined: 19 Dec 2003
Posts: 268
Location: localhost

PostPosted: Mon Jun 06, 2016 7:56 pm    Post subject: yp-tools Reply with quote

Hi,

Trying to install ypbind after a fresh install, but emake fails:

build log:
Code:

 * Package:    net-nds/yp-tools-2.12-r1
 * Repository: gentoo
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux nls userland_GNU
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking yp-tools-2.12.tar.bz2 to /var/tmp/portage/net-nds/yp-tools-2.12-r1/work
>>> Source unpacked in /var/tmp/portage/net-nds/yp-tools-2.12-r1/work
>>> Preparing source in /var/tmp/portage/net-nds/yp-tools-2.12-r1/work/yp-tools-2.12 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/net-nds/yp-tools-2.12-r1/work/yp-tools-2.12 ...
 * econf: updating yp-tools-2.12/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating yp-tools-2.12/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --libdir=/usr/lib64 --sysconfdir=/etc/yp
checking for a BSD-compatible install... /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for strerror in -lcposix... no
checking for a BSD-compatible install... /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for yp_get_default_domain in -lnsl... yes
checking for crypt in -lxcrypt... no
checking for crypt in -lcrypt... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking for ANSI C header files... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking rpc/clnt_soc.h usability... no
checking rpc/clnt_soc.h presence... no
checking for rpc/clnt_soc.h... no
checking for an ANSI C-conforming const... yes
checking for getopt_long... yes
checking for ypbinderr_string... yes
checking for getline... yes
checking for string.h... (cached) yes
checking for working getline function... yes
checking for getline... (cached) yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating etc/Makefile
config.status: creating po/Makefile.in
config.status: creating man/domainname.8
config.status: creating man/nicknames.5
config.status: creating man/ypcat.1
config.status: creating man/ypmatch.1
config.status: creating man/yppasswd.1
config.status: creating man/yppoll.8
config.status: creating man/ypset.8
config.status: creating man/yptest.8
config.status: creating man/ypwhich.1
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
>>> Source configured.
>>> Compiling source in /var/tmp/portage/net-nds/yp-tools-2.12-r1/work/yp-tools-2.12 ...
make -j4
make  all-recursive
make[1]: Entering directory '/var/tmp/portage/net-nds/yp-tools-2.12-r1/work/yp-tools-2.12'
Making all in lib
make[2]: Entering directory '/var/tmp/portage/net-nds/yp-tools-2.12-r1/work/yp-tools-2.12/lib'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\"   -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -O3 -pipe -march=native -c nicknames.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\"   -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -O3 -pipe -march=native -c yp_xdr.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\"   -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -O3 -pipe -march=native -c yp_all_host.c
rm -f libyptools.a
ar cru libyptools.a nicknames.o yp_xdr.o yp_all_host.o
x86_64-pc-linux-gnu-ranlib libyptools.a
make[2]: Leaving directory '/var/tmp/portage/net-nds/yp-tools-2.12-r1/work/yp-tools-2.12/lib'
Making all in src
make[2]: Entering directory '/var/tmp/portage/net-nds/yp-tools-2.12-r1/work/yp-tools-2.12/src'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\"   -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -O3 -pipe -march=native -c ypwhich.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\"   -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -O3 -pipe -march=native -c ypmatch.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\"   -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -O3 -pipe -march=native -c ypclnt.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\"   -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -O3 -pipe -march=native -c ypcat.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\"   -DPASSWD_PROG=\"\" -DCHFN_PROG=\"\" -DCHSH_PROG=\"\" -O3 -pipe -march=native -c -o yppasswd-yppasswd.o `test -f 'yppasswd.c' || echo './'`yppasswd.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\"   -DPASSWD_PROG=\"\" -DCHFN_PROG=\"\" -DCHSH_PROG=\"\" -O3 -pipe -march=native -c -o yppasswd-yppasswd_xdr.o `test -f 'yppasswd_xdr.c' || echo './'`yppasswd_xdr.c
In file included from ypclnt.c:35:0:
/usr/include/bits/libc-lock.h:50:29: error: missing binary operator before token "("
 #if defined _LIBC && (IS_IN (libc) || IS_IN (libpthread))
                             ^
/usr/include/bits/libc-lock.h:63:29: error: missing binary operator before token "("
 #if defined _LIBC && (IS_IN (libc) || IS_IN (libpthread))
                             ^
/usr/include/bits/libc-lock.h:81:29: error: missing binary operator before token "("
 #if defined _LIBC && (IS_IN (libc) || IS_IN (libpthread))
                             ^
/usr/include/bits/libc-lock.h:89:29: error: missing binary operator before token "("
 #if defined _LIBC && (IS_IN (libc) || IS_IN (libpthread))
                             ^
/usr/include/bits/libc-lock.h:106:29: error: missing binary operator before token "("
 #if defined _LIBC && (IS_IN (libc) || IS_IN (libpthread))
                             ^
/usr/include/bits/libc-lock.h:131:29: error: missing binary operator before token "("
 #if defined _LIBC && (IS_IN (libc) || IS_IN (libpthread))
                             ^
ypclnt.c: In function ‘__ypclnt_call’:
ypclnt.c:284:28: warning: unused parameter ‘domain’ [-Wunused-parameter]
 __ypclnt_call (const char *domain, u_long prog, xdrproc_t xargs,
                            ^
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DLOCALEDIR=\"/usr/share/locale\"   -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -O3 -pipe -march=native -c domainname.c
ypclnt.c: At top level:
ypclnt.c:788:1: warning: no previous prototype for ‘yp_maplist’ [-Wmissing-prototypes]
 yp_maplist (const char *indomain, struct ypmaplist **outmaplist)
 ^
Makefile:397: recipe for target 'ypclnt.o' failed
make[2]: *** [ypclnt.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/var/tmp/portage/net-nds/yp-tools-2.12-r1/work/yp-tools-2.12/src'
Makefile:280: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-nds/yp-tools-2.12-r1/work/yp-tools-2.12'
Makefile:219: recipe for target 'all' failed
make: *** [all] Error 2
 * ERROR: net-nds/yp-tools-2.12-r1::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=net-nds/yp-tools-2.12-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-nds/yp-tools-2.12-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/net-nds/yp-tools-2.12-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-nds/yp-tools-2.12-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/net-nds/yp-tools-2.12-r1/work/yp-tools-2.12'
 * S: '/var/tmp/portage/net-nds/yp-tools-2.12-r1/work/yp-tools-2.12'


This is happening also on running system, just emerge -vD ypbind, and yp-tools fails.

emerge --info:
Code:

Portage 2.2.28 (python 2.7.10-final-0, default/linux/amd64/13.0, gcc-4.9.3, glibc-2.22-r4, 4.4.6-gentoo x86_64)
=================================================================
System uname: Linux-4.4.6-gentoo-x86_64-Intel-R-_Xeon-R-_CPU_E5-2680_v4_@_2.40GHz-with-gentoo-2.2
KiB Mem:   528261400 total, 503954932 free
KiB Swap:   16777212 total,  16777212 free
Timestamp of repository gentoo: Sun, 05 Jun 2016 02:00:01 +0000
sh bash 4.3_p42-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p42-r1::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.20.2::gentoo
dev-lang/python:          2.7.10-r1::gentoo, 3.4.3-r1::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.19.1::gentoo
sys-apps/sandbox:         2.10-r1::gentoo
sys-devel/autoconf:       2.69::gentoo
sys-devel/automake:       1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            4.9.3::gentoo
sys-devel/gcc-config:     1.7.3::gentoo
sys-devel/libtool:        2.4.6::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers)
sys-libs/glibc:           2.22-r4::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://master/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts: --exclude=/master_packages

masters-gentoo
    location: /usr/portage/master_packages
    masters: gentoo
    priority: 0

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O3 -pipe -march=native -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O3 -pipe -march=native -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync 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://master/gentoo_mirror"
LANG="en_US.UTF-8"
LC_ALL="POSIX"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j8"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="--exclude=/master_packages"
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 cracklib crypt cxx dri fortran gdbm iconv ipv6 lapack mmx mmxext modules mpi multilib ncurses nls nptl nptlonly openmp pam pcre python readline romio seccomp session sse sse2 ssl tcpd unicode vim-syntax xattr xml 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="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" 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 itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" 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-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="vesa vga" 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, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, USE_PYTHON


Any idea what is causing yp-tools to fail?

Thanks,
N.
Back to top
View user's profile Send private message
nizar
Apprentice
Apprentice


Joined: 19 Dec 2003
Posts: 268
Location: localhost

PostPosted: Mon Jun 06, 2016 8:18 pm    Post subject: Reply with quote

Tried on a system with sys-libs/glibc-2.21-r1, same failure.

Commented MAKEOPTS in make.conf, didn't help also.

:!:
Back to top
View user's profile Send private message
heiwa
n00b
n00b


Joined: 24 Oct 2012
Posts: 70

PostPosted: Mon Jun 06, 2016 10:28 pm    Post subject: Reply with quote

https://bugs.gentoo.org/show_bug.cgi?id=371387 contains a patch for this.
Back to top
View user's profile Send private message
nizar
Apprentice
Apprentice


Joined: 19 Dec 2003
Posts: 268
Location: localhost

PostPosted: Tue Jun 07, 2016 5:18 pm    Post subject: Reply with quote

heiwa wrote:
https://bugs.gentoo.org/show_bug.cgi?id=371387 contains a patch for this.


patch solved it, thanks!

N.
Back to top
View user's profile Send private message
lomix
n00b
n00b


Joined: 20 Oct 2016
Posts: 1

PostPosted: Thu Oct 20, 2016 12:28 pm    Post subject: Bug 371387 Reply with quote

heiwa wrote:
https://bugs.gentoo.org/show_bug.cgi?id=371387 contains a patch for this.


Hello,

I get this problem with the Bug 371387. Do anyone now, how I can lost this problem?
Are there any news on this?
Back to top
View user's profile Send private message
lolx
n00b
n00b


Joined: 26 Aug 2008
Posts: 3

PostPosted: Sat Dec 24, 2016 2:12 pm    Post subject: Reply with quote

Could someone post thew how-to for the patching of yp-tools.
Much appreciated - lots of my servers fail updates because a triggered re-compile
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Tue Jan 16, 2018 7:13 pm    Post subject: Reply with quote

Sorry for necro'ing but figure this is the best way to contact potential (former?) users of yp-nis -- wondering what your plans are with it being deleted from portage?
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
bermibo
n00b
n00b


Joined: 18 Jan 2012
Posts: 6

PostPosted: Wed Jan 24, 2018 7:45 am    Post subject: Reply with quote

eccerr0r wrote:
Sorry for necro'ing but figure this is the best way to contact potential (former?) users of yp-nis -- wondering what your plans are with it being deleted from portage?


Sadly then I have to switch to another linux distribution. NIS is essential for our whole network system here, for several reasons we will not switch to LDAP. I will try out a view other distributions in the next time like Debian, Fedora etc. ant then I will replace my whole Gentoo computers who are depending on YPSERV or YPBIND with them. :(

Greetings, Bernd
Back to top
View user's profile Send private message
nichocouk
Guru
Guru


Joined: 10 Mar 2005
Posts: 585
Location: Glasgow

PostPosted: Thu Jan 25, 2018 2:59 pm    Post subject: Reply with quote

I guess that even if it is removed from portage, you can still keep it installed on your system - don't emerge -C ypbind! As long as it's running for your system, that should be fine.
That's my plan, at least...
_________________
nichocouk

L'Etat, c'est moi.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Thu Jan 25, 2018 7:05 pm    Post subject: Reply with quote

Well, there is the problem if a recompile is needed due to library changes, etc... Ugh.

Might have to switch my systems to LDAP. :(
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
szatox
Advocate
Advocate


Joined: 27 Aug 2013
Posts: 3135

PostPosted: Fri Jan 26, 2018 1:17 am    Post subject: Reply with quote

How 'bout copying that ebuild to an overlay?
Back to top
View user's profile Send private message
bermibo
n00b
n00b


Joined: 18 Jan 2012
Posts: 6

PostPosted: Fri Jan 26, 2018 12:52 pm    Post subject: Reply with quote

Strange thing:

I have installed a new fresh client including ypbind on an openrc system using the newest stage3-x86_64 amd64 package. After selecting my profile (17.0 Desktop multilib) it compiled the package without using the patch. So emerge runs fine with ypbind-1.37.2-r1. Don't know why.

But: Starting ypbind caused an error saying NO NIS SERVER found.
Looking with

/etc/init.d/ypbind status

says

it says stopped

although it runs and works fine.

Greetings, Bernd
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