Re: Carla compilation fails with: /usr/bin/ld: warning: libgraphite2.so.3, needed by /lib/libharfbuzz.so.0

2022-01-31 Thread Leigh Scott
> Try 
> 
> fedpkg mockbuild
> 
> or
> 
> mock -r fedora-36-x86_64 /path/to/carla.srpm


Add your user name to the mock group

sudo usermod -a -G mock myusername
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Carla compilation fails with: /usr/bin/ld: warning: libgraphite2.so.3, needed by /lib/libharfbuzz.so.0

2022-01-31 Thread Leigh Scott

> the problem is that I don't know how to build the program with mock build.


Try 

fedpkg mockbuild

or

mock -r fedora-36-x86_64 /path/to/carla.srpm
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Carla compilation fails with: /usr/bin/ld: warning: libgraphite2.so.3, needed by /lib/libharfbuzz.so.0

2022-01-31 Thread Martin Gansser
a wine 32/64 bridge plugin should be built

# build wine bridge 32bit - require mingw32
# build wine bridge 64bit - require mingw64

the problem is that I don't know how to build the program with mock build.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Carla compilation fails with: /usr/bin/ld: warning: libgraphite2.so.3, needed by /lib/libharfbuzz.so.0

2022-01-31 Thread Leigh Scott
Why?, your build flags are set for Windows compilation.

/usr/bin/make -O -j2 V=1 VERBOSE=1 win32 CC=i686-w64-mingw32-gcc
CXX=i686-w64-mingw32-g++

You should be compiling it in mock build.

> i have installed the missing 32bit package, but then the compilation fails 
> again with this
> error messages:
> $ dnf install graphite2-devel(x86-32)
> 
> In function 'release',
> inlined from 'release' at ../modules/water/text/String.cpp:159:24,
> inlined from 'release' at 
> ../modules/juce_core/text/juce_String.cpp:169:17,
> inlined from '__dt_base ' at
> ../modules/juce_core/text/juce_String.cpp:249:27,
> inlined from 'addTokens.isra' at
> ../modules/juce_core/text/juce_StringArray.cpp:344:26:
> ../modules/water/text/String.cpp:163:52: warning: 'operator delete []' called 
> on
> unallocated object 'emptyString' [-Wfree-nonheap-object]
>   163 | delete[] reinterpret_cast (b);
>   |^
> ../modules/water/text/String.cpp: In member function 'addTokens.isra':
> ../modules/juce_core/text/juce_String.cpp:56:26: note: declared here
>56 | static const EmptyString emptyString { 0x3fff, sizeof
> (String::CharPointerType::CharType), 0 };
>   |  ^
> make[1]: Leaving directory
> '/home/martin/rpmbuild/BUILD/Carla-2.4.1/source/discovery'
> + export CXXFLAGS=-fno-stack-protector
> + CXXFLAGS=-fno-stack-protector
> + /usr/bin/make -O -j2 V=1 VERBOSE=1 win32 CC=i686-w64-mingw32-gcc
> CXX=i686-w64-mingw32-g++
> make[1]: Entering directory
> '/home/martin/rpmbuild/BUILD/Carla-2.4.1/source/modules/rtmempool'
> Compiling rtmempool.c (32bit)
> cc1: error: plugin support is disabled; configure with --enable-plugin
> make[1]: *** [Makefile:89: 
> ../../../build/rtmempool/Release/rtmempool.c.win32.o] Error 1
> make[1]: Leaving directory
> '/home/martin/rpmbuild/BUILD/Carla-2.4.1/source/modules/rtmempool'
> make: *** [Makefile:148:
> /home/martin/rpmbuild/BUILD/Carla-2.4.1/build/modules/Release/rtmempool.win32.a]
>  Error 2
> make: *** Waiting for unfinished jobs
> make[1]: Entering directory
> '/home/martin/rpmbuild/BUILD/Carla-2.4.1/source/modules/lilv'
> Compiling serd.c (32bit)
> cc1: error: plugin support is disabled; configure with --enable-plugin
> make[1]: *** [Makefile:96: ../../../build/lilv/Release/serd.c.win32.o] Error 1
> make[1]: Leaving directory
> '/home/martin/rpmbuild/BUILD/Carla-2.4.1/source/modules/lilv'
> make[1]: *** Waiting for unfinished jobs
> make[1]: Entering directory
> '/home/martin/rpmbuild/BUILD/Carla-2.4.1/source/modules/lilv'
> Compiling sord.c (32bit)
> cc1: error: plugin support is disabled; configure with --enable-plugin
> make[1]: *** [Makefile:118: ../../../build/lilv/Release/sord.c.win32.o] Error 
> 1
> make[1]: Leaving directory
> '/home/martin/rpmbuild/BUILD/Carla-2.4.1/source/modules/lilv'
> make: *** [Makefile:148:
> /home/martin/rpmbuild/BUILD/Carla-2.4.1/build/modules/Release/lilv.win32.a] 
> Error 2
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Carla compilation fails with: /usr/bin/ld: warning: libgraphite2.so.3, needed by /lib/libharfbuzz.so.0

