Development
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.
arm: bcm2835 framebuffer
arm: Add debug function to dump mmu state
libmedia: Put AddOnManager into BPrivate::media namespace.
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)
Add more vlc dependncies + Fix Caya and add paragui
Preferences: Consistent buttons position and spacing.
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;
^
