X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0688C385842E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1680486217; bh=XG0SqwUqByhhwf9fwVaIfgkZH9+TiRZVV7HZbsZ9BV4=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=x+nmTCNLjySqVJTt5jJ7W6KmiNSCdSSgUWFRim+ANKmSfo8PikGHYstxfReEZEWSM lkBXDfYaINvzHjyoCXq3Mx/xw0fUC0T1tJ0y/JALg7RGafNmcKmom0kCIpKNCQKx78 hPUgG3aDd33R5GZxh0QSTk8fkzyjwLuK1tAwLK4M= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6249D3858CDB X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680486175; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=U3j3fTwRU2tf2y9ixGSOOKyOu6VwMZnlgHCADUie/Ow=; b=pvrWLYLz4wmnV1Extk9N3AXrQ2Q8krb9i+Tzko/T1mgDrbuHFwCr5sdwxnCBxZUxiF WIN05Jm8+wBb0fsIoTUtLrVCUYAT28ETnZHsI3hMOKejk5lE5hzVrQ8ZJICSyDnZwMfM or8Mhq7LqsU4VH0dynP94p9G+nZ7wCYsLzmRTFltq4RCZEmpqpOqpZBVS3HWQFG/kxXw u1Z9Gcd7hWG49bWoaAfcys7+vyM1dJPflhv8i5Tkjgxe3kO3atERdrfXrogz9cdeP0M9 t5p8Rr8YMPG77sGFCF6SV+1JGGTZYQknISPrqpMtRwd3Owk3XeUqPb87aNBXp+cz12h/ ww2w== X-Gm-Message-State: AAQBX9czmaLtvTu8E+8kMzyPBmKL8wjuxhD+SlSrl3ShrQJIgDjHfwiT Di4tFZc2FRbA/V2kInc4LR5+I9FuZfsHuwMEDaCehmqJYqAT9I5B X-Google-Smtp-Source: AKy350aqboUPY0keCH/BRfj4vb00jN8muYxc4MAG+83Bha3S2dHxiQGKelZZsGmM44zkC25yRlvxR3Ar7PhRdwYqq+w= X-Received: by 2002:a17:90b:3511:b0:240:9b27:ded4 with SMTP id ls17-20020a17090b351100b002409b27ded4mr6305863pjb.4.1680486174920; Sun, 02 Apr 2023 18:42:54 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 2 Apr 2023 20:42:18 -0500 Message-ID: Subject: 'tac' trying to use "/tmp"; Error: not found To: cygwin AT cygwin DOT com X-Spam-Status: No, score=3.7 required=5.0 tests=BAYES_50, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: *** X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: "Prof. Luis G. Uribe C. via Cygwin" Reply-To: "Prof. Luis G. Uribe C." Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 3331i3Sq021023 *Bogotá, Sunday April 2nd, 2023* *REF: 'tac' trying to use "/tmp"; Error: not found* *_______________________________________________________* *| 'tac' utility dies with a not found "/tmp" error. |* *¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯* I didn't see this problem in older 'tac' versions... I created "/tmp" under my root directory: * "c:\tmp"* (Windows 10), *to no avail*. I make a *tmp* dir directly *above*, in the *parent's 'tac' dir*: *"../tmp"*, at the same level as other usual folders like: *bin*, *dev*, *etc*, *lib*, *sbin*..., and now: *'**tac' works fine**!* I think that in *line 70 of "tac.c"*: *ID: tac (GNU coreutils) 9.0 Packaged by Cygwin (9.0-1) Copyright (C) 2021 Free Software Foundation, Inc.* ...if it is defined as: *#define DEFAULT_TMPDIR "**..**/tmp"* *instead of* the *actual*: *#define DEFAULT_TMPDIR "/tmp"* it could work fine! Best regards, *Eng. Luis G. Uribe C.* -- 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