* Re: [devel] [#188122] DONE srpm=libfreetype-2.8-alt1.src.rpm @ 2017-09-12 12:23 ` Dmitry V. Levin 2017-09-12 12:27 ` Валерий Иноземцев 0 siblings, 1 reply; 7+ messages in thread From: Dmitry V. Levin @ 2017-09-12 12:23 UTC (permalink / raw) To: Valery V. Inozemtsev; +Cc: ALT Devel discussion list [-- Attachment #1: Type: text/plain, Size: 4660 bytes --] On Tue, Sep 12, 2017 at 12:18:04PM +0000, Girar Builder pender robot wrote: > http://git.altlinux.org/tasks/archive/done/_183/188122/logs/events.1.1.log > > 2017-Sep-12 12:09:43 :: task #188122 for sisyphus started by shrek: > #100 build libfreetype-2.8-alt1.src.rpm > 2017-Sep-12 12:09:45 :: [x86_64] #100 libfreetype-2.8-alt1.src.rpm: build start > 2017-Sep-12 12:09:45 :: [i586] #100 libfreetype-2.8-alt1.src.rpm: build start > 2017-Sep-12 12:11:36 :: [x86_64] #100 libfreetype-2.8-alt1.src.rpm: build OK > 2017-Sep-12 12:11:44 :: [i586] #100 libfreetype-2.8-alt1.src.rpm: build OK > 2017-Sep-12 12:11:51 :: build check OK > 2017-Sep-12 12:11:53 :: noarch check OK > 2017-Sep-12 12:11:54 :: plan: src +1 -1 =17994, i586 +5 -5 =34028, x86_64 +5 -5 =34019 > 2017-Sep-12 12:11:54 :: version check OK > 2017-Sep-12 12:12:59 :: generated apt indices > 2017-Sep-12 12:12:59 :: created next repo > 2017-Sep-12 12:13:27 :: dependencies check OK > 2017-Sep-12 12:14:47 :: ELF symbols check OK > warning [i586]: libfreetype=2.8-alt1: circular dependencies on libharfbuzz=1.5.1-alt1 > warning [x86_64]: libfreetype=2.8-alt1: circular dependencies on libharfbuzz=1.5.1-alt1 > 2017-Sep-12 12:15:09 :: [i586] #100 libfreetype: install check OK > 2017-Sep-12 12:15:09 :: [x86_64] #100 libfreetype: install check OK > warning [x86_64]: libfreetype-debuginfo=2.8-alt1: circular dependencies on libharfbuzz-debuginfo=1.5.1-alt1 > warning [i586]: libfreetype-debuginfo=2.8-alt1: circular dependencies on libharfbuzz-debuginfo=1.5.1-alt1 > 2017-Sep-12 12:15:28 :: [x86_64] #100 libfreetype-debuginfo: install check OK > 2017-Sep-12 12:15:28 :: [i586] #100 libfreetype-debuginfo: install check OK > 2017-Sep-12 12:15:45 :: [x86_64] #100 libfreetype-demos: install check OK > 2017-Sep-12 12:15:45 :: [i586] #100 libfreetype-demos: install check OK > 2017-Sep-12 12:16:03 :: [x86_64] #100 libfreetype-demos-debuginfo: install check OK > 2017-Sep-12 12:16:04 :: [i586] #100 libfreetype-demos-debuginfo: install check OK > 2017-Sep-12 12:16:19 :: [x86_64] #100 libfreetype-devel: install check OK > 2017-Sep-12 12:16:21 :: [i586] #100 libfreetype-devel: install check OK > 2017-Sep-12 12:16:22 :: [x86_64-i586] plan: #2 +2 -2 =11476 > 2017-Sep-12 12:16:43 :: [x86_64-i586] arepo build OK > 2017-Sep-12 12:17:00 :: [x86_64-i586] generated apt indices > 2017-Sep-12 12:17:00 :: [x86_64-i586] created next repo > 2017-Sep-12 12:17:09 :: [x86_64-i586] dependencies check OK > 2017-Sep-12 12:17:09 :: gears inheritance check OK > 2017-Sep-12 12:17:09 :: srpm inheritance check OK > girar-check-perms: access to libfreetype ALLOWED for shrek: project leader > 2017-Sep-12 12:17:09 :: acl check OK > 2017-Sep-12 12:17:21 :: created contents_index files > 2017-Sep-12 12:17:29 :: created hash files: i586 src x86_64-i586 x86_64 > 2017-Sep-12 12:17:31 :: task #188122 for sisyphus TESTED > 2017-Sep-12 12:17:31 :: task is ready for commit > 2017-Sep-12 12:17:36 :: repo clone OK > 2017-Sep-12 12:17:36 :: packages update OK > 2017-Sep-12 12:17:38 :: [i586 x86_64] update OK > 2017-Sep-12 12:17:38 :: [x86_64-i586] update OK > 2017-Sep-12 12:17:38 :: repo update OK > 2017-Sep-12 12:17:45 :: repo save OK > 2017-Sep-12 12:17:55 :: updated /srpms/l/libfreetype.git branch `sisyphus' > diff --git a/freetype-2.8-alt-export-symbols.patch b/freetype-2.8-alt-export-symbols.patch > new file mode 100644 > index 0000000..18f7ed7 > --- /dev/null > +++ b/freetype-2.8-alt-export-symbols.patch > @@ -0,0 +1,21 @@ > --- freetype-2.8/builds/exports.mk.alt 2017-03-30 13:20:23.000000000 +0300 > +++ freetype-2.8/builds/exports.mk 2017-09-12 14:36:28.279998583 +0300 > @@ -68,6 +68,8 @@ ifneq ($(EXPORTS_LIST),) > $(subst /,$(SEP),$(APINAMES_EXE)) -o$@ $(APINAMES_OPTIONS) $(PUBLIC_HEADERS) > @echo TT_New_Context >> $(EXPORTS_LIST) > @echo TT_RunIns >> $(EXPORTS_LIST) > + @echo FT_Stream_Seek >> $(EXPORTS_LIST) > + @echo FT_Stream_Pos >> $(EXPORTS_LIST) > > $(PROJECT_LIBRARY): $(EXPORTS_LIST) > > --- freetype-2.8/builds/unix/unix-cc.in.alt 2017-03-30 13:20:23.000000000 +0300 > +++ freetype-2.8/builds/unix/unix-cc.in 2017-09-12 14:20:47.306309325 +0300 > @@ -109,6 +109,6 @@ CCexe := $(CCraw_build) # used to > LINK_LIBRARY = $(LIBTOOL) --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \ > -rpath $(libdir) -version-info $(version_info) \ > $(LDFLAGS) -no-undefined \ > - -export-symbols $(EXPORTS_LIST) > + # -export-symbols $(EXPORTS_LIST) > > # EOF Нельзя так делать! -- ldv [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 801 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] [#188122] DONE srpm=libfreetype-2.8-alt1.src.rpm 2017-09-12 12:23 ` [devel] [#188122] DONE srpm=libfreetype-2.8-alt1.src.rpm Dmitry V. Levin @ 2017-09-12 12:27 ` Валерий Иноземцев 2017-09-12 12:31 ` Dmitry V. Levin 0 siblings, 1 reply; 7+ messages in thread From: Валерий Иноземцев @ 2017-09-12 12:27 UTC (permalink / raw) To: devel [-- Attachment #1.1: Type: text/plain, Size: 5007 bytes --] 12.09.2017 15:23, Dmitry V. Levin пишет: > On Tue, Sep 12, 2017 at 12:18:04PM +0000, Girar Builder pender robot wrote: >> http://git.altlinux.org/tasks/archive/done/_183/188122/logs/events.1.1.log >> >> 2017-Sep-12 12:09:43 :: task #188122 for sisyphus started by shrek: >> #100 build libfreetype-2.8-alt1.src.rpm >> 2017-Sep-12 12:09:45 :: [x86_64] #100 libfreetype-2.8-alt1.src.rpm: build start >> 2017-Sep-12 12:09:45 :: [i586] #100 libfreetype-2.8-alt1.src.rpm: build start >> 2017-Sep-12 12:11:36 :: [x86_64] #100 libfreetype-2.8-alt1.src.rpm: build OK >> 2017-Sep-12 12:11:44 :: [i586] #100 libfreetype-2.8-alt1.src.rpm: build OK >> 2017-Sep-12 12:11:51 :: build check OK >> 2017-Sep-12 12:11:53 :: noarch check OK >> 2017-Sep-12 12:11:54 :: plan: src +1 -1 =17994, i586 +5 -5 =34028, x86_64 +5 -5 =34019 >> 2017-Sep-12 12:11:54 :: version check OK >> 2017-Sep-12 12:12:59 :: generated apt indices >> 2017-Sep-12 12:12:59 :: created next repo >> 2017-Sep-12 12:13:27 :: dependencies check OK >> 2017-Sep-12 12:14:47 :: ELF symbols check OK >> warning [i586]: libfreetype=2.8-alt1: circular dependencies on libharfbuzz=1.5.1-alt1 >> warning [x86_64]: libfreetype=2.8-alt1: circular dependencies on libharfbuzz=1.5.1-alt1 >> 2017-Sep-12 12:15:09 :: [i586] #100 libfreetype: install check OK >> 2017-Sep-12 12:15:09 :: [x86_64] #100 libfreetype: install check OK >> warning [x86_64]: libfreetype-debuginfo=2.8-alt1: circular dependencies on libharfbuzz-debuginfo=1.5.1-alt1 >> warning [i586]: libfreetype-debuginfo=2.8-alt1: circular dependencies on libharfbuzz-debuginfo=1.5.1-alt1 >> 2017-Sep-12 12:15:28 :: [x86_64] #100 libfreetype-debuginfo: install check OK >> 2017-Sep-12 12:15:28 :: [i586] #100 libfreetype-debuginfo: install check OK >> 2017-Sep-12 12:15:45 :: [x86_64] #100 libfreetype-demos: install check OK >> 2017-Sep-12 12:15:45 :: [i586] #100 libfreetype-demos: install check OK >> 2017-Sep-12 12:16:03 :: [x86_64] #100 libfreetype-demos-debuginfo: install check OK >> 2017-Sep-12 12:16:04 :: [i586] #100 libfreetype-demos-debuginfo: install check OK >> 2017-Sep-12 12:16:19 :: [x86_64] #100 libfreetype-devel: install check OK >> 2017-Sep-12 12:16:21 :: [i586] #100 libfreetype-devel: install check OK >> 2017-Sep-12 12:16:22 :: [x86_64-i586] plan: #2 +2 -2 =11476 >> 2017-Sep-12 12:16:43 :: [x86_64-i586] arepo build OK >> 2017-Sep-12 12:17:00 :: [x86_64-i586] generated apt indices >> 2017-Sep-12 12:17:00 :: [x86_64-i586] created next repo >> 2017-Sep-12 12:17:09 :: [x86_64-i586] dependencies check OK >> 2017-Sep-12 12:17:09 :: gears inheritance check OK >> 2017-Sep-12 12:17:09 :: srpm inheritance check OK >> girar-check-perms: access to libfreetype ALLOWED for shrek: project leader >> 2017-Sep-12 12:17:09 :: acl check OK >> 2017-Sep-12 12:17:21 :: created contents_index files >> 2017-Sep-12 12:17:29 :: created hash files: i586 src x86_64-i586 x86_64 >> 2017-Sep-12 12:17:31 :: task #188122 for sisyphus TESTED >> 2017-Sep-12 12:17:31 :: task is ready for commit >> 2017-Sep-12 12:17:36 :: repo clone OK >> 2017-Sep-12 12:17:36 :: packages update OK >> 2017-Sep-12 12:17:38 :: [i586 x86_64] update OK >> 2017-Sep-12 12:17:38 :: [x86_64-i586] update OK >> 2017-Sep-12 12:17:38 :: repo update OK >> 2017-Sep-12 12:17:45 :: repo save OK >> 2017-Sep-12 12:17:55 :: updated /srpms/l/libfreetype.git branch `sisyphus' >> diff --git a/freetype-2.8-alt-export-symbols.patch b/freetype-2.8-alt-export-symbols.patch >> new file mode 100644 >> index 0000000..18f7ed7 >> --- /dev/null >> +++ b/freetype-2.8-alt-export-symbols.patch >> @@ -0,0 +1,21 @@ >> --- freetype-2.8/builds/exports.mk.alt 2017-03-30 13:20:23.000000000 +0300 >> +++ freetype-2.8/builds/exports.mk 2017-09-12 14:36:28.279998583 +0300 >> @@ -68,6 +68,8 @@ ifneq ($(EXPORTS_LIST),) >> $(subst /,$(SEP),$(APINAMES_EXE)) -o$@ $(APINAMES_OPTIONS) $(PUBLIC_HEADERS) >> @echo TT_New_Context >> $(EXPORTS_LIST) >> @echo TT_RunIns >> $(EXPORTS_LIST) >> + @echo FT_Stream_Seek >> $(EXPORTS_LIST) >> + @echo FT_Stream_Pos >> $(EXPORTS_LIST) >> >> $(PROJECT_LIBRARY): $(EXPORTS_LIST) >> >> --- freetype-2.8/builds/unix/unix-cc.in.alt 2017-03-30 13:20:23.000000000 +0300 >> +++ freetype-2.8/builds/unix/unix-cc.in 2017-09-12 14:20:47.306309325 +0300 >> @@ -109,6 +109,6 @@ CCexe := $(CCraw_build) # used to >> LINK_LIBRARY = $(LIBTOOL) --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \ >> -rpath $(libdir) -version-info $(version_info) \ >> $(LDFLAGS) -no-undefined \ >> - -export-symbols $(EXPORTS_LIST) >> + # -export-symbols $(EXPORTS_LIST) >> >> # EOF > > Нельзя так делать! конечно низя... https://lists.nongnu.org/archive/html/freetype-devel/2016-05/msg00003.html но иначе в нашем лепрозории не получается -- Valery V. Inozemtsev [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 181 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] [#188122] DONE srpm=libfreetype-2.8-alt1.src.rpm 2017-09-12 12:27 ` Валерий Иноземцев @ 2017-09-12 12:31 ` Dmitry V. Levin 2017-09-12 12:36 ` Michael Shigorin 0 siblings, 1 reply; 7+ messages in thread From: Dmitry V. Levin @ 2017-09-12 12:31 UTC (permalink / raw) To: ALT Devel discussion list [-- Attachment #1: Type: text/plain, Size: 5238 bytes --] On Tue, Sep 12, 2017 at 03:27:49PM +0300, Валерий Иноземцев wrote: > 12.09.2017 15:23, Dmitry V. Levin пишет: > > On Tue, Sep 12, 2017 at 12:18:04PM +0000, Girar Builder pender robot wrote: > >> http://git.altlinux.org/tasks/archive/done/_183/188122/logs/events.1.1.log > >> > >> 2017-Sep-12 12:09:43 :: task #188122 for sisyphus started by shrek: > >> #100 build libfreetype-2.8-alt1.src.rpm > >> 2017-Sep-12 12:09:45 :: [x86_64] #100 libfreetype-2.8-alt1.src.rpm: build start > >> 2017-Sep-12 12:09:45 :: [i586] #100 libfreetype-2.8-alt1.src.rpm: build start > >> 2017-Sep-12 12:11:36 :: [x86_64] #100 libfreetype-2.8-alt1.src.rpm: build OK > >> 2017-Sep-12 12:11:44 :: [i586] #100 libfreetype-2.8-alt1.src.rpm: build OK > >> 2017-Sep-12 12:11:51 :: build check OK > >> 2017-Sep-12 12:11:53 :: noarch check OK > >> 2017-Sep-12 12:11:54 :: plan: src +1 -1 =17994, i586 +5 -5 =34028, x86_64 +5 -5 =34019 > >> 2017-Sep-12 12:11:54 :: version check OK > >> 2017-Sep-12 12:12:59 :: generated apt indices > >> 2017-Sep-12 12:12:59 :: created next repo > >> 2017-Sep-12 12:13:27 :: dependencies check OK > >> 2017-Sep-12 12:14:47 :: ELF symbols check OK > >> warning [i586]: libfreetype=2.8-alt1: circular dependencies on libharfbuzz=1.5.1-alt1 > >> warning [x86_64]: libfreetype=2.8-alt1: circular dependencies on libharfbuzz=1.5.1-alt1 > >> 2017-Sep-12 12:15:09 :: [i586] #100 libfreetype: install check OK > >> 2017-Sep-12 12:15:09 :: [x86_64] #100 libfreetype: install check OK > >> warning [x86_64]: libfreetype-debuginfo=2.8-alt1: circular dependencies on libharfbuzz-debuginfo=1.5.1-alt1 > >> warning [i586]: libfreetype-debuginfo=2.8-alt1: circular dependencies on libharfbuzz-debuginfo=1.5.1-alt1 > >> 2017-Sep-12 12:15:28 :: [x86_64] #100 libfreetype-debuginfo: install check OK > >> 2017-Sep-12 12:15:28 :: [i586] #100 libfreetype-debuginfo: install check OK > >> 2017-Sep-12 12:15:45 :: [x86_64] #100 libfreetype-demos: install check OK > >> 2017-Sep-12 12:15:45 :: [i586] #100 libfreetype-demos: install check OK > >> 2017-Sep-12 12:16:03 :: [x86_64] #100 libfreetype-demos-debuginfo: install check OK > >> 2017-Sep-12 12:16:04 :: [i586] #100 libfreetype-demos-debuginfo: install check OK > >> 2017-Sep-12 12:16:19 :: [x86_64] #100 libfreetype-devel: install check OK > >> 2017-Sep-12 12:16:21 :: [i586] #100 libfreetype-devel: install check OK > >> 2017-Sep-12 12:16:22 :: [x86_64-i586] plan: #2 +2 -2 =11476 > >> 2017-Sep-12 12:16:43 :: [x86_64-i586] arepo build OK > >> 2017-Sep-12 12:17:00 :: [x86_64-i586] generated apt indices > >> 2017-Sep-12 12:17:00 :: [x86_64-i586] created next repo > >> 2017-Sep-12 12:17:09 :: [x86_64-i586] dependencies check OK > >> 2017-Sep-12 12:17:09 :: gears inheritance check OK > >> 2017-Sep-12 12:17:09 :: srpm inheritance check OK > >> girar-check-perms: access to libfreetype ALLOWED for shrek: project leader > >> 2017-Sep-12 12:17:09 :: acl check OK > >> 2017-Sep-12 12:17:21 :: created contents_index files > >> 2017-Sep-12 12:17:29 :: created hash files: i586 src x86_64-i586 x86_64 > >> 2017-Sep-12 12:17:31 :: task #188122 for sisyphus TESTED > >> 2017-Sep-12 12:17:31 :: task is ready for commit > >> 2017-Sep-12 12:17:36 :: repo clone OK > >> 2017-Sep-12 12:17:36 :: packages update OK > >> 2017-Sep-12 12:17:38 :: [i586 x86_64] update OK > >> 2017-Sep-12 12:17:38 :: [x86_64-i586] update OK > >> 2017-Sep-12 12:17:38 :: repo update OK > >> 2017-Sep-12 12:17:45 :: repo save OK > >> 2017-Sep-12 12:17:55 :: updated /srpms/l/libfreetype.git branch `sisyphus' > >> diff --git a/freetype-2.8-alt-export-symbols.patch b/freetype-2.8-alt-export-symbols.patch > >> new file mode 100644 > >> index 0000000..18f7ed7 > >> --- /dev/null > >> +++ b/freetype-2.8-alt-export-symbols.patch > >> @@ -0,0 +1,21 @@ > >> --- freetype-2.8/builds/exports.mk.alt 2017-03-30 13:20:23.000000000 +0300 > >> +++ freetype-2.8/builds/exports.mk 2017-09-12 14:36:28.279998583 +0300 > >> @@ -68,6 +68,8 @@ ifneq ($(EXPORTS_LIST),) > >> $(subst /,$(SEP),$(APINAMES_EXE)) -o$@ $(APINAMES_OPTIONS) $(PUBLIC_HEADERS) > >> @echo TT_New_Context >> $(EXPORTS_LIST) > >> @echo TT_RunIns >> $(EXPORTS_LIST) > >> + @echo FT_Stream_Seek >> $(EXPORTS_LIST) > >> + @echo FT_Stream_Pos >> $(EXPORTS_LIST) > >> > >> $(PROJECT_LIBRARY): $(EXPORTS_LIST) > >> > >> --- freetype-2.8/builds/unix/unix-cc.in.alt 2017-03-30 13:20:23.000000000 +0300 > >> +++ freetype-2.8/builds/unix/unix-cc.in 2017-09-12 14:20:47.306309325 +0300 > >> @@ -109,6 +109,6 @@ CCexe := $(CCraw_build) # used to > >> LINK_LIBRARY = $(LIBTOOL) --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \ > >> -rpath $(libdir) -version-info $(version_info) \ > >> $(LDFLAGS) -no-undefined \ > >> - -export-symbols $(EXPORTS_LIST) > >> + # -export-symbols $(EXPORTS_LIST) > >> > >> # EOF > > > > Нельзя так делать! > > конечно низя... > https://lists.nongnu.org/archive/html/freetype-devel/2016-05/msg00003.html > > но иначе в нашем лепрозории не получается Нельзя все внутренние символы наружу выставлять. Исправь, пожалуйста! -- ldv [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 801 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] [#188122] DONE srpm=libfreetype-2.8-alt1.src.rpm 2017-09-12 12:31 ` Dmitry V. Levin @ 2017-09-12 12:36 ` Michael Shigorin 2017-09-12 12:39 ` Валерий Иноземцев 2017-09-12 12:50 ` Dmitry V. Levin 0 siblings, 2 replies; 7+ messages in thread From: Michael Shigorin @ 2017-09-12 12:36 UTC (permalink / raw) To: devel On Tue, Sep 12, 2017 at 03:31:44PM +0300, Dmitry V. Levin wrote: > > >> - -export-symbols $(EXPORTS_LIST) > > >> + # -export-symbols $(EXPORTS_LIST) > > > Нельзя так делать! > > конечно низя... > > https://lists.nongnu.org/archive/html/freetype-devel/2016-05/msg00003.html > > но иначе в нашем лепрозории не получается > Нельзя все внутренние символы наружу выставлять. Исправь, пожалуйста! Это откат апстримного исправления, поскольку Валеру за полгода или уже год достало, что nx пересобрать со своим фритайпом некому (если правильно понимаю); он меня пинал-пинал, недопинал. -- ---- WBR, Michael Shigorin / http://altlinux.org ------ http://opennet.ru / http://anna-news.info ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] [#188122] DONE srpm=libfreetype-2.8-alt1.src.rpm 2017-09-12 12:36 ` Michael Shigorin @ 2017-09-12 12:39 ` Валерий Иноземцев 2017-09-12 12:50 ` Dmitry V. Levin 1 sibling, 0 replies; 7+ messages in thread From: Валерий Иноземцев @ 2017-09-12 12:39 UTC (permalink / raw) To: devel [-- Attachment #1.1: Type: text/plain, Size: 1104 bytes --] 12.09.2017 15:36, Michael Shigorin пишет: > On Tue, Sep 12, 2017 at 03:31:44PM +0300, Dmitry V. Levin wrote: >>>>> - -export-symbols $(EXPORTS_LIST) >>>>> + # -export-symbols $(EXPORTS_LIST) >>>> Нельзя так делать! >>> конечно низя... >>> https://lists.nongnu.org/archive/html/freetype-devel/2016-05/msg00003.html >>> но иначе в нашем лепрозории не получается >> Нельзя все внутренние символы наружу выставлять. Исправь, пожалуйста! > > Это откат апстримного исправления, поскольку Валеру за полгода > или уже год достало, что nx пересобрать со своим фритайпом некому > (если правильно понимаю); он меня пинал-пинал, недопинал. > истравить или выкнуть nx. полтора года! полтора, Карл!!! -- Valery V. Inozemtsev [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 181 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] [#188122] DONE srpm=libfreetype-2.8-alt1.src.rpm 2017-09-12 12:36 ` Michael Shigorin 2017-09-12 12:39 ` Валерий Иноземцев @ 2017-09-12 12:50 ` Dmitry V. Levin 2017-09-12 18:52 ` Vitaly Lipatov 1 sibling, 1 reply; 7+ messages in thread From: Dmitry V. Levin @ 2017-09-12 12:50 UTC (permalink / raw) To: ALT Devel discussion list [-- Attachment #1: Type: text/plain, Size: 972 bytes --] On Tue, Sep 12, 2017 at 03:36:06PM +0300, Michael Shigorin wrote: > On Tue, Sep 12, 2017 at 03:31:44PM +0300, Dmitry V. Levin wrote: > > > >> - -export-symbols $(EXPORTS_LIST) > > > >> + # -export-symbols $(EXPORTS_LIST) > > > > Нельзя так делать! > > > конечно низя... > > > https://lists.nongnu.org/archive/html/freetype-devel/2016-05/msg00003.html > > > но иначе в нашем лепрозории не получается > > Нельзя все внутренние символы наружу выставлять. Исправь, пожалуйста! > > Это откат апстримного исправления, поскольку Валеру за полгода > или уже год достало, что nx пересобрать со своим фритайпом некому > (если правильно понимаю); он меня пинал-пинал, недопинал. За это время точно можно было обсудить варианты, как лучше решить этот вопрос с nx. Вместо этого сейчас без обсуждения был выбран наихудший из вариантов. Так не годится, ни с организационной стороны, ни с технической. -- ldv [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 801 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] [#188122] DONE srpm=libfreetype-2.8-alt1.src.rpm 2017-09-12 12:50 ` Dmitry V. Levin @ 2017-09-12 18:52 ` Vitaly Lipatov 0 siblings, 0 replies; 7+ messages in thread From: Vitaly Lipatov @ 2017-09-12 18:52 UTC (permalink / raw) To: ALT Devel discussion list; +Cc: shrek@altlinux.ru Dmitry V. Levin писал 12.9.17 15:50: > On Tue, Sep 12, 2017 at 03:36:06PM +0300, Michael Shigorin wrote: >> On Tue, Sep 12, 2017 at 03:31:44PM +0300, Dmitry V. Levin wrote: >> > > >> - -export-symbols $(EXPORTS_LIST) >> > > >> + # -export-symbols $(EXPORTS_LIST) >> > > > Нельзя так делать! >> > > конечно низя... >> > > https://lists.nongnu.org/archive/html/freetype-devel/2016-05/msg00003.html >> > > но иначе в нашем лепрозории не получается >> > Нельзя все внутренние символы наружу выставлять. Исправь, пожалуйста! >> >> Это откат апстримного исправления, поскольку Валеру за полгода >> или уже год достало, что nx пересобрать со своим фритайпом некому >> (если правильно понимаю); он меня пинал-пинал, недопинал. > > За это время точно можно было обсудить варианты, как лучше решить этот > вопрос с nx. Вместо этого сейчас без обсуждения был выбран наихудший > из вариантов. > Так не годится, ни с организационной стороны, ни с технической. Я думаю, нужно было давно повесить багу на пакет nx, и никого не пинать. -- С уважением, Виталий Липатов, Etersoft ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2017-09-12 18:52 UTC | newest] Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2017-09-12 12:23 ` [devel] [#188122] DONE srpm=libfreetype-2.8-alt1.src.rpm Dmitry V. Levin 2017-09-12 12:27 ` Валерий Иноземцев 2017-09-12 12:31 ` Dmitry V. Levin 2017-09-12 12:36 ` Michael Shigorin 2017-09-12 12:39 ` Валерий Иноземцев 2017-09-12 12:50 ` Dmitry V. Levin 2017-09-12 18:52 ` Vitaly Lipatov
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