public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* openBinaryFile: does not exist
@ 2020-09-22  5:00 Steve Pederson
       [not found] ` <bc5942a7-0bc0-4a84-b377-15a4c9a50cd5n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Steve Pederson @ 2020-09-22  5:00 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 1362 bytes --]

Hi,

I'm trying to help a colleague running on Windows with a networked drive at 
a tertiary institution (that file path is horrific...). The installation of 
2.10.1 appears to have gone well and running the first few examples 
from https://pandoc.org/getting-started.html also work, UNTIL we parse from 
the file test1.md, created using Notepad as instructed.

pandoc test1.md -f markdown -t html test1.html 
pandoc: test1.html: openBinaryFile: does not exist (No such file or 
directory)

We actually went back to pandoc directly as a stand-alone tool because no 
RMarkdown files are compiling inside RStudio, and they thought is was an R 
issue. The same error was appearing there.

I notice that this behaviour (https://github.com/jgm/pandoc/issues/5127) 
was marked resolved in commit 26ed7fb4f9e95a only a couple of days ago. Is 
there a fix that will appear in a release soon as it' doesn't appear to be 
in 2.10.1?

Thanks in advance,

Steve


-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/bc5942a7-0bc0-4a84-b377-15a4c9a50cd5n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 1834 bytes --]

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

* Re: openBinaryFile: does not exist
       [not found] ` <bc5942a7-0bc0-4a84-b377-15a4c9a50cd5n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-09-22  5:46   ` John MacFarlane
       [not found]     ` <m2a6xicqjn.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: John MacFarlane @ 2020-09-22  5:46 UTC (permalink / raw)
  To: Steve Pederson, pandoc-discuss


Was going to say: Why don't you try a nightly and see if the recent change
fixes things?  That would be good to know.

But I just noticed that the nightlies have been broken for a few
days.  Will look into this.

