Feed Advanced Search

Jun 15 2020

adridg added a comment to D29847: Fixes compile problem for freebsd because of missing crypt.h.

This review should be closed: a change landed via invent that makes it unnecessary (<crypt.h> is no longer used in the users kcm).

Jun 15 2020, 11:48 AM · FreeBSD, Plasma
meven added a comment to D29847: Fixes compile problem for freebsd because of missing crypt.h.
In D29847#674811, @usta wrote:

https://invent.kde.org/adridg/plasma-desktop/-/tree/normalize-includes

There's already a CMake-time check for <crypt.h>, it's just not used. (HAVE_CRYPT_H)

@adridg having or not having crypt_h I think won't solve this problem because it looks like Linux needs it on the other hand BSD system doesn't have it and use unistd.h
instead of crypt.h so doesn't we still need to check if the system is linux or not ? I have almost 0 knowledge about bsd systems so i think anyone who has knowledge
on this topic might be more suitable for this patch request. ( at first, I have just think about freebsd and now i can see there are other alternatives (net,open,... bsd has similar issue ) )

Jun 15 2020, 11:34 AM · FreeBSD, Plasma

Jun 7 2020

usta added a comment to D29847: Fixes compile problem for freebsd because of missing crypt.h.

https://invent.kde.org/adridg/plasma-desktop/-/tree/normalize-includes

There's already a CMake-time check for <crypt.h>, it's just not used. (HAVE_CRYPT_H)

Jun 7 2020, 9:47 AM · FreeBSD, Plasma
adridg added a comment to D29847: Fixes compile problem for freebsd because of missing crypt.h.

There's already a CMake-time check for <crypt.h>, it's just not used. (HAVE_CRYPT_H)

Jun 7 2020, 9:22 AM · FreeBSD, Plasma
usta added a comment to D29847: Fixes compile problem for freebsd because of missing crypt.h.

or if this is just for linux think we can make it just directly
if defined(Q_OS_LINUX)

Jun 7 2020, 9:12 AM · FreeBSD, Plasma
usta updated the diff for D29847: Fixes compile problem for freebsd because of missing crypt.h.
Jun 7 2020, 9:10 AM · FreeBSD, Plasma

Apr 15 2020

arrowd added a watcher for FreeBSD: arrowd.
Apr 15 2020, 9:26 AM
arrowd added a comment to T12977: FreeBSD Plasma Integration.

If I mount the CD (e.g. by "make accessible from other applications") and then press the physical eject button (no applications are open on that mount), it does not eject. The disk stays mounted. I honestly don't know what behavior I expect, though.

Apr 15 2020, 9:23 AM · FreeBSD
adridg added a project to T12977: FreeBSD Plasma Integration: FreeBSD.
Apr 15 2020, 9:19 AM · FreeBSD

May 12 2019

tcberner added a member for FreeBSD: arrowd.
May 12 2019, 9:34 AM

Aug 13 2018

bcooksley closed T9249: KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec as Resolved.

No worries!

Aug 13 2018, 12:24 PM · FreeBSD, KDevelop, build.kde.org
arrowd added a comment to T9249: KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec.

Yes, I think the issue is in the test itself. Thanks for poking with CI.

Aug 13 2018, 11:59 AM · FreeBSD, KDevelop, build.kde.org
bcooksley added a comment to T9249: KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec.

Thanks for the update.

Aug 13 2018, 11:44 AM · FreeBSD, KDevelop, build.kde.org
arrowd added a comment to T9249: KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec.

KDevelop tests on FreeBSD are disabled now due to hangs, but the last test run shows that python support is working OK. The test fails somewhere in the middle, though, but python gets initialized OK.

Aug 13 2018, 11:34 AM · FreeBSD, KDevelop, build.kde.org
bcooksley added a comment to T9249: KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec.

Any update on this?

Aug 13 2018, 9:28 AM · FreeBSD, KDevelop, build.kde.org

Jul 29 2018

