atk1 does not build on Mac OS 10.15 / Xcode 12.1

Scott Hannahs via Fink-devel <[email protected]> Tue, 24 Nov 2020 21:35:24 -0500
Newsgroups gmane.os.apple.fink.devel
Message-ID <[email protected]>
--===============2663872913178313897==
Content-Type: multipart/alternative;
	boundary="Apple-Mail=_62DF4047-BB57-41C1-B153-8FEAB1502829"


--Apple-Mail=_62DF4047-BB57-41C1-B153-8FEAB1502829
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

In trying to build emacs I need atk1, I have set my job numbers to 1 as =
suggested, but the problem is the new requirement of declaring =
functions?

/bin/sh ../libtool --tag=3DCC   --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. =
-I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED =
-DATK_COMPILATION -DAT
K_LOCALEDIR=3D"\"/opt/sw/share/locale\"" -I/opt/sw/include/glib-2.0 =
-I/opt/sw/lib/glib-2.0/include  -I/opt/sw/include =
-DG_DISABLE_SINGLE_INCLUDES -DATK
_DISABLE_SINGLE_INCLUDES  -Os -Wall -MT atkhyperlink.lo -MD -MP -MF =
.deps/atkhyperlink.Tpo -c -o atkhyperlink.lo atkhyperlink.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. =
-DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION =
-DATK_LOCALEDIR=3D\"/opt/sw/shar
e/locale\" -I/opt/sw/include/glib-2.0 -I/opt/sw/lib/glib-2.0/include =
-I/opt/sw/include -DG_DISABLE_SINGLE_INCLUDES =
-DATK_DISABLE_SINGLE_INCLUDES -Os=20
-Wall -MT atkhyperlink.lo -MD -MP -MF .deps/atkhyperlink.Tpo -c =
atkhyperlink.c  -fno-common -DPIC -o .libs/atkhyperlink.o
atkhyperlink.c:165:35: error: implicit declaration of function =
'atk_hyperlink_is_selected_link' is invalid in C99 =
[-Werror,-Wimplicit-function-declar
ation]
      g_value_set_boolean (value, atk_hyperlink_is_selected_link =
(link));
                                  ^
atkhyperlink.c:165:35: note: did you mean 'atk_hyperlink_is_inline'?
./atkhyperlink.h:97:18: note: 'atk_hyperlink_is_inline' declared here
gboolean         atk_hyperlink_is_inline             (AtkHyperlink     =
*link_);
                 ^
1 error generated.
make[3]: *** [atkhyperlink.lo] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /tmp/fink.96ti5 failed, exit code 2
### execution of /tmp/fink.iTxXR failed, exit code 2
Removing runtime build-lock...
Attaching full output.  But that function is defined in atkhyperlink.h.  =
However it enclosed in a conditional for =E2=80=9CATK_DISABLE_DEPRECATED=E2=
=80=9D.  I think this is set in the Makefile but I don=E2=80=99t see it =
in the configure files.  Is it set manually to remove a deprecated =
function but is still referencing that function in the code??

-Scott


--Apple-Mail=_62DF4047-BB57-41C1-B153-8FEAB1502829
Content-Type: multipart/mixed;
	boundary="Apple-Mail=_0C829384-8DEE-4EF6-8E8B-36393B635FD3"

--Apple-Mail=_0C829384-8DEE-4EF6-8E8B-36393B635FD3
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=utf-8

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3Dutf-8"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; line-break: after-white-space;" class=3D"">In =
trying to build emacs I need atk1, I have set my job numbers to 1 as =
suggested, but the problem is the new requirement of declaring =
functions?<div class=3D""><br class=3D""></div><blockquote =
style=3D"margin: 0 0 0 40px; border: none; padding: 0px;" class=3D""><div =
class=3D"">/bin/sh ../libtool --tag=3DCC&nbsp;&nbsp;&nbsp;--mode=3Dcompile=
 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED =
-DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DAT<br =
class=3D"">K_LOCALEDIR=3D"\"/opt/sw/share/locale\"" =
-I/opt/sw/include/glib-2.0 =
-I/opt/sw/lib/glib-2.0/include&nbsp;&nbsp;-I/opt/sw/include =
-DG_DISABLE_SINGLE_INCLUDES -DATK<br =
class=3D"">_DISABLE_SINGLE_INCLUDES&nbsp;&nbsp;-Os -Wall -MT =
atkhyperlink.lo -MD -MP -MF .deps/atkhyperlink.Tpo -c -o =
atkhyperlink.lo&nbsp;atkhyperlink.c<br class=3D"">libtool: =
compile:&nbsp;&nbsp;gcc -DHAVE_CONFIG_H -I. -I.. -I.. =
-DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION =
-DATK_LOCALEDIR=3D\"/opt/sw/shar<br class=3D"">e/locale\" =
-I/opt/sw/include/glib-2.0 -I/opt/sw/lib/glib-2.0/include =
-I/opt/sw/include -DG_DISABLE_SINGLE_INCLUDES =
-DATK_DISABLE_SINGLE_INCLUDES -Os&nbsp;<br class=3D"">-Wall -MT =
atkhyperlink.lo -MD -MP -MF .deps/atkhyperlink.Tpo -c =
atkhyperlink.c&nbsp;&nbsp;-fno-common -DPIC -o .libs/atkhyperlink.o<br =
class=3D"">atkhyperlink.c:165:35: error: implicit declaration of =
function 'atk_hyperlink_is_selected_link' is invalid in C99 =
[-Werror,-Wimplicit-function-declar<br class=3D"">ation]<br =
class=3D"">&nbsp; &nbsp; &nbsp;&nbsp;g_value_set_boolean (value, =
atk_hyperlink_is_selected_link (link));<br class=3D"">&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;^<br =
class=3D"">atkhyperlink.c:165:35: note: did you mean =
'atk_hyperlink_is_inline'?<br class=3D"">./atkhyperlink.h:97:18: note: =
'atk_hyperlink_is_inline' declared here<br class=3D"">gboolean&nbsp;&nbsp;=
 &nbsp; &nbsp; &nbsp;&nbsp;atk_hyperlink_is_inline&nbsp;&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;(AtkHyperlink&nbsp;&nbsp; =
&nbsp;&nbsp;*link_);<br class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp;^<br class=3D"">1 error generated.<br =
class=3D"">make[3]: *** [atkhyperlink.lo] Error 1<br class=3D"">make[2]: =
*** [all] Error 2<br class=3D"">make[1]: *** [all-recursive] Error 1<br =
class=3D"">make: *** [all] Error 2<br class=3D"">### execution of =
/tmp/fink.96ti5 failed, exit code 2<br class=3D"">### execution of =
/tmp/fink.iTxXR failed, exit code 2<br class=3D"">Removing runtime =
build-lock...<br class=3D""></div></blockquote><div class=3D"">Attaching =
full output. &nbsp;But that function is defined in&nbsp;atkhyperlink.h. =
&nbsp;However it enclosed in a conditional for =
=E2=80=9CATK_DISABLE_DEPRECATED=E2=80=9D. &nbsp;I think this is set in =
the Makefile but I don=E2=80=99t see it in the configure files. &nbsp;Is =
it set manually to remove a deprecated function but is still referencing =
that function in the code??</div><div class=3D""><br class=3D""></div><div=
 class=3D"">-Scott</div><div class=3D""></div></body></html>=

--Apple-Mail=_0C829384-8DEE-4EF6-8E8B-36393B635FD3
Content-Disposition: attachment;
	filename=fink-atk1-log.txt
Content-Type: text/plain;
	x-unix-mode=0644;
	name="fink-atk1-log.txt"
Content-Transfer-Encoding: quoted-printable

The package 'atk1' will be built and installed.
Reading build dependency for atk1-1.32.0-2...
Reading dependency for atk1-1.32.0-2...
Reading runtime dependency for atk1-1.32.0-2...
Reading dependency for atk1-shlibs-1.32.0-2...
Reading build conflict for atk1-1.32.0-2...
The package 'atk1-shlibs' will be built and installed.
Reading build dependency for atk1-1.32.0-2...
Reading dependency for atk1-1.32.0-2...
Reading dependency for atk1-shlibs-1.32.0-2...
Reading build dependency for atk1-shlibs-1.32.0-2...
Reading dependency for atk1-shlibs-1.32.0-2...
Reading runtime dependency for atk1-shlibs-1.32.0-2...
Reading build conflict for atk1-1.32.0-2...
Reading build conflict for atk1-shlibs-1.32.0-2...
The following package will be installed or updated:
 atk1
The following additional package will be installed:
 atk1-shlibs
