Development

Ticket #12076 ([Icon-O-Matic] crashed after undoing style color changes) created

Latest Bugs & Tasks - Tue, 2015-05-19 09:47

hrev49173.

I was undoing several style color changes when IOM crashes.

Categories: Development

Ticket #12075 (Nightly build fails - MIT licence not in packages) created

Latest Bugs & Tasks - Tue, 2015-05-19 06:22

Since yesterday (May 19th 2015) nightly fails with missing MIT licence in about 10 packages.

Categories: Development

Ticket #12074 (Mips cross-tools no longer build) created

Latest Bugs & Tasks - Tue, 2015-05-19 04:52

The tools to build a cross-compiler for the MIPS platform have been neglected. It seems there hasn't been an active maintainer for some years and with updates to GCC it broke.

Patched and attached.

Categories: Development

[haiku-development] Re: Read-only Directory problems (Oliver Tappe)

Development mailing list - Tue, 2015-05-19 02:45
Hi, On 2015-05-16 at 14:22:53 [+0200], Axel Dörfler axeld@xxxxxxxxxxxxxxxx wrote: separate vendor-package in our package directories. We would need to do the same for Ruby. When you say we -- who did work on Python? I'd be interested to get ...
Categories: Development

[haiku-development] Who's working Haiku's on UI/UX? (fox noodles)

Development mailing list - Tue, 2015-05-19 00:45
Hey, Subject says it all :) ...
Categories: Development

[haiku-development] Re: Read-only Directory problems (Axel Dörfler)

Development mailing list - Mon, 2015-05-18 22:45
Am 16/05/2015 um 07:41 schrieb Adrien Destugues: We patched Python to have site-packages in a writable location and a separate vendor-package in our package directories. We would need to do the same for Ruby. When you say we -- who did work on Python? I'd be interested to get PIP to work, but I'd like to get a heads up by the one responsible for ...
Categories: Development

[haiku-development] Re: Read-only Directory problems (Adrien Destugues)

Development mailing list - Mon, 2015-05-18 22:45
On Fri, May 15, 2015 at 01:42:49PM -0700, Pete Goodeve wrote: and the removal of common breaks things. Here's one, that has me fairl y firmly blocked at the moment. I make extensive use of Ruby, and have a number of libraries of my own that are used by my apps. The Ruby standard is that they should go in .../lib/ruby/site-ruby, but under PM this is installed in /boot/system/lib and is read-only! Ruby does not know about the 'non-packaged' tree. ...
Categories: Development

[haiku-development] Re: Read-only Directory problems (François Revol)

Development mailing list - Mon, 2015-05-18 22:45
On 15/05/2015 23:38, Pete Goodeve wrote: Now that you mention it... (:-)) I'd forgotten gem, but of course it is completely screwed! ERROR: While executing gem ... (Errno::EROFS) Read-only file system - /packages/ruby-1.9.1-2/.self/lib/ruby/gems ...
Categories: Development

[haiku-development] Re: Read-only Directory problems (Pete Goodeve)

Development mailing list - Mon, 2015-05-18 22:45
[Sorry to have awakened the troll... (:-/)] On Fri, May 15, 2015 at 10:53:04PM +0200, Fran??ois Revol wrote: install to non-packaged when using gem... Isn't there some RUBYPATH variable you can export, like PYTHONPATH that lists site directories, until it's fixed? ...
Categories: Development

fat: Remove directory from dlist on unlink, not in remove_vnode.

Source Activity - Mon, 2015-05-18 20:58
The removal of the vnode happens later than the actual unlink. As part of the unlink, the vnode cache is already updated to mark the unlinked directory invalid. This means its entry in the directory list needs to be removed as well. Otherwise, if a directory list entry is looked up in the time between unlink and remove_vnode, the assertion which checks the validity of the directory list entries would fail. The removal of the vnode happens later than the actual unlink. As part of the unlink, the vnode cache is already updated to mark the unlinked directory invalid. This means its entry in the directory list needs to be removed as well. Otherwise, if a directory list entry is looked up in the time between unlink and remove_vnode, the assertion which checks the validity of the directory list entries would fail.
Categories: Development

Ticket #12073 (VCD playback) created

Latest Bugs & Tasks - Mon, 2015-05-18 19:45

Haiku currently lacks the ability to playback Video CD format.
The VCD standard was created in 1993, and is still produced and sold in Asian countries and regions, such as Mainland China, Taiwan, Hong Kong, Singapore, Malaysia, Thailand, Burma, Indonesia, Philippines, Vietnam, India, Pakistan and Bangladesh.

Categories: Development

Ticket #12072 (Tracker crash while navigating CD) created

Latest Bugs & Tasks - Mon, 2015-05-18 18:33

hrev49179 x86_64
Insert an unknown CD to determine contents.
While navigating the files, tracker crash.
Debug report attached.

Categories: Development

[haiku-development] Re: Read-only Directory problems (François Revol)

Development mailing list - Mon, 2015-05-18 16:45
On 15/05/2015 22:51, Urias McCullough wrote: install to non-packaged when using gem... Isn't there some RUBYPATH variable you can export, like PYTHONPATH that lists site directories, until it's fixed? It does seem rather short-sighted to assume that you will have write permissions to install libs in a path relative to the binary... ...
Categories: Development

Moved BJob, and JobQueue into the support kit.

Source Activity - Mon, 2015-05-18 16:21
* Put it in the BSupportKit namespace, following the style introduced with the package kit for now. * The BSupportKit::BJob class no longer knows about the package kit's Context class. However, the BPackageKit::BJob class does. * Due to the namespace juggling, a lot of files had to be touched. * The JobQueue class remains private. * Due to the way Haiku is built on itself, you cannot build this change under Haiku with an older release. * Put it in the BSupportKit namespace, following the style introduced with the package kit for now. * The BSupportKit::BJob class no longer knows about the package kit's Context class. However, the BPackageKit::BJob class does. * Due to the namespace juggling, a lot of files had to be touched. * The JobQueue class remains private. * Due to the way Haiku is built on itself, you cannot build this change under Haiku with an older release.
Categories: Development
Syndicate content