tcberner added a comment to T9249: KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec.

Hm, python is on:

Jul 29 2018, 10:10 AM · FreeBSD, KDevelop, build.kde.org
arrowd added a comment to T9249: KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec.

Now the test says

Jul 29 2018, 10:06 AM · FreeBSD, KDevelop, build.kde.org
tcberner added a comment to T9249: KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec.

@arrowd, the pkgs are upgraded, and gdb is at 8.1_5.

Jul 29 2018, 9:27 AM · FreeBSD, KDevelop, build.kde.org
tcberner added a comment to T9249: KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec.

Let me build new packages then :)

Jul 29 2018, 5:58 AM · FreeBSD, KDevelop, build.kde.org

Jul 28 2018

bcooksley updated subscribers of T9249: KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec.

It'll be up to @tcberner and @adridg as they look after the FreeBSD builders.

Jul 28 2018, 8:28 PM · FreeBSD, KDevelop, build.kde.org
arrowd added a comment to T9249: KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec.

devel/gdb package has been updated to support UTF-8 in FreeBSD. With gdb-8.1_5 the test passes.

Jul 28 2018, 5:52 PM · FreeBSD, KDevelop, build.kde.org

Jul 25 2018

arrowd added a comment to T9249: KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec.

For the rest seems this needs some FreeBSD experts to continue here, so I added the respective tag for a start while stepping back for now myself.

Jul 25 2018, 11:12 AM · FreeBSD, KDevelop, build.kde.org
kossebau added a comment to T9249: KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec.

That sounds like a bigger hurdle then :/

Jul 25 2018, 10:34 AM · FreeBSD, KDevelop, build.kde.org
kossebau renamed T9249: KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec from KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec (openSUSE) to KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec.
Jul 25 2018, 10:19 AM · FreeBSD, KDevelop, build.kde.org
kossebau added a project to T9249: KDevelop's GDB pretty printer units tests fail due to non-UTF-8 default codec: FreeBSD.
Jul 25 2018, 10:03 AM · FreeBSD, KDevelop, build.kde.org

Jun 7 2018

bcooksley closed T7054: Tests on FreeBSD fail due to ASAN, but debug symbols are missing as Resolved.

Closing due to lack of response.

Jun 7 2018, 9:58 AM · FreeBSD, build.kde.org

May 30 2018

bcooksley added a comment to T8163: Please add dependencies for amarok.

Are you referring to the Qt 4 version of Amarok @vonreth?
If mysql.dll is sufficient, then perhaps we just need to adjust the MySQL search in Amarok.

May 30 2018, 7:37 AM · build.kde.org, Windows, FreeBSD

May 29 2018

vonreth added a comment to T8163: Please add dependencies for amarok.

Isn't that the mysql.dll? At least we used the same mysql package with the old amarok

May 29 2018, 11:51 AM · build.kde.org, Windows, FreeBSD
bcooksley added a comment to T8163: Please add dependencies for amarok.

Unfortunately it seems the MySQL package we have on Windows lacks MySQLEmbedded support, which Amarok needs.

May 29 2018, 10:37 AM · build.kde.org, Windows, FreeBSD
vonreth added a comment to T8163: Please add dependencies for amarok.

We provide mysql on Windows?

May 29 2018, 10:29 AM · build.kde.org, Windows, FreeBSD
heikobecker closed T8163: Please add dependencies for amarok as Resolved.

All there for Linux and FreeBSD. Windows is postponed until amarok doesn't need mysqle anymore.

May 29 2018, 9:49 AM · build.kde.org, Windows, FreeBSD

May 22 2018

bcooksley moved T7054: Tests on FreeBSD fail due to ASAN, but debug symbols are missing from Backlog to Awaiting Response on the build.kde.org board.
May 22 2018, 9:49 AM · FreeBSD, build.kde.org
bcooksley added a comment to T7054: Tests on FreeBSD fail due to ASAN, but debug symbols are missing.

