unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: mbcladwell@stihie.net
To: help-guix@gnu.org
Subject: error at "aclocal -I m4" during packaging
Date: Thu, 05 Nov 2020 10:23:06 -0600	[thread overview]
Message-ID: <20201105102306.Horde.xw6Bt7euUbY0ZQJj0LbDLfb@www.stihie.net> (raw)


Hi,

I am working with Artanis-4.1 on Guile-2.2.7 in a Guix protected environment.
I have a bug-fix branch of Artanis called artanis-fix-ssql.
I need to package artanis-fix-ssql for testing.
I tried to import the package recipe from artanis

------manifest.scm----------------------------------
(specifications->manifest
		'("guile@2.2.7" "artanis" "coreutils" "gawk" "sed" "findutils"  
"glibc" "grep"  "openssl"
		"guix" "automake" "autoconf" "libtool" "bzip2" "gcc-toolchain"  
"gettext" "libgcrypt"
		"pkg-config" "m4" "make"))
----------------------------------------------------

--------artanis-fix-ssql.scm------------------------
(use-modules
  (guix packages)
  (gnu)
  (gnu packages)
  (guix download)
  (guix build-system gnu)
  (guix licenses)
  (guix store)
  (gnu packages pkg-config)
  (gnu packages guile-xyz)
  (artanis artanis))

(define-public artanis-fix-ssql
   (package (inherit artanis)
     (name "artanis-fix-ssql")
     (version "4.1")
     (source (origin
               (method url-fetch)
               (uri  
"https://gitlab.com/NalaGinrut/artanis/-/archive/fix/ssql/artanis-fix-ssql.tar.gz")
               (sha256
                (base32
                 "1lg2grj8qiw8hg0712qw1zldljg3mfph1m9nmgwyp11axgn18k99"))))

  (build-system gnu-build-system)
   (native-inputs
    `(("pkg-config" ,pkg-config)))

     (license gpl3+)
     ))

artanis-fix-ssql
----------------------------------------------------

$ guix environment --pure  --manifest=manifest.scm
$ guix package --install-from-file=artanis-fix-ssql.scm

The build fails with the terminal output:
  'bootstrap' phasebuilder for  
`/gnu/store/z19wxyr945l8piq00fy6bbn400rj6i03-artanis-fix-ssql-4.1.drv'  
failed with exit code 1
build of  
/gnu/store/z19wxyr945l8piq00fy6bbn400rj6i03-artanis-fix-ssql-4.1.drv  
failed
View build log at  
'/var/log/guix/drvs/z1/9wxyr945l8piq00fy6bbn400rj6i03-artanis-fix-ssql-4.1.drv.bz2'.
cannot build derivation  
`/gnu/store/klps0a6zb1fybc167kxyz95kpw2ad8lx-profile.drv': 1  
dependencies couldn't be built
guix package: error: build of  
`/gnu/store/klps0a6zb1fybc167kxyz95kpw2ad8lx-profile.drv' failed


The last few lines of the log file are:

running './autogen.sh'
patch-shebang: ./autogen.sh: changing `/bin/sh' to  
`/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/sh'
aclocal -I m4
make: aclocal: No such file or directory
make: *** [.Makefile.dist:5: configure] Error 127
command "./autogen.sh" failed with status 2


at the terminal:
$ echo $ACLOCAL_PATH
/usr/share/aclocal

Where did I go wrong?
Thanks
Mortimer





             reply	other threads:[~2020-11-05 16:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-05 16:23 mbcladwell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-06 11:24 error at "aclocal -I m4" during packaging mbcladwell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201105102306.Horde.xw6Bt7euUbY0ZQJj0LbDLfb@www.stihie.net \
    --to=mbcladwell@stihie.net \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).