Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Jun 2018 05:02:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 228799] From the viewpoint of options setting, 'make config-recursive' behaves differently from 'make install'
Message-ID:  <bug-228799-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: yasu@utahime.org
          Assignee: garga@FreeBSD.org
             Flags: maintainer-feedback?(garga@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 creat=
ed
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'.

--=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-228799-7788>