public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: unset TMP Variable issue
       [not found] <CAAxXO2E0edZafrjRHg7uk1CvGRwGyii+VR8GWExU41DRbyvLTQ@mail.gmail.com>
@ 2019-07-20 23:30 ` Nikos Balkanas
  2019-08-29 11:43   ` Cygcheck.out sent to list causes email to get blocked (was Re: unset TMP Variable issue) L A Walsh
  0 siblings, 1 reply; 4+ messages in thread
From: Nikos Balkanas @ 2019-07-20 23:30 UTC (permalink / raw)
  To: cygwin

Problem was windows line breaks:(

On Sat, Jul 20, 2019 at 9:34 PM Nikos Balkanas <nbalkanas@gmail.com> wrote:
>
> According to cygwin setup instructions we have to unset certain
> windows environment variables to prevent unpredictable windows
> behavior.
> When I try that in my ~/.bashrc
> [...]
> unset TMPDIR
> unset TMP
> unset TEMP
> [...]
>
> I get:
> ': not a valid identifier
> ': not a valid identifier
> ': not a valid identifier
>
> With the following input:
> cygwin-> echo $TMP
> /cygdrive/c/Users/<user>/AppData/Local/Temp
> cygwin-> echo $TEMP
> /cygdrive/c/Users/<user>/AppData/Local/Temp
> cygwin-> echo $TMPDIR
>
> cygwin->
>
> What does the error "': not a valid identifier" mean and how can I fix it?
>
> TIA
> Nikos
>
> Attached is the zipped cygcheck output with user names crossed out

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Cygcheck.out sent to list causes email to get blocked (was Re: unset TMP Variable issue)
  2019-07-20 23:30 ` unset TMP Variable issue Nikos Balkanas
@ 2019-08-29 11:43   ` L A Walsh
  2019-08-29 12:27     ` Nikos Balkanas
  2019-08-30  1:42     ` Brian Inglis
  0 siblings, 2 replies; 4+ messages in thread
From: L A Walsh @ 2019-08-29 11:43 UTC (permalink / raw)
  To: Nikos Balkanas, cygwin

On 2019/07/20 16:30, Nikos Balkanas wrote:
>>
>> Attached is the zipped cygcheck output with user names crossed out
>>     

Worry, but your attachment of the output never came through.  Neither
did mind.

Looks like the mailing list software discards cygcheck.out output now,
which
seems to make the error reporting process a bit broken?



--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cygcheck.out sent to list causes email to get blocked (was Re: unset TMP Variable issue)
  2019-08-29 11:43   ` Cygcheck.out sent to list causes email to get blocked (was Re: unset TMP Variable issue) L A Walsh
@ 2019-08-29 12:27     ` Nikos Balkanas
  2019-08-30  1:42     ` Brian Inglis
  1 sibling, 0 replies; 4+ messages in thread
From: Nikos Balkanas @ 2019-08-29 12:27 UTC (permalink / raw)
  To: L A Walsh; +Cc: cygwin

Seems so.

However, I was lucky enough to fix my problem on my own:)

BR,
Nikos

On Thu, Aug 29, 2019 at 2:05 PM L A Walsh <cygwin@tlinx.org> wrote:
>
> On 2019/07/20 16:30, Nikos Balkanas wrote:
> >>
> >> Attached is the zipped cygcheck output with user names crossed out
> >>
>
> Worry, but your attachment of the output never came through.  Neither
> did mind.
>
> Looks like the mailing list software discards cygcheck.out output now,
> which
> seems to make the error reporting process a bit broken?
>
>

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cygcheck.out sent to list causes email to get blocked (was Re: unset TMP Variable issue)
  2019-08-29 11:43   ` Cygcheck.out sent to list causes email to get blocked (was Re: unset TMP Variable issue) L A Walsh
  2019-08-29 12:27     ` Nikos Balkanas
@ 2019-08-30  1:42     ` Brian Inglis
  1 sibling, 0 replies; 4+ messages in thread
From: Brian Inglis @ 2019-08-30  1:42 UTC (permalink / raw)
  To: cygwin

On 2019-08-29 05:05, L A Walsh wrote:
> On 2019/07/20 16:30, Nikos Balkanas wrote:
>>>
>>> Attached is the zipped cygcheck output with user names crossed out
>>>     
> 
> Worry, but your attachment of the output never came through.  Neither
> did mind.
> 
> Looks like the mailing list software discards cygcheck.out output now,
> which
> seems to make the error reporting process a bit broken?

Emails may only have plain text attachments: add cygwin.com/org/net and
sourceware.org to Thunderbird plain text domains max line length 80, 72, 64:

Tools/Options/Composition/General/Send Options/Text Format/[X]Send as plain text
Tools/Options/Composition/General/Send Options/[Convert to plain text]
Tools/Options/Composition/General/Send Options/Plain Text Domains/Add/cygwin.com
Tools/Options/Advanced/General/Config Editor/Search/wrap

or the equivalent in other MUAs.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-29 21:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAAxXO2E0edZafrjRHg7uk1CvGRwGyii+VR8GWExU41DRbyvLTQ@mail.gmail.com>
2019-07-20 23:30 ` unset TMP Variable issue Nikos Balkanas
2019-08-29 11:43   ` Cygcheck.out sent to list causes email to get blocked (was Re: unset TMP Variable issue) L A Walsh
2019-08-29 12:27     ` Nikos Balkanas
2019-08-30  1:42     ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).