Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Apr 2022 00:14:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263502] audio/lmms fails to build with error unknown type name 'CARLA_EXPORT' using poudriere on amd64 13-Stable
Message-ID:  <bug-263502-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 263502
           Summary: audio/lmms fails to build with error unknown type name
                    'CARLA_EXPORT' using poudriere on amd64 13-Stable
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: rodrigo@FreeBSD.org
          Reporter: transitive@gmail.com
          Assignee: rodrigo@FreeBSD.org
             Flags: maintainer-feedback?(rodrigo@FreeBSD.org)

The port audio/lmms fails to build for me using poudriere on Stable-13 amd6=
4.

The error displayed is unknown type name 'CARLA_EXPORT'.

The build log showing the error follows;

In file included from
/wrkdirs/usr/ports/audio/lmms/work/.build/plugins/carlabase/moc_carla.cpp:1=
0:
/wrkdirs/usr/ports/audio/lmms/work/.build/plugins/carlabase/../../../lmms-1=
.2.2/plugins/carlabase/carla.h:37:5:
error: unknown type name 'CARLA_EXPORT'
    CARLA_EXPORT
    ^
/wrkdirs/usr/ports/audio/lmms/work/.build/plugins/carlabase/../../../lmms-1=
.2.2/plugins/carlabase/carla.h:38:33:
error: expected ';' after top level declarator
    const NativePluginDescriptor* carla_get_native_patchbay_plugin();
                                ^
                                ;
/wrkdirs/usr/ports/audio/lmms/work/.build/plugins/carlabase/../../../lmms-1=
.2.2/plugins/carlabase/carla.h:40:5:
error: unknown type name 'CARLA_EXPORT'
    CARLA_EXPORT
    ^
/wrkdirs/usr/ports/audio/lmms/work/.build/plugins/carlabase/../../../lmms-1=
.2.2/plugins/carlabase/carla.h:41:33:
error: expected ';' after top level declarator
    const NativePluginDescriptor* carla_get_native_rack_plugin();
                                ^

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