Development

Ticket #12031 (Can't build Haiku under Haiku 49058 with GCC 2 or 4) created

Latest Bugs & Tasks - Mon, 2015-04-27 22:15

I have patched the Intel 2230 driver into Haiku so now I need to compile it. I was told in IRC I'd need to build Haiku in full before I can compile any daemons / drivers / modules or whatever they're called under BeOS / Haiku but I've not had any luck compiling Haiku git from yesterday under 49058 GCC2H with GCC2 or GCC4.

I used Haikudepot to check that I have all the required packages listed on ​https://www.haiku-os.org/guides/building/pre-reqs before I ran the relevant configure commands that I have included at the top of the two logs.

I have attached the last few hundred lines of both a failed GCC2 and GCC4 build.

Categories: Development

Ticket #12030 (Haiku bug tracker isn't sending email notifications for ticket replies) created

Latest Bugs & Tasks - Mon, 2015-04-27 18:38

I've noticed that I haven't received any email notifications when people have replied to any tickets I've created on here in the last few days.

I asked about this in the Haiku IRC channel earlier and other users and devs reported having experienced the same problem recently.

Categories: Development

Ticket #3181 (firefox always crash on system shutdown/restart) reopened

Latest Bugs & Tasks - Mon, 2015-04-27 18:20

BeZilla crashes just as reliably as ever if left open while Haiku is shutting down. Attaching debug report.

Categories: Development

Ticket #12029 (Expander silently ignores a bad exitcode) created

Latest Bugs & Tasks - Mon, 2015-04-27 18:13

When extracting a corrupt zipfile, unzip returns a bad (!0) exitcode. Expander silently ignores this and doesn't tell the user, it seems.

This led me chasing a bug elsewhere in some data-reading code, when the real problem was that the file was corrupt.

Categories: Development

Ticket #3181 (firefox always crash on system shutdown/restart) closed

Latest Bugs & Tasks - Mon, 2015-04-27 18:03
no change required:

BeZilla is now in HaikuDepot and doesn't crash (AFAICT).

Categories: Development

Ticket #12022 (FUSE ZX Spectrum emulator fails install) closed

Latest Bugs & Tasks - Mon, 2015-04-27 17:45
invalid:

After adding more tracing in hrev49122, I get

inflate_file_to_file: inflate failed with 'incorrect data check'

A quick Google search shows that this means that zlib's checksum of the decompressed data failed, so the file is invalid.

Categories: Development

InstalledPackages: fix the build.

Source Activity - Mon, 2015-04-27 17:17
Categories: Development

Ticket #12028 (B_FIND_PATH_LIB_DIRECTORY doesn't return the specific arch) created

Latest Bugs & Tasks - Mon, 2015-04-27 16:26

This is hrev49114.

As bbjimmy found out, findpaths -a x86 B_FIND_PATH_LIB_DIRECTORY outputs
/boot/home/config/non-packaged/lib etc. instead of
/boot/home/config/non-packaged/lib/x86

The attached patch should fix that, if I'm not mistaken.

Categories: Development

coreutils: delete everything except su's dependencies.

Source Activity - Mon, 2015-04-27 14:49
And copyright notices, of course. And copyright notices, of course.
Categories: Development

Ticket #12027 (Zip-O-Matic fails on single folder) created

Latest Bugs & Tasks - Mon, 2015-04-27 00:21

When used to zip-up a single folder, Zip-O-Matic actually chdir()s to it before running /bin/zip, which then fails to find the folder to zip.

Categories: Development

Ticket #12026 (Disable non-working Radeon HD cards) created

Latest Bugs & Tasks - Mon, 2015-04-27 00:13

This is a master list of Radeon HD cards that need disabled prior to R1B1+

  • Radeon HD 6480G
    • Card non-working due to #10335
Categories: Development

Tracker: move deprecated cruft to FBCPadding.cpp.

Source Activity - Mon, 2015-04-27 00:06
The Be Book [1] states that these are supposed to be C functions, but the comment (see diff) said they were deprecated, and the fact that they were in a .cpp file (and I checked with "nm") made them C++ functions. I can't recall any applications failing to start because these symbols were unresolved, so we might be able to just remove them... [1]: https://www.haiku-os.org/legacy-docs/bebook/BFilePanel_Overview.html The Be Book [1] states that these are supposed to be C functions, but the comment (see diff) said they were deprecated, and the fact that they were in a .cpp file (and I checked with "nm") made them C++ functions. I can't recall any applications failing to start because these symbols were unresolved, so we might be able to just remove them... [1]: https://www.haiku-os.org/legacy-docs/bebook/BFilePanel_Overview.html
Categories: Development
Syndicate content