From: Alexey Tourbin <at@altlinux.ru> To: ALT Devel discussion list <devel@altlinux.ru> Subject: [devel] Re: Q: deparse failed Date: Fri, 15 Apr 2005 11:19:18 +0400 Message-ID: <20050415071918.GB21153@solemn.turbinal.org> (raw) In-Reply-To: <20050413182612.GN5985@lrn.ru> [-- Attachment #1: Type: text/plain, Size: 1189 bytes --] On Wed, Apr 13, 2005 at 10:26:12PM +0400, Anton D. Kachalov wrote: > Т.е. проблема в том, что ты зря выставляешь LD_LIBRARY_PATH в perl.req. > Выхода из сложившейся ситуации два: > 0. пофиксить скрипт, чтобы он выставлял LD_LIBRARY_PATH, если ему не > запретили Свыше. > 1. "Свыше" живёт всё в том же perl.req и как-то пытается понять, что среди > либ есть Запретные. > 2. "Свыше" - есть сущность в виде макро-рубильника, щёлкающего в спеке > Запретных пакетов. * Fri Apr 15 2005 Alexey Tourbin <at@altlinux> 0.5.1-alt5 - B/PerlReq.pm: track require_version() calls - perl.req: restrict LD_LIBRARY_PATH to /usr/lib64 and /usr/lib @@ -141,7 +148,7 @@ sub do_deparse { } # adjust LD_LIBRARY_PATH if there are libraries inside buildroot # spotted by Yury Konovalov - for my $libdir (split ' ', $Config{libpth}) { + for my $libdir ("/usr/lib64", "/usr/lib") { next unless glob "$ENV{RPM_BUILD_ROOT}$libdir/lib*.so*"; $ENV{LD_LIBRARY_PATH} .= ":" if $ENV{LD_LIBRARY_PATH}; $ENV{LD_LIBRARY_PATH} .= "$ENV{RPM_BUILD_ROOT}$libdir"; > Rgds, > Anton [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
prev parent reply other threads:[~2005-04-15 7:19 UTC|newest] Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top 2005-04-12 21:42 [devel] " Anton D. Kachalov 2005-04-12 23:56 ` [devel] " Alexey Tourbin 2005-04-13 0:35 ` Alexey Tourbin 2005-04-13 6:53 ` Anton D. Kachalov 2005-04-13 16:05 ` Alexey Tourbin 2005-04-13 16:18 ` Alexey Tourbin 2005-04-13 18:26 ` Anton D. Kachalov 2005-04-13 22:29 ` [devel] glibc/ld.so Dmitry V. Levin 2005-04-14 5:22 ` [devel] glibc/ld.so Alexey Tourbin 2005-04-14 10:46 ` Dmitry V. Levin 2005-04-14 5:15 ` [devel] Re: Q: deparse failed Alexey Tourbin 2005-04-15 7:19 ` Alexey Tourbin [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20050415071918.GB21153@solemn.turbinal.org \ --to=at@altlinux.ru \ --cc=devel@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git