Do you want to continue? [Y/n] (assuming default)
Setting runtime build-lock...
dpkg-deb -b /opt/sw/src/fink.build/root-fink-buildlock-atk1-1.32.0-2 =
/opt/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-atk1-1.32.0-2' in =
`/opt/sw/src/fink.build/fink-buildlock-atk1-1.32.0-2_2020.11.24-20.37.55_d=
arwin-x86_64.deb'.
Installing build-lock package...
/opt/sw/bin/dpkg-lockwait -i =
/opt/sw/src/fink.build/fink-buildlock-atk1-1.32.0-2_2020.11.24-20.37.55_da=
rwin-x86_64.deb
Selecting previously deselected package fink-buildlock-atk1-1.32.0-2.
(Reading database ... 184855 files and directories currently installed.)
Unpacking fink-buildlock-atk1-1.32.0-2 (from =
.../fink-buildlock-atk1-1.32.0-2_2020.11.24-20.37.55_darwin-x86_64.deb) =
...
Setting up fink-buildlock-atk1-1.32.0-2 (2020.11.24-20.37.55) ...

sudo -u fink-bld [ENV] sh -c /tmp/fink.LaeZe
env LANG=3DC LC_ALL=3DC /opt/sw/bin/tar  --no-same-owner =
--no-same-permissions -xvf /opt/sw/src/atk-1.32.0.tar.bz2
atk-1.32.0/
atk-1.32.0/COPYING
atk-1.32.0/configure.in
atk-1.32.0/m4/
atk-1.32.0/m4/ltoptions.m4
atk-1.32.0/m4/ltsugar.m4
atk-1.32.0/m4/libtool.m4
atk-1.32.0/m4/ltversion.m4
atk-1.32.0/m4/introspection.m4
atk-1.32.0/m4/gtk-doc.m4
atk-1.32.0/m4/lt~obsolete.m4
atk-1.32.0/configure
atk-1.32.0/ChangeLog
atk-1.32.0/MAINTAINERS
atk-1.32.0/README
atk-1.32.0/config.guess
atk-1.32.0/config.h.in
atk-1.32.0/AUTHORS
atk-1.32.0/docs/
atk-1.32.0/docs/atk-sections.txt
atk-1.32.0/docs/version.xml
atk-1.32.0/docs/html/
atk-1.32.0/docs/html/AtkRegistry.html
atk-1.32.0/docs/html/atk.devhelp2
atk-1.32.0/docs/html/AtkDocument.html
atk-1.32.0/docs/html/atk-AtkHyperlinkImpl.html
atk-1.32.0/docs/html/AtkRelation.html
atk-1.32.0/docs/html/AtkText.html
atk-1.32.0/docs/html/AtkNoOpObjectFactory.html
atk-1.32.0/docs/html/atk-AtkState.html
atk-1.32.0/docs/html/AtkTable.html
atk-1.32.0/docs/html/AtkNoOpObject.html
atk-1.32.0/docs/html/ix07.html
atk-1.32.0/docs/html/ix02.html
atk-1.32.0/docs/html/index.html
atk-1.32.0/docs/html/home.png
atk-1.32.0/docs/html/AtkSelection.html
atk-1.32.0/docs/html/up.png
atk-1.32.0/docs/html/index.sgml
atk-1.32.0/docs/html/atk.devhelp
atk-1.32.0/docs/html/AtkStateSet.html
atk-1.32.0/docs/html/ix05.html
atk-1.32.0/docs/html/ix06.html
atk-1.32.0/docs/html/left.png
atk-1.32.0/docs/html/AtkValue.html
atk-1.32.0/docs/html/AtkEditableText.html
atk-1.32.0/docs/html/AtkHyperlink.html
atk-1.32.0/docs/html/AtkImage.html
atk-1.32.0/docs/html/ix01.html
atk-1.32.0/docs/html/ix03.html
atk-1.32.0/docs/html/style.css
atk-1.32.0/docs/html/AtkComponent.html
atk-1.32.0/docs/html/AtkHypertext.html
atk-1.32.0/docs/html/right.png
atk-1.32.0/docs/html/AtkStreamableContent.html
atk-1.32.0/docs/html/atk.html
atk-1.32.0/docs/html/AtkRelationSet.html
atk-1.32.0/docs/html/AtkAction.html
atk-1.32.0/docs/html/ix04.html
atk-1.32.0/docs/html/AtkUtil.html
atk-1.32.0/docs/html/AtkObjectFactory.html
atk-1.32.0/docs/html/AtkGObjectAccessible.html
atk-1.32.0/docs/html/AtkObject.html
atk-1.32.0/docs/atk-overrides.txt
atk-1.32.0/docs/version.xml.in
atk-1.32.0/docs/atk.types
atk-1.32.0/docs/atk-docs.sgml
atk-1.32.0/docs/Makefile.am
atk-1.32.0/docs/tmpl/
atk-1.32.0/docs/tmpl/atkselection.sgml
atk-1.32.0/docs/tmpl/atkvalue.sgml
atk-1.32.0/docs/tmpl/atkhyperlink.sgml
atk-1.32.0/docs/tmpl/atkcomponent.sgml
atk-1.32.0/docs/tmpl/atkgobjectaccessible.sgml
atk-1.32.0/docs/tmpl/atkaction.sgml
atk-1.32.0/docs/tmpl/atknoopobjectfactory.sgml
atk-1.32.0/docs/tmpl/atkrelationset.sgml
atk-1.32.0/docs/tmpl/atkstateset.sgml
atk-1.32.0/docs/tmpl/atkregistry.sgml
atk-1.32.0/docs/tmpl/atkhyperlinkimpl.sgml
atk-1.32.0/docs/tmpl/atknoopobject.sgml
atk-1.32.0/docs/tmpl/atkstreamablecontent.sgml
atk-1.32.0/docs/tmpl/atk.sgml
atk-1.32.0/docs/tmpl/atkstate.sgml
atk-1.32.0/docs/tmpl/atkobjectfactory.sgml
atk-1.32.0/docs/tmpl/atkdocument.sgml
atk-1.32.0/docs/tmpl/atktable.sgml
atk-1.32.0/docs/tmpl/atkutil.sgml
atk-1.32.0/docs/tmpl/atkobject.sgml
atk-1.32.0/docs/tmpl/atkeditabletext.sgml
atk-1.32.0/docs/tmpl/atkimage.sgml
atk-1.32.0/docs/tmpl/atkmisc.sgml
atk-1.32.0/docs/tmpl/atkrelation.sgml
atk-1.32.0/docs/tmpl/atk-unused.sgml
atk-1.32.0/docs/tmpl/atkhypertext.sgml
atk-1.32.0/docs/tmpl/atktext.sgml
atk-1.32.0/docs/Makefile.in
atk-1.32.0/missing
atk-1.32.0/po/
atk-1.32.0/po/ml.gmo
atk-1.32.0/po/oc.gmo
atk-1.32.0/po/af.gmo
atk-1.32.0/po/es.po
atk-1.32.0/po/[email protected]
atk-1.32.0/po/kk.gmo
atk-1.32.0/po/nn.gmo
atk-1.32.0/po/nb.po
atk-1.32.0/po/ko.po
atk-1.32.0/po/[email protected]
atk-1.32.0/po/de.gmo
atk-1.32.0/po/ku.po
atk-1.32.0/po/ka.gmo
atk-1.32.0/po/fa.gmo
atk-1.32.0/po/rw.gmo
atk-1.32.0/po/bs.po
atk-1.32.0/po/eo.po
atk-1.32.0/po/hr.po
atk-1.32.0/po/hy.po
atk-1.32.0/po/en_GB.gmo
atk-1.32.0/po/ms.gmo
atk-1.32.0/po/bs.gmo
atk-1.32.0/po/ms.po
atk-1.32.0/po/or.gmo
atk-1.32.0/po/vi.gmo
atk-1.32.0/po/ps.gmo
atk-1.32.0/po/ChangeLog
atk-1.32.0/po/lv.gmo
atk-1.32.0/po/hr.gmo
atk-1.32.0/po/fr.po
atk-1.32.0/po/mk.po
atk-1.32.0/po/ar.gmo
atk-1.32.0/po/id.po
atk-1.32.0/po/or.po
atk-1.32.0/po/ml.po
atk-1.32.0/po/mai.gmo
atk-1.32.0/po/af.po
atk-1.32.0/po/[email protected]
atk-1.32.0/po/tt.gmo
atk-1.32.0/po/hi.po
atk-1.32.0/po/yi.po
atk-1.32.0/po/eo.gmo
atk-1.32.0/po/li.gmo
atk-1.32.0/po/en_CA.po
atk-1.32.0/po/wa.gmo
atk-1.32.0/po/it.po
atk-1.32.0/po/cy.gmo
atk-1.32.0/po/kn.gmo
atk-1.32.0/po/az.gmo
atk-1.32.0/po/bn.po
atk-1.32.0/po/sr.po
atk-1.32.0/po/pt_BR.po
atk-1.32.0/po/lv.po
atk-1.32.0/po/atk10.pot
atk-1.32.0/po/et.gmo
atk-1.32.0/po/th.po
atk-1.32.0/po/tk.gmo
atk-1.32.0/po/bn_IN.gmo
atk-1.32.0/po/ja.po
atk-1.32.0/po/[email protected]
atk-1.32.0/po/[email protected]
atk-1.32.0/po/he.gmo
atk-1.32.0/po/POTFILES.in
atk-1.32.0/po/it.gmo
atk-1.32.0/po/ru.gmo
atk-1.32.0/po/zh_CN.gmo
atk-1.32.0/po/ar.po
atk-1.32.0/po/ta.gmo
atk-1.32.0/po/si.gmo
atk-1.32.0/po/hi.gmo
atk-1.32.0/po/pt.po
atk-1.32.0/po/fr.gmo
atk-1.32.0/po/xh.po
atk-1.32.0/po/dz.po
atk-1.32.0/po/fa.po
atk-1.32.0/po/ta.po
atk-1.32.0/po/tt.po
atk-1.32.0/po/th.gmo
atk-1.32.0/po/gl.po
atk-1.32.0/po/gl.gmo
atk-1.32.0/po/ca.po
atk-1.32.0/po/kk.po
atk-1.32.0/po/zh_TW.po
atk-1.32.0/po/Makefile.in.in
atk-1.32.0/po/si.po
atk-1.32.0/po/ast.po
atk-1.32.0/po/yi.gmo
atk-1.32.0/po/tk.po
atk-1.32.0/po/ps.po
atk-1.32.0/po/is.gmo
atk-1.32.0/po/oc.po
atk-1.32.0/po/pa.po
atk-1.32.0/po/mn.po
atk-1.32.0/po/[email protected]
atk-1.32.0/po/ca.gmo
atk-1.32.0/po/ku.gmo
atk-1.32.0/po/ne.po
atk-1.32.0/po/zh_CN.po
atk-1.32.0/po/gu.po
atk-1.32.0/po/ka.po
atk-1.32.0/po/sl.po
atk-1.32.0/po/mn.gmo
atk-1.32.0/po/id.gmo
atk-1.32.0/po/sv.gmo
atk-1.32.0/po/vi.po
atk-1.32.0/po/gu.gmo
atk-1.32.0/po/nn.po
atk-1.32.0/po/be.gmo
atk-1.32.0/po/li.po
atk-1.32.0/po/cy.po
atk-1.32.0/po/pl.po
atk-1.32.0/po/sr.gmo
atk-1.32.0/po/ga.po
atk-1.32.0/po/te.gmo
atk-1.32.0/po/LINGUAS
atk-1.32.0/po/[email protected]
atk-1.32.0/po/am.gmo
atk-1.32.0/po/[email protected]
atk-1.32.0/po/nl.gmo
atk-1.32.0/po/zh_HK.po
atk-1.32.0/po/az.po
atk-1.32.0/po/tr.po
atk-1.32.0/po/fi.gmo
atk-1.32.0/po/da.gmo
atk-1.32.0/po/pa.gmo
atk-1.32.0/po/sv.po
atk-1.32.0/po/ja.gmo
atk-1.32.0/po/bg.gmo
atk-1.32.0/po/ro.po
atk-1.32.0/po/cs.po
atk-1.32.0/po/as.gmo
atk-1.32.0/po/ru.po
atk-1.32.0/po/es.gmo
atk-1.32.0/po/el.gmo
atk-1.32.0/po/ko.gmo
atk-1.32.0/po/be.po
atk-1.32.0/po/da.po
atk-1.32.0/po/[email protected]
atk-1.32.0/po/sk.po
atk-1.32.0/po/mai.po
atk-1.32.0/po/mk.gmo
atk-1.32.0/po/pt_BR.gmo
atk-1.32.0/po/ne.gmo
atk-1.32.0/po/xh.gmo
atk-1.32.0/po/bn.gmo
atk-1.32.0/po/hu.po
atk-1.32.0/po/am.po
atk-1.32.0/po/uk.gmo
atk-1.32.0/po/as.po
atk-1.32.0/po/wa.po
atk-1.32.0/po/hu.gmo
atk-1.32.0/po/nl.po
atk-1.32.0/po/is.po
atk-1.32.0/po/cs.gmo
atk-1.32.0/po/zh_HK.gmo
atk-1.32.0/po/nb.gmo
atk-1.32.0/po/de.po
atk-1.32.0/po/zh_TW.gmo
atk-1.32.0/po/ug.gmo
atk-1.32.0/po/en_CA.gmo
atk-1.32.0/po/hy.gmo
atk-1.32.0/po/sq.po
atk-1.32.0/po/te.po
atk-1.32.0/po/el.po
atk-1.32.0/po/mr.gmo
atk-1.32.0/po/ro.gmo
atk-1.32.0/po/pt.gmo
atk-1.32.0/po/bn_IN.po
atk-1.32.0/po/dz.gmo
atk-1.32.0/po/en_GB.po
atk-1.32.0/po/sl.gmo
atk-1.32.0/po/he.po
atk-1.32.0/po/eu.gmo
atk-1.32.0/po/kn.po
atk-1.32.0/po/[email protected]
atk-1.32.0/po/eu.po
atk-1.32.0/po/et.po
atk-1.32.0/po/mr.po
atk-1.32.0/po/rw.po
atk-1.32.0/po/lt.gmo
atk-1.32.0/po/ga.gmo
atk-1.32.0/po/lt.po
atk-1.32.0/po/pl.gmo
atk-1.32.0/po/uk.po
atk-1.32.0/po/sq.gmo
atk-1.32.0/po/ast.gmo
atk-1.32.0/po/ug.po
atk-1.32.0/po/sk.gmo
atk-1.32.0/po/tr.gmo
atk-1.32.0/po/fi.po
atk-1.32.0/po/bg.po
atk-1.32.0/install-sh
atk-1.32.0/depcomp
atk-1.32.0/atk.spec
atk-1.32.0/atk.pc.in
atk-1.32.0/aclocal.m4
atk-1.32.0/NEWS
atk-1.32.0/Makefile.am
atk-1.32.0/ltmain.sh
atk-1.32.0/mkinstalldirs
atk-1.32.0/tests/
atk-1.32.0/tests/README
atk-1.32.0/tests/Makefile.am
atk-1.32.0/tests/testrelation.c
atk-1.32.0/tests/Makefile.in
atk-1.32.0/tests/teststateset.c
atk-1.32.0/INSTALL
atk-1.32.0/config.sub
atk-1.32.0/atk.spec.in
atk-1.32.0/atk-zip.sh.in
atk-1.32.0/atk-uninstalled.pc.in
atk-1.32.0/atk/
atk-1.32.0/atk/atkaction.h
atk-1.32.0/atk/atktext.c
atk-1.32.0/atk/atkutil.h
atk-1.32.0/atk/atkhypertext.c
atk-1.32.0/atk/atknoopobjectfactory.c
atk-1.32.0/atk/atktable.h
atk-1.32.0/atk/atkhyperlinkimpl.c
atk-1.32.0/atk/atkmisc.c
atk-1.32.0/atk/atktext.h
atk-1.32.0/atk/atkcomponent.h
atk-1.32.0/atk/atkrelation.h
atk-1.32.0/atk/atknoopobject.h
atk-1.32.0/atk/atkmarshal.list
atk-1.32.0/atk/atkregistry.c
atk-1.32.0/atk/atkobjectfactory.h
atk-1.32.0/atk/atknoopobjectfactory.h
atk-1.32.0/atk/atk.h
atk-1.32.0/atk/atknoopobject.c
atk-1.32.0/atk/atkselection.h
atk-1.32.0/atk/atkhypertext.h
atk-1.32.0/atk/atkrelation.c
atk-1.32.0/atk/atkrelationset.c
atk-1.32.0/atk/atkimage.h
atk-1.32.0/atk/atktable.c
atk-1.32.0/atk/atkstateset.c
atk-1.32.0/atk/atkstreamablecontent.h
atk-1.32.0/atk/atkdocument.c
atk-1.32.0/atk/atkaction.c
atk-1.32.0/atk/atkplug.h
atk-1.32.0/atk/atkimage.c
atk-1.32.0/atk/atkgobjectaccessible.c
atk-1.32.0/atk/atkgobjectaccessible.h
atk-1.32.0/atk/atkmisc.h
atk-1.32.0/atk/Makefile.am
atk-1.32.0/atk/atksocket.h
atk-1.32.0/atk/atkhyperlink.c
atk-1.32.0/atk/atkregistry.h
atk-1.32.0/atk/atkintl.h
atk-1.32.0/atk/atkcomponent.c
atk-1.32.0/atk/atkeditabletext.h
atk-1.32.0/atk/atkstate.h
atk-1.32.0/atk/atkobject.h
atk-1.32.0/atk/atkvalue.h
atk-1.32.0/atk/atkobjectfactory.c
atk-1.32.0/atk/atkstateset.h
atk-1.32.0/atk/atkrelationset.h
atk-1.32.0/atk/atkvalue.c
atk-1.32.0/atk/atkdocument.h
atk-1.32.0/atk/atkstate.c
atk-1.32.0/atk/atkeditabletext.c
atk-1.32.0/atk/atksocket.c
atk-1.32.0/atk/atkselection.c
atk-1.32.0/atk/atkhyperlink.h
atk-1.32.0/atk/atkobject.c
atk-1.32.0/atk/atk.rc.in
atk-1.32.0/atk/atkrelationtype.h
atk-1.32.0/atk/atk-enum-types.h
atk-1.32.0/atk/Makefile.in
atk-1.32.0/atk/atkstreamablecontent.c
atk-1.32.0/atk/atk.symbols
atk-1.32.0/atk/atk-enum-types.c
atk-1.32.0/atk/atkhyperlinkimpl.h
atk-1.32.0/atk/atkplug.c
atk-1.32.0/atk/atkutil.c
atk-1.32.0/Makefile.in
atk-1.32.0/gtk-doc.make
sudo -u fink-bld [ENV] sh -c /tmp/fink.iTxXR
/tmp/fink.96ti5
#! /bin/sh -ev
	# Patch configure to not link like Puma on Yosemite
	perl -pi.bak -e 's|10\.\[012\]\*|10.[012][,.]*|g' configure
	./configure --prefix=3D/opt/sw --mandir=3D/opt/sw/share/man =
--disable-gtk-doc --enable-dependency-tracking PERL=3D/usr/bin/perl =
PKG_CONFIG_PATH=3D"/opt/sw/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"=
 --disable-introspection
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...=20
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-apple-darwin19.6.0
checking host system type... x86_64-apple-darwin19.6.0
checking for a sed that does not truncate output... /opt/sw/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... =
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolc=
hain/usr/bin/ld
checking if the linker =
(/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctool=
chain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+=3D"... yes
checking for =
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolc=
hain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker =
(/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctool=
chain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin19.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for some Win32 platform... no
checking for native Win32 platform... no
checking for aclocal flags...=20
checking for pkg-config... /opt/sw/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >=3D 2.0.0... yes (version 2.22.4)
checking for DEP... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for ngettext in -lintl... yes
checking for dgettext in -lintl... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /opt/sw/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /opt/sw/bin/msgfmt
checking for xgettext... /opt/sw/bin/xgettext
checking for catalogs to be installed...  af am ar as ast az be be@latin =
bg bn bn_IN bs ca ca@valencia cs cy da de dz el en_CA en_GB en@shaw eo =
es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka kk kn ko ku li =
lt lv mai mk ml mn mr ms nb ne nl nn oc or pa pl ps pt pt_BR ro ru rw si =
sk sl sq sr sr@latin sr@ije sv ta te th tk tr tt ug uk vi wa xh yi zh_CN =
zh_HK zh_TW
checking for bind_textdomain_codeset... (cached) yes
checking for gobject-introspection... no (disabled, use =
--enable-introspection to enable)
checking for gtkdoc-check... /opt/sw/bin/gtkdoc-check
checking for gtkdoc-rebase... /opt/sw/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /opt/sw/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
checking for gawk... (cached) awk
checking for perl5... /usr/bin/perl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating atk.pc
config.status: creating atk-uninstalled.pc
config.status: creating atk/Makefile
config.status: creating atk/atk.rc
config.status: creating tests/Makefile
config.status: creating docs/Makefile
config.status: creating docs/version.xml
config.status: creating atk.spec
config.status: creating atk-zip.sh
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
/usr/bin/make
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in atk
glib-genmarshal --prefix=3Datk_marshal ./atkmarshal.list --header >> =
xgen-gmh \
	&& (cmp -s xgen-gmh atkmarshal.h || cp xgen-gmh atkmarshal.h) \
	&& rm -f xgen-gmh xgen-gmh~					=
\
	&& echo timestamp > stamp-atkmarshal.h
glib-genmarshal --prefix=3Datk_marshal ./atkmarshal.list --body >> =
xgen-gmc \
	&& (cmp -s xgen-gmc atkmarshal.c || cp xgen-gmc atkmarshal.c) \
	&& rm -f xgen-gmc xgen-gmc~					=
\
	&& echo timestamp > stamp-atkmarshal.c
( cd . && glib-mkenums \
			--fhead "#if =
defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && =
!defined (ATK_COMPILATION)\n#error \"Only <atk/atk.h> can be included =
directly.\"\n#endif\n\n#ifndef __ATK_ENUM_TYPES_H__\n#define =
__ATK_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
			--fprod "/* enumerations from \"@filename@\" =
*/\n" \
			--vhead "GType @enum_name@_get_type =
(void);\n#define ATK_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n"        =
 \
			--ftail "G_END_DECLS\n\n#endif /* =
__ATK_ENUM_TYPES_H__ */" \
		atk.h atkaction.h atkcomponent.h atkdocument.h =
atkeditabletext.h atkgobjectaccessible.h atkhyperlink.h =
atkhyperlinkimpl.h atkhypertext.h atknoopobject.h atknoopobjectfactory.h =
atkobject.h atkobjectfactory.h atkplug.h atkimage.h atkregistry.h =
atkrelation.h atkrelationtype.h atkrelationset.h atkselection.h =
atksocket.h atkstate.h atkstateset.h atkstreamablecontent.h atktable.h =
atktext.h atkutil.h atkmisc.h atkvalue.h ) > tmp-atk-enum-types.h \
	&& (cmp -s tmp-atk-enum-types.h atk-enum-types.h || cp =
tmp-atk-enum-types.h atk-enum-types.h ) \
	&& rm -f tmp-atk-enum-types.h \
	&& echo timestamp > s-enum-types-h
( cd . && glib-mkenums \
			--fhead "#include <atk.h>" \
			--fprod "\n/* enumerations from \"@filename@\" =
*/" \
			--vhead "GType\n@enum_name@_get_type (void)\n{\n =
 static GType etype =3D 0;\n  if (etype =3D=3D 0) {\n    static const =
G@Type@Value values[] =3D {"     \
			--vprod "      { @VALUENAME@, \"@VALUENAME@\", =
\"@valuenick@\" }," \
			--vtail "      { 0, NULL, NULL }\n    };\n    =
etype =3D g_@type@_register_static (\"@EnumName@\", values);\n  }\n  =
return etype;\n}\n" \
		atk.h atkaction.h atkcomponent.h atkdocument.h =
atkeditabletext.h atkgobjectaccessible.h atkhyperlink.h =
atkhyperlinkimpl.h atkhypertext.h atknoopobject.h atknoopobjectfactory.h =
atkobject.h atkobjectfactory.h atkplug.h atkimage.h atkregistry.h =
atkrelation.h atkrelationtype.h atkrelationset.h atkselection.h =
atksocket.h atkstate.h atkstateset.h atkstreamablecontent.h atktable.h =
atktext.h atkutil.h atkmisc.h atkvalue.h ) > tmp-atk-enum-types.c \
	&& (cmp -s tmp-atk-enum-types.c atk-enum-types.c || cp =
tmp-atk-enum-types.c atk-enum-types.c ) \
	&& rm -f tmp-atk-enum-types.c \
	&& echo timestamp > s-enum-types-c
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
/bin/sh ../libtool --tag=3DCC   --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. =
-I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED =
-DATK_COMPILATION -DATK_LOCALEDIR=3D"\"/opt/sw/share/locale\"" =
-I/opt/sw/include/glib-2.0 -I/opt/sw/lib/glib-2.0/include  =
-I/opt/sw/include -DG_DISABLE_SINGLE_INCLUDES =
-DATK_DISABLE_SINGLE_INCLUDES  -Os -Wall -MT atkaction.lo -MD -MP -MF =
.deps/atkaction.Tpo -c -o atkaction.lo atkaction.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. =
-DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION =
-DATK_LOCALEDIR=3D\"/opt/sw/share/locale\" -I/opt/sw/include/glib-2.0 =
-I/opt/sw/lib/glib-2.0/include -I/opt/sw/include =
-DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -Os -Wall -MT =
atkaction.lo -MD -MP -MF .deps/atkaction.Tpo -c atkaction.c  -fno-common =
-DPIC -o .libs/atkaction.o
mv -f .deps/atkaction.Tpo .deps/atkaction.Plo
/bin/sh ../libtool --tag=3DCC   --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. =
-I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED =
-DATK_COMPILATION -DATK_LOCALEDIR=3D"\"/opt/sw/share/locale\"" =
-I/opt/sw/include/glib-2.0 -I/opt/sw/lib/glib-2.0/include  =
-I/opt/sw/include -DG_DISABLE_SINGLE_INCLUDES =
-DATK_DISABLE_SINGLE_INCLUDES  -Os -Wall -MT atkcomponent.lo -MD -MP -MF =
.deps/atkcomponent.Tpo -c -o atkcomponent.lo atkcomponent.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. =
-DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION =
-DATK_LOCALEDIR=3D\"/opt/sw/share/locale\" -I/opt/sw/include/glib-2.0 =
-I/opt/sw/lib/glib-2.0/include -I/opt/sw/include =
-DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -Os -Wall -MT =
atkcomponent.lo -MD -MP -MF .deps/atkcomponent.Tpo -c atkcomponent.c  =
-fno-common -DPIC -o .libs/atkcomponent.o
atkcomponent.c:594:1: warning: unused function =
'atk_component_real_get_alpha' [-Wunused-function]
atk_component_real_get_alpha (AtkComponent    *component)
^
1 warning generated.
mv -f .deps/atkcomponent.Tpo .deps/atkcomponent.Plo
/bin/sh ../libtool --tag=3DCC   --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. =
-I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED =
-DATK_COMPILATION -DATK_LOCALEDIR=3D"\"/opt/sw/share/locale\"" =
-I/opt/sw/include/glib-2.0 -I/opt/sw/lib/glib-2.0/include  =
-I/opt/sw/include -DG_DISABLE_SINGLE_INCLUDES =
-DATK_DISABLE_SINGLE_INCLUDES  -Os -Wall -MT atkdocument.lo -MD -MP -MF =
.deps/atkdocument.Tpo -c -o atkdocument.lo atkdocument.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. =
-DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION =
-DATK_LOCALEDIR=3D\"/opt/sw/share/locale\" -I/opt/sw/include/glib-2.0 =
-I/opt/sw/lib/glib-2.0/include -I/opt/sw/include =
-DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -Os -Wall -MT =
atkdocument.lo -MD -MP -MF .deps/atkdocument.Tpo -c atkdocument.c  =
-fno-common -DPIC -o .libs/atkdocument.o
mv -f .deps/atkdocument.Tpo .deps/atkdocument.Plo
/bin/sh ../libtool --tag=3DCC   --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. =
-I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED =
-DATK_COMPILATION -DATK_LOCALEDIR=3D"\"/opt/sw/share/locale\"" =
-I/opt/sw/include/glib-2.0 -I/opt/sw/lib/glib-2.0/include  =
-I/opt/sw/include -DG_DISABLE_SINGLE_INCLUDES =
-DATK_DISABLE_SINGLE_INCLUDES  -Os -Wall -MT atkeditabletext.lo -MD -MP =
-MF .deps/atkeditabletext.Tpo -c -o atkeditabletext.lo atkeditabletext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. =
-DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION =
-DATK_LOCALEDIR=3D\"/opt/sw/share/locale\" -I/opt/sw/include/glib-2.0 =
-I/opt/sw/lib/glib-2.0/include -I/opt/sw/include =
-DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -Os -Wall -MT =
atkeditabletext.lo -MD -MP -MF .deps/atkeditabletext.Tpo -c =
atkeditabletext.c  -fno-common -DPIC -o .libs/atkeditabletext.o
mv -f .deps/atkeditabletext.Tpo .deps/atkeditabletext.Plo
/bin/sh ../libtool --tag=3DCC   --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. =
-I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED =
-DATK_COMPILATION -DATK_LOCALEDIR=3D"\"/opt/sw/share/locale\"" =
-I/opt/sw/include/glib-2.0 -I/opt/sw/lib/glib-2.0/include  =
-I/opt/sw/include -DG_DISABLE_SINGLE_INCLUDES =
-DATK_DISABLE_SINGLE_INCLUDES  -Os -Wall -MT atkgobjectaccessible.lo -MD =
-MP -MF .deps/atkgobjectaccessible.Tpo -c -o atkgobjectaccessible.lo =
atkgobjectaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. =
-DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION =
-DATK_LOCALEDIR=3D\"/opt/sw/share/locale\" -I/opt/sw/include/glib-2.0 =
-I/opt/sw/lib/glib-2.0/include -I/opt/sw/include =
-DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -Os -Wall -MT =
atkgobjectaccessible.lo -MD -MP -MF .deps/atkgobjectaccessible.Tpo -c =
atkgobjectaccessible.c  -fno-common -DPIC -o =
.libs/atkgobjectaccessible.o
mv -f .deps/atkgobjectaccessible.Tpo .deps/atkgobjectaccessible.Plo
/bin/sh ../libtool --tag=3DCC   --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. =
-I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED =
-DATK_COMPILATION -DATK_LOCALEDIR=3D"\"/opt/sw/share/locale\"" =
-I/opt/sw/include/glib-2.0 -I/opt/sw/lib/glib-2.0/include  =
-I/opt/sw/include -DG_DISABLE_SINGLE_INCLUDES =
-DATK_DISABLE_SINGLE_INCLUDES  -Os -Wall -MT atkhyperlink.lo -MD -MP -MF =
.deps/atkhyperlink.Tpo -c -o atkhyperlink.lo atkhyperlink.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. =
-DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION =
-DATK_LOCALEDIR=3D\"/opt/sw/share/locale\" -I/opt/sw/include/glib-2.0 =
-I/opt/sw/lib/glib-2.0/include -I/opt/sw/include =
-DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -Os -Wall -MT =
atkhyperlink.lo -MD -MP -MF .deps/atkhyperlink.Tpo -c atkhyperlink.c  =
-fno-common -DPIC -o .libs/atkhyperlink.o
atkhyperlink.c:165:35: error: implicit declaration of function =
'atk_hyperlink_is_selected_link' is invalid in C99 =
[-Werror,-Wimplicit-function-declaration]
      g_value_set_boolean (value, atk_hyperlink_is_selected_link =
(link));
                                  ^
atkhyperlink.c:165:35: note: did you mean 'atk_hyperlink_is_inline'?
./atkhyperlink.h:97:18: note: 'atk_hyperlink_is_inline' declared here
gboolean         atk_hyperlink_is_inline             (AtkHyperlink     =
*link_);
                 ^
1 error generated.
make[3]: *** [atkhyperlink.lo] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /tmp/fink.96ti5 failed, exit code 2
### execution of /tmp/fink.iTxXR failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/opt/sw/bin/dpkg-lockwait -r fink-buildlock-atk1-1.32.0-2
(Reading database ... 184856 files and directories currently installed.)
Removing fink-buildlock-atk1-1.32.0-2 ...
Failed: phase compiling: atk1-1.32.0-2 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=20=

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]>.

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.2
Distribution version: selfupdate-git Tue Nov 24 18:07:24 2020, 10.15, =
x86_64
Trees: local/main stable/main
Xcode.app: 12.1
Xcode command-line tools: 12.1.0.0.1.1602137645
atk1-1.32.0-2 is set to build with only one job.


--Apple-Mail=_0C829384-8DEE-4EF6-8E8B-36393B635FD3
Content-Transfer-Encoding: 7bit
Content-Type: text/html;
	charset=us-ascii

<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><div class=""></div><div class=""></div></body></html>
--Apple-Mail=_0C829384-8DEE-4EF6-8E8B-36393B635FD3
Content-Disposition: attachment;
	filename=fink-atk1-log.txt
Content-Type: text/plain;
	x-unix-mode=0644;
	name="fink-atk1-log.txt"
Content-Transfer-Encoding: quoted-printable

The package 'atk1' will be built and installed.
Reading build dependency for atk1-1.32.0-2...
Reading dependency for atk1-1.32.0-2...
Reading runtime dependency for atk1-1.32.0-2...
Reading dependency for atk1-shlibs-1.32.0-2...
Reading build conflict for atk1-1.32.0-2...
The package 'atk1-shlibs' will be built and installed.
Reading build dependency for atk1-1.32.0-2...
Reading dependency for atk1-1.32.0-2...
Reading dependency for atk1-shlibs-1.32.0-2...
Reading build dependency for atk1-shlibs-1.32.0-2...
Reading dependency for atk1-shlibs-1.32.0-2...
Reading runtime dependency for atk1-shlibs-1.32.0-2...
Reading build conflict for atk1-1.32.0-2...
Reading build conflict for atk1-shlibs-1.32.0-2...
The following package will be installed or updated:
 atk1
The following additional package will be installed:
 atk1-shlibs
Do you want to continue? [Y/n] (assuming default)
Setting runtime build-lock...
dpkg-deb -b /opt/sw/src/fink.build/root-fink-buildlock-atk1-1.32.0-2 =
/opt/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-atk1-1.32.0-2' in =
`/opt/sw/src/fink.build/fink-buildlock-atk1-1.32.0-2_2020.11.24-20.37.55_d=
arwin-x86_64.deb'.
Installing build-lock package...
/opt/sw/bin/dpkg-lockwait -i =
/opt/sw/src/fink.build/fink-buildlock-atk1-1.32.0-2_2020.11.24-20.37.55_da=
rwin-x86_64.deb
Selecting previously deselected package fink-buildlock-atk1-1.32.0-2.
(Reading database ... 184855 files and directories currently installed.)
Unpacking fink-buildlock-atk1-1.32.0-2 (from =
.../fink-buildlock-atk1-1.32.0-2_2020.11.24-20.37.55_darwin-x86_64.deb) =
...
Setting up fink-buildlock-atk1-1.32.0-2 (2020.11.24-20.37.55) ...

