Cord Beermann

Results 10 comments of Cord Beermann

I encounter the same problem. My Outlook365 Mailbox is of 22GB. I'm one way syncing about 62 calendar Entries O->G and this takes a looong time. But that's not the...

as i now came over this (49.12.0.0 - 49.13.255.255) it would be nice if whois could support this.

@glaubitz would it be possible to just drop/replace those unattributed images from the debian-package? (asking for a friend, really ;-)

If @FrodeSolheim accepts that, looking at the activity of this project lately it seems that it has stalled. Can you specify the images that need to be replaced?

I think oxygen isn't the problem here, but the missing attribution/license-statement for the remaining other icons.

Yes, you are right. please consider this as a suggestion then. The 'Linter' for Debian Packages reports this. There is two other warnings (and three hints) regarding extras/gogglesmm.appdata.xml at https://appstream.debian.org/sid/main/issues/gogglesmm.html...

as i found that the build on these architectures failed when compiling libmad0 support I disabled it and came over a new error: https://buildd.debian.org/status/fetch.php?pkg=gogglesmm&arch=s390x&ver=1.2.5-3%7Eexperimental2 ``` 29 | #define MSB_UINT(data) (data[0])...

armel is building with LDFLAGS+=-Wl,--copy-dt-needed-entries will try that for sh4 architecture too. The other build-failures seem to be related to Big Endian Architectures, so updating the title.

I found a fix for Bigendian Builds on https://git.fern.garden/fern/void-packages/commit/18691bd7d2b7e3c8e67d9fbbc254a20cffb4b19d ``` --- a/src/GMCover.cpp +++ b/src/GMCover.cpp @@ -26,8 +26,8 @@ #define MSB_UINT(x) ((x)[3]) | ((x)[2]