Package Details: guile-reader 0.6.4-1

Git Clone URL: https://aur.archlinux.org/guile-reader.git (read-only, click to copy)
Package Base: guile-reader
Description: a simple framework for building readers for GNU Guile
Upstream URL: http://www.nongnu.org/guile-reader
Licenses: GPL
Submitter: haawda
Maintainer: micwoj92
Last Packager: micwoj92
Votes: 4
Popularity: 0.89
First Submitted: 2017-02-24 06:27 (UTC)
Last Updated: 2026-03-01 23:36 (UTC)

Dependencies (4)

Required by (4)

Sources (1)

Pinned Comments

haawda commented on 2018-11-20 22:49 (UTC) (edited on 2022-11-26 11:56 (UTC) by haawda)

Builds fine here.

Edit: now I see what you mean. It mixes up several guile versions, if several guile versions are installed. The only clean solution is to uild in a clean chroot.

Latest Comments

minshall commented on 2026-02-27 17:59 (UTC)

trying to build, i get errors like

==> Starting build()...
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force
autoreconf: running: /usr/bin/autoconf --force
configure.ac:16: warning: The macro 'AC_CONFIG_HEADER' is obsolete.
configure.ac:16: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:16: the top level
configure.ac:51: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.ac:51: You should run autoupdate.
./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
configure.ac:51: the top level
configure:15496: error: possibly undefined macro: AC_LIB_LINKFLAGS_FROM_LIBS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: error: /usr/bin/autoconf failed with exit status: 1
==> ERROR: A failure occurred in build().
    Aborting...

i get the same trying to build version 0.6.4. on the 0.6.4 PKGBUILD i used, i commented out the line

# autoreconf -i --force --verbose

and now it seems to build correctly. i don't know about functionality, as i don't know the effect of the autoreconf (nor have i ever used guile-reader before.)

haawda commented on 2018-11-20 22:49 (UTC) (edited on 2022-11-26 11:56 (UTC) by haawda)

Builds fine here.

Edit: now I see what you mean. It mixes up several guile versions, if several guile versions are installed. The only clean solution is to uild in a clean chroot.

dpriskorn commented on 2018-11-20 12:12 (UTC)

It no longer builds (with pamac) because it fails to find guile-lib. I think guile 2.2 is needed also. See http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/guile.scm#n635 where it builds fine.