sudo -u fink-bld [ENV] sh -c /tmp/fink.LaeZe
env LANG=3DC LC_ALL=3DC /opt/sw/bin/tar  --no-same-owner =
--no-same-permissions -xvf /opt/sw/src/atk-1.32.0.tar.bz2
atk-1.32.0/
atk-1.32.0/COPYING
atk-1.32.0/configure.in
atk-1.32.0/m4/
atk-1.32.0/m4/ltoptions.m4
atk-1.32.0/m4/ltsugar.m4
atk-1.32.0/m4/libtool.m4
atk-1.32.0/m4/ltversion.m4
atk-1.32.0/m4/introspection.m4
atk-1.32.0/m4/gtk-doc.m4
atk-1.32.0/m4/lt~obsolete.m4
atk-1.32.0/configure
atk-1.32.0/ChangeLog
atk-1.32.0/MAINTAINERS
atk-1.32.0/README
atk-1.32.0/config.guess
atk-1.32.0/config.h.in
atk-1.32.0/AUTHORS
atk-1.32.0/docs/
atk-1.32.0/docs/atk-sections.txt
atk-1.32.0/docs/version.xml
atk-1.32.0/docs/html/
atk-1.32.0/docs/html/AtkRegistry.html
atk-1.32.0/docs/html/atk.devhelp2
atk-1.32.0/docs/html/AtkDocument.html
atk-1.32.0/docs/html/atk-AtkHyperlinkImpl.html
atk-1.32.0/docs/html/AtkRelation.html
atk-1.32.0/docs/html/AtkText.html
atk-1.32.0/docs/html/AtkNoOpObjectFactory.html
atk-1.32.0/docs/html/atk-AtkState.html
atk-1.32.0/docs/html/AtkTable.html
atk-1.32.0/docs/html/AtkNoOpObject.html
atk-1.32.0/docs/html/ix07.html
atk-1.32.0/docs/html/ix02.html
atk-1.32.0/docs/html/index.html
atk-1.32.0/docs/html/home.png
atk-1.32.0/docs/html/AtkSelection.html
atk-1.32.0/docs/html/up.png
atk-1.32.0/docs/html/index.sgml
atk-1.32.0/docs/html/atk.devhelp
atk-1.32.0/docs/html/AtkStateSet.html
atk-1.32.0/docs/html/ix05.html
atk-1.32.0/docs/html/ix06.html
atk-1.32.0/docs/html/left.png
atk-1.32.0/docs/html/AtkValue.html
atk-1.32.0/docs/html/AtkEditableText.html
atk-1.32.0/docs/html/AtkHyperlink.html
atk-1.32.0/docs/html/AtkImage.html
atk-1.32.0/docs/html/ix01.html
atk-1.32.0/docs/html/ix03.html
atk-1.32.0/docs/html/style.css
atk-1.32.0/docs/html/AtkComponent.html
atk-1.32.0/docs/html/AtkHypertext.html
atk-1.32.0/docs/html/right.png
atk-1.32.0/docs/html/AtkStreamableContent.html
atk-1.32.0/docs/html/atk.html
atk-1.32.0/docs/html/AtkRelationSet.html
atk-1.32.0/docs/html/AtkAction.html
atk-1.32.0/docs/html/ix04.html
atk-1.32.0/docs/html/AtkUtil.html
atk-1.32.0/docs/html/AtkObjectFactory.html
atk-1.32.0/docs/html/AtkGObjectAccessible.html
atk-1.32.0/docs/html/AtkObject.html
atk-1.32.0/docs/atk-overrides.txt
atk-1.32.0/docs/version.xml.in
atk-1.32.0/docs/atk.types
atk-1.32.0/docs/atk-docs.sgml
atk-1.32.0/docs/Makefile.am
atk-1.32.0/docs/tmpl/
atk-1.32.0/docs/tmpl/atkselection.sgml
atk-1.32.0/docs/tmpl/atkvalue.sgml
atk-1.32.0/docs/tmpl/atkhyperlink.sgml
atk-1.32.0/docs/tmpl/atkcomponent.sgml
atk-1.32.0/docs/tmpl/atkgobjectaccessible.sgml
atk-1.32.0/docs/tmpl/atkaction.sgml
atk-1.32.0/docs/tmpl/atknoopobjectfactory.sgml
atk-1.32.0/docs/tmpl/atkrelationset.sgml
atk-1.32.0/docs/tmpl/atkstateset.sgml
atk-1.32.0/docs/tmpl/atkregistry.sgml
atk-1.32.0/docs/tmpl/atkhyperlinkimpl.sgml
atk-1.32.0/docs/tmpl/atknoopobject.sgml
atk-1.32.0/docs/tmpl/atkstreamablecontent.sgml
atk-1.32.0/docs/tmpl/atk.sgml
atk-1.32.0/docs/tmpl/atkstate.sgml
atk-1.32.0/docs/tmpl/atkobjectfactory.sgml
atk-1.32.0/docs/tmpl/atkdocument.sgml
atk-1.32.0/docs/tmpl/atktable.sgml
atk-1.32.0/docs/tmpl/atkutil.sgml
atk-1.32.0/docs/tmpl/atkobject.sgml
atk-1.32.0/docs/tmpl/atkeditabletext.sgml
atk-1.32.0/docs/tmpl/atkimage.sgml
atk-1.32.0/docs/tmpl/atkmisc.sgml
atk-1.32.0/docs/tmpl/atkrelation.sgml
atk-1.32.0/docs/tmpl/atk-unused.sgml
atk-1.32.0/docs/tmpl/atkhypertext.sgml
atk-1.32.0/docs/tmpl/atktext.sgml
atk-1.32.0/docs/Makefile.in
atk-1.32.0/missing
atk-1.32.0/po/
atk-1.32.0/po/ml.gmo
atk-1.32.0/po/oc.gmo
atk-1.32.0/po/af.gmo
atk-1.32.0/po/es.po
atk-1.32.0/po/[email protected]
atk-1.32.0/po/kk.gmo
atk-1.32.0/po/nn.gmo
atk-1.32.0/po/nb.po
atk-1.32.0/po/ko.po
atk-1.32.0/po/[email protected]
atk-1.32.0/po/de.gmo
atk-1.32.0/po/ku.po
atk-1.32.0/po/ka.gmo
atk-1.32.0/po/fa.gmo
atk-1.32.0/po/rw.gmo
atk-1.32.0/po/bs.po
atk-1.32.0/po/eo.po
atk-1.32.0/po/hr.po
atk-1.32.0/po/hy.po
atk-1.32.0/po/en_GB.gmo
atk-1.32.0/po/ms.gmo
atk-1.32.0/po/bs.gmo
atk-1.32.0/po/ms.po
atk-1.32.0/po/or.gmo
atk-1.32.0/po/vi.gmo
atk-1.32.0/po/ps.gmo
atk-1.32.0/po/ChangeLog
atk-1.32.0/po/lv.gmo
atk-1.32.0/po/hr.gmo
atk-1.32.0/po/fr.po
atk-1.32.0/po/mk.po
atk-1.32.0/po/ar.gmo
atk-1.32.0/po/id.po
atk-1.32.0/po/or.po
atk-1.32.0/po/ml.po
atk-1.32.0/po/mai.gmo
atk-1.32.0/po/af.po
atk-1.32.0/po/[email protected]
atk-1.32.0/po/tt.gmo
atk-1.32.0/po/hi.po
atk-1.32.0/po/yi.po
atk-1.32.0/po/eo.gmo
atk-1.32.0/po/li.gmo
atk-1.32.0/po/en_CA.po
atk-1.32.0/po/wa.gmo
atk-1.32.0/po/it.po
atk-1.32.0/po/cy.gmo
atk-1.32.0/po/kn.gmo
atk-1.32.0/po/az.gmo
atk-1.32.0/po/bn.po
atk-1.32.0/po/sr.po
atk-1.32.0/po/pt_BR.po
atk-1.32.0/po/lv.po
atk-1.32.0/po/atk10.pot
atk-1.32.0/po/et.gmo
atk-1.32.0/po/th.po
atk-1.32.0/po/tk.gmo
atk-1.32.0/po/bn_IN.gmo
atk-1.32.0/po/ja.po
atk-1.32.0/po/[email protected]
atk-1.32.0/po/[email protected]
atk-1.32.0/po/he.gmo
atk-1.32.0/po/POTFILES.in
atk-1.32.0/po/it.gmo
atk-1.32.0/po/ru.gmo
atk-1.32.0/po/zh_CN.gmo
atk-1.32.0/po/ar.po
atk-1.32.0/po/ta.gmo
atk-1.32.0/po/si.gmo
atk-1.32.0/po/hi.gmo
atk-1.32.0/po/pt.po
atk-1.32.0/po/fr.gmo
atk-1.32.0/po/xh.po
atk-1.32.0/po/dz.po
atk-1.32.0/po/fa.po
atk-1.32.0/po/ta.po
atk-1.32.0/po/tt.po
atk-1.32.0/po/th.gmo
atk-1.32.0/po/gl.po
atk-1.32.0/po/gl.gmo
atk-1.32.0/po/ca.po
atk-1.32.0/po/kk.po
atk-1.32.0/po/zh_TW.po
atk-1.32.0/po/Makefile.in.in
atk-1.32.0/po/si.po
atk-1.32.0/po/ast.po
atk-1.32.0/po/yi.gmo
atk-1.32.0/po/tk.po
atk-1.32.0/po/ps.po
atk-1.32.0/po/is.gmo
atk-1.32.0/po/oc.po
atk-1.32.0/po/pa.po
atk-1.32.0/po/mn.po
atk-1.32.0/po/[email protected]
atk-1.32.0/po/ca.gmo
atk-1.32.0/po/ku.gmo
atk-1.32.0/po/ne.po
atk-1.32.0/po/zh_CN.po
atk-1.32.0/po/gu.po
atk-1.32.0/po/ka.po
atk-1.32.0/po/sl.po
atk-1.32.0/po/mn.gmo
atk-1.32.0/po/id.gmo
atk-1.32.0/po/sv.gmo
atk-1.32.0/po/vi.po
atk-1.32.0/po/gu.gmo
atk-1.32.0/po/nn.po
atk-1.32.0/po/be.gmo
atk-1.32.0/po/li.po
atk-1.32.0/po/cy.po
atk-1.32.0/po/pl.po
atk-1.32.0/po/sr.gmo
atk-1.32.0/po/ga.po
atk-1.32.0/po/te.gmo
atk-1.32.0/po/LINGUAS
atk-1.32.0/po/[email protected]
atk-1.32.0/po/am.gmo
atk-1.32.0/po/[email protected]
atk-1.32.0/po/nl.gmo
atk-1.32.0/po/zh_HK.po
atk-1.32.0/po/az.po
atk-1.32.0/po/tr.po
atk-1.32.0/po/fi.gmo
atk-1.32.0/po/da.gmo
atk-1.32.0/po/pa.gmo
atk-1.32.0/po/sv.po
atk-1.32.0/po/ja.gmo
atk-1.32.0/po/bg.gmo
atk-1.32.0/po/ro.po
atk-1.32.0/po/cs.po
atk-1.32.0/po/as.gmo
atk-1.32.0/po/ru.po
atk-1.32.0/po/es.gmo
atk-1.32.0/po/el.gmo
atk-1.32.0/po/ko.gmo
atk-1.32.0/po/be.po
atk-1.32.0/po/da.po
atk-1.32.0/po/[email protected]
atk-1.32.0/po/sk.po
atk-1.32.0/po/mai.po
atk-1.32.0/po/mk.gmo
atk-1.32.0/po/pt_BR.gmo
atk-1.32.0/po/ne.gmo
atk-1.32.0/po/xh.gmo
atk-1.32.0/po/bn.gmo
atk-1.32.0/po/hu.po
atk-1.32.0/po/am.po
atk-1.32.0/po/uk.gmo
atk-1.32.0/po/as.po
atk-1.32.0/po/wa.po
atk-1.32.0/po/hu.gmo
atk-1.32.0/po/nl.po
atk-1.32.0/po/is.po
atk-1.32.0/po/cs.gmo
atk-1.32.0/po/zh_HK.gmo
atk-1.32.0/po/nb.gmo
atk-1.32.0/po/de.po
atk-1.32.0/po/zh_TW.gmo
atk-1.32.0/po/ug.gmo
atk-1.32.0/po/en_CA.gmo
atk-1.32.0/po/hy.gmo
atk-1.32.0/po/sq.po
atk-1.32.0/po/te.po
atk-1.32.0/po/el.po
atk-1.32.0/po/mr.gmo
atk-1.32.0/po/ro.gmo
atk-1.32.0/po/pt.gmo
atk-1.32.0/po/bn_IN.po
atk-1.32.0/po/dz.gmo
atk-1.32.0/po/en_GB.po
atk-1.32.0/po/sl.gmo
atk-1.32.0/po/he.po
atk-1.32.0/po/eu.gmo
atk-1.32.0/po/kn.po
atk-1.32.0/po/[email protected]
atk-1.32.0/po/eu.po
atk-1.32.0/po/et.po
atk-1.32.0/po/mr.po
atk-1.32.0/po/rw.po
atk-1.32.0/po/lt.gmo
atk-1.32.0/po/ga.gmo
atk-1.32.0/po/lt.po
atk-1.32.0/po/pl.gmo
atk-1.32.0/po/uk.po
atk-1.32.0/po/sq.gmo
atk-1.32.0/po/ast.gmo
atk-1.32.0/po/ug.po
atk-1.32.0/po/sk.gmo
atk-1.32.0/po/tr.gmo
atk-1.32.0/po/fi.po
atk-1.32.0/po/bg.po
atk-1.32.0/install-sh
atk-1.32.0/depcomp
atk-1.32.0/atk.spec
atk-1.32.0/atk.pc.in
atk-1.32.0/aclocal.m4
atk-1.32.0/NEWS
atk-1.32.0/Makefile.am
atk-1.32.0/ltmain.sh
atk-1.32.0/mkinstalldirs
atk-1.32.0/tests/
atk-1.32.0/tests/README
atk-1.32.0/tests/Makefile.am
atk-1.32.0/tests/testrelation.c
atk-1.32.0/tests/Makefile.in
atk-1.32.0/tests/teststateset.c
atk-1.32.0/INSTALL
atk-1.32.0/config.sub
atk-1.32.0/atk.spec.in
atk-1.32.0/atk-zip.sh.in
atk-1.32.0/atk-uninstalled.pc.in
atk-1.32.0/atk/
atk-1.32.0/atk/atkaction.h
atk-1.32.0/atk/atktext.c
atk-1.32.0/atk/atkutil.h
atk-1.32.0/atk/atkhypertext.c
atk-1.32.0/atk/atknoopobjectfactory.c
atk-1.32.0/atk/atktable.h
atk-1.32.0/atk/atkhyperlinkimpl.c
atk-1.32.0/atk/atkmisc.c
atk-1.32.0/atk/atktext.h
atk-1.32.0/atk/atkcomponent.h
atk-1.32.0/atk/atkrelation.h
atk-1.32.0/atk/atknoopobject.h
atk-1.32.0/atk/atkmarshal.list
atk-1.32.0/atk/atkregistry.c
atk-1.32.0/atk/atkobjectfactory.h
atk-1.32.0/atk/atknoopobjectfactory.h
atk-1.32.0/atk/atk.h
atk-1.32.0/atk/atknoopobject.c
atk-1.32.0/atk/atkselection.h
atk-1.32.0/atk/atkhypertext.h
atk-1.32.0/atk/atkrelation.c
atk-1.32.0/atk/atkrelationset.c
atk-1.32.0/atk/atkimage.h
atk-1.32.0/atk/atktable.c
atk-1.32.0/atk/atkstateset.c
atk-1.32.0/atk/atkstreamablecontent.h
atk-1.32.0/atk/atkdocument.c
atk-1.32.0/atk/atkaction.c
atk-1.32.0/atk/atkplug.h
atk-1.32.0/atk/atkimage.c
atk-1.32.0/atk/atkgobjectaccessible.c
atk-1.32.0/atk/atkgobjectaccessible.h
atk-1.32.0/atk/atkmisc.h
atk-1.32.0/atk/Makefile.am
atk-1.32.0/atk/atksocket.h
atk-1.32.0/atk/atkhyperlink.c
atk-1.32.0/atk/atkregistry.h
atk-1.32.0/atk/atkintl.h
atk-1.32.0/atk/atkcomponent.c
atk-1.32.0/atk/atkeditabletext.h
atk-1.32.0/atk/atkstate.h
atk-1.32.0/atk/atkobject.h
atk-1.32.0/atk/atkvalue.h
atk-1.32.0/atk/atkobjectfactory.c
atk-1.32.0/atk/atkstateset.h
atk-1.32.0/atk/atkrelationset.h
atk-1.32.0/atk/atkvalue.c
atk-1.32.0/atk/atkdocument.h
atk-1.32.0/atk/atkstate.c
atk-1.32.0/atk/atkeditabletext.c
atk-1.32.0/atk/atksocket.c
atk-1.32.0/atk/atkselection.c
atk-1.32.0/atk/atkhyperlink.h
atk-1.32.0/atk/atkobject.c
atk-1.32.0/atk/atk.rc.in
atk-1.32.0/atk/atkrelationtype.h
atk-1.32.0/atk/atk-enum-types.h
atk-1.32.0/atk/Makefile.in
atk-1.32.0/atk/atkstreamablecontent.c
atk-1.32.0/atk/atk.symbols
atk-1.32.0/atk/atk-enum-types.c
atk-1.32.0/atk/atkhyperlinkimpl.h
atk-1.32.0/atk/atkplug.c
atk-1.32.0/atk/atkutil.c
atk-1.32.0/Makefile.in
atk-1.32.0/gtk-doc.make
sudo -u fink-bld [ENV] sh -c /tmp/fink.iTxXR
/tmp/fink.96ti5
#! /bin/sh -ev
	# Patch configure to not link like Puma on Yosemite
	perl -pi.bak -e 's|10\.\[012\]\*|10.[012][,.]*|g' configure
	./configure --prefix=3D/opt/sw --mandir=3D/opt/sw/share/man =
