Package Details: make-git 4.3.91.r0.g7c71df56-1

Git Clone URL: https://aur.archlinux.org/make-git.git (read-only, click to copy)
Package Base: make-git
Description: A tool which controls the generation of executables and other non-source files of a program from the program's source files
Upstream URL: https://www.gnu.org/software/make/
Licenses: GPL3
Conflicts: make
Provides: make
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 1
Popularity: 0.000000
First Submitted: 2017-08-18 16:03 (UTC)
Last Updated: 2022-10-19 09:48 (UTC)

Dependencies (5)

Required by (2016)

Sources (1)

Pinned Comments

Chocobo1 commented on 2022-10-19 09:48 (UTC) (edited on 2022-10-19 09:49 (UTC) by Chocobo1)

Before you flag this package outdated, read this: **An VCS package is never outdated!!** (unless it won't build or have other issues)

From https://wiki.archlinux.org/title/PKGBUILD#pkgver:
> makepkg can automatically update this variable by defining a pkgver() function in the PKGBUILD.

It means that this package will try to automatically update itself to the latest version every time you build it.

Latest Comments

Chocobo1 commented on 2022-10-19 09:48 (UTC) (edited on 2022-10-19 09:49 (UTC) by Chocobo1)

Before you flag this package outdated, read this: **An VCS package is never outdated!!** (unless it won't build or have other issues)

From https://wiki.archlinux.org/title/PKGBUILD#pkgver:
> makepkg can automatically update this variable by defining a pkgver() function in the PKGBUILD.

It means that this package will try to automatically update itself to the latest version every time you build it.

Dylan14 commented on 2021-04-16 20:07 (UTC)

With version 4.3.r62.g1ae90c0 the build fails due to -Werror=return-local-addr being active. I was able to get to get the make function to work if I modify the configure line to:

 ./configure \
 --prefix="/usr" \
 --with-guile CFLAGS="-Wno-error=return-local-addr -Wno-error=cpp"

However, when I do this, make check fails when testing load, with the following difference:

 *** work/features/load.base.4  Fri Apr 16 15:51:11 2021
 --- work/features/load.log.4   Fri Apr 16 15:51:11 2021
 ***************
 *** 1,2 ****
 --- 1,8 ----
   rebuilding testload.so
 + In file included from /usr/include/bits/libc-header-start.h:33,
 +                  from /usr/include/string.h:26,
 +                  from testload.c:1:
 + /usr/include/features.h:408:4: warning: #warning _FORTIFY_SOURCE requires 
 compiling with optimization (-O) [-Wcpp]
 +   408 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
 +       |    ^~~~~~~
   pre= post=testload.so explicit

Chocobo1 commented on 2020-02-17 06:15 (UTC)

Unable to build 4.3.r2.g4533348 here.

Should be fixed now.

wangqr commented on 2020-02-17 05:35 (UTC)

Unable to build 4.3.r2.g4533348 here. The last few lines are:

Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
configure.ac:38: installing 'build-aux/compile'
configure.ac:53: installing 'build-aux/config.guess'
configure.ac:53: installing 'build-aux/config.sub'
configure.ac:35: installing 'build-aux/install-sh'
configure.ac:35: installing 'build-aux/missing'
configure.ac:524: error: required file 'lib/Makefile.in' not found
Makefile.am: installing 'build-aux/depcomp'
doc/Makefile.am:21: installing 'build-aux/mdate-sh'
doc/Makefile.am:21: installing 'build-aux/texinfo.tex'
autoreconf: automake failed with exit status: 1
==> ERROR: A failure occurred in build().
    Aborting...