* [mdk-re] Сборка nss_ldap
@ 2001-09-05 20:03 Volkov Serge
2001-09-05 20:07 ` [mdk-re] " Alexander Bokovoy
0 siblings, 1 reply; 3+ messages in thread
From: Volkov Serge @ 2001-09-05 20:03 UTC (permalink / raw)
To: AltLinux-list
Добрый день
При сборке этого пакета библиотека libnss-ldap.2.2.2.so должна получить влательца и группу root
при попытке сборки этого пакета из под пользователя выдается сообщение
make[1]: Entering directory `/home/vserge/Altlinux/RPM/BUILD/nss_ldap-172'
rm -f /home/vserge/Altlinux/RPM/TMP/nss_ldap-buildroot/lib/libnss_ldap-`ls /lib/libc-*.so | tail -1 |sed -e 's/\/lib\/libc-\(.*\)\.so/\1/'`.so
/usr/bin/install -p -o root -g root nss_ldap.so /home/vserge/Altlinux/RPM/TMP/nss_ldap-buildroot/lib/libnss_ldap-`ls /lib/libc-*.so | tail -1 |sed -e 's/\/lib\/libc-\(.*\)\.so/\1/'`.so
/usr/bin/install: cannot change ownership of `/home/vserge/Altlinux/RPM/TMP/nss_ldap-buildroot/lib/libnss_ldap-2.2.2.so': Operation not permitted
make[1]: *** [install-exec-local] Error 1
make[1]: Leaving directory `/home/vserge/Altlinux/RPM/BUILD/nss_ldap-172'
make: *** [install-am] Error 2
Неверный код возврата из /home/vserge/Altlinux/RPM/TMP/rpm-tmp.69661 (%install)
Как собирать этот пакет?????
--
With best wishes, Volkov Serge
Network Administrator/Security Administrator
^ permalink raw reply [flat|nested] 3+ messages in thread
* [mdk-re] Re: [mdk-re] Сборка nss_ldap
2001-09-05 20:03 [mdk-re] Сборка nss_ldap Volkov Serge
@ 2001-09-05 20:07 ` Alexander Bokovoy
2001-09-05 20:12 ` Volkov Serge
0 siblings, 1 reply; 3+ messages in thread
From: Alexander Bokovoy @ 2001-09-05 20:07 UTC (permalink / raw)
To: mandrake-russian
On Wed, Sep 05, 2001 at 08:04:39PM +0400, Volkov Serge wrote:
> Добрый день
>
> При сборке этого пакета библиотека libnss-ldap.2.2.2.so должна получить влательца и группу root
>
> при попытке сборки этого пакета из под пользователя выдается сообщение
> make[1]: Entering directory `/home/vserge/Altlinux/RPM/BUILD/nss_ldap-172'
> rm -f /home/vserge/Altlinux/RPM/TMP/nss_ldap-buildroot/lib/libnss_ldap-`ls /lib/libc-*.so | tail -1 |sed -e 's/\/lib\/libc-\(.*\)\.so/\1/'`.so
> /usr/bin/install -p -o root -g root nss_ldap.so /home/vserge/Altlinux/RPM/TMP/nss_ldap-buildroot/lib/libnss_ldap-`ls /lib/libc-*.so | tail -1 |sed -e 's/\/lib\/libc-\(.*\)\.so/\1/'`.so
> /usr/bin/install: cannot change ownership of `/home/vserge/Altlinux/RPM/TMP/nss_ldap-buildroot/lib/libnss_ldap-2.2.2.so': Operation not permitted
> make[1]: *** [install-exec-local] Error 1
> make[1]: Leaving directory `/home/vserge/Altlinux/RPM/BUILD/nss_ldap-172'
> make: *** [install-am] Error 2
> Неверный код возврата из /home/vserge/Altlinux/RPM/TMP/rpm-tmp.69661 (%install)
>
>
> Как собирать этот пакет?????
Заставить make не делать -o root -g root при установке, а самих владельца
и группу выставлять в секции %files.
--
/ Alexander Bokovoy
$ cat /proc/identity >~/.signature
`Senior software developer and analyst for SaM-Solutions Ltd.`
---
Is death legally binding?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [mdk-re] Re: [mdk-re] Сборка nss_ldap
2001-09-05 20:07 ` [mdk-re] " Alexander Bokovoy
@ 2001-09-05 20:12 ` Volkov Serge
0 siblings, 0 replies; 3+ messages in thread
From: Volkov Serge @ 2001-09-05 20:12 UTC (permalink / raw)
To: mandrake-russian
On Wed, 5 Sep 2001 19:09:51 +0300
Alexander Bokovoy <a.bokovoy@sam-solutions.net> wrote:
> On Wed, Sep 05, 2001 at 08:04:39PM +0400, Volkov Serge wrote:
> > Добрый день
> >
> > При сборке этого пакета библиотека libnss-ldap.2.2.2.so должна получить влательца и группу root
> >
> > при попытке сборки этого пакета из под пользователя выдается сообщение
> > make[1]: Entering directory `/home/vserge/Altlinux/RPM/BUILD/nss_ldap-172'
> > rm -f /home/vserge/Altlinux/RPM/TMP/nss_ldap-buildroot/lib/libnss_ldap-`ls /lib/libc-*.so | tail -1 |sed -e 's/\/lib\/libc-\(.*\)\.so/\1/'`.so
> > /usr/bin/install -p -o root -g root nss_ldap.so /home/vserge/Altlinux/RPM/TMP/nss_ldap-buildroot/lib/libnss_ldap-`ls /lib/libc-*.so | tail -1 |sed -e 's/\/lib\/libc-\(.*\)\.so/\1/'`.so
> > /usr/bin/install: cannot change ownership of `/home/vserge/Altlinux/RPM/TMP/nss_ldap-buildroot/lib/libnss_ldap-2.2.2.so': Operation not permitted
> > make[1]: *** [install-exec-local] Error 1
> > make[1]: Leaving directory `/home/vserge/Altlinux/RPM/BUILD/nss_ldap-172'
> > make: *** [install-am] Error 2
> > Неверный код возврата из /home/vserge/Altlinux/RPM/TMP/rpm-tmp.69661 (%install)
> >
> >
> > Как собирать этот пакет?????
> Заставить make не делать -o root -g root при установке, а самих владельца
> и группу выставлять в секции %files.
спасибо
завтра попробую если получится выложу новые nss_ldap, pam_ldap и OpenLDAP 2.0.12
>
> --
> / Alexander Bokovoy
> $ cat /proc/identity >~/.signature
> `Senior software developer and analyst for SaM-Solutions Ltd.`
> ---
> Is death legally binding?
>
> _______________________________________________
> Mandrake-russian mailing list
> Mandrake-russian@altlinux.ru
> http://altlinux.ru/mailman/listinfo/mandrake-russian
>
--
With best wishes, Volkov Serge
Network Administrator/Security Administrator
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-09-05 20:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-05 20:03 [mdk-re] Сборка nss_ldap Volkov Serge
2001-09-05 20:07 ` [mdk-re] " Alexander Bokovoy
2001-09-05 20:12 ` Volkov Serge
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git