[Bug 236070] lang/smlnj configure error (configuring asdl) when building with poudriere on 12/stable amd64
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 28 16:35:10 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236070
--- Comment #2 from Robert Cina <transitive at gmail.com> ---
The files in the lang/smlnj/files directory are as follows for me:
do-patch-base_runtime_include_ml-unixdep.h
do-patch-base_runtime_mach-dep_signal-sysdep.h
do-patch-base_runtime_objs_makefile
do-patch-base_runtime_objs_mk.x86-freebsd
patch-config___arch-n-opsys
patch-config___heap2exec
patch-config_install.sh
pkg-install.in
It seems I am missing the other files that you show with your checkout.
I deleted the lang/smlnj directory and did the following to checkout.
# poudriere ports -u -p HEAD -v
[00:00:00] Updating portstree "HEAD" with svn+https...Updating
'/usr/local/poudriere/ports/HEAD':
Restored '/usr/local/poudriere/ports/HEAD/lang/smlnj'
Restored '/usr/local/poudriere/ports/HEAD/lang/smlnj/pkg-plist'
Restored '/usr/local/poudriere/ports/HEAD/lang/smlnj/Makefile'
Restored '/usr/local/poudriere/ports/HEAD/lang/smlnj/distinfo'
Restored '/usr/local/poudriere/ports/HEAD/lang/smlnj/pkg-descr'
Restored '/usr/local/poudriere/ports/HEAD/lang/smlnj/files'
Restored
'/usr/local/poudriere/ports/HEAD/lang/smlnj/files/patch-config___heap2exec'
Restored
'/usr/local/poudriere/ports/HEAD/lang/smlnj/files/do-patch-base_runtime_objs_makefile'
Restored '/usr/local/poudriere/ports/HEAD/lang/smlnj/files/pkg-install.in'
Restored
'/usr/local/poudriere/ports/HEAD/lang/smlnj/files/do-patch-base_runtime_mach-dep_signal-sysdep.h'
Restored
'/usr/local/poudriere/ports/HEAD/lang/smlnj/files/patch-config_install.sh'
Restored
'/usr/local/poudriere/ports/HEAD/lang/smlnj/files/patch-config___arch-n-opsys'
Restored
'/usr/local/poudriere/ports/HEAD/lang/smlnj/files/do-patch-base_runtime_include_ml-unixdep.h'
Restored
'/usr/local/poudriere/ports/HEAD/lang/smlnj/files/do-patch-base_runtime_objs_mk.x86-freebsd'
At revision 494156.
done
It seems I am still missing some files from the files directory of the smlnj
port using the above method to update my ports tree. However, running the
command below I get all the files you show:
/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 494157.
Don't know what I am doing wrong because I am not getting all the files that a
manual checkout using svnlite would. Any help is really appreciated thank you.
I am going to try setting up a new ports tree for poudriere and see if that
fixes the issue.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list