Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2019 15:18:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 236070] lang/smlnj configure error (configuring asdl) when building with poudriere on 12/stable amd64
Message-ID:  <bug-236070-7788-3OXU201EVI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236070-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236070-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236070

Johannes 5 <joemann@beefree.free.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(joeman |maintainer-feedback+
                   |n@beefree.free.de)          |

--- Comment #1 from Johannes 5 <joemann@beefree.free.de> ---
On Wed, 27 Feb 2019 01:00:26 +0000, Robert Cina <transitive@gmail.com> wrot=
e:
> I'm getting a configure error with the lang/smlnj port when building
> in poudriere on 12/stable.  In particular it is an error with respect
> to configuring asdl which I have no idea how to fix.
(Un)fortunately I can't reproduce the error. In your build log ...

Unknown package: asdl.
Trying default method...

... suggests that files/patch-config_unpack was not applied:

--- config/unpack.orig  2016-08-04 14:38:24 UTC
+++ config/unpack
@@ -291,6 +291,9 @@ do
         # cd $ROOT/doc
        # build $ROOT
        ;;
+      asdl)
+       unpack "Abstract Syntax Description Library" "$ROOT" asdl asdl
+       ;;
       *)
        echo Unknown package: ${i}.
        echo Trying default method...

> Below is the relevant part of the build log error. Thanks in advance.
> [...]
> configure: error: unsupported configuration x86_64-freebsd12.0
> FAILURE: Configuration of asdl failed.
> ./config/install.sh: !!! Installation of libraries and programs failed.
> *** Error code 1
And this failure suggests that files/do-patch-asdl_configure was not
applied.

Please check whether your lang/smlnj directory is identical to a fresh
checkout, as it is produced e.g. by issuing:

/tmp % svnlite co svn://svn.freebsd.org/ports/head/lang/smlnj
A    smlnj/Makefile
A    smlnj/distinfo
A    smlnj/files
A    smlnj/files/do-patch-asdl_configure
A    smlnj/files/do-patch-asdl_src_asdlgen_Makefile.in
A    smlnj/files/do-patch-base_compiler_Parse_lex_ml.lex
A    smlnj/files/do-patch-base_compiler_Parse_lex_sml.lex
A    smlnj/files/do-patch-base_runtime_mach-dep_signal-sysdep.h
A    smlnj/files/do-patch-base_runtime_objs_makefile
A    smlnj/files/do-patch-base_runtime_objs_mk.x86-freebsd
A    smlnj/files/do-patch-smlnj-lib_JSON_json-parser.sml
A    smlnj/files/do-patch-smlnj-lib_JSON_json-stream-printer.sml
A    smlnj/files/do-patch-smlnj-lib_JSON_json-util.sml
A    smlnj/files/patch-config___arch-n-opsys
A    smlnj/files/patch-config___heap2exec
A    smlnj/files/patch-config_install.sh
A    smlnj/files/patch-config_unpack
A    smlnj/files/do-patch-base_runtime_include_ml-unixdep.h
A    smlnj/files/pkg-install.in
A    smlnj/pkg-plist
A    smlnj/pkg-descr
Checked out revision 494151.

Please let me know if lang/smlnj works for you with a fresh checkout.

BTW, did we miss something at the end of 2018 or can we close PR 233980?
(After PR 234532 was committed on New Year's Eve.)

Thanks!
Johannes

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236070-7788-3OXU201EVI>