[Bug 201733] databases/levigo: CONFIGURE_ENV is recursive

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 21 08:03:56 UTC 2015


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

            Bug ID: 201733
           Summary: databases/levigo: CONFIGURE_ENV is recursive
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: tremere at cainites.net
                CC: cheffo at freebsd-bg.org
                CC: cheffo at freebsd-bg.org
             Flags: maintainer-feedback?(cheffo at freebsd-bg.org)

The following lines from the Makefile are the cause of the error when trying to
run any make command for this port:

CONFIGURE_ENV+= CC=${CC} \
                CXX=${CXX} \
GO_ENV+=        ${CONFIGURE_ENV}

Most likely the second backslash needs to be removed.

I ran into this while running 'portsdb -U', which in turn runs a 'make
describe' in all port directories.

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


More information about the freebsd-ports-bugs mailing list