On Fri, Apr 12, 2019 at 10:17 PM carl hansen <[email protected]> wrote: > > On Fri, Apr 12, 2019 at 5:14 PM orront <[email protected]> wrote: > > > > Thank you so much Mr. Hansen! That indeed fixed my issue with texinfo. > > > > Sadly, I still have an issue with Emacs. Here is the error it is > > generating: > > > > make: Entering directory `/home/orront/src/installed/gsrc/pkg/gnu/emacs' > > if test -d cookies/emacs-26.2; then : ; else \ > > mkdir -p cookies/emacs-26.2; \ > > fi > > if test -d download; then : ; else \ > > mkdir -p download; \ > > fi > > if test -f cookies/emacs-26.2/checksum-emacs-26.2.tar.xz; then : ; > > else \ > > printf "["\\033[00\;32m"fetch"\\033[00m"] > > "\\033[01\;37m"Grabbing "\\033[00m"download/emacs-26.2.tar.xz\n"; \ > > for i in file//files/emacs-26.2.tar.xz > > file//../../../gar/cache/garstow/archives/emacs-26.2.tar.xz > > https//ftpmirror.gnu.org/emacs/emacs-26.2.tar.xz > > https//mirrors.ocf.berkeley.edu/gnu/emacs/emacs-26.2.tar.xz; do \ > > printf "["\\033[00\;32m"fetch"\\033[00m"] > > "\\033[01\;37m"Trying "\\033[00m"$i\n"; \ > > make $i || continue; \ > > break; \ > > done; \ > > if test -r download/emacs-26.2.tar.xz ; then : ; else \ > > printf "["\\033[01\;31m"fetch"\\033[00m"] > > "\\033[01\;37m"Failed to download > > > Connecting to ftpmirror.gnu.org > > (ftpmirror.gnu.org)|209.51.188.200|:443... connected. > > HTTP request sent, awaiting response... 302 Moved Temporarily > > Location: > > https://mirror.us-midwest-1.nexcess.net/gnu/emacs/emacs-26.2.tar.xz > > [following] > > --2019-04-13 00:05:13-- > > https://mirror.us-midwest-1.nexcess.net/gnu/emacs/emacs-26.2.tar.xz > > Resolving mirror.us-midwest-1.nexcess.net > > (mirror.us-midwest-1.nexcess.net)... 208.69.120.125 > > Connecting to mirror.us-midwest-1.nexcess.net > > (mirror.us-midwest-1.nexcess.net)|208.69.120.125|:443... connected. > > HTTP request sent, awaiting response... 404 Not Found > > 2019-04-13 00:05:14 ERROR 404: Not Found. > > > > > --2019-04-13 00:05:14-- > > https://mirrors.ocf.berkeley.edu/gnu/emacs/emacs-26.2.tar.xz > > Resolving mirrors.ocf.berkeley.edu (mirrors.ocf.berkeley.edu)... > > 169.229.226.30, 2607:f140:8801::1:30 > > Connecting to mirrors.ocf.berkeley.edu > > (mirrors.ocf.berkeley.edu)|169.229.226.30|:443... connected. > > HTTP request sent, awaiting response... 404 Not Found > > 2019-04-13 00:05:14 ERROR 404: Not Found. > > > > make[1]: *** > > [https//mirrors.ocf.berkeley.edu/gnu/emacs/emacs-26.2.tar.xz] Error 8 > > make[1]: Leaving directory > > `/home/orront/src/installed/gsrc/pkg/gnu/emacs' > > [ [01;31mfetch [00m] [01;37mFailed to download > > [00mdownload/emacs-26.2.tar.xz [01;37m! [00m > > Emacs 26.2 is not found at the servers. It is new. It might not > have propagated to the mirrors yet. Maybe wait a day, or get in directly > at https://ftp.gnu.org/gnu/emacs/ save it and the .sig file to > emacs/downloads > Then do "make" > > > P.S. Why does wget use --no-check-certificate? > Not sure, probably to avoid download problems. > We do use sha256sums to confirm a complete download. > > > > > > On Fri, Apr 12, 2019 at 1:31 PM orront <[email protected]> wrote: > > >> Hello! > > >> > > >> I am sorry if this is the wrong place to ask, but I thought I might as > > >> well try. > > > This is a gsrc problem, bug-gsrc is the right place. > > > > > > > > >> 9c608884b81a43a9b0802e7294788b336b2a9db8a64ca775e9e6bdae396a0c24 > > >> download/texi2dvi > > >> sha256sum: WARNING: 1 computed checksum did NOT match > > >> [ [01;31mchecksum [00m] [01;37mtexi2dvi failed checksum test! [00m > > >> make: *** [checksum-texi2dvi] Error 1 > > >> make: Leaving directory `/home/orront/src/installed/gsrc/pkg/gnu/texinfo' > > >> > > >> > > > I am a maintainer of gsrc. > > > > > > I believe I have solved it. I had used some assumptions about extra files, > > > which are based on boring technical details, I won't waste time to > > > explain. > > > > > > to move forward, cd to your gsrc directory and type: > > > bzr update > > > That should give you the new texinfo Makefile , and all should work > > > > > > If it doesn't , and even if it does, please post here about your results. > >
correction: I said "emacs/downloads" should be "emacs/download"
