Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2015 08:03:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201733] databases/levigo: CONFIGURE_ENV is recursive
Message-ID:  <bug-201733-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: tremere@cainites.net
                CC: cheffo@freebsd-bg.org
                CC: cheffo@freebsd-bg.org
             Flags: maintainer-feedback?(cheffo@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.



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