[Bug 243572] multimedia/librav1e: Fails to build with WITH_DEBUG=yes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 24 21:56:41 UTC 2020


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

            Bug ID: 243572
           Summary: multimedia/librav1e: Fails to build with
                    WITH_DEBUG=yes
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jbeich at FreeBSD.org
          Reporter: nimaje+fbz at bureaucracy.de
             Flags: maintainer-feedback?(jbeich at FreeBSD.org)
          Assignee: jbeich at FreeBSD.org
 Attachment #211018 text/plain
         mime type:

Created attachment 211018
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211018&action=edit
build log

When having WITH_DEBUG=yes in make.conf build fails with:

error: Found argument '--debug' which wasn't expected, or isn't valid in this
context

USAGE:
    cargo-cinstall install --destdir <destdir>

If I understand the Makefile right ${CARGO_INSTALL_ARGS} is normally empty for
that port and only in the WITH_DEBUG case it will only contain '--debug' so
removing ${CARGO_INSTALL_ARGS} in do-install could fix this issue

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


More information about the freebsd-ports-bugs mailing list