[Pkg-shadow-devel] Problem when install ru man

YuGiOhJCJ Mailing-List yugiohjcj-mailinglist at laposte.net
Thu Jul 7 02:05:15 UTC 2011


Hello,

I use shadow-4.1.4.3.
The 'configure' and 'make' steps work correctly but the 'make install' step failed :
---
make[1]: Entering directory `/home/yugiohjcj/documents/downloads/software/shadow-4.1.4.3/man/ru'
make[1]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/man/ru/man1" || /bin/mkdir -p "/tmp/shadow-4.1.4.3/usr/share/man/ru/man1"
 /usr/bin/install -c -m 644 chage.1 chfn.1 chsh.1 expiry.1 gpasswd.1 groups.1 login.1 newgrp.1 passwd.1 sg.1 su.1 '/tmp/shadow-4.1.4.3/usr/share/man/ru/man1'
test -z "/usr/share/man/ru/man3" || /bin/mkdir -p "/tmp/shadow-4.1.4.3/usr/share/man/ru/man3"
 /usr/bin/install -c -m 644 getspnam.3 shadow.3 '/tmp/shadow-4.1.4.3/usr/share/man/ru/man3'
test -z "/usr/share/man/ru/man5" || /bin/mkdir -p "/tmp/shadow-4.1.4.3/usr/share/man/ru/man5"
 /usr/bin/install -c -m 644 limits.5 login.access.5 porttime.5 faillog.5 gshadow.5 login.defs.5 passwd.5 shadow.5 suauth.5 limits.5 login.access.5 porttime.5 '/tmp/shadow-4.1.4.3/usr/share/man/ru/man5'
/usr/bin/install: will not overwrite just-created `/tmp/shadow-4.1.4.3/usr/share/man/ru/man5/limits.5' with `limits.5'
/usr/bin/install: will not overwrite just-created `/tmp/shadow-4.1.4.3/usr/share/man/ru/man5/login.access.5' with `login.access.5'
/usr/bin/install: will not overwrite just-created `/tmp/shadow-4.1.4.3/usr/share/man/ru/man5/porttime.5' with `porttime.5'
make[1]: *** [install-man5] Error 1
make[1]: Leaving directory `/home/yugiohjcj/documents/downloads/software/shadow-4.1.4.3/man/ru'
make: *** [install-am] Error 2
---
I am not sure, but I think the problem is limits.5, login.access.5 and porttime.5 are duplicated.
When I install the pl man, these files aren't duplicated and the install works :
---
make[1]: Entering directory `/home/yugiohjcj/documents/downloads/software/shadow-4.1.4.3/man/pl'
make[1]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/man/pl/man1" || /bin/mkdir -p "/tmp/shadow-4.1.4.3/usr/share/man/pl/man1"
 /usr/bin/install -c -m 644 chage.1 chfn.1 chsh.1 expiry.1 gpasswd.1 groups.1 newgrp.1 passwd.1 sg.1 '/tmp/shadow-4.1.4.3/usr/share/man/pl/man1'
test -z "/usr/share/man/pl/man5" || /bin/mkdir -p "/tmp/shadow-4.1.4.3/usr/share/man/pl/man5"
 /usr/bin/install -c -m 644 faillog.5 login.defs.5 passwd.5 shadow.5 suauth.5 limits.5 login.access.5 porttime.5 '/tmp/shadow-4.1.4.3/usr/share/man/pl/man5'
test -z "/usr/share/man/pl/man8" || /bin/mkdir -p "/tmp/shadow-4.1.4.3/usr/share/man/pl/man8"
 /usr/bin/install -c -m 644 chgpasswd.8 chpasswd.8 faillog.8 groupadd.8 groupdel.8 groupmems.8 groupmod.8 grpck.8 grpconv.8 grpunconv.8 lastlog.8 logoutd.8 newusers.8 pwck.8 pwconv.8 pwunconv.8 useradd.8 userdel.8 usermod.8 vigr.8 vipw.8 '/tmp/shadow-4.1.4.3/usr/share/man/pl/man8'
make[1]: Leaving directory `/home/yugiohjcj/documents/downloads/software/shadow-4.1.4.3/man/pl'
---
But I read the Makefile.am file and I don't understand why these three files are duplicated during the install...
Do you see why I got this error?

Thank you.



More information about the Pkg-shadow-devel mailing list