Opened 4 years ago
Closed 4 years ago
#60480 closed defect (invalid)
aerc @0.3.0: Error at 32:3: Cannot deindent in literal block
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | aerc |
Description
aerc @0.3.0 doesn't build on my High Sierra system:
go build -tags=notmuch \ -ldflags "-X main.Prefix=/opt/local \ -X main.ShareDir=/opt/local/share/aerc \ -X main.Version=0.3.0" \ -o aerc sed -e 's:@SHAREDIR@:/opt/local/share/aerc:g' > aerc.conf < config/aerc.conf.in scdoc < doc/aerc.1.scd > aerc.1 scdoc < doc/aerc-search.1.scd > aerc-search.1 scdoc < doc/aerc-config.5.scd > aerc-config.5 scdoc < doc/aerc-imap.5.scd > aerc-imap.5 scdoc < doc/aerc-maildir.5.scd > aerc-maildir.5 scdoc < doc/aerc-sendmail.5.scd > aerc-sendmail.5 scdoc < doc/aerc-notmuch.5.scd > aerc-notmuch.5 scdoc < doc/aerc-smtp.5.scd > aerc-smtp.5 scdoc < doc/aerc-tutorial.7.scd > aerc-tutorial.7 scdoc < doc/aerc-templates.7.scd > aerc-templates.7 Error at 32:3: Cannot deindent in literal block make: *** [aerc-templates.7] Error 1 make: *** Waiting for unfinished jobs....
Attachments (1)
Change History (2)
Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
My mistake; I had not updated scdoc to 1.10.1_0 first.