--disable-gtk-doc --enable-dependency-tracking PERL=3D/usr/bin/perl =
PKG_CONFIG_PATH=3D"/opt/sw/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"=
 --disable-introspection
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...=20
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-apple-darwin19.6.0
checking host system type... x86_64-apple-darwin19.6.0
checking for a sed that does not truncate output... /opt/sw/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... =
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolc=
hain/usr/bin/ld
checking if the linker =
(/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctool=
chain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+=3D"... yes
checking for =
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolc=
hain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker =
(/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctool=
chain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin19.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for some Win32 platform... no
checking for native Win32 platform... no
checking for aclocal flags...=20
checking for pkg-config... /opt/sw/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >=3D 2.0.0... yes (version 2.22.4)
checking for DEP... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for ngettext in -lintl... yes
checking for dgettext in -lintl... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /opt/sw/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /opt/sw/bin/msgfmt
checking for xgettext... /opt/sw/bin/xgettext
checking for catalogs to be installed...  af am ar as ast az be be@latin =
bg bn bn_IN bs ca ca@valencia cs cy da de dz el en_CA en_GB en@shaw eo =
es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka kk kn ko ku li =
lt lv mai mk ml mn mr ms nb ne nl nn oc or pa pl ps pt pt_BR ro ru rw si =
sk sl sq sr sr@latin sr@ije sv ta te th tk tr tt ug uk vi wa xh yi zh_CN =
zh_HK zh_TW
checking for bind_textdomain_codeset... (cached) yes
checking for gobject-introspection... no (disabled, use =
--enable-introspection to enable)
checking for gtkdoc-check... /opt/sw/bin/gtkdoc-check
checking for gtkdoc-rebase... /opt/sw/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /opt/sw/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
checking for gawk... (cached) awk
checking for perl5... /usr/bin/perl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating atk.pc
config.status: creating atk-uninstalled.pc
config.status: creating atk/Makefile
config.status: creating atk/atk.rc
config.status: creating tests/Makefile
config.status: creating docs/Makefile
config.status: creating docs/version.xml
config.status: creating atk.spec
config.status: creating atk-zip.sh
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
/usr/bin/make
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in atk
glib-genmarshal --prefix=3Datk_marshal ./atkmarshal.list --header >> =
xgen-gmh \
	&& (cmp -s xgen-gmh atkmarshal.h || cp xgen-gmh atkmarshal.h) \
	&& rm -f xgen-gmh xgen-gmh~					=
\
	&& echo timestamp > stamp-atkmarshal.h
glib-genmarshal --prefix=3Datk_marshal ./atkmarshal.list --body >> =
xgen-gmc \
	&& (cmp -s xgen-gmc atkmarshal.c || cp xgen-gmc atkmarshal.c) \
	&& rm -f xgen-gmc xgen-gmc~					=
\
	&& echo timestamp > stamp-atkmarshal.c
( cd . && glib-mkenums \
			--fhead "#if =
defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && =
!defined (ATK_COMPILATION)\n#error \"Only <atk/atk.h> can be included =
directly.\"\n#endif\n\n#ifndef __ATK_ENUM_TYPES_H__\n#define =
__ATK_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
			--fprod "/* enumerations from \"@filename@\" =
*/\n" \
			--vhead "GType @enum_name@_get_type =
(void);\n#define ATK_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n"        =
 \
			--ftail "G_END_DECLS\n\n#endif /* =
__ATK_ENUM_TYPES_H__ */" \
		atk.h atkaction.h atkcomponent.h atkdocument.h =
atkeditabletext.h atkgobjectaccessible.h atkhyperlink.h =
atkhyperlinkimpl.h atkhypertext.h atknoopobject.h atknoopobjectfactory.h =
atkobject.h atkobjectfactory.h atkplug.h atkimage.h atkregistry.h =
atkrelation.h atkrelationtype.h atkrelationset.h atkselection.h =
atksocket.h atkstate.h atkstateset.h atkstreamablecontent.h atktable.h =
atktext.h atkutil.h atkmisc.h atkvalue.h ) > tmp-atk-enum-types.h \
	&& (cmp -s tmp-atk-enum-types.h atk-enum-types.h || cp =
tmp-atk-enum-types.h atk-enum-types.h ) \
	&& rm -f tmp-atk-enum-types.h \
	&& echo timestamp > s-enum-types-h
( cd . && glib-mkenums \
			--fhead "#include <atk.h>" \
			--fprod "\n/* enumerations from \"@filename@\" =
*/" \
			--vhead "GType\n@enum_name@_get_type (void)\n{\n =
 static GType etype =3D 0;\n  if (etype =3D=3D 0) {\n    static const =
G@Type@Value values[] =3D {"     \
			--vprod "      { @VALUENAME@, \"@VALUENAME@\", =
\"@valuenick@\" }," \
			--vtail "      { 0, NULL, NULL }\n    };\n    =
etype =3D g_@type@_register_static (\"@EnumName@\", values);\n  }\n  =
return etype;\n}\n" \
		atk.h atkaction.h atkcomponent.h atkdocument.h =
atkeditabletext.h atkgobjectaccessible.h atkhyperlink.h =
atkhyperlinkimpl.h atkhypertext.h atknoopobject.h atknoopobjectfactory.h =
atkobject.h atkobjectfactory.h atkplug.h atkimage.h atkregistry.h =
atkrelation.h atkrelationtype.h atkrelationset.h atkselection.h =
atksocket.h atkstate.h atkstateset.h atkstreamablecontent.h atktable.h =
atktext.h atkutil.h atkmisc.h atkvalue.h ) > tmp-atk-enum-types.c \
	&& (cmp -s tmp-atk-enum-types.c atk-enum-types.c || cp =
tmp-atk-enum-types.c atk-enum-types.c ) \
	&& rm -f tmp-atk-enum-types.c \
	&& echo timestamp > s-enum-types-c
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
/bin/sh ../libtool --tag=3DCC   --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. =
-I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED =
-DATK_COMPILATION -DATK_LOCALEDIR=3D"\"/opt/sw/share/locale\"" =
-I/opt/sw/include/glib-2.0 -I/opt/sw/lib/glib-2.0/include  =
-I/opt/sw/include -DG_DISABLE_SINGLE_INCLUDES =
-DATK_DISABLE_SINGLE_INCLUDES  -Os -Wall -MT atkaction.lo -MD -MP -MF =
.deps/atkaction.Tpo -c -o atkaction.lo atkaction.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. =
-DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION =
-DATK_LOCALEDIR=3D\"/opt/sw/share/locale\" -I/opt/sw/include/glib-2.0 =
-I/opt/sw/lib/glib-2.0/include -I/opt/sw/include =
-DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -Os -Wall -MT =
atkaction.lo -MD -MP -MF .deps/atkaction.Tpo -c atkaction.c  -fno-common =
-DPIC -o .libs/atkaction.o
mv -f .deps/atkaction.Tpo .deps/atkaction.Plo
/bin/sh ../libtool --tag=3DCC   --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. =
-I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED =
-DATK_COMPILATION -DATK_LOCALEDIR=3D"\"/opt/sw/share/locale\"" =
-I/opt/sw/include/glib-2.0 -I/opt/sw/lib/glib-2.0/include  =
-I/opt/sw/include -DG_DISABLE_SINGLE_INCLUDES =
-DATK_DISABLE_SINGLE_INCLUDES  -Os -Wall -MT atkcomponent.lo -MD -MP -MF =
.deps/atkcomponent.Tpo -c -o atkcomponent.lo atkcomponent.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. =
-DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION =
-DATK_LOCALEDIR=3D\"/opt/sw/share/locale\" -I/opt/sw/include/glib-2.0 =
-I/opt/sw/lib/glib-2.0/include -I/opt/sw/include =
-DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -Os -Wall -MT =
atkcomponent.lo -MD -MP -MF .deps/atkcomponent.Tpo -c atkcomponent.c  =
-fno-common -DPIC -o .libs/atkcomponent.o
atkcomponent.c:594:1: warning: unused function =
'atk_component_real_get_alpha' [-Wunused-function]
atk_component_real_get_alpha (AtkComponent    *component)
^
1 warning generated.
mv -f .deps/atkcomponent.Tpo .deps/atkcomponent.Plo
/bin/sh ../libtool --tag=3DCC   --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. =
-I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED =
-DATK_COMPILATION -DATK_LOCALEDIR=3D"\"/opt/sw/share/locale\"" =
-I/opt/sw/include/glib-2.0 -I/opt/sw/lib/glib-2.0/include  =
-I/opt/sw/include -DG_DISABLE_SINGLE_INCLUDES =
-DATK_DISABLE_SINGLE_INCLUDES  -Os -Wall -MT atkdocument.lo -MD -MP -MF =
.deps/atkdocument.Tpo -c -o atkdocument.lo atkdocument.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. =
-DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION =
-DATK_LOCALEDIR=3D\"/opt/sw/share/locale\" -I/opt/sw/include/glib-2.0 =
-I/opt/sw/lib/glib-2.0/include -I/opt/sw/include =
-DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -Os -Wall -MT =
atkdocument.lo -MD -MP -MF .deps/atkdocument.Tpo -c atkdocument.c  =
-fno-common -DPIC -o .libs/atkdocument.o
mv -f .deps/atkdocument.Tpo .deps/atkdocument.Plo
/bin/sh ../libtool --tag=3DCC   --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. =
-I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED =
-DATK_COMPILATION -DATK_LOCALEDIR=3D"\"/opt/sw/share/locale\"" =
-I/opt/sw/include/glib-2.0 -I/opt/sw/lib/glib-2.0/include  =
-I/opt/sw/include -DG_DISABLE_SINGLE_INCLUDES =
-DATK_DISABLE_SINGLE_INCLUDES  -Os -Wall -MT atkeditabletext.lo -MD -MP =
-MF .deps/atkeditabletext.Tpo -c -o atkeditabletext.lo atkeditabletext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. =
-DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION =
-DATK_LOCALEDIR=3D\"/opt/sw/share/locale\" -I/opt/sw/include/glib-2.0 =
-I/opt/sw/lib/glib-2.0/include -I/opt/sw/include =
-DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -Os -Wall -MT =
atkeditabletext.lo -MD -MP -MF .deps/atkeditabletext.Tpo -c =
atkeditabletext.c  -fno-common -DPIC -o .libs/atkeditabletext.o
mv -f .deps/atkeditabletext.Tpo .deps/atkeditabletext.Plo
/bin/sh ../libtool --tag=3DCC   --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. =
-I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED =
-DATK_COMPILATION -DATK_LOCALEDIR=3D"\"/opt/sw/share/locale\"" =
-I/opt/sw/include/glib-2.0 -I/opt/sw/lib/glib-2.0/include  =
-I/opt/sw/include -DG_DISABLE_SINGLE_INCLUDES =
-DATK_DISABLE_SINGLE_INCLUDES  -Os -Wall -MT atkgobjectaccessible.lo -MD =
-MP -MF .deps/atkgobjectaccessible.Tpo -c -o atkgobjectaccessible.lo =
atkgobjectaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. =
-DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION =
-DATK_LOCALEDIR=3D\"/opt/sw/share/locale\" -I/opt/sw/include/glib-2.0 =
-I/opt/sw/lib/glib-2.0/include -I/opt/sw/include =
-DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -Os -Wall -MT =
atkgobjectaccessible.lo -MD -MP -MF .deps/atkgobjectaccessible.Tpo -c =
atkgobjectaccessible.c  -fno-common -DPIC -o =
.libs/atkgobjectaccessible.o
mv -f .deps/atkgobjectaccessible.Tpo .deps/atkgobjectaccessible.Plo
/bin/sh ../libtool --tag=3DCC   --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. =
-I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED =
-DATK_COMPILATION -DATK_LOCALEDIR=3D"\"/opt/sw/share/locale\"" =
-I/opt/sw/include/glib-2.0 -I/opt/sw/lib/glib-2.0/include  =
-I/opt/sw/include -DG_DISABLE_SINGLE_INCLUDES =
-DATK_DISABLE_SINGLE_INCLUDES  -Os -Wall -MT atkhyperlink.lo -MD -MP -MF =
.deps/atkhyperlink.Tpo -c -o atkhyperlink.lo atkhyperlink.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. =
-DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION =
-DATK_LOCALEDIR=3D\"/opt/sw/share/locale\" -I/opt/sw/include/glib-2.0 =
-I/opt/sw/lib/glib-2.0/include -I/opt/sw/include =
-DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -Os -Wall -MT =
atkhyperlink.lo -MD -MP -MF .deps/atkhyperlink.Tpo -c atkhyperlink.c  =
-fno-common -DPIC -o .libs/atkhyperlink.o
atkhyperlink.c:165:35: error: implicit declaration of function =
'atk_hyperlink_is_selected_link' is invalid in C99 =
[-Werror,-Wimplicit-function-declaration]
      g_value_set_boolean (value, atk_hyperlink_is_selected_link =
(link));
                                  ^
atkhyperlink.c:165:35: note: did you mean 'atk_hyperlink_is_inline'?
./atkhyperlink.h:97:18: note: 'atk_hyperlink_is_inline' declared here
gboolean         atk_hyperlink_is_inline             (AtkHyperlink     =
*link_);
                 ^
1 error generated.
make[3]: *** [atkhyperlink.lo] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /tmp/fink.96ti5 failed, exit code 2
### execution of /tmp/fink.iTxXR failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/opt/sw/bin/dpkg-lockwait -r fink-buildlock-atk1-1.32.0-2
(Reading database ... 184856 files and directories currently installed.)
Removing fink-buildlock-atk1-1.32.0-2 ...
Failed: phase compiling: atk1-1.32.0-2 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=20=

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]>.

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.2
Distribution version: selfupdate-git Tue Nov 24 18:07:24 2020, 10.15, =
x86_64
Trees: local/main stable/main
Xcode.app: 12.1
Xcode command-line tools: 12.1.0.0.1.1602137645
atk1-1.32.0-2 is set to build with only one job.


--Apple-Mail=_0C829384-8DEE-4EF6-8E8B-36393B635FD3
Content-Transfer-Encoding: 7bit
Content-Type: text/html;
	charset=us-ascii

<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""></div></body></html>
--Apple-Mail=_0C829384-8DEE-4EF6-8E8B-36393B635FD3--

--Apple-Mail=_62DF4047-BB57-41C1-B153-8FEAB1502829--


--===============2663872913178313897==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============2663872913178313897==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Fink-devel mailing list
[email protected]
List archive:
https://sourceforge.net/p/fink/mailman/fink-devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel
--===============2663872913178313897==--