Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A0D20200CCB for ; Thu, 20 Jul 2017 12:13:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9D65216B00D; Thu, 20 Jul 2017 10:13:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6E94A16B00A for ; Thu, 20 Jul 2017 12:13:48 +0200 (CEST) Received: (qmail 82736 invoked by uid 500); 20 Jul 2017 10:13:42 -0000 Mailing-List: contact dev-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list dev@openoffice.apache.org Received: (qmail 82715 invoked by uid 99); 20 Jul 2017 10:13:42 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jul 2017 10:13:42 +0000 Received: from mail-lf0-f43.google.com (mail-lf0-f43.google.com [209.85.215.43]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 19A381A00C5 for ; Thu, 20 Jul 2017 10:13:40 +0000 (UTC) Received: by mail-lf0-f43.google.com with SMTP id y15so10194009lfd.5 for ; Thu, 20 Jul 2017 03:13:40 -0700 (PDT) X-Gm-Message-State: AIVw112Ez1MYigtIxESTYN8AX8Vmelb4b4g8Cb/9+LzbmSv9ut5edZGD C77Bt0MmJFtBWM5/uIRoTbjGvxLSwg== X-Received: by 10.25.148.15 with SMTP id w15mr1118800lfd.248.1500545618380; Thu, 20 Jul 2017 03:13:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.33.194 with HTTP; Thu, 20 Jul 2017 03:13:17 -0700 (PDT) In-Reply-To: <1b9e02ad-e26f-64f1-2d33-206490113c18@hamburg.de> References: <1b9e02ad-e26f-64f1-2d33-206490113c18@hamburg.de> From: Damjan Jovanovic Date: Thu, 20 Jul 2017 12:13:17 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Building OO To: Apache OO Content-Type: multipart/alternative; boundary="001a113e84528d8d2c0554bd001f" archived-at: Thu, 20 Jul 2017 10:13:49 -0000 --001a113e84528d8d2c0554bd001f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Since I am the main gbuild developer and Windows always builds for me, and I cannot reproduce your problem, I only see the following solution. svn log -v > /path/to/log.txt (so you have an offline log.txt for easy future reference) Look through log.txt, go to early 2015 or so. Find a revision you want to try, and switch to it and try build it. I think it was: svn update -r then clean the tree and try build. When you find a revision that builds that way, do the equivalent of "git bisect" between that revision and the latest revision, ie. go to a revision about halfway between then and now, "svn update -r ..." and build, and keep bisecting until you find the last working revision, then post the details. It will probably take a long time, and a dozen or so attempted builds, but once you find it, it should allow us to narrow down the problem and figure out what went wrong. Damjan On Thu, Jul 20, 2017 at 11:11 AM, Matthias Seidel < matthias.seidel@hamburg.de> wrote: > Hi, > > When building trunk (on Windows) I get exactly the same errors... > > Branch 414 builds just fine (with Java 7): > https://home.apache.org/~mseidel/AOO-builds/AOO-414-Test/ > > Regards, Matthias > > > Am 20.07.2017 um 04:56 schrieb Yemelyanenko Fyodor: > > I=E2=80=99ve took another try to build OO on W7 x32 > > But got same errors, as on W8 x64 > > May be I missed some prerequisites? > > > > Errors are in modules gtest, xml2cmp, salhelper, udm > > Cygwin seems to have bug on Windows as it only shows full error text > when resized to some size=E2=80=A6 So path to missed file is not full. > > The gtest.h is in place, why gb_Deliver_deliver cannot find it? > > > > $ build --all:gtest > > build -- version: 1775979 > > > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > Building module gtest > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > Entering /cygdrive/c/source/aoo-trunk/ext_libraries/gtest > > > > mkdir: cannot create directory './wntmsci12.pro/misc/build/gtest-1.7.0/= ': > File exists > > C:/source/aoo-trunk/main/solenv/gbuild/Package.mk:28: *** > gb_Deliver_deliver: file does not exist in solver, and cannot be deli. > Stop.nk/main/solver/420/wntmsci12.pro/inc/gtest/gtest.h > > dmake: Error code 2, while making './wntmsci12.pro/misc/build/ > so_built_oo_gtest' > > > > 1 module(s): > > gtest > > need(s) to be rebuilt > > > > Reason(s): > > > > ERROR: error 65280 occurred while making /cygdrive/c/source/aoo-trunk/ > ext_libraries/gtest > > > > When you have fixed the errors in that module you can resume the build > by running: > > > > build --all:gtest > > > > The sal helper cannot open include file conditn.h > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > Building module salhelper > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > Entering /cygdrive/c/source/aoo-trunk/main/salhelper/source > > > > mkout -- version: 1.8 > > Making: all_salhelper.dpslo > > Compiling: salhelper/wntmsci12.pro/misc/salhelper3MSC_version.c > > Compiling: salhelper/source/condition.cxx > > ../inc\salhelper/condition.hxx(29) : fatal error C1083: Cannot open > include file: 'osl/conditn.h': No such file or directory > > dmake: Error code 2, while making '../wntmsci12.pro/slo/condition.obj' > > > > 1 module(s): > > salhelper > > need(s) to be rebuilt > > > > Reason(s): > > > > ERROR: error 65280 occurred while making /cygdrive/c/source/aoo-trunk/ > main/salhelper/source > > > > When you have fixed the errors in that module you can resume the build > by running: > > > > build --all:salhelper > > > > > > > > From: Yemelyanenko Fyodor [mailto:fyodor_e@hotmail.com] > > Sent: Wednesday, July 19, 2017 10:51 AM > > To: Damjan Jovanovic ; Apache OO < > dev@openoffice.apache.org> > > Subject: Re[5]: Building OO > > > > Hello! > > > > I've switched to Ubuntu 14.04 mini with xubuntu-desktop and xrdp > installed > > And OO built successfully! :-) > > > > Now trying to do the same on W7 x32. > > > > As Id like to deep dive into OO development, could you please share wha= t > dev environment do you use on Ubuntu and on W7 (I believe, that I'll > finally success in building OO on Windows). > > Any thoughts on establishing dev environment will be appreciated. > > > > -- > > Fyodor > > > > ------ =D0=98=D1=81=D1=85=D0=BE=D0=B4=D0=BD=D0=BE=D0=B5 =D1=81=D0=BE=D0= =BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B5 ------ > > =D0=9E=D1=82: "=D0=95=D0=BC=D0=B5=D0=BB=D1=8C=D1=8F=D0=BD=D0=B5=D0=BD= =D0=BA=D0=BE =D0=A4=D0=B5=D0=B4=D0=BE=D1=80" yodor_e@hotmail.com>> > > =D0=9A=D0=BE=D0=BC=D1=83: "Damjan Jovanovic" > > > =D0=9A=D0=BE=D0=BF=D0=B8=D1=8F: "Apache OO" dev@openoffice.apache.org>> > > =D0=9E=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=BE: 04.07.201= 7 12:57:52 > > =D0=A2=D0=B5=D0=BC=D0=B0: Re[4]: Building OO > > > > I use following config script > > > > ./configure \ > > --with-frame-home=3D"$SDK_PATH" \ > > --with-psdk-home=3D"$SDK_PATH" \ > > --with-midl-path=3D"$SDK_PATH/bin" \ > > --with-ant-home=3D"/cygdrive/c/ant110/apache-ant-1.10.1" \ > > --with-jdk-home=3D"C:/PROGRA~2/Java/JDK18~1.0_1" \ > > --with-csc-path=3D"C:/Windows/Microsoft.NET/Framework/v3.5" \ > > --with-cl-home=3D"C:/PROGRA~2/MICROS~1.0/VC" \ > > --with-asm-home=3D"C:/PROGRA~2/MICROS~1.0/VC/bin" \ > > --with-dmake-url=3D"https://sourceforge.net/projects/ > oooextras.mirror/files/dmake-4.12.tar.bz2" \ > > --with-epm-url=3D"https://sourceforge.net/projects/ > oooextras.mirror/files/epm-3.7.tar.gz" \ > > --disable-pch \ > > --disable-atl \ > > --disable-activex \ > > --disable-nss-module \ > > --without-junit \ > > --disable-directx > > > > On Windows 8.1 64 bit Hyper-v VM > > > > Full jdk path C:\Program Files (x86)\Java\jdk1.8.0_131 > > CL home C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC > > Asm home C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin > > > > I've tried to rebuild with following script (full path) with no success > > > > ./configure \ > > --with-frame-home=3D"$SDK_PATH" \ > > --with-psdk-home=3D"$SDK_PATH" \ > > --with-midl-path=3D"$SDK_PATH/bin" \ > > --with-ant-home=3D"/cygdrive/c/ant110/apache-ant-1.10.1" \ > > --with-jdk-home=3D"/cygdrive/c/Program Files (x86)/Java/jdk1.8.0_131= " \ > > --with-csc-path=3D"/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5"= \ > > --with-cl-home=3D"/cygdrive/c/Program Files (x86)/Microsoft Visual > Studio 9.0/VC" \ > > --with-asm-home=3D"/cygdrive/c/Program Files (x86)/Microsoft Visual > Studio 9.0/VC/bin" \ > > --with-dmake-url=3D"https://sourceforge.net/projects/ > oooextras.mirror/files/dmake-4.12.tar.bz2" \ > > --with-epm-url=3D"https://sourceforge.net/projects/ > oooextras.mirror/files/epm-3.7.tar.gz" \ > > --disable-pch \ > > --disable-atl \ > > --disable-activex \ > > --disable-nss-module \ > > --without-junit \ > > --disable-directx > > > > Now I have error on module gtest... > > > > dmake: Error code 2, while making './wntmsci12.pro/misc/build/ > so_built_oo_gtest' > > > > 1 module(s): > > gtest > > need(s) to be rebuilt > > > > Reason(s): > > > > ERROR: error 65280 occurred while making /cygdrive/c/source/aoo-trunk/ > ext_libraries/gtest > > > > When you have fixed the errors in that module you can resume the build > by running: > > > > build --all:gtest > > > > ------ =D0=98=D1=81=D1=85=D0=BE=D0=B4=D0=BD=D0=BE=D0=B5 =D1=81=D0=BE=D0= =BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B5 ------ > > =D0=9E=D1=82: "Damjan Jovanovic" > > > =D0=9A=D0=BE=D0=BC=D1=83: "Yemelyanenko Fyodor" yodor_e@hotmail.com>> > > =D0=9A=D0=BE=D0=BF=D0=B8=D1=8F: "Apache OO" dev@openoffice.apache.org>> > > =D0=9E=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=BE: 02.07.201= 7 16:46:09 > > =D0=A2=D0=B5=D0=BC=D0=B0: Re: Re[2]: Building OO > > > > I just succeeded in building trunk with: > > 32 bit VirtualBox VM > > Windows XP > > SDK_PATH=3D"/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" > ./configure --with-frame-home=3D"$SDK_PATH" --with-psdk-home=3D"$SDK_PATH= " > --with-midl-path=3D"$SDK_PATH/bin" --with-ant-home=3D"/cygdrive/c/apache-= ant-1.9.6" > --with-dmake-url=3D"http://dmake.apache-extras.org. > codespot.com/files/dmake-4.12.tar.bz2" --with-epm-url=3D"http://www. > msweet.org/files/project2/epm-3.7-source.tar.gz" --enable-pch > --disable-atl --disable-activex --with-junit=3D"/cygdrive/c/source/junit.= jar" > --with-hamcrest-core=3D"/cygdrive/c/source/hamcrest.jar" > --with-cl-home=3D"/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/V= C" > --with-csc-path=3D"/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5" > --with-jdk-home=3D"/cygdrive/c/Program Files/Java/jdk1.7.0" > --disable-directx --with-package-format=3D"installed" > --enable-wiki-publisher > > > > Please post your full setup and build options. > > Regards > > Damjan > > > > On Fri, Jun 30, 2017 at 7:37 AM, Yemelyanenko Fyodor < > fyodor_e@hotmail.com> wrote: > > Hello Damjan, > > > > I've commented out in main/udm/StaticLibrary_udm.mk > > > > #ifeq ($(OS),WNT) > > #$(eval $(call gb_StaticLibrary_add_cflags,udm,-GR)) > > #else > > > > Now build stopped on xml2cmp module... > > > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > Building module xml2cmp > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > Entering /cygdrive/c/source/aoo-trunk/ > main/xml2cmp/prj > > > > cd .. && make -s -r -j1 && make -s -r > deliverlog > > [ info ALL ] LinkTarget Library/msvcprt.lib no= t > defined: Assuming > > headers to be there! > > [ info ALL ] LinkTarget Library/kernel32.lib > not defined: Assuming > > headers to be there! > > [ info ALL ] LinkTarget Library/msvcrt.lib not > defined: Assuming > > headers to be there! > > [ info ALL ] LinkTarget Library/oldnames.lib > not defined: Assuming > > headers to be there! > > [ build CXX ] xml2cmp/source/finder/dependy > > dependy.cxx > > [ build CXX ] xml2cmp/source/finder/dep_main > > dep_main.cxx > > [ build CXX ] xml2cmp/source/xcd/cr_html > > cr_html.cxx > > [ build CXX ] xml2cmp/source/xcd/cr_index > > cr_index.cxx > > [ build CXX ] xml2cmp/source/xcd/cr_metho > > cr_metho.cxx > > [ build CXX ] xml2cmp/source/xcd/filebuff > > filebuff.cxx > > [ build CXX ] xml2cmp/source/xcd/parse > > parse.cxx > > [ build CXX ] xml2cmp/source/xcd/xmlelem > > xmlelem.cxx > > [ build CXX ] xml2cmp/source/xcd/xmltree > > xmltree.cxx > > [ build CXX ] xml2cmp/source/support/cmdline > > cmdline.cxx > > [ build CXX ] xml2cmp/source/support/heap > > heap.cxx > > [ build CXX ] xml2cmp/source/support/sistr > > sistr.cxx > > [ build CXX ] xml2cmp/source/support/syshelp > > syshelp.cxx > > [ build CXX ] xml2cmp/source/support/badcast > > badcast.cxx > > [ build DEP ] LNK:Executable/srvdepy.exe > > [ build CXX ] xml2cmp/source/xcd/main > > main.cxx > > [ build DEP ] LNK:Executable/xml2cmp.exe > > ', needed by > > '/cygdrive/c/source/aoo-trunk/main/solver/420/wntmsci12.pro/ > workdir/CxxObject/xml2cmp/source/xcd/cr_html.o wntmsci12.pro/workdir/CxxObject/xml2cmp/source/xcd/cr_html.o>'. > > Stop. > > dmake: Error code 2, while making 'all' > > > > 1 module(s): > > xml2cmp > > need(s) to be rebuilt > > > > Reason(s): > > > > ERROR: error 65280 occurred while making > > /cygdrive/c/source/aoo-trunk/main/xml2cmp/prj > > > > When you have fixed the errors in that module > you can resume the > > build by running: > > > > build --all:xml2cmp > > > > ------ =D0=98=D1=81=D1=85=D0=BE=D0=B4=D0=BD=D0=BE=D0=B5 =D1=81=D0=BE=D0= =BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B5 ------ > > =D0=9E=D1=82: "Damjan Jovanovic" > > > =D0=9A=D0=BE=D0=BC=D1=83: "Yemelyanenko Fyodor" yodor_e@hotmail.com>> > > =D0=9A=D0=BE=D0=BF=D0=B8=D1=8F: "Apache OO" dev@openoffice.apache.org>> > > =D0=9E=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=BE: 28.06.201= 7 15:07:29 > > =D0=A2=D0=B5=D0=BC=D0=B0: Re: Building OO > > > >> Hi Fyodor > >> > >> The problem is almost certainly in > >> main/udm/StaticLibrary_udm.mk > >> > >> Make try take out the contents of the ifeq ($(OS),WNT) section? > >> > >> I'll try build it later. > >> > >> Damjan > >> > >> On Wed, Jun 28, 2017 at 6:00 AM, Yemelyanenko Fyodor > >> > wrote: > >>> Hi Damjan, > >>> > >>> I=E2=80=99ve got OO using svn co > >>> https://svn.apache.org/repos/asf/openoffice/trunk > >>> aoo-trunk a week > >>> ago. > >>> > >>> I've cd'ed to udm and tried build -all:udm > >>> > >>> This is output > >>> Admin@shr-pc > >>> /cygdrive/c/source/aoo-trunk/main/udm > >>> $ build --all:udm > >>> build -- version: 1775979 > >>> > >>> > >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > >>> Building module udm > >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > >>> > >>> Entering > >>> /cygdrive/c/source/aoo-trunk/main/udm/prj > >>> > >>> cd .. && make -s -r -j1 && make -s -r > >>> deliverlog > >>> ', needed by > >>> '/cygdrive/c/source/aoo-trunk/main/solver/420/wntmsci12.pro/ > workdir/CxxObject/udm/source/html/htmlitem.o CxxObject/udm/source/html/htmlitem.o> > >>> '. > >>> Stop. > >>> dmake: Error code 2, while making 'all' > >>> > >>> 1 module(s): > >>> udm > >>> need(s) to be rebuilt > >>> > >>> Reason(s): > >>> > >>> ERROR: error 65280 occurred while making > >>> /cygdrive/c/source/aoo-trunk/main/udm/prj > >>> > >>> When you have fixed the errors in that module > >>> you can resume the > >>> build by running: > >>> > >>> build --all:udm > >>> > >>> > >>> I think I need to deep dive into dmake, so I'll be able to trace buil= d > >>> and link processes and find what exactly done on udm module. So I'll > >>> appreciate reference to information on dmake. > >>> > >>> -- > >>> Fyodor > >>> > >>> > >>> From: Damjan Jovanovic [mailto:damjan@apache.org damjan@apache.org>] > >>> Sent: Tuesday, June 27, 2017 5:38 PM > >>> To: Apache OO org>>; fyodor_e@hotmail.com > >>> Subject: Re: Building OO > >>> > >>> Hi Fyodor > >>> Welcome to AOO :). > >>> What version are you building? > >>> Can you "cd" into the udm directory, and post the full output of > >>> "build" > >>> run from there? > >>> Thank you > >>> Damjan > >>> > >>> On Tue, Jun 27, 2017 at 8:12 AM, Yemelyanenko Fyodor > >>> > wrote: > >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > >>> Building module udm > >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > >>> > >>> Entering /cygdrive/c/source/aoo-trunk/main/udm/prj > >>> Hello! > >>> > >>> I'm newbie in OO development, and as New Volunteer Orientation module > >>> suggests, I've established local build env, and try to build OO. > >>> I've installed required prerequisites from Building Guide > >>> (http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO > >>> ) > >>> and > >>> started to build with this command > >>> > >>> ./configure \ > >>> --with-frame-home=3D"$SDK_PATH" \ > >>> --with-psdk-home=3D"$SDK_PATH" \ > >>> --with-midl-path=3D"$SDK_PATH/bin" \ > >>> --with-ant-home=3D"/cygdrive/c/ant110/apache-ant-1.10.1" \ > >>> --with-jdk-home=3D"C:/PROGRA~2/Java/JDK18~1.0_1" \ > >>> --with-csc-path=3D"C:/Windows/Microsoft.NET/Framework/v3.5" \ > >>> --with-cl-home=3D"C:/PROGRA~2/MICROS~1.0/VC" \ > >>> --with-asm-home=3D"C:/PROGRA~2/MICROS~1.0/VC/bin" \ > >>> > >>> --with-dmake-url=3D"https://sourceforge.net/projects/ > oooextras.mirror/files/dmake-4.12.tar.bz2 > >>> files/dmake-4.12.tar.bz2>" > >>> \ > >>> > >>> --with-epm-url=3D"https://sourceforge.net/projects/ > oooextras.mirror/files/epm-3.7.tar.gz > >>> files/epm-3.7.tar.gz>" > >>> \ > >>> --disable-pch \ > >>> --disable-atl \ > >>> --disable-activex \ > >>> --disable-nss-module \ > >>> --without-junit \ > >>> --disable-directx > >>> > >>> There are some modules built successfully, but built stop on UDM > >>> module > >>> with following error > >>> > >>> cd .. && make -s -r -j1 && make -s -r deliverlog > >>> [ build CXX ] udm/source/html/htmlitem > >>> htmlitem.cxx > >>> [ build CXX ] udm/source/xml/xmlitem > >>> xmlitem.cxx > >>> [ build DEP ] LNK:StaticLibrary/udm.lib > >>> [ build PKG ] udm_inc > >>> ', needed by > >>> '/cygdrive/c/source/aoo-trunk/main/solver/420/wntmsci12.pro/ > workdir/CxxObject/udm/source/html/htmlitem.o CxxObject/udm/source/html/htmlitem.o> > >>> '. > >>> Stop. > >>> dmake: Error code 2, while making 'all' > >>> > >>> 1 module(s): > >>> udm > >>> need(s) to be rebuilt > >>> > >>> Reason(s): > >>> > >>> ERROR: error 65280 occurred while making > >>> /cygdrive/c/source/aoo-trunk/main/udm/prj > >>> > >>> When you have fixed the errors in that module you can resume the buil= d > >>> by running: > >>> > >>> build --all:udm > >>> > >>> I'm not professional with dmake (yet), so any help would be > >>> appreciated. > >>> > >>> -- > >>> Fyodor > >>> > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org dev-unsubscribe@openoffice.apache.org> > >>> ev-unsubscribe@openoffice.apache.org>> > >>> For additional commands, e-mail: dev-help@openoffice.apache.org > > >>> > > > --001a113e84528d8d2c0554bd001f--