Steve Pederson <stephen.pederson.au-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Hi,
>
> I'm trying to help a colleague running on Windows with a networked drive at 
> a tertiary institution (that file path is horrific...). The installation of 
> 2.10.1 appears to have gone well and running the first few examples 
> from https://pandoc.org/getting-started.html also work, UNTIL we parse from 
> the file test1.md, created using Notepad as instructed.
>
> pandoc test1.md -f markdown -t html test1.html 
> pandoc: test1.html: openBinaryFile: does not exist (No such file or 
> directory)
>
> We actually went back to pandoc directly as a stand-alone tool because no 
> RMarkdown files are compiling inside RStudio, and they thought is was an R 
> issue. The same error was appearing there.
>
> I notice that this behaviour (https://github.com/jgm/pandoc/issues/5127) 
> was marked resolved in commit 26ed7fb4f9e95a only a couple of days ago. Is 
> there a fix that will appear in a release soon as it' doesn't appear to be 
> in 2.10.1?
>
> Thanks in advance,
>
> Steve
>
>
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/bc5942a7-0bc0-4a84-b377-15a4c9a50cd5n%40googlegroups.com.


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

* Re: openBinaryFile: does not exist
       [not found]     ` <m2a6xicqjn.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
@ 2020-09-24 16:05       ` John MacFarlane
       [not found]         ` <m2blhvcg8p.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: John MacFarlane @ 2020-09-24 16:05 UTC (permalink / raw)
  To: Steve Pederson, pandoc-discuss


Nightlies are now working again, so please test with a nightly build.
https://github.com/jgm/pandoc/actions/runs/270103289

John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> writes:

> Was going to say: Why don't you try a nightly and see if the recent change
> fixes things?  That would be good to know.
>
> But I just noticed that the nightlies have been broken for a few
> days.  Will look into this.
>
> Steve Pederson <stephen.pederson.au-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>
>> Hi,
>>
>> I'm trying to help a colleague running on Windows with a networked drive at 
>> a tertiary institution (that file path is horrific...). The installation of 
>> 2.10.1 appears to have gone well and running the first few examples 
>> from https://pandoc.org/getting-started.html also work, UNTIL we parse from 
>> the file test1.md, created using Notepad as instructed.
>>
>> pandoc test1.md -f markdown -t html test1.html 
>> pandoc: test1.html: openBinaryFile: does not exist (No such file or 
>> directory)
>>
>> We actually went back to pandoc directly as a stand-alone tool because no 
>> RMarkdown files are compiling inside RStudio, and they thought is was an R 
>> issue. The same error was appearing there.
>>
>> I notice that this behaviour (https://github.com/jgm/pandoc/issues/5127) 
>> was marked resolved in commit 26ed7fb4f9e95a only a couple of days ago. Is 
>> there a fix that will appear in a release soon as it' doesn't appear to be 
>> in 2.10.1?
>>
>> Thanks in advance,
>>
>> Steve
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/bc5942a7-0bc0-4a84-b377-15a4c9a50cd5n%40googlegroups.com.


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

* Re: openBinaryFile: does not exist
       [not found]         ` <m2blhvcg8p.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
@ 2020-09-24 16:36           ` Steve Pederson
  2020-10-20  4:28             ` Steve Pederson
  0 siblings, 1 reply; 5+ messages in thread
From: Steve Pederson @ 2020-09-24 16:36 UTC (permalink / raw)
  To: John MacFarlane; +Cc: pandoc-discuss

[-- Attachment #1: Type: text/plain, Size: 2784 bytes --]

Thanks John. Really appreciate you getting onto that so quickly. In
slightly embarrassing news, the colleague I was helping has just gone on
leave for two weeks, but I'll test ASAP.

Thanks again,

Steve

On Fri, 25 Sep 2020 at 01:35, John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> wrote:

>
> Nightlies are now working again, so please test with a nightly build.
> https://github.com/jgm/pandoc/actions/runs/270103289
>
> John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> writes:
>
> > Was going to say: Why don't you try a nightly and see if the recent
> change
> > fixes things?  That would be good to know.
> >
> > But I just noticed that the nightlies have been broken for a few
> > days.  Will look into this.
> >
> > Steve Pederson <stephen.pederson.au-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
> >
> >> Hi,
> >>
> >> I'm trying to help a colleague running on Windows with a networked
> drive at
> >> a tertiary institution (that file path is horrific...). The
> installation of
> >> 2.10.1 appears to have gone well and running the first few examples
> >> from https://pandoc.org/getting-started.html also work, UNTIL we parse
> from
> >> the file test1.md, created using Notepad as instructed.
> >>
> >> pandoc test1.md -f markdown -t html test1.html
> >> pandoc: test1.html: openBinaryFile: does not exist (No such file or
> >> directory)
> >>
> >> We actually went back to pandoc directly as a stand-alone tool because
> no
> >> RMarkdown files are compiling inside RStudio, and they thought is was
> an R
> >> issue. The same error was appearing there.
> >>
> >> I notice that this behaviour (https://github.com/jgm/pandoc/issues/5127)
>
> >> was marked resolved in commit 26ed7fb4f9e95a only a couple of days ago.
> Is
> >> there a fix that will appear in a release soon as it' doesn't appear to
> be
> >> in 2.10.1?
> >>
> >> Thanks in advance,
> >>
> >> Steve
> >>
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> Groups "pandoc-discuss" group.
> >> To unsubscribe from this group and stop receiving emails from it, send
> an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> >> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/bc5942a7-0bc0-4a84-b377-15a4c9a50cd5n%40googlegroups.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAGCDhaWFinmcu9thptDgHFo6zJeWGaG9ZgyN5xgQXHKf9Kgb%3Dg%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 4480 bytes --]

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

* Re: openBinaryFile: does not exist
  2020-09-24 16:36           ` Steve Pederson
@ 2020-10-20  4:28             ` Steve Pederson
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Pederson @ 2020-10-20  4:28 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 3218 bytes --]

Hi John,

We tried pandoc 2.11.0.2 on that troublesome Windows machine and converting 
the test file to html now works. RStudio has it's own share of problems 
(calling an erroneous tempdir), but I'll take that over to them now. Thanks 
again for your help with this.

Cheers,

Steve

On Friday, September 25, 2020 at 2:07:08 AM UTC+9:30 Steve Pederson wrote:

> Thanks John. Really appreciate you getting onto that so quickly. In 
> slightly embarrassing news, the colleague I was helping has just gone on 
> leave for two weeks, but I'll test ASAP.
>
> Thanks again,
>
> Steve
>
> On Fri, 25 Sep 2020 at 01:35, John MacFarlane <j...-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> wrote:
>
>>
>> Nightlies are now working again, so please test with a nightly build.
>> https://github.com/jgm/pandoc/actions/runs/270103289
>>
>> John MacFarlane <j...-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> writes:
>>
>> > Was going to say: Why don't you try a nightly and see if the recent 
>> change
>> > fixes things?  That would be good to know.
>> >
>> > But I just noticed that the nightlies have been broken for a few
>> > days.  Will look into this.
>> >
>> > Steve Pederson <stephen.p...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>> >
>> >> Hi,
>> >>
>> >> I'm trying to help a colleague running on Windows with a networked 
>> drive at 
>> >> a tertiary institution (that file path is horrific...). The 
>> installation of 
>> >> 2.10.1 appears to have gone well and running the first few examples 
>> >> from https://pandoc.org/getting-started.html also work, UNTIL we 
>> parse from 
>> >> the file test1.md, created using Notepad as instructed.
>> >>
>> >> pandoc test1.md -f markdown -t html test1.html 
>> >> pandoc: test1.html: openBinaryFile: does not exist (No such file or 
>> >> directory)
>> >>
>> >> We actually went back to pandoc directly as a stand-alone tool because 
>> no 
>> >> RMarkdown files are compiling inside RStudio, and they thought is was 
>> an R 
>> >> issue. The same error was appearing there.
>> >>
>> >> I notice that this behaviour (
>> https://github.com/jgm/pandoc/issues/5127) 
>> >> was marked resolved in commit 26ed7fb4f9e95a only a couple of days 
>> ago. Is 
>> >> there a fix that will appear in a release soon as it' doesn't appear 
>> to be 
>> >> in 2.10.1?
>> >>
>> >> Thanks in advance,
>> >>
>> >> Steve
>> >>
>> >>
>> >> -- 
>> >> You received this message because you are subscribed to the Google 
>> Groups "pandoc-discuss" group.
>> >> To unsubscribe from this group and stop receiving emails from it, send 
>> an email to pandoc-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>> >> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/pandoc-discuss/bc5942a7-0bc0-4a84-b377-15a4c9a50cd5n%40googlegroups.com
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/3448c747-2cb4-41ac-acf0-0f95f48e8f2dn%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 5757 bytes --]

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

end of thread, other threads:[~2020-10-20  4:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-22  5:00 openBinaryFile: does not exist Steve Pederson
     [not found] ` <bc5942a7-0bc0-4a84-b377-15a4c9a50cd5n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-09-22  5:46   ` John MacFarlane
     [not found]     ` <m2a6xicqjn.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
2020-09-24 16:05       ` John MacFarlane
     [not found]         ` <m2blhvcg8p.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
2020-09-24 16:36           ` Steve Pederson
2020-10-20  4:28             ` Steve Pederson

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 NNTP newsgroup(s).