[Bug 228799] From the viewpoint of options setting, 'make config-recursive' behaves differently from 'make install'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 7 05:11:39 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228799

            Bug ID: 228799
           Summary: From the viewpoint of options setting, 'make
                    config-recursive' behaves differently from 'make
                    install'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: garga at FreeBSD.org
          Reporter: yasu at utahime.org
          Assignee: garga at FreeBSD.org
             Flags: maintainer-feedback?(garga at FreeBSD.org)

Conditions:
* OS is 11.1-RELEASE amd64.
* Ports tree is ports r471895.
* No package is installed at all.
* /var/db/ports is empty.
* When options dialog is displayed, always accept default setting.

Case 1: cd /usr/ports/devel/git ; make install

After installation is completed, there are following directories under
/var/db/ports.

devel_bison
devel_boehm-gc
devel_cvsps
devel_gettext-tools
devel_git
devel_gmake
devel_libatomic_ops
devel_m4
devel_pcre
devel_readline
ftp_curl
lang_perl5.26
lang_python27
misc_getopt
misc_help2man
print_texinfo
security_ca_root_nss
security_libgcrypt
security_libgpg-error
security_p5-Authen-SASL
security_p5-GSSAPI
shells_bash
textproc_docbook-xsl
textproc_libxml2
textproc_libxslt
textproc_xmlcatmgr
textproc_xmlto
www_p5-CGI
www_w3m

Case 2: cd /usr/ports/devel/git ; make config-recursive

After configuration is completed, there are following directories under
/var/db/ports.

databases_sqlite3
devel_atf
devel_bison
devel_boehm-gc
devel_cvsps
devel_gettext-tools
devel_git
devel_gmake
devel_kyua
devel_libatomic_ops
devel_lutok
devel_m4
devel_p5-Test-NoWarnings
devel_pcre
devel_readline
ftp_curl
lang_perl5.26
lang_python27
lang_tcl86
misc_getopt
misc_help2man
print_texinfo
security_ca_root_nss
security_libgcrypt
security_libgpg-error
security_p5-Authen-SASL
security_p5-GSSAPI
shells_bash
textproc_docbook-xsl
textproc_libxml2
textproc_libxslt
textproc_xmlcatmgr
textproc_xmlto
www_p5-CGI
www_w3m

When you compare the results of both cases, following directories are created
only in case 2.

databases_sqlite3
devel_atf
devel_kyua
devel_lutok
devel_p5-Test-NoWarnings
lang_tcl86

And even if you execute 'make install' after 'make config-recursive' is
completed, these packages are not installed.

So I think something is wrong with behavior of 'make config-recursive'.

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


More information about the freebsd-ports-bugs mailing list