* [devel] boost_regex и regcompA()
@ 2018-10-15 19:25 Alexey V. Vissarionov
2018-10-15 20:59 ` Dmitry V. Levin
2018-10-16 9:47 ` Ivan A. Melnikov
0 siblings, 2 replies; 5+ messages in thread
From: Alexey V. Vissarionov @ 2018-10-15 19:25 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 339 bytes --]
[...]
checking for regcompA in -lboost_regex... no
configure: error: cannot find boost_regex regcompA() function.
Try re-installing the library...
Какого рожна ему надо?
--
Alexey V. Vissarionov
gremlin ПРИ altlinux ТЧК org; +vii-cmiii-ccxxix-lxxix-xlii
GPG: 0D92F19E1C0DC36E27F61A29CD17E2B43D879005 @ hkp://keys.gnupg.net
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] boost_regex и regcompA()
2018-10-15 19:25 [devel] boost_regex и regcompA() Alexey V. Vissarionov
@ 2018-10-15 20:59 ` Dmitry V. Levin
2018-10-16 9:47 ` Ivan A. Melnikov
1 sibling, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2018-10-15 20:59 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 316 bytes --]
On Mon, Oct 15, 2018 at 10:25:35PM +0300, Alexey V. Vissarionov wrote:
> [...]
> checking for regcompA in -lboost_regex... no
> configure: error: cannot find boost_regex regcompA() function.
> Try re-installing the library...
>
> Какого рожна ему надо?
Используется regcompA из boost_regex?
--
ldv
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] boost_regex и regcompA()
2018-10-15 19:25 [devel] boost_regex и regcompA() Alexey V. Vissarionov
2018-10-15 20:59 ` Dmitry V. Levin
@ 2018-10-16 9:47 ` Ivan A. Melnikov
2018-10-16 12:17 ` Alexey V. Vissarionov
1 sibling, 1 reply; 5+ messages in thread
From: Ivan A. Melnikov @ 2018-10-16 9:47 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 914 bytes --]
On Mon, Oct 15, 2018 at 10:25:35PM +0300, Alexey V. Vissarionov wrote:
> [...]
> checking for regcompA in -lboost_regex... no
> configure: error: cannot find boost_regex regcompA() function.
> Try re-installing the library...
>
> Какого рожна ему надо?
В Сизифе regcompA в -lboost_regex, очевидно, есть:
[builder@localhost ~]$ findsym regcompA
/usr/lib/libboost_regex-mt.so: 00095230 T regcompA
/usr/lib/libboost_regex.so: 00095230 T regcompA
/usr/lib/libboost_regex.so.1.67.0: 00095230 T regcompA
Если в сборочном окружении нет boost-regex-devel, то ему надо
именно его. Если же boost-regex-devel уже есть, то надо чинить
сломанную проверку в configure. Могу посмотреть, если покажете,
что собираете.
--
wbr,
iv m.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] boost_regex и regcompA()
2018-10-16 9:47 ` Ivan A. Melnikov
@ 2018-10-16 12:17 ` Alexey V. Vissarionov
2018-10-16 13:38 ` Ivan A. Melnikov
0 siblings, 1 reply; 5+ messages in thread
From: Alexey V. Vissarionov @ 2018-10-16 12:17 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 857 bytes --]
On 2018-10-16 13:47:32 +0400, Ivan A. Melnikov wrote:
>> [...] checking for regcompA in -lboost_regex... no
>> configure: error: cannot find boost_regex regcompA() function.
>> Try re-installing the library...
>> Какого рожна ему надо?
> В Сизифе regcompA в -lboost_regex, очевидно, есть
Совершенно не удивляюсь :-)
> Если в сборочном окружении нет boost-regex-devel, то ему надо
> именно его. Если же boost-regex-devel уже есть, то надо чинить
> сломанную проверку в configure. Могу посмотреть, если покажете,
> что собираете.
Собираю хитрую приблуду, которая долгое время была частью очень
проприетарного софта:
git.altlinux.org:/people/gremlin/public/mstflint
--
Alexey V. Vissarionov
gremlin ПРИ altlinux ТЧК org; +vii-cmiii-ccxxix-lxxix-xlii
GPG: 0D92F19E1C0DC36E27F61A29CD17E2B43D879005 @ hkp://keys.gnupg.net
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] boost_regex и regcompA()
2018-10-16 12:17 ` Alexey V. Vissarionov
@ 2018-10-16 13:38 ` Ivan A. Melnikov
0 siblings, 0 replies; 5+ messages in thread
From: Ivan A. Melnikov @ 2018-10-16 13:38 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 1614 bytes --]
On Tue, Oct 16, 2018 at 03:17:55PM +0300, Alexey V. Vissarionov wrote:
> On 2018-10-16 13:47:32 +0400, Ivan A. Melnikov wrote:
>
> >> [...] checking for regcompA in -lboost_regex... no
> >> configure: error: cannot find boost_regex regcompA() function.
> >> Try re-installing the library...
> >> Какого рожна ему надо?
> > В Сизифе regcompA в -lboost_regex, очевидно, есть
>
> Совершенно не удивляюсь :-)
>
> > Если в сборочном окружении нет boost-regex-devel, то ему надо
> > именно его. Если же boost-regex-devel уже есть, то надо чинить
> > сломанную проверку в configure. Могу посмотреть, если покажете,
> > что собираете.
>
> Собираю хитрую приблуду, которая долгое время была частью очень
> проприетарного софта:
> git.altlinux.org:/people/gremlin/public/mstflint
Хм, у меня из 6bbdd725007ea400284fc297b1485c9a2c8432b5 ./configugre
в хешере прошёл после того как я его попросил:
%build
-%autoreconf
+echo '#define TOOLS_GIT_SHA "N/A"' > ./common/gitversion.h
+%autoreconf -I config -I m4
%configure \
Потом ему правда не хватило библиотек (сначала libstdc++7-devel-static,
потом ещё -lssl -lcrypto, дальше не смотрел), но это уже другая
история.
--
wbr,
iv m.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-10-16 13:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-15 19:25 [devel] boost_regex и regcompA() Alexey V. Vissarionov
2018-10-15 20:59 ` Dmitry V. Levin
2018-10-16 9:47 ` Ivan A. Melnikov
2018-10-16 12:17 ` Alexey V. Vissarionov
2018-10-16 13:38 ` Ivan A. Melnikov
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