@graesslin Ping?

May 22 2018, 9:48 AM · FreeBSD, build.kde.org
bcooksley moved T8163: Please add dependencies for amarok from Backlog to Awaiting Response on the build.kde.org board.
May 22 2018, 9:48 AM · build.kde.org, Windows, FreeBSD
bcooksley added a comment to T8163: Please add dependencies for amarok.

Ping?

May 22 2018, 9:48 AM · build.kde.org, Windows, FreeBSD

May 2 2018

bcooksley added a comment to T8163: Please add dependencies for amarok.

@heikobecker Have you had a chance to look into the Windows build? Also, it looks like FreeBSD has regressed :(

May 2 2018, 7:19 PM · build.kde.org, Windows, FreeBSD
bcooksley added a comment to T7054: Tests on FreeBSD fail due to ASAN, but debug symbols are missing.

Martin, any news on this?

May 2 2018, 7:18 PM · FreeBSD, build.kde.org
bcooksley closed T8582: Plasma Desktop using Qt 5.10 (build.kde.org) as Resolved.

The FreeBSD builds should now also be sorted out which resolves this I believe.

May 2 2018, 7:17 PM · build.kde.org, FreeBSD

Apr 26 2018

bcooksley added a comment to T8582: Plasma Desktop using Qt 5.10 (build.kde.org).

The Linux builds will come online following the completion of the following two Dependency Builds:

Apr 26 2018, 9:30 AM · build.kde.org, FreeBSD
bcooksley added a commit to T8582: Plasma Desktop using Qt 5.10 (build.kde.org): R857:c7fb73c6f1fb: Change the Linux platform builds over to use Qt 5.10 Ref T8582.
Apr 26 2018, 9:08 AM · build.kde.org, FreeBSD
bcooksley changed the edit policy for T8582: Plasma Desktop using Qt 5.10 (build.kde.org).
Apr 26 2018, 9:08 AM · build.kde.org, FreeBSD
bcooksley edited projects for T8582: Plasma Desktop using Qt 5.10 (build.kde.org), added: FreeBSD, build.kde.org; removed Sysadmin.

Adding Adriaan and Tobias as it looks like FreeBSD only has Qt 5.9 at the moment.
Linux will switch to Qt 5.10 in a few moments.

Apr 26 2018, 9:08 AM · build.kde.org, FreeBSD

Mar 30 2018

bcooksley added a comment to T8163: Please add dependencies for amarok.

Any news in regards to the MySQL issues on Windows?

Mar 30 2018, 8:58 PM · build.kde.org, Windows, FreeBSD

Mar 25 2018

tcberner added a comment to T6625: FreeBSD CI image lacks EGL support.

libEGL is provided by the mesa-libs package in the CI

Mar 25 2018, 8:01 AM · FreeBSD
tcberner added a comment to T6623: Please install DMZ-White cursor theme in FreeBSD CI image.

FreeBSD's ports configures libXcursor with --with-icondir=${PREFIX}/share/icons and installs cursors to there since August 17, 2017.
https://svnweb.freebsd.org/ports?view=revision&revision=448082

Mar 25 2018, 7:58 AM · FreeBSD
heikobecker added a comment to T8163: Please add dependencies for amarok.

Yes, builds on Suse and FreeBSD properly find it and build successfully.

Mar 25 2018, 7:29 AM · build.kde.org, Windows, FreeBSD
bcooksley added a comment to T6625: FreeBSD CI image lacks EGL support.

Did the upstream changes we were waiting on here end up landing @adridg / @tcberner?

Mar 25 2018, 3:51 AM · FreeBSD
bcooksley added a comment to T6623: Please install DMZ-White cursor theme in FreeBSD CI image.

Have you had a chance to look into this Tobias/Adriaan?

Mar 25 2018, 3:50 AM · FreeBSD
bcooksley added a comment to T7054: Tests on FreeBSD fail due to ASAN, but debug symbols are missing.

@graesslin Did you get the needed information following the changes above?

Mar 25 2018, 3:38 AM · FreeBSD, build.kde.org
bcooksley added a comment to T8163: Please add dependencies for amarok.

Any news in regards to FindMySQL,cmake?

Mar 25 2018, 3:37 AM · build.kde.org, Windows, FreeBSD

Mar 21 2018

heikobecker added a comment to T8163: Please add dependencies for amarok.
> In regards to FreeBSD, is it possible to get MySQL Embedded made available @adridg?

mysql56-server is now installed (on all but vm1, as that one has a runing pkg process).

Mar 21 2018, 8:00 AM · build.kde.org, Windows, FreeBSD
heikobecker added a comment to T8163: Please add dependencies for amarok.

For Linux it looks like you have a build regression which needs to be fixed.

Additionally it cannot seem to find MySQL properly, even though it is definitely there (Akonadi and Qt use it) so that needs checking as well.

Mar 21 2018, 7:59 AM · build.kde.org, Windows, FreeBSD
tcberner added a comment to T8163: Please add dependencies for amarok.

> In regards to FreeBSD, is it possible to get MySQL Embedded made available @adridg?
mysql56-server is now installed (on all but vm1, as that one has a runing pkg process).

Mar 21 2018, 7:42 AM · build.kde.org, Windows, FreeBSD
bcooksley added a comment to T8163: Please add dependencies for amarok.

For Linux it looks like you have a build regression which needs to be fixed.

Mar 21 2018, 5:25 AM · build.kde.org, Windows, FreeBSD

Mar 9 2018

bcooksley added a commit to T8163: Please add dependencies for amarok: R867:72ddf0c1f843: Add taglib to Craft's binary cache so it can be utilised on the CI system..
Mar 9 2018, 5:33 PM · build.kde.org, Windows, FreeBSD
bcooksley added a commit to T8163: Please add dependencies for amarok: R857:33b0fc73e76e: Add various dependencies for Amarok to the SUSE Qt 5.9 image.
Mar 9 2018, 10:42 AM · build.kde.org, Windows, FreeBSD

Mar 8 2018

lbeltrame added a comment to T8163: Please add dependencies for amarok.

@bcooksley All the deps are available in the distro so yes, it's just a matter of adding them to the image.

Mar 8 2018, 10:30 PM · build.kde.org, Windows, FreeBSD
heikobecker added a comment to T8163: Please add dependencies for amarok.

Moved the taglib check to the end, although it still doesn't go through completely I can tell a bit more:

Mar 8 2018, 8:14 PM · build.kde.org, Windows, FreeBSD
tcberner added a comment to T8163: Please add dependencies for amarok.

sorted: taglib-extras should be installed now.

Mar 8 2018, 6:49 PM · build.kde.org, Windows, FreeBSD
bcooksley updated subscribers of T8163: Please add dependencies for amarok.

In regards to Windows, can you please make the taglib failure fatal at the end rather than at the beginning, so anything else which is hard required can be sorted out at the same time?

Mar 8 2018, 6:46 PM · build.kde.org, Windows, FreeBSD
bcooksley edited projects for T8163: Please add dependencies for amarok, added: build.kde.org; removed Sysadmin.
Mar 8 2018, 6:42 PM · build.kde.org, Windows, FreeBSD
bcooksley added projects to T8163: Please add dependencies for amarok: FreeBSD, Windows.
Mar 8 2018, 6:41 PM · build.kde.org, Windows, FreeBSD

Jan 15 2018

bcooksley closed T7748: kwin kf5-qt5 FreeBSDQt5.9 started to fail as Resolved.

Thanks for reporting, fixed packages have now been deployed on the CI Builders.

Jan 15 2018, 9:09 AM · FreeBSD, build.kde.org

Jan 14 2018

tcberner added a comment to T7748: kwin kf5-qt5 FreeBSDQt5.9 started to fail.

I'll upload patched packages later. Sorry

Jan 14 2018, 7:16 PM · FreeBSD, build.kde.org
bcooksley added a comment to T7748: kwin kf5-qt5 FreeBSDQt5.9 started to fail.

Looks like the QtCore build system strikes back.

Jan 14 2018, 6:12 PM · FreeBSD, build.kde.org
bcooksley updated subscribers of T7748: kwin kf5-qt5 FreeBSDQt5.9 started to fail.
Jan 14 2018, 6:09 PM · FreeBSD, build.kde.org
graesslin created T7748: kwin kf5-qt5 FreeBSDQt5.9 started to fail.
Jan 14 2018, 2:12 PM · FreeBSD, build.kde.org

Dec 24 2017

bcooksley closed T7454: Applications kmouth *kf5-qt5 FreeBSDQt5.7 wants Qt5TextToSpeech as Resolved.

This has since been resolved.

Dec 24 2017, 8:47 PM · FreeBSD, build.kde.org

Dec 10 2017

bcooksley closed T7210: Provide Qt 5.9 in FreeBSD CI image as Resolved.

Qt 5.9 is now available on the CI system.

Dec 10 2017, 11:42 PM · FreeBSD, build.kde.org

Nov 15 2017

kossebau added a project to T7454: Applications kmouth *kf5-qt5 FreeBSDQt5.7 wants Qt5TextToSpeech: FreeBSD.
Nov 15 2017, 2:07 PM · FreeBSD, build.kde.org

Nov 12 2017

tcberner added a comment to T7210: Provide Qt 5.9 in FreeBSD CI image.

Yea sorry, Qt>5.7 changed the way the build is configured, which in turn breaks our split of QtBase into separate ports/packages.

Nov 12 2017, 9:02 AM · FreeBSD, build.kde.org

Oct 31 2017

bcooksley added a comment to T7210: Provide Qt 5.9 in FreeBSD CI image.

This change is currently pending on the FreeBSD maintainers - there isn't anything we can do here.
From my understanding their packaging makes building Qt 5.9/5.10 somewhat difficult as Qt refactored their whole build system...

Oct 31 2017, 9:39 AM · FreeBSD, build.kde.org
graesslin added a comment to T7210: Provide Qt 5.9 in FreeBSD CI image.

This has passed two weeks now. I'm going to merge in D8331 even if it breaks on FreeBSD.

Oct 31 2017, 9:37 AM · FreeBSD, build.kde.org

Oct 16 2017

graesslin created T7210: Provide Qt 5.9 in FreeBSD CI image.
Oct 16 2017, 3:27 PM · FreeBSD, build.kde.org

Oct 13 2017

bcooksley added a commit to T7054: Tests on FreeBSD fail due to ASAN, but debug symbols are missing: R857:c87b4b363b2e: Ensure ASAN is symbolised on FreeBSD. Ref T7054.
Oct 13 2017, 8:51 PM · FreeBSD, build.kde.org

Oct 1 2017

bcooksley added a comment to T7054: Tests on FreeBSD fail due to ASAN, but debug symbols are missing.

ASAN_OPTIONS will be overridden by the CI tooling. I'll adjust that to set symbolise appropriately tonight.

Oct 1 2017, 6:53 PM · FreeBSD, build.kde.org
tcberner added a comment to T7054: Tests on FreeBSD fail due to ASAN, but debug symbols are missing.

These variables should now be exported via /etc/csh.cshrc:

# $FreeBSD: releng/11.0/etc/csh.cshrc 50472 1999-08-27 23:37:10Z peter $
#
# System-wide .cshrc file for csh(1).
Oct 1 2017, 11:50 AM · FreeBSD, build.kde.org
bcooksley added a comment to T7054: Tests on FreeBSD fail due to ASAN, but debug symbols are missing.

It seems we may need to setup symbolization for this to work correctly: https://stackoverflow.com/questions/21163828/meaningful-stack-traces-for-address-sanitizer-in-gcc (applies to Clang as well apparently)

Oct 1 2017, 9:20 AM · FreeBSD, build.kde.org

Sep 30 2017

graesslin added a comment to T7054: Tests on FreeBSD fail due to ASAN, but debug symbols are missing.

Doesn't look much better yet:

Sep 30 2017, 11:46 AM · FreeBSD, build.kde.org
tcberner added a comment to T7054: Tests on FreeBSD fail due to ASAN, but debug symbols are missing.

I updated the Qt packages in VM1 with debug symbols.

Sep 30 2017, 12:42 AM · FreeBSD, build.kde.org

Sep 28 2017

tcberner added a comment to T7054: Tests on FreeBSD fail due to ASAN, but debug symbols are missing.

I'll update the installed packages with debug symbols... will take a while :)

Sep 28 2017, 7:13 AM · FreeBSD, build.kde.org

Sep 24 2017

graesslin edited projects for T6623: Please install DMZ-White cursor theme in FreeBSD CI image, added: FreeBSD; removed KWin.
Sep 24 2017, 1:30 PM · FreeBSD

Sep 23 2017

graesslin created T7054: Tests on FreeBSD fail due to ASAN, but debug symbols are missing.
Sep 23 2017, 1:28 PM · FreeBSD, build.kde.org

Aug 7 2017

graesslin added a comment to D7168: Handle processId being 0 in ShellClient::killWindow.
In D7168#133094, @bshah wrote:

Looks good to me, probably though it's good idea to figure out why it returns 0 as processId?

Aug 7 2017, 5:15 AM · FreeBSD, KWin
graesslin closed D7168: Handle processId being 0 in ShellClient::killWindow by committing R108:00281711d9c4: Handle processId being 0 in ShellClient::killWindow.
Aug 7 2017, 5:14 AM · FreeBSD, KWin
bshah accepted D7168: Handle processId being 0 in ShellClient::killWindow.

Looks good to me, probably though it's good idea to figure out why it returns 0 as processId?

Aug 7 2017, 5:09 AM · FreeBSD, KWin

Aug 6 2017

graesslin added a project to D7168: Handle processId being 0 in ShellClient::killWindow: FreeBSD.
Aug 6 2017, 6:58 PM · FreeBSD, KWin

Aug 2 2017

bcooksley changed the visibility for T6625: FreeBSD CI image lacks EGL support.
Aug 2 2017, 10:16 AM · FreeBSD
bcooksley edited projects for T6625: FreeBSD CI image lacks EGL support, added: FreeBSD; removed Sysadmin.

Shifting this to the FreeBSD Board as this isn't something Sysadmin can actively do anything about - it's waiting on changes upstream in FreeBSD.

Aug 2 2017, 10:16 AM · FreeBSD

Jul 26 2017

tcberner renamed T6621: Figure out what is broken with akonadi & kimap from Figure out what is borken with akonadi & kimap to Figure out what is broken with akonadi & kimap.
Jul 26 2017, 1:51 PM · FreeBSD
tcberner created T6621: Figure out what is broken with akonadi & kimap.
Jul 26 2017, 1:50 PM · FreeBSD
tcberner created T6620: Fix QFilesystemWatcher.
Jul 26 2017, 1:49 PM · FreeBSD

Dec 28 2016

ltoscano changed the edit policy for FreeBSD.
Dec 28 2016, 2:17 PM
adridg edited Description on FreeBSD.
Dec 28 2016, 2:15 PM
ltoscano changed the edit policy for FreeBSD.
Dec 28 2016, 2:14 PM
ltoscano added members for FreeBSD: rakuco, tcberner.
Dec 28 2016, 2:13 PM
ltoscano changed the edit policy for FreeBSD.
Dec 28 2016, 2:01 PM
ltoscano updated the image for FreeBSD from F1493198: fa-building-orange.png to F1493507: profile.
Dec 28 2016, 2:00 PM
ltoscano created FreeBSD.
Dec 28 2016, 1:58 PM