X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=uG2KtRZ0XuAZNTm2c9kMw1LI1ysYi uvAFID393ZaseR1/NboooZXolmXXZR2a+MwvMfrkp3Vu2Rmwz6/mgISe+raVU8vq 9ITtx9pzcLojEoZsD8I12TPEoIKEpvLgx+QZb89Uipoqm5YKkBkQ2Q+n0+Qt5kjM /83SoWjzSy299s= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=r2mE1b9lceaP/GLX4/zw+BZRzis=; b=h2Q YQe+O7WBaUhix8zpZtCOCUyzPlrFjg7QARKt1R7CdsQmSmccfEnzIitaXM7KWoLI 5s8kDqSz10ZCrjm57iryAlUhPn6PW/jMM2jL8HVThX/dXdFdaSUsZB5BHfu9jhSM W52GByYzm5FUgPp3OGumF7eh4fb9sz9CfKrb2HhU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=learning X-HELO: mail-qt0-f178.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=tbGfVl6fOVHzDUgBbW/e336U1iisc9HNZ1rsB/PluCs=; b=mnHtUl/c9OuTjU7+95wxqysdwb9N/kLAm4xd5zfe5MQ7C76Zr6zroJ7EgzNCigu6q6 Rhf0QuG9nJZqAGHH0LEa/772hqhcfsaGL8KjlpnZhGEd3UJ13mo6hwxVsJLWAbVPOd8U Rp5LisJPIsK9N9d6zabtdT+aRIA3KUAvnmO3o6UpJgSXM8GbGHmXCN4jiupoPsu237Ba lR6VADffWLZiXyaYcKKQRDTs/gLZahefXLtiMA+L+Nd9f3F5383/o5f/fdWjrYuz5bCp LhBeJbdEalABIcAnrSCUo18aHKVzLu9zyCMdA6HFAddHFi9NdV/PTiahqrfFGpy652g4 PQlw== X-Gm-Message-State: AMke39ntLjbbvzhxW9gMtgu7HMwlNeRC8/N553bvWoXhVdgQ1GWTGnemSBhP6eOdG35SmtdAl3XHaiQz3smnxg== X-Received: by 10.237.62.182 with SMTP id n51mr31163053qtf.252.1487145093337; Tue, 14 Feb 2017 23:51:33 -0800 (PST) MIME-Version: 1.0 From: Sunny Lin Date: Wed, 15 Feb 2017 01:51:33 -0600 Message-ID: Subject: Problem with mksetupini To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Hi all, I encountered a problem and hope someone here can help me through. I need to build a 32-bit Cygwin distribution with customized packages. I have calm package installed. I am learning to use mksetupini to create a setup.ini file. I use commands similar to the following but always generate an INI file with only a header, no package information in the file. mksetupini --arch x86 --inifile=setup.ini --releasearea=. I followed instruction in the following link and got the same result. https://cygwin.com/package-server.html What have I done wrong or missed? Thank you -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple