mirror / libX11

Xlib/libX11 mirror
http://www.x.org/releases/current/doc/libX11/libX11/libX11.html
Other
161 stars 62 forks source link

xorg-macros is the laster version but I am keeping xorg-macros 1.15 must be install #5

Open Azaretdodo opened 4 years ago

Azaretdodo commented 4 years ago

Hello,

My error when I launch ./autogen.sh :

`./autogen.sh
autoreconf: Entering directory 
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
configure.ac:25: error: must install xorg-macros 1.15 or later before running autoconf/autogen
configure.ac:25: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
autoreconf: aclocal failed with exit status: 1`

I have install xorg-macros from this link :

https://gitlab.freedesktop.org/xorg/util/macros

I can't ./configure in your github

Thank you in advance to help myself fully install your GitHub,

Regards.

Azaretdodo.

damonChenzf07 commented 2 years ago

HI Azaretdodo: after installed the macros, my env is install to the path /usr/bin/install -c -m 644 xorg-macros.m4 '/usr/local/share/aclocal' and then set the env: export ACLOCAL_PATH=/usr/local/share/aclocal then back to run ./autogen.sh

Azaretdodo commented 2 years ago

hello,

you are bad i can't pass my error with your knowledge :

[before copy paste those i have successfully installed xorg macro]

:~/programs/macros$ sudo /usr/bin/install -c -m 644 xorg-macros.m4 '/usr/local/share/aclocal'
:~/programs/macros$ export ACLOCAL_PATH=/usr/local/share/aclocal
:~/programs/macros$ cd ../libX11/
:~/programs/libX11$ sudo sh autogen.sh 
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
configure.ac:25: error: must install xorg-macros 1.15 or later before running autoconf/autogen
configure.ac:25: the top level
autom4te: error: /usr/bin/m4 failed with exit status: 1
aclocal: error: /usr/bin/autom4te failed with exit status: 1
autoreconf: error: aclocal failed with exit status: 1

thanks you in advance to bring a real help,

regards.

Azaretdodo.

damonChenzf07 commented 2 years ago

hello,

you are bad i can't pass my error with your knowledge :

[before copy paste those i have successfully installed xorg macro]

:~/programs/macros$ sudo /usr/bin/install -c -m 644 xorg-macros.m4 '/usr/local/share/aclocal'
:~/programs/macros$ export ACLOCAL_PATH=/usr/local/share/aclocal
:~/programs/macros$ cd ../libX11/
:~/programs/libX11$ sudo sh autogen.sh 
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
configure.ac:25: error: must install xorg-macros 1.15 or later before running autoconf/autogen
configure.ac:25: the top level
autom4te: error: /usr/bin/m4 failed with exit status: 1
aclocal: error: /usr/bin/autom4te failed with exit status: 1
autoreconf: error: aclocal failed with exit status: 1

thanks you in advance to bring a real help,

regards.

Azaretdodo.

HI Azaretdodo: Sorry for misleading you. but these steps do works for me . Following is my log:

damon@server:~/OpenPro$ git clone https://gitlab.freedesktop.org/xorg/util/macros.git Cloning into 'macros'... remote: Enumerating objects: 689, done. remote: Counting objects: 100% (10/10), done. remote: Compressing objects: 100% (8/8), done. remote: Total 689 (delta 2), reused 10 (delta 2), pack-reused 679 Receiving objects: 100% (689/689), 158.43 KiB | 28.00 KiB/s, done. Resolving deltas: 100% (422/422), done. damon@server:~/OpenPro$ damon@server:~/OpenPro$ wget https://github.com/mirror/libX11/archive/refs/tags/libX11-1.6.4.tar.gz Will not apply HSTS. The HSTS database must be a regular and non-world-writable file. ERROR: could not open HSTS store at '/home/damon/.wget-hsts'. HSTS will be disabled. --2022-09-29 15:55:51-- https://github.com/mirror/libX11/archive/refs/tags/libX11-1.6.4.tar.gz Resolving github.com (github.com)... 20.27.177.113 Connecting to github.com (github.com)|20.27.177.113|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/mirror/libX11/tar.gz/refs/tags/libX11-1.6.4 [following] --2022-09-29 15:55:57-- https://codeload.github.com/mirror/libX11/tar.gz/refs/tags/libX11-1.6.4 Resolving codeload.github.com (codeload.github.com)... 20.27.177.114 Connecting to codeload.github.com (codeload.github.com)|20.27.177.114|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: ‘libX11-1.6.4.tar.gz’

libX11-1.6.4.tar.gz [ <=> ] 2.21M 2.35MB/s in 0.9s

2022-09-29 15:56:04 (2.35 MB/s) - ‘libX11-1.6.4.tar.gz’ saved [2318138]

damon@server:~/OpenPro$ amon@server:~/OpenPro$ cd libX11-libX11-1.6.4/ damon@server:~/OpenPro/libX11-libX11-1.6.4$ ls AUTHORS configure.ac cpprules.in include Makefile.am modules nls specs x11.pc.in autogen.sh COPYING docbook.am m4 man NEWS README src x11-xcb.pc.in damon@server:~/OpenPro/libX11-libX11-1.6.4$ ./autogen.sh autoreconf: Entering directory .' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I m4 configure.ac:23: error: must install xorg-macros 1.15 or later before running autoconf/autogen configure.ac:23: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1 autoreconf: aclocal failed with exit status: 1 damon@server:~/OpenPro/libX11-libX11-1.6.4$ damon@server:~/OpenPro/libX11-libX11-1.6.4$ cd ../macros/ damon@server:~/OpenPro/macros$ ls autogen.sh configure.ac COPYING INSTALL Makefile.am README.md xorg-macros.m4.in xorg-macros.pc.in xorgversion.m4 damon@server:~/OpenPro/macros$ ./autogen.sh autoreconf: Entering directory.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf autoreconf: configure.ac: not using Autoheader autoreconf: running: automake --add-missing --copy --no-force configure.ac:30: installing './install-sh' configure.ac:30: installing './missing' autoreconf: Leaving directory .' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xorg-macros.pc config.status: creating Makefile config.status: creating xorg-macros.m4 damon@server:~/OpenPro/macros$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xorg-macros.pc config.status: creating Makefile config.status: creating xorg-macros.m4 damon@server:~/OpenPro/macros$ make make: Nothing to be done for 'all'. damon@server:~/OpenPro/macros$ sudo make install make[1]: Entering directory '/home/damon/OpenPro/macros' make[1]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/local/share/aclocal' /usr/bin/install -c -m 644 xorg-macros.m4 '/usr/local/share/aclocal' /bin/mkdir -p '/usr/local/share/util-macros' /usr/bin/install -c -m 644 INSTALL '/usr/local/share/util-macros' /bin/mkdir -p '/usr/local/share/pkgconfig' /usr/bin/install -c -m 644 xorg-macros.pc '/usr/local/share/pkgconfig' make install-data-hook make[2]: Entering directory '/home/damon/OpenPro/macros' rm -f /usr/local/share/aclocal/xorgversion.m4 make[2]: Leaving directory '/home/damon/OpenPro/macros' make[1]: Leaving directory '/home/damon/OpenPro/macros' damon@server:~/OpenPro/macros$ amon@server:~/OpenPro/macros$ export ACLOCAL_PATH=/usr/local/share/aclocal damon@server:~/OpenPro/macros$ cd ../libX11-libX11-1.6.4/ damon@server:~/OpenPro/libX11-libX11-1.6.4$ ls AUTHORS autom4te.cache COPYING docbook.am m4 man NEWS README src x11-xcb.pc.in autogen.sh configure.ac cpprules.in include Makefile.am modules nls specs x11.pc.in damon@server:~/OpenPro/libX11-libX11-1.6.4$ rm -rf autom4te.cache/ damon@server:~/OpenPro/libX11-libX11-1.6.4$ ./autogen.sh autoreconf: Entering directory.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf autoreconf: running: /usr/bin/autoheader autoreconf: running: automake --add-missing --copy --no-force configure.ac:14: installing './compile' configure.ac:9: installing './config.guess' configure.ac:9: installing './config.sub' configure.ac:17: installing './install-sh' configure.ac:17: installing './missing' modules/im/ximcp/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' autoreconf: Leaving directory `.' checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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... 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 whether gcc understands -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes 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... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so 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... yes checking for gcc option to accept ISO C99... none needed checking whether clang is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking if gcc supports -Werror=unknown-warning-option... no checking if gcc supports -Werror=unused-command-line-argument... no checking if gcc supports -Wall... yes checking if gcc supports -Wpointer-arith... yes checking if gcc supports -Wmissing-declarations... yes checking if gcc supports -Wformat=2... yes checking if gcc supports -Wstrict-prototypes... yes checking if gcc supports -Wmissing-prototypes... yes checking if gcc supports -Wnested-externs... yes checking if gcc supports -Wbad-function-cast... yes checking if gcc supports -Wold-style-definition... yes checking if gcc supports -Wdeclaration-after-statement... yes checking if gcc supports -Wunused... yes checking if gcc supports -Wuninitialized... yes checking if gcc supports -Wshadow... yes checking if gcc supports -Wmissing-noreturn... yes checking if gcc supports -Wmissing-format-attribute... yes checking if gcc supports -Wredundant-decls... yes checking if gcc supports -Wlogical-op... yes checking if gcc supports -Werror=implicit... yes checking if gcc supports -Werror=nonnull... yes checking if gcc supports -Werror=init-self... yes checking if gcc supports -Werror=main... yes checking if gcc supports -Werror=missing-braces... yes checking if gcc supports -Werror=sequence-point... yes checking if gcc supports -Werror=return-type... yes checking if gcc supports -Werror=trigraphs... yes checking if gcc supports -Werror=array-bounds... yes checking if gcc supports -Werror=write-strings... yes checking if gcc supports -Werror=address... yes checking if gcc supports -Werror=int-to-pointer-cast... yes checking if gcc supports -Werror=pointer-to-int-cast... yes checking if gcc supports -pedantic... yes checking if gcc supports -Werror... yes checking if gcc supports -Werror=attributes... yes checking whether make supports nested variables... (cached) yes checking whether to build functional specifications... yes checking for xmlto... /usr/bin/xmlto checking the xmlto version... 0.0.28 checking for xsltproc... /usr/bin/xsltproc checking for X.Org SGML entities >= 1.10... /usr/share/sgml checking for cpp... /usr/bin/cpp checking if /usr/bin/cpp requires -undef... yes checking if /usr/bin/cpp requires -traditional... yes checking for perl... /usr/bin/perl checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking if Xtrans should support UNIX socket connections... yes checking if Xtrans should support TCP socket connections... yes checking for library containing socket... none required checking for library containing gethostbyname... none required checking for getaddrinfo... yes checking if IPv6 support should be built... yes checking for struct sockaddr_in.sin_len... no checking for socklen_t... yes checking for struct msghdr.msg_control... yes checking if Xtrans should support os-specific local connections... no checking if run-time linking is supported... checking for library containing dlopen... -ldl checking for dlfcn.h... (cached) yes yes checking if loadable i18n module support should be enabled... no checking if loadable Xcursor library support should be enabled... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for strtol... yes checking for seteuid... yes checking whether issetugid is declared... no checking for issetugid... no checking for getresuid... yes checking for shmat... yes checking for launchd... no checking for getpwuid_r in -lc... yes checking for pthread_self in -lc... yes checking for poll... yes checking keysym definitions... /usr/include/X11/keysymdef.h /usr/include/X11/XF86keysym.h /usr/include/X11/Sunkeysym.h /usr/include/X11/DECkeysym.h /usr/include/X11/HPkeysym.h checking if XLOCALEDIR support should be enabled... yes checking for BIGFONT... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking for nl_langinfo... yes checking for X11... yes checking whether malloc(0) returns NULL... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating man/Makefile config.status: creating man/xkb/Makefile config.status: creating src/Makefile config.status: creating src/util/Makefile config.status: creating src/xcms/Makefile config.status: creating src/xlibi18n/Makefile config.status: creating modules/Makefile config.status: creating modules/im/Makefile config.status: creating modules/im/ximcp/Makefile config.status: creating modules/lc/Makefile config.status: creating modules/lc/def/Makefile config.status: creating modules/lc/gen/Makefile config.status: creating modules/lc/Utf8/Makefile config.status: creating modules/om/Makefile config.status: creating modules/om/generic/Makefile config.status: creating src/xkb/Makefile config.status: creating nls/Makefile config.status: creating specs/Makefile config.status: creating specs/i18n/Makefile config.status: creating specs/i18n/compose/Makefile config.status: creating specs/i18n/framework/Makefile config.status: creating specs/i18n/localedb/Makefile config.status: creating specs/i18n/trans/Makefile config.status: creating specs/libX11/Makefile config.status: creating specs/XIM/Makefile config.status: creating specs/XKB/Makefile config.status: creating x11.pc config.status: creating x11-xcb.pc config.status: creating src/config.h config.status: creating include/X11/XlibConf.h config.status: executing depfiles commands config.status: executing libtool commands

X11 will be built with the following settings: Loadable i18n module support: no Loadable xcursor library support: yes Threading support: yes Use Threads safe API: yes Threads stubs in libX11: no XCMS: yes Internationalization support: yes XF86BigFont support: yes XKB support: yes XLOCALEDIR environment variable support: yes Compose table cache enabled: yes Functional specs building enabled: yes

damon@server:~/OpenPro/libX11-libX11-1.6.4$ damon@server:~/OpenPro/libX11-libX11-1.6.4$ ./configure checking build system type... x86_64-pc-linux-gnu config.status: creating src/config.h config.status: creating include/X11/XlibConf.h config.status: executing depfiles commands config.status: executing libtool commands

X11 will be built with the following settings: Loadable i18n module support: no Loadable xcursor library support: yes Threading support: yes Use Threads safe API: yes Threads stubs in libX11: no XCMS: yes Internationalization support: yes XF86BigFont support: yes XKB support: yes XLOCALEDIR environment variable support: yes Compose table cache enabled: yes Functional specs building enabled: yes

damon@server:~/OpenPro/libX11-libX11-1.6.4$make Attributed 63 IDs for element, cleaned up 0 GEN xkblib.html.db Writing xkblib.html.db for book(xkblib) GEN xkblib.pdf.db Writing xkblib.pdf.db for book(xkblib) make[2]: Leaving directory '/home/damon/OpenPro/libX11-libX11-1.6.4/specs/XKB' make[2]: Entering directory '/home/damon/OpenPro/libX11-libX11-1.6.4/specs' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/damon/OpenPro/libX11-libX11-1.6.4/specs' make[1]: Leaving directory '/home/damon/OpenPro/libX11-libX11-1.6.4/specs' make[1]: Entering directory '/home/damon/OpenPro/libX11-libX11-1.6.4' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/damon/OpenPro/libX11-libX11-1.6.4' damon@server:~/OpenPro/libX11-libX11-1.6.4$ damon@server:~/OpenPro/libX11-libX11-1.6.4$ uname -a Linux server 5.4.0-73-generic #82~18.04.1-Ubuntu SMP Fri Apr 16 15:10:02 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Azaretdodo commented 2 years ago

You are lucky,

Regards.

Azatetdodo.


From: chenzf @.> Sent: Thursday, September 29, 2022 10:14:27 AM To: mirror/libX11 @.> Cc: Azaretdodo @.>; Author @.> Subject: Re: [mirror/libX11] xorg-macros is the laster version but I am keeping xorg-macros 1.15 must be install (#5)

hello,

you are bad i can't pass my error with your knowledge :

[before copy paste those i have successfully installed xorg macro]

:~/programs/macros$ sudo /usr/bin/install -c -m 644 xorg-macros.m4 '/usr/local/share/aclocal'

:~/programs/macros$ export ACLOCAL_PATH=/usr/local/share/aclocal

:~/programs/macros$ cd ../libX11/

:~/programs/libX11$ sudo sh autogen.sh

autoreconf: export WARNINGS=

autoreconf: Entering directory '.'

autoreconf: configure.ac: not using Gettext

autoreconf: running: aclocal -I m4

configure.ac:25: error: must install xorg-macros 1.15 or later before running autoconf/autogen

configure.ac:25: the top level

autom4te: error: /usr/bin/m4 failed with exit status: 1

aclocal: error: /usr/bin/autom4te failed with exit status: 1

autoreconf: error: aclocal failed with exit status: 1

thanks you in advance to bring a real help,

regards.

Azaretdodo.

HI Azaretdodo: Sorry for misleading you. but these steps do works for me . Following is my log:

@.:/OpenPro$ git clone https://gitlab.freedesktop.org/xorg/util/macros.git Cloning into 'macros'... remote: Enumerating objects: 689, done. remote: Counting objects: 100% (10/10), done. remote: Compressing objects: 100% (8/8), done. remote: Total 689 (delta 2), reused 10 (delta 2), pack-reused 679 Receiving objects: 100% (689/689), 158.43 KiB | 28.00 KiB/s, done. Resolving deltas: 100% (422/422), done. @.:/OpenPro$ @.***:~/OpenPro$ wget https://github.com/mirror/libX11/archive/refs/tags/libX11-1.6.4.tar.gz Will not apply HSTS. The HSTS database must be a regular and non-world-writable file. ERROR: could not open HSTS store at '/home/damon/.wget-hsts'. HSTS will be disabled. --2022-09-29 15:55:51-- https://github.com/mirror/libX11/archive/refs/tags/libX11-1.6.4.tar.gz Resolving github.com (github.com)... 20.27.177.113 Connecting to github.com (github.com)|20.27.177.113|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/mirror/libX11/tar.gz/refs/tags/libX11-1.6.4 [following] --2022-09-29 15:55:57-- https://codeload.github.com/mirror/libX11/tar.gz/refs/tags/libX11-1.6.4 Resolving codeload.github.com (codeload.github.com)... 20.27.177.114 Connecting to codeload.github.com (codeload.github.com)|20.27.177.114|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: ‘libX11-1.6.4.tar.gz’

libX11-1.6.4.tar.gz [ <=> ] 2.21M 2.35MB/s in 0.9s

2022-09-29 15:56:04 (2.35 MB/s) - ‘libX11-1.6.4.tar.gz’ saved [2318138]

@.:/OpenPro$ @.:/OpenPro$ cd libX11-libX11-1.6.4/ @.:/OpenPro/libX11-libX11-1.6.4$ ls AUTHORS configure.ac cpprules.in include Makefile.am modules nls specs x11.pc.in autogen.sh COPYING docbook.am m4 man NEWS README src x11-xcb.pc.in @.:/OpenPro/libX11-libX11-1.6.4$ ./autogen.sh autoreconf: Entering directory .' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I m4 configure.ac:23: error: must install xorg-macros 1.15 or later before running autoconf/autogen configure.ac:23: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1 autoreconf: aclocal failed with exit status: 1 @.:~/OpenPro/libX11-libX11-1.6.4$ @.:~/OpenPro/libX11-libX11-1.6.4$ cd ../macros/ @.:~/OpenPro/macros$ ls autogen.sh configure.ac COPYING INSTALL Makefile.am README.md xorg-macros.m4.in xorg-macros.pc.in xorgversion.m4 @.:~/OpenPro/macros$ ./autogen.sh autoreconf: Entering directory .' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf autoreconf: configure.ac: not using Autoheader autoreconf: running: automake --add-missing --copy --no-force configure.ac:30: installing './install-sh' configure.ac:30: installing './missing' autoreconf: Leaving directory .' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xorg-macros.pc config.status: creating Makefile config.status: creating xorg-macros.m4 @.:~/OpenPro/macros$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xorg-macros.pc config.status: creating Makefile config.status: creating xorg-macros.m4 @.:~/OpenPro/macros$ make make: Nothing to be done for 'all'. @.:~/OpenPro/macros$ sudo make install make[1]: Entering directory '/home/damon/OpenPro/macros' make[1]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/local/share/aclocal' /usr/bin/install -c -m 644 xorg-macros.m4 '/usr/local/share/aclocal' /bin/mkdir -p '/usr/local/share/util-macros' /usr/bin/install -c -m 644 INSTALL '/usr/local/share/util-macros' /bin/mkdir -p '/usr/local/share/pkgconfig' /usr/bin/install -c -m 644 xorg-macros.pc '/usr/local/share/pkgconfig' make install-data-hook make[2]: Entering directory '/home/damon/OpenPro/macros' rm -f /usr/local/share/aclocal/xorgversion.m4 make[2]: Leaving directory '/home/damon/OpenPro/macros' make[1]: Leaving directory '/home/damon/OpenPro/macros' @.:~/OpenPro/macros$ @.:~/OpenPro/macros$ export ACLOCAL_PATH=/usr/local/share/aclocal @.:~/OpenPro/macros$ cd ../libX11-libX11-1.6.4/ @.:~/OpenPro/libX11-libX11-1.6.4$ ls AUTHORS autom4te.cache COPYING docbook.am m4 man NEWS README src x11-xcb.pc.in autogen.sh configure.ac cpprules.in include Makefile.am modules nls specs x11.pc.in @.:~/OpenPro/libX11-libX11-1.6.4$ rm -rf autom4te.cache/ @.***:~/OpenPro/libX11-libX11-1.6.4$ ./autogen.sh autoreconf: Entering directory .' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf autoreconf: running: /usr/bin/autoheader autoreconf: running: automake --add-missing --copy --no-force configure.ac:14: installing './compile' configure.ac:9: installing './config.guess' configure.ac:9: installing './config.sub' configure.ac:17: installing './install-sh' configure.ac:17: installing './missing' modules/im/ximcp/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' autoreconf: Leaving directory `.' checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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... 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 whether gcc understands -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes 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... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @filehttps://github.com/file support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so 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... yes checking for gcc option to accept ISO C99... none needed checking whether clang is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking if gcc supports -Werror=unknown-warning-option... no checking if gcc supports -Werror=unused-command-line-argument... no checking if gcc supports -Wall... yes checking if gcc supports -Wpointer-arith... yes checking if gcc supports -Wmissing-declarations... yes checking if gcc supports -Wformat=2... yes checking if gcc supports -Wstrict-prototypes... yes checking if gcc supports -Wmissing-prototypes... yes checking if gcc supports -Wnested-externs... yes checking if gcc supports -Wbad-function-cast... yes checking if gcc supports -Wold-style-definition... yes checking if gcc supports -Wdeclaration-after-statement... yes checking if gcc supports -Wunused... yes checking if gcc supports -Wuninitialized... yes checking if gcc supports -Wshadow... yes checking if gcc supports -Wmissing-noreturn... yes checking if gcc supports -Wmissing-format-attribute... yes checking if gcc supports -Wredundant-decls... yes checking if gcc supports -Wlogical-op... yes checking if gcc supports -Werror=implicit... yes checking if gcc supports -Werror=nonnull... yes checking if gcc supports -Werror=init-self... yes checking if gcc supports -Werror=main... yes checking if gcc supports -Werror=missing-braces... yes checking if gcc supports -Werror=sequence-point... yes checking if gcc supports -Werror=return-type... yes checking if gcc supports -Werror=trigraphs... yes checking if gcc supports -Werror=array-bounds... yes checking if gcc supports -Werror=write-strings... yes checking if gcc supports -Werror=address... yes checking if gcc supports -Werror=int-to-pointer-cast... yes checking if gcc supports -Werror=pointer-to-int-cast... yes checking if gcc supports -pedantic... yes checking if gcc supports -Werror... yes checking if gcc supports -Werror=attributes... yes checking whether make supports nested variables... (cached) yes checking whether to build functional specifications... yes checking for xmlto... /usr/bin/xmlto checking the xmlto version... 0.0.28 checking for xsltproc... /usr/bin/xsltproc checking for X.Org SGML entities >= 1.10... /usr/share/sgml checking for cpp... /usr/bin/cpp checking if /usr/bin/cpp requires -undef... yes checking if /usr/bin/cpp requires -traditional... yes checking for perl... /usr/bin/perl checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking if Xtrans should support UNIX socket connections... yes checking if Xtrans should support TCP socket connections... yes checking for library containing socket... none required checking for library containing gethostbyname... none required checking for getaddrinfo... yes checking if IPv6 support should be built... yes checking for struct sockaddr_in.sin_len... no checking for socklen_t... yes checking for struct msghdr.msg_control... yes checking if Xtrans should support os-specific local connections... no checking if run-time linking is supported... checking for library containing dlopen... -ldl checking for dlfcn.h... (cached) yes yes checking if loadable i18n module support should be enabled... no checking if loadable Xcursor library support should be enabled... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for strtol... yes checking for seteuid... yes checking whether issetugid is declared... no checking for issetugid... no checking for getresuid... yes checking for shmat... yes checking for launchd... no checking for getpwuid_r in -lc... yes checking for pthread_self in -lc... yes checking for poll... yes checking keysym definitions... /usr/include/X11/keysymdef.h /usr/include/X11/XF86keysym.h /usr/include/X11/Sunkeysym.h /usr/include/X11/DECkeysym.h /usr/include/X11/HPkeysym.h checking if XLOCALEDIR support should be enabled... yes checking for BIGFONT... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking for nl_langinfo... yes checking for X11... yes checking whether malloc(0) returns NULL... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating man/Makefile config.status: creating man/xkb/Makefile config.status: creating src/Makefile config.status: creating src/util/Makefile config.status: creating src/xcms/Makefile config.status: creating src/xlibi18n/Makefile config.status: creating modules/Makefile config.status: creating modules/im/Makefile config.status: creating modules/im/ximcp/Makefile config.status: creating modules/lc/Makefile config.status: creating modules/lc/def/Makefile config.status: creating modules/lc/gen/Makefile config.status: creating modules/lc/Utf8/Makefile config.status: creating modules/om/Makefile config.status: creating modules/om/generic/Makefile config.status: creating src/xkb/Makefile config.status: creating nls/Makefile config.status: creating specs/Makefile config.status: creating specs/i18n/Makefile config.status: creating specs/i18n/compose/Makefile config.status: creating specs/i18n/framework/Makefile config.status: creating specs/i18n/localedb/Makefile config.status: creating specs/i18n/trans/Makefile config.status: creating specs/libX11/Makefile config.status: creating specs/XIM/Makefile config.status: creating specs/XKB/Makefile config.status: creating x11.pc config.status: creating x11-xcb.pc config.status: creating src/config.h config.status: creating include/X11/XlibConf.h config.status: executing depfiles commands config.status: executing libtool commands

