Re: Big Sur: Installing autoconf2.6-2.69-6 fails

"Lucier, Bradley J" <[email protected]>
Newsgroups gmane.os.apple.fink.general
Message-ID <[email protected]>
I guess I had been lazily thinking I’d wait until something got put into the git tree, but I finally got around to trying this.

I replaced the two files with the same name in

/opt/sw/fink/10.9-libcxx/stable/main/finkinfo/editors/

and came up with a checksum error:

[Bradleys-Mac-mini:~/programs/gambit] lucier% fink install emacs26
Scanning package description files..........
Information about 13376 packages read in 1 seconds.
The following package will be installed or updated:
 emacs26
The following additional package will be installed:
 emacsen-common
Default answer will be chosen in 60 seconds...
Do you want to continue? [Y/n] 
Setting runtime build-lock...
dpkg-deb -b /opt/sw/src/fink.build/root-fink-buildlock-emacsen-common-1.4.15-6 /opt/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-emacsen-common-1.4.15-6' in `/opt/sw/src/fink.build/fink-buildlock-emacsen-common-1.4.15-6_2021.12.16-11.59.09_darwin-x86_64.deb'.
Installing build-lock package...
/opt/sw/bin/dpkg-lockwait -i /opt/sw/src/fink.build/fink-buildlock-emacsen-common-1.4.15-6_2021.12.16-11.59.09_darwin-x86_64.deb
Selecting previously unselected package fink-buildlock-emacsen-common-1.4.15-6.
(Reading database ... 58024 files and directories currently installed.)
Preparing to unpack .../fink-buildlock-emacsen-common-1.4.15-6_2021.12.16-11.59.09_darwin-x86_64.deb ...
Unpacking fink-buildlock-emacsen-common-1.4.15-6 (2021.12.16-11.59.09) ...
Setting up fink-buildlock-emacsen-common-1.4.15-6 (2021.12.16-11.59.09) ...
sudo -u fink-bld [ENV] sh -c /tmp/fink.tQdP5
env LANG=C LC_ALL=C /opt/sw/bin/tar  --no-same-owner --no-same-permissions -xf /opt/sw/src/emacsen-common_1.4.15.tar.gz
Removing runtime build-lock...
Removing build-lock package...
/opt/sw/bin/dpkg-lockwait -r fink-buildlock-emacsen-common-1.4.15-6
(Reading database ... 58025 files and directories currently installed.)
Removing fink-buildlock-emacsen-common-1.4.15-6 (2021.12.16-11.59.09) ...
Failed: PatchFile "/opt/sw/fink/dists/stable/main/finkinfo/editors/emacsen-common.patch" checksum does not match!
Expected: SHA256(1533417a3512c1f61b7c0c2ee26014e51492059f7602a26c4fe8e0f4b116575b)
Actual: MD5(23501fa8ca462412e2b7cb4e30503593)
        SHA1(9958c05e2d718b24fd78c9c739f199ef5147fb10)
        SHA256(da9eb760443ca8b83531c0baad8799559fdc48a135299044e46cab83922f3dff)

As far as I can tell, no emacsen builds now.

Brad

> On Sep 14, 2021, at 1:04 PM, Scott Hannahs <[email protected]> wrote:
> 
> Bradley,
> 
> Put this in your local tree.  It looks like you are having an autoconf issue which I did not have.  But this did it for me.
> 
> 
> Have not put them into git but it is on my todo list.
> 
> -Scott
> 
> 
> > On Sep 13, 2021, at 3:24 PM, Lucier, Bradley J <[email protected]> wrote:
> > 
> > Fink is installed on Big Sur as in
> > 
> > https://sourceforge.net/p/fink/mailman/message/37159913/
> > 
> > My main goal is to install emacs26.
> > 
> > I’m getting:
> > 
> > Making all in doc
> > Updating ./version.texi
> > restore=: && backupdir=".am$$" && \
> >        am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
> >        rm -rf $backupdir && mkdir $backupdir && \
> >        if (/bin/sh /opt/sw/src/fink.build/autoconf2.6-2.69-6/autoconf-2.69/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \
> >          for f in autoconf.info autoconf.info-[0-9] autoconf.info-[0-9][0-9] autoconf.i[0-9] autoconf.i[0-9][0-9]; do \
> >            if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
> >          done; \
> >        else :; fi && \
> >        cd "$am__cwd"; \
> >        if /bin/sh /opt/sw/src/fink.build/autoconf2.6-2.69-6/autoconf-2.69/build-aux/missing --run makeinfo --no-split  -I . \
> >         -o autoconf.info autoconf.texi; \
> >        then \
> >          rc=0; \
> >          CDPATH="${ZSH_VERSION+.}:" && cd .; \
> >        else \
> >          rc=$?; \
> >          CDPATH="${ZSH_VERSION+.}:" && cd . && \
> >          $restore $backupdir/* `echo "./autoconf.info" | sed 's|[^/]*$||'`; \
> >        fi; \
> >        rm -rf $backupdir; exit $rc
> > autoconf.texi:9: unknown command `setcontentsaftertitlepage'
> > make[2]: *** [autoconf.info] Error 1
> > make[1]: *** [all-recursive] Error 1
> > make: *** [all] Error 2
> > ### execution of make failed, exit code 2
> > ### execution of /tmp/fink.tv4ug failed, exit code 2
> > Removing runtime build-lock...
> > Removing build-lock package...
> > /opt/sw/bin/dpkg-lockwait -r fink-buildlock-autoconf2.6-2.69-6
> > (Reading database ... 34027 files and directories currently installed.)
> > Removing fink-buildlock-autoconf2.6-2.69-6 (2021.09.13-18.19.14) ...
> > Failed: phase compiling: autoconf2.6-2.69-6 failed
> > 
> > Before reporting any errors, please run "fink selfupdate" and try again.
> > 
> > If you continue to have issues, please check to see if the FAQ on Fink's 
> > website solves the problem.  If not, ask on one (not both, please) of
> > these mailing lists:
> > 
> >        The Fink Users List <[email protected]>
> >        The Fink Beginners List <[email protected]>,
> > 
> > with a carbon copy to the maintainer:
> > 
> >        Daniel Macks <[email protected]>
> > 
> > Note that this is preferable to emailing just the maintainer directly,
> > since most fink package maintainers do not have access to all possible
> > hardware and software configurations.
> > 
> > Please try to include the complete error message in your report.  This
> > generally consists of a compiler line starting with e.g. "gcc" or "g++"
> > followed by the actual error output from the compiler.
> > 
> > Also include the following system information:
> > Package manager version: 0.45.99.git
> > Distribution version: selfupdate-rsync Mon Sep 13 16:59:54 2021, 11.3, x86_64
> > Trees: local/main stable/main
> > No recognized Xcode.app installed
> > Xcode command-line tools: 12.5.1.0.1.1623191612
> > autoconf2.6-2.69-6 is set to build with only one job.
> > 
> > 
> > _______________________________________________
> > Fink-users mailing list
> > [email protected]
> > List archive:
> > https://sourceforge.net/p/fink/mailman/fink-users/
> > Subscription management:
> > https://lists.sourceforge.net/lists/listinfo/fink-users
> 
> <emacsen-common.info><emacsen-common.patch>


_______________________________________________
Fink-users mailing list
[email protected]
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.