Latest Bugs & Tasks
Ticket #11997 (Date always shown in American MM/DD/YY format) created
Cannot set the date format to DD/MM/YY as preferred in Aus/NZ.
Ticket #5230 (Position of Defaults/Revert buttons and spacing in Preferences is ...) closed
Fixed in hrev49084.
Ticket #11174 (Processor - idle missing) closed
After hrev48973 the misbehaving buildbot was put offline: http://buildbot.haiku-os.org/buildslaves/arfonzo-bot1-debian
It uses a stable debian install, which has outdated libraries and cannot compile Haiku properly anymore. I am closing this ticket as I think any bot with more up to date software will not have this problem anymore. Please let us know if you hit the problem again.
It's also possible that hrev49058 helped fix this issue.
Ticket #8745 (Tracker not showing image dimensions.) closed
Fixed in hrev49072.
Ticket #11996 (Backgrounds: After a while the CPU goes 100%) created
As I can understand after a while the Backgrounds application start receiving a burst of B_MOUSE_IDLE messages. With an increasing number of "be:view_where" fields.
This is hrev49058.
Ticket #11995 (Haiku Depot: mismatched revision numbers) closed
Yes, these are just badly versionned packages (what's inside the package doesn't match the version).
Please report these problems at Haikuports.org.
Ticket #11995 (Haiku Depot: mismatched revision numbers) created
hrev49057 x86_gcc2
CDRecord: Haiku Depot shows installed revision as 3.01a27-1
Revision is 3.01a25 (see screenshot1)
HaikuWebKit: Haiku Depot shows installed revision as 1.4.10-1
Webpositive still showing revision as 1.4.9 (see screenshot2)
Ticket #11994 ([Patch] Fix GCC 5 suggest parentheses warning.) created
GCC 5 (5.1.0-RC-20150412) reports.
/home/haiku/haiku/haiku/src/apps/workspaces/Workspaces.cpp: In member function 'virtual void WorkspacesWindow::FrameResized(float, float)':
/home/haiku/haiku/haiku/src/apps/workspaces/Workspaces.cpp:699:17: error: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Werror=parentheses]
if (!modifiers() & B_SHIFT_KEY) {
^
Ticket #11993 ([Patch] Fix GCC 5 unused-variable warning.) created
GCC 5 (5.1.0-RC-20150412) reports.
/home/haiku/haiku/haiku/src/preferences/time/ClockView.cpp:29:20: error: 'kIndentSpacing' defined but not used [-Werror=unused-variable]
static const float kIndentSpacing
^
Ticket #11992 ([Patch] Fix GCC 5 logical-not-parentheses warnings.) created
GCC 5 (5.1.0-RC-20150412) reports.
/home/haiku/haiku/haiku/src/kits/tracker/SettingsViews.cpp: In member function 'virtual void BPrivate::DesktopSettingsView::MessageReceived(BMessage*)':
/home/haiku/haiku/haiku/src/kits/tracker/SettingsViews.cpp:237:41: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]
!fShowDisksIconRadioButton->Value() == 1);
^
/home/haiku/haiku/haiku/src/kits/tracker/SettingsViews.cpp:270:51: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]
!fMountVolumesOntoDesktopRadioButton->Value() == 1);
^
C/home/haiku/haiku/haiku/src/kits/tracker/TaskLoop.cpp: In member function 'virtual bool BPrivate::PeriodicDelayedTask::RunIfNeeded(bigtime_t)':
/home/haiku/haiku/haiku/src/kits/tracker/TaskLoop.cpp:184:19: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]
if (!currentTime < fRunAfter)
^
/home/haiku/haiku/haiku/src/apps/screenshot/Screenshot.cpp: In member function 'status_t Screenshot::_GetActiveWindowFrame()':
/home/haiku/haiku/haiku/src/apps/screenshot/Screenshot.cpp:311:39: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]
&& !windowInfo->show_hide_level > 0) {
^
Ticket #11991 ([Patch] Fix GCC 5 narrowing conversion warning.) created
GCC 5 (5.1.0-RC-20150412) reports.
C++ /home/haiku/haiku/haiku/generated-gcc5/objects/haiku/x86/release/add-ons/kernel/bus_managers/firewire/fwohci_pci.o
/home/haiku/haiku/haiku/src/add-ons/kernel/bus_managers/firewire/fwohci.cpp:90:58: error: narrowing conversion of '-2147483648' from 'int' to 'uint32_t {aka unsigned int}' inside { }
uint32_t tagbit[4] = { 1 << 28, 1 << 29, 1 << 30, 1 << 31};
^
Ticket #11990 ([Patch] GCC 5 build fix.) created
Tested GCC 5 (5.1.0-RC-20150412). I think more work needed.
- Add '-fgnu89-inline' flag to libroot/posix/glibc, since GCC 5 changed 'extern inline' semantics.
https://gcc.gnu.org/gcc-5/porting_to.html . - Change GUNC == 4 to GNUC >= 4.
Ticket #11989 ([Patch] Fix GCC 4.9 warning.) created
GCC 4.9.2 reports:
/home/haiku/haiku/haiku/src/add-ons/kernel/file_systems/netfs/server/ClientConnection.cpp: In member function 'void ClientConnection::CloseNodeMonitoringEventQueue()':
/home/haiku/haiku/haiku/src/add-ons/kernel/file_systems/netfs/server/ClientConnection.cpp:2509:23: error: 'requests' may be used uninitialized in this function [-Werror=maybe-uninitialized]
const RequestVector* requests;
^
Ticket #11984 (GLTeapot crashes on launch since 48542) closed
As analyzed in #6400 and #11860, this is a problem with the way OpenGL use BLockers. Before hrev48542 there was no debugger call, but the lockers were never unlocked in that situation. We need to review the locking in OpenGL and fix that.
Ticket #11988 (Tracker show wrong folder size for netfs volumes) created
Example of displayed sizes: 0 bytes, -2,147,883,648 bytes, 6772863.37 TB. This also affect information in Tracker status window when copying folders.
Ticket #11987 (Lags when MediaPlayer play from netfs) created
Local network transfer speed is about 1 MB/s (tested by copying files) that is enough to play video. Network consists of Wifi router, tablet connected by WiFi (Atheros Wifi adapter) and PC connected by cable.
Mayble increasing MediaPlayer buffer size solve this issue.
Ticket #11986 (haiku_loader debug build too big) created
hrev49054, gcc2. The problem seems to be an old one, surfacing this week as the @release-anyboot target was added to the buildbot builders.
jam -q -sDEBUG=1 haiku-boot-floppy
...
BuildFloppyBootImage1 /home/luroh/develop/haiku/haiku/generated/haiku-boot-floppy.image
Error: /home/luroh/develop/haiku/haiku/generated/objects/haiku/x86_gcc2/debug_1/system/boot/haiku_loader is too big (401264) to fit
before the boot archive starting at 327680!
...
Ticket #11983 (x86_64 debug build broken since 48954) closed
Should be fixed in hrev49054.
Ticket #11984 (GLTeapot crashes on launch since 48542) created
hrev49047, gcc2. Will look into finding a regression range tomorrow.