X11 will be built with the following settings: Loadable i18n module support: no Loadable xcursor library support: yes Threading support: yes Use Threads safe API: yes Threads stubs in libX11: no XCMS: yes Internationalization support: yes XF86BigFont support: yes XKB support: yes XLOCALEDIR environment variable support: yes Compose table cache enabled: yes Functional specs building enabled: yes

@.:/OpenPro/libX11-libX11-1.6.4$ @.:/OpenPro/libX11-libX11-1.6.4$ ./configure checking build system type... x86_64-pc-linux-gnu config.status: creating src/config.h config.status: creating include/X11/XlibConf.h config.status: executing depfiles commands config.status: executing libtool commands

X11 will be built with the following settings: Loadable i18n module support: no Loadable xcursor library support: yes Threading support: yes Use Threads safe API: yes Threads stubs in libX11: no XCMS: yes Internationalization support: yes XF86BigFont support: yes XKB support: yes XLOCALEDIR environment variable support: yes Compose table cache enabled: yes Functional specs building enabled: yes

@.:/OpenPro/libX11-libX11-1.6.4$make Attributed 63 IDs for element, cleaned up 0 GEN xkblib.html.db Writing xkblib.html.db for book(xkblib) GEN xkblib.pdf.db Writing xkblib.pdf.db for book(xkblib) make[2]: Leaving directory '/home/damon/OpenPro/libX11-libX11-1.6.4/specs/XKB' make[2]: Entering directory '/home/damon/OpenPro/libX11-libX11-1.6.4/specs' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/damon/OpenPro/libX11-libX11-1.6.4/specs' make[1]: Leaving directory '/home/damon/OpenPro/libX11-libX11-1.6.4/specs' make[1]: Entering directory '/home/damon/OpenPro/libX11-libX11-1.6.4' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/damon/OpenPro/libX11-libX11-1.6.4' @.:/OpenPro/libX11-libX11-1.6.4$ @.***:/OpenPro/libX11-libX11-1.6.4$ uname -a Linux server 5.4.0-73-generic #8218.04.1-Ubuntu SMP Fri Apr 16 15:10:02 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

— Reply to this email directly, view it on GitHubhttps://github.com/mirror/libX11/issues/5#issuecomment-1261926347, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHJN3IOOPQXY6PEXHEDLAS3WAVFWHANCNFSM4PVFURBQ. You are receiving this because you authored the thread.Message ID: @.***>

LeeGouDan1 commented 2 months ago

try apt-get install xutils-dev if os is ubuntu

Azaretdodo commented 2 months ago

Hello so for answer your advice is good thus maybe we can close this ticket now,

Regards.

Azaretdodo.


From: LeeGouDan1 @.> Sent: Friday, August 23, 2024 9:32:40 AM To: mirror/libX11 @.> Cc: Azaretdodo @.>; Author @.> Subject: Re: [mirror/libX11] xorg-macros is the laster version but I am keeping xorg-macros 1.15 must be install (#5)

try apt-get install xutils-dev if os is ubuntu

— Reply to this email directly, view it on GitHubhttps://github.com/mirror/libX11/issues/5#issuecomment-2306473202, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHJN3IKBY6B7SZ7PZGDUQ53ZS3QRRAVCNFSM6AAAAABM7T3J4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBWGQ3TGMRQGI. You are receiving this because you authored the thread.Message ID: @.***>