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