From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x233.google.com (mail-lj1-x233.google.com [IPv6:2a00:1450:4864:20::233]) by sourceware.org (Postfix) with ESMTPS id 1C439383E829 for ; Mon, 22 Jun 2020 07:47:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1C439383E829 Received: by mail-lj1-x233.google.com with SMTP id n24so18088350lji.10 for ; Mon, 22 Jun 2020 00:47:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ByM7cotlKnqMjby/sFyeKCCvyczQ8ANXNp+JiHSv9WI=; b=I9SpVW8ls5asd9LnrKjsIyByZEAI20Fgo8cyn5wEIAR2aOGlct9+1Q554pbT2CuuoQ nO795qDqK+rUyNBDsqulldfJWWxoz3b+ucHPtPhl0s2YPqGoovyPc56CF72cZ91lCOus 86LFodm0Pe93LdFvo2Tdw+kTDgkbMmIEIs+vOqqROhh+tzI0IKeLhO8aurWweHx+pWTE KG5/JaqpNQMlxD5DxlSPABHaey1li3PfH44I+G/YaKeh1w7E3A2ywlE4XSZ3mXtLyvlG FWt0cLv0yHEE0UuM0u+TseAOXG26CP8CwslEmeNrHEgppBDuOzcwPqBPWNErZUemUOko aHhA== X-Gm-Message-State: AOAM533uBkmx9iSd0nQEnmt7zsxvkH5prWGIAMRSjeu9CI8vGKDWXpNh rtRhDXoC1a2fIFIdOjGdlSkrgpiaYGW+L/apQ5k= X-Google-Smtp-Source: ABdhPJwscrs5T/bhIKGTqnYm/2bTdT6s5OznBzohJyiHETMNOzlz+imTPit5kDbYKfaI6ZR1xziO8zOwF6RpgoyjOnM= X-Received: by 2002:a2e:87da:: with SMTP id v26mr7490462ljj.14.1592812057801; Mon, 22 Jun 2020 00:47:37 -0700 (PDT) MIME-Version: 1.0 References: <4c3969c7-7d91-c8f9-05f8-2a98443d1eb2@gmail.com> In-Reply-To: From: My Name Date: Mon, 22 Jun 2020 00:47:26 -0700 Message-ID: Subject: Re: Cygwin Setup says, "could not open /etc/xml/catalog for saving // add command failed". Am I safe to ignore it? To: Marco Atzeri Cc: The Cygwin Mailing List X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2020 07:47:40 -0000 BTW, Cygwin Setup 64 showed me that error message at the end of installing this set of Cygwin packages: python27, bzr, emacs-w32, aspell, aspell-en, octave. On Sun, Jun 21, 2020 at 11:13 PM My Name wrote: > Thank you, but I find catalog already present, as a file rather than a > directory; so I'll hold off unless you say mkdir is really what I should do: > > ================= > $ cat /etc/xml/catalog > > V1.0//EN" " > http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> > > > > > $ > ================= > > On Sun, Jun 21, 2020 at 10:07 PM Marco Atzeri via Cygwin < > cygwin@cygwin.com> wrote: > >> On 22.06.2020 04:48, My Name via Cygwin wrote: >> > [image: CygwinSetup64ErrorMessage-000.png] >> > >> > /var/log/setup: >> > >> > =============================== >> > ... >> > 2020/06/21 17:21:30 running: C:\cygwin64\bin\bash.exe --norc --noprofile >> > "/etc/postinstall/fontconfig_dtd.sh" >> > could not open /etc/xml/catalog for saving >> > add command failed >> > 2020/06/21 17:21:30 abnormal exit: exit code=2 >> > ... >> > =============================== >> > >> >> try >> >> mkdir /etc/xml/catalog >> /etc/postinstall/fontconfig_dtd.sh >> >> -- >> Problem reports: https://cygwin.com/problems.html >> FAQ: https://cygwin.com/faq/ >> Documentation: https://cygwin.com/docs.html >> Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple >> >