Found it... there's another critical version not listed in the readme... when I did this upgrade it suddenly worked:
asciidoctor (1.5.6.2 < 2.0.10) Will update README.adoc... won't bother with 8_6 branch though unless you want it. On Mon, Jul 27, 2020 at 4:57 PM Gus Heck <[email protected]> wrote: > No dice updated to those versions, ran gem cleanup, still get the error. > Very odd. > > build-site: > [java] Relative link points at id that doesn't exist in dest: > the-standard-query-parser.html#differences-between-lucenes-classic-query-parser-and-solrs-standard-query-parser > [java] ... source: > file:/Users/gus/projects/apache/lucene-solr/fork/ant8/lucene-solr/solr/build/solr-ref-guide/html-site/common-query-parameters.html > [java] Relative link points at id that doesn't exist in dest: > #differences-between-lucenes-classic-query-parser-and-solrs-standard-query-parser > [java] ... source: > file:/Users/gus/projects/apache/lucene-solr/fork/ant8/lucene-solr/solr/build/solr-ref-guide/html-site/the-standard-query-parser.html > [java] Processed 2672 links (1979 relative) to 3507 anchors in 263 > files > [java] Total of 2 problems found > > BUILD FAILED > /Users/gus/projects/apache/lucene-solr/fork/ant8/lucene-solr/solr/solr-ref-guide/build.xml:250: > Java returned: 255 > > Total time: 13 seconds > NS2-MacBook-Pro:solr-ref-guide gus$ git fetch --all > Fetching origin > Fetching upstream > NS2-MacBook-Pro:solr-ref-guide gus$ git diff origin/branch_8_6 > NS2-MacBook-Pro:solr-ref-guide gus$ git diff upstream/branch_8_6 > NS2-MacBook-Pro:solr-ref-guide gus$ git status > On branch branch_8_6 > Your branch is up to date with 'origin/branch_8_6'. > > nothing to commit, working tree clean > > On Mon, Jul 27, 2020 at 4:43 PM Houston Putman <[email protected]> > wrote: > >> I can build on branch_8_6 without issue. And it looks like the offending >> line is the same on 8_6 and 8x. >> >> I am using: >> >> ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-darwin16] >> jekyll (3.5.0) >> jekyll-asciidoc (3.0.0) >> slim (4.1.0) >> tilt (2.0.10) >> concurrent-ruby (1.1.6) >> >> >> Might be the jekyll-asciidoc version? >> >> - Houston >> >> On Mon, Jul 27, 2020 at 2:44 PM Gus Heck <[email protected]> wrote: >> >>> meh forgot that images get stripped... it shows 3 other places where the >>> same <<# syntax for an anchor is used... >>> >>> On Mon, Jul 27, 2020 at 2:42 PM Gus Heck <[email protected]> wrote: >>> >>>> I've verified all the versions for gems mentioned in README.adoc >>>> >>>> * HTML version, using Jekyll: >>>> ** `Ruby` (v2.3 or higher) >>>> ** The following gems must be installed: >>>> *** `jekyll`: v3.5, not v4.x. >>>> Use `gem install jekyll --force --version 3.5.0` to force install of >>>> v3.5.0. >>>> *** `jekyll-asciidoc`: v2.1 or higher; latest version (3.0.0) is fine. >>>> Use `gem install jekyll-asciidoc` to install. >>>> *** `slim`: v3.0 or higher; latest version (4.0.1) is fine. >>>> Use `gem install slim` to install. >>>> *** `tilt`: v1.0 or higher; latest version (2.0.10) is fine. >>>> Use `gem install tilt` to install. >>>> *** `concurrent-ruby`: v1.0 or higher; latest version (1.1.5) is fine. >>>> Use `gem install concurrent-ruby` to install. >>>> >>>> ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-darwin16] >>>> jekyll (3.5.0) >>>> jekyll-asciidoc (2.1.1, 2.1.0) >>>> slim (3.0.9) >>>> tilt (2.0.9) >>>> concurrent-ruby (1.1.6) >>>> >>>> Even so I seem to get this on 8x: >>>> >>>> build-site: >>>> [java] Relative link points at id that doesn't exist in dest: >>>> the-standard-query-parser.html#differences-between-lucenes-classic-query-parser-and-solrs-standard-query-parser >>>> [java] ... source: >>>> file:/Users/gus/projects/apache/lucene-solr/fork/ant8/lucene-solr/solr/build/solr-ref-guide/html-site/common-query-parameters.html >>>> [java] Relative link points at id that doesn't exist in dest: >>>> #differences-between-lucenes-classic-query-parser-and-solrs-standard-query-parser >>>> [java] ... source: >>>> file:/Users/gus/projects/apache/lucene-solr/fork/ant8/lucene-solr/solr/build/solr-ref-guide/html-site/the-standard-query-parser.html >>>> [java] Processed 2674 links (1979 relative) to 3506 anchors in 263 >>>> files >>>> [java] Total of 2 problems found >>>> >>>> This is easily fixed via the anchor syntax shown here: >>>> https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#links but >>>> I'm baffled as to why seemingly identical syntax fails in one place but not >>>> the other (length limit issue? is this just me?) >>>> [image: Screen Shot 2020-07-27 at 2.33.47 PM.png] >>>> >>>> -- >>>> http://www.needhamsoftware.com (work) >>>> http://www.the111shift.com (play) >>>> >>> >>> >>> -- >>> http://www.needhamsoftware.com (work) >>> http://www.the111shift.com (play) >>> >> > > -- > http://www.needhamsoftware.com (work) > http://www.the111shift.com (play) > -- http://www.needhamsoftware.com (work) http://www.the111shift.com (play)
