From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd2a.google.com (mail-io1-xd2a.google.com [IPv6:2607:f8b0:4864:20::d2a]) by sourceware.org (Postfix) with ESMTPS id 61BA93858410 for ; Thu, 10 Mar 2022 10:41:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 61BA93858410 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-io1-xd2a.google.com with SMTP id q11so5914596iod.6 for ; Thu, 10 Mar 2022 02:41:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=5EMG268mzHIXz+0vsCffyzjXsqnRJyHDTy5m79oivNU=; b=S9ABnXolSwnx7Pn7pMgYe6CPagc5cOtGqAp2vumzb1H40hoYdzP4J8owJwsJDqD1J3 DvSaP4okRABDFANB+tyfWjTsi4eGMNG8RwIJHcTHndmnyl8Dgj1UmS/DzA7Xu6mleL99 ViPQ2+s8lTiNEBWdjbB9T9LHRCpxZ6OhilYOt4yhUchWY8EM8NGvjlEliVNbKIwSg0Rz 0stfnHtqmOZfcbltTPr12QlrhxzhnZ8n2ut2S/bYd2PD7gzdVtr4AqnHQBUbpEYZMs8G 0xoivfGi3R1U0zwCm66vj6Ca1LzDKop9fofAAKnhyoqqmHzEb0ARlJ3MgY8WgP/s3bj9 S53g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=5EMG268mzHIXz+0vsCffyzjXsqnRJyHDTy5m79oivNU=; b=kVwVyhL2lVYwhbSjbFhu//hqnNh/alxjbtEemribzDMl4IFTUHTVFNLTYWEvgymwBC ypsLr0iC9K4hd9Wiqk4r8Av8pjavW2+3nOiqxL6YR35cfpNFfB1386dBb/KmQ8Uq5B2I h1WXxW6vkz1h0MrJEB4Dc9ZZtFcLq24n99X/AslDl3KbWIwUfUEiygk6kpnBtOhEHT+D m0GlSZC+vpEE5q2tPwVHq9hWYJsU2pbsQ0d8hqJVqR2voJEh41MdaTvYbR09fHjUV7Wp joR1iIzzpYe1Crp8AbQjFf1NkU5cQWTEJ5YK7iVJJfocnQAecGkxHHdxaksMWCM4nJFv dDkA== X-Gm-Message-State: AOAM5325Q5XxxIeU5LIONH1U54UCm2+T1zKOZjkxQsQlvH5V1RczL7fG 1zjlwSc8+f0IaRYbuieqyyftbDF0NRBq8hh3YlOM7Kfw9Zo= X-Google-Smtp-Source: ABdhPJyWflFLis88xbJOVeRNME1jeUO8DMN+EVzy/F92MrZu9hrg34tIETlUbOZL1Q8pzWPW8aPPdcbUHmMQPQwe+W0= X-Received: by 2002:a05:6638:378c:b0:313:f08c:e4df with SMTP id w12-20020a056638378c00b00313f08ce4dfmr3580741jal.192.1646908917316; Thu, 10 Mar 2022 02:41:57 -0800 (PST) MIME-Version: 1.0 From: Orgad Shaneh Date: Thu, 10 Mar 2022 12:41:45 +0200 Message-ID: Subject: Missing package in the FAQ doc To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: Thu, 10 Mar 2022 10:42:00 -0000 Hi, On How do I build Cygwin on my own[1], there is a list of packages that are required for building cygwin. The "patch" package should be added to the list. And I also needed to install cocom for shilka. Had this error: ../../../../winsup/cygwin/gendevices ../../../../winsup/cygwin/devices.in ../../../../winsup/cygwin/devices.cc ../../../../winsup/cygwin/gendevices: shilka command missing? - No such file or directory make[4]: *** [Makefile:2889: ../../../../winsup/cygwin/devices.cc] Error 2 According to the FAQ, it is only required "If you change a certain core part of Cygwin, namely the layout of the Cygwin TLS area". And last thing - I didn't install xmlto and the other doc tools, and make failed. So either configure should check for their existence and not build doc if they don't exist, or at least suggest running make -k if these tools are not installed. Thanks. [1] https://cygwin.com/faq.html#faq.programming.building-cygwin