FreeBSDOrganization
ActivePublic

Details

Description

This is the collection of tasks and diffs from the KDE-FreeBSD team. For trademark information, please see the KDE-FreeBSD site.

Recent Activity

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