Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2013 00:22:52 GMT
From:      Jeffrey Bouquet <jeffreybouquet@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177677: /usr/local/bin/grep halts postgresql84-server configuration
Message-ID:  <201304070022.r370MqdR086960@red.freebsd.org>
Resent-Message-ID: <201304070030.r370U00U026037@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177677
>Category:       ports
>Synopsis:       /usr/local/bin/grep halts postgresql84-server configuration
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 07 00:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jeffrey Bouquet
>Release:        9.1-STABLE
>Organization:
>Environment:
9.1-PRERELEASE  #0 r243371: Wed Nov 21 2012 [custom kernel] i386
>Description:
"grep" seems to halt the configure of postgresql84-server [also the "install" of print/teTeX-base btw... and a third I've forgotten...] until moved, as shown by the log below. 

Script started on Sat Apr  6 17:03:32 2013
make build
===>  Found saved configuration for postgresql-client-8.4.15
===> Fetching all distfiles required by postgresql-server-8.4.17_1 for building
===>  Extracting for postgresql-server-8.4.17_1
=> SHA256 Checksum OK for postgresql/postgresql-8.4.17.tar.bz2.
===>  Patching for postgresql-server-8.4.17_1
===>  Applying FreeBSD patches for postgresql-server-8.4.17_1
===>   postgresql-server-8.4.17_1 depends on executable: gmake - found
===>   postgresql-server-8.4.17_1 depends on executable: gcc46 - found
===>   postgresql-server-8.4.17_1 depends on file: /usr/local/bin/as - found
===>   postgresql-server-8.4.17_1 depends on file: /usr/local/bin/ccache - found
===>   postgresql-server-8.4.17_1 depends on shared library: xml2.5 - found
===>   postgresql-server-8.4.17_1 depends on shared library: pq.5 - found
===>  Configuring for postgresql-server-8.4.17_1
checking build system type... i386-portbld-freebsd9.1
checking host system type... i386-portbld-freebsd9.1
checking which template to use... freebsd
checking whether to build with 64-bit integer date/time support... yes
checking whether NLS is wanted... no
checking for default port number... 5432
checking for block size... 8kB
checking for segment size... 1GB
checking for WAL block size... 8kB
checking for WAL segment size... 16MB
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc46 accepts -g... yes
checking for gcc46 option to accept ISO C89... none needed
checking if gcc46 supports -Wdeclaration-after-statement... yes
checking if gcc46 supports -Wendif-labels... yes
checking if gcc46 supports -fno-strict-aliasing... yes
checking if gcc46 supports -fwrapv... yes
checking if gcc46 supports -fexcess-precision=standard... yes
checking whether the C compiler still works... yes
checking how to run the C preprocessor... cpp46
checking allow thread-safe client libraries... yes
checking whether to build with Tcl... no
checking whether to build Perl modules... no
checking whether to build Python modules... no
checking whether to build with GSSAPI support... no
checking whether to build with Kerberos 5 support... no
checking whether to build with PAM support... no
checking whether to build with LDAP support... no
checking whether to build with Bonjour support... no
checking whether to build with OpenSSL support... no
checking for xml2-config... xml2-config
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by GCC... /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld... yes
checking for ranlib... /usr/local/bin/ranlib
checking for strip... strip
checking whether it is possible to strip libraries... ^C

halted (cntl-c, the above line terminates the configure until grep
is moved:)

#mmv /usr/local/bin/grep .

resumed ... configures normally as shown below.

Note the line after the halt above, continues with no pause at all
[As shown below, with grep moved out of the way.]
[Just enough of the configure sent to demonstrate the problem.]





Script started on Sat Apr  6 17:06:06 2013
make build
===>   postgresql-server-8.4.17_1 depends on executable: gmake - found
===>   postgresql-server-8.4.17_1 depends on executable: gcc46 - found
===>   postgresql-server-8.4.17_1 depends on file: /usr/local/bin/as - found
===>   postgresql-server-8.4.17_1 depends on file: /usr/local/bin/ccache - found
===>   postgresql-server-8.4.17_1 depends on shared library: xml2.5 - found
===>   postgresql-server-8.4.17_1 depends on shared library: pq.5 - found
===>  Configuring for postgresql-server-8.4.17_1
checking build system type... i386-portbld-freebsd9.1
checking host system type... i386-portbld-freebsd9.1
checking which template to use... freebsd
checking whether to build with 64-bit integer date/time support... yes
checking whether NLS is wanted... no
checking for default port number... 5432
checking for block size... 8kB
checking for segment size... 1GB
checking for WAL block size... 8kB
checking for WAL segment size... 16MB
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc46 accepts -g... yes
checking for gcc46 option to accept ISO C89... none needed
checking if gcc46 supports -Wdeclaration-after-statement... yes
checking if gcc46 supports -Wendif-labels... yes
checking if gcc46 supports -fno-strict-aliasing... yes
checking if gcc46 supports -fwrapv... yes
checking if gcc46 supports -fexcess-precision=standard... yes
checking whether the C compiler still works... yes
checking how to run the C preprocessor... cpp46
checking allow thread-safe client libraries... yes
checking whether to build with Tcl... no
checking whether to build Perl modules... no
checking whether to build Python modules... no
checking whether to build with GSSAPI support... no
checking whether to build with Kerberos 5 support... no
checking whether to build with PAM support... no
checking whether to build with LDAP support... no
checking whether to build with Bonjour support... no
checking whether to build with OpenSSL support... no
checking for xml2-config... xml2-config
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by GCC... /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld... yes
checking for ranlib... /usr/local/bin/ranlib
checking for strip... strip
checking whether it is possible to strip libraries... yes
checking for ar... /usr/local/bin/ar
checking for tar... /usr/bin/tar
checking whether ln -s works... yes
checking for gawk... gawk
checking for bison... bison
configure: using bison (GNU Bison) 2.7
checking for flex... /usr/local/bin/flex

Script done on Sat Apr  6 17:06:24 2013

>How-To-Repeat:
It repeats, here, year after year.
>Fix:
Unknown.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304070022.r370MqdR086960>