SKYRiX Object Publishing Environment
SOPE is a framework for developing web applications and services. The
name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
- Devel package for server:SOGo
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:SOGo:Test/SOPE && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| SOPE-Fix_StringEncoding.patch | 0000000811 811 Bytes | |
| SOPE.changes | 0000025060 24.5 KB | |
| SOPE.spec | 0000019100 18.7 KB | |
| _service | 0000000215 215 Bytes |
Comments 5
Hello, there is a build problem with Tumbleweed. Can you please fix it?
It is a LTO (link time optimisation) problem. I tried to use gcc7 (instead of 9) for compiling and linking. But till now now success...
Yes. I have try the same. But also without luck. :-(
I think i've found the main reason: https://github.com/edenhill/librdkafka/issues/2426 see: https://en.opensuse.org/openSUSE:LTO
hope to fix this issue with %define _lto_cflags %{nil} in the .spec of the right packages...
Hi, I think your build problems are related to gnustep-make 2.9.2, see https://build.opensuse.org/request/show/1193044 for a fix that works for me. Update 2024-09-01: The request has been accepted now.