2022-01-31 Thread Martin Gansser
i have installed the missing 32bit package, but then the compilation fails 
again with this error messages:
$ dnf install graphite2-devel(x86-32)

In function 'release',
inlined from 'release' at ../modules/water/text/String.cpp:159:24,
inlined from 'release' at ../modules/juce_core/text/juce_String.cpp:169:17,
inlined from '__dt_base ' at 
../modules/juce_core/text/juce_String.cpp:249:27,
inlined from 'addTokens.isra' at 
../modules/juce_core/text/juce_StringArray.cpp:344:26:
../modules/water/text/String.cpp:163:52: warning: 'operator delete []' called 
on unallocated object 'emptyString' [-Wfree-nonheap-object]
  163 | delete[] reinterpret_cast (b);
  |^
../modules/water/text/String.cpp: In member function 'addTokens.isra':
../modules/juce_core/text/juce_String.cpp:56:26: note: declared here
   56 | static const EmptyString emptyString { 0x3fff, sizeof 
(String::CharPointerType::CharType), 0 };
  |  ^
make[1]: Leaving directory 
'/home/martin/rpmbuild/BUILD/Carla-2.4.1/source/discovery'
+ export CXXFLAGS=-fno-stack-protector
+ CXXFLAGS=-fno-stack-protector
+ /usr/bin/make -O -j2 V=1 VERBOSE=1 win32 CC=i686-w64-mingw32-gcc 
CXX=i686-w64-mingw32-g++
make[1]: Entering directory 
'/home/martin/rpmbuild/BUILD/Carla-2.4.1/source/modules/rtmempool'
Compiling rtmempool.c (32bit)
cc1: error: plugin support is disabled; configure with --enable-plugin
make[1]: *** [Makefile:89: 
../../../build/rtmempool/Release/rtmempool.c.win32.o] Error 1
make[1]: Leaving directory 
'/home/martin/rpmbuild/BUILD/Carla-2.4.1/source/modules/rtmempool'
make: *** [Makefile:148: 
/home/martin/rpmbuild/BUILD/Carla-2.4.1/build/modules/Release/rtmempool.win32.a]
 Error 2
make: *** Waiting for unfinished jobs
make[1]: Entering directory 
'/home/martin/rpmbuild/BUILD/Carla-2.4.1/source/modules/lilv'
Compiling serd.c (32bit)
cc1: error: plugin support is disabled; configure with --enable-plugin
make[1]: *** [Makefile:96: ../../../build/lilv/Release/serd.c.win32.o] Error 1
make[1]: Leaving directory 
'/home/martin/rpmbuild/BUILD/Carla-2.4.1/source/modules/lilv'
make[1]: *** Waiting for unfinished jobs
make[1]: Entering directory 
'/home/martin/rpmbuild/BUILD/Carla-2.4.1/source/modules/lilv'
Compiling sord.c (32bit)
cc1: error: plugin support is disabled; configure with --enable-plugin
make[1]: *** [Makefile:118: ../../../build/lilv/Release/sord.c.win32.o] Error 1
make[1]: Leaving directory 
'/home/martin/rpmbuild/BUILD/Carla-2.4.1/source/modules/lilv'
make: *** [Makefile:148: 
/home/martin/rpmbuild/BUILD/Carla-2.4.1/build/modules/Release/lilv.win32.a] 
Error 2
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure