Opened 11 years ago

Closed 11 years ago

#38181 closed request (invalid)

problem when I start my application using kde pim package

Reported by: mparchet@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: kdepimlibs4, akonadi Cc: NicosPavlov
Port: kdepimlibs4, akonadi

Description

Hello Nicos,

When I start my application using the kde pim package (akonadi or kdepimlibs4) I have thow message on the from packages on the console.

1. myApplicationName/KSharedDataCache ensureFileAllocated: This system misses support for posix_fallocate() -- ensure this partition has room for at least 10547296 bytes. 

it seems the this is a clang problem. I whold like use i686-apple-darwin11-llvm-gcc-4.2:by default on my mac

How can I do this ?

2.myApplicationName(43829)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned.

What is this error message ?

How can I resolve this problem I my proprietary application ?

Thanks for your support

Best regards

mparchet

Change History (1)

comment:1 in reply to:  description Changed 11 years ago by NicosPavlov

Resolution: invalid
Status: newclosed

When I start my application using the kde pim package (akonadi or kdepimlibs4) I have thow message on the from packages on the console.

1. myApplicationName/KSharedDataCache ensureFileAllocated: This system misses support for posix_fallocate() -- ensure this partition has room for at least 10547296 bytes. 

it seems the this is a clang problem. I whold like use i686-apple-darwin11-llvm-gcc-4.2:by default on my mac

How can I do this ?

First, I would ilke to point out that tickets are for bugs and errors, not to ask for support. Please do not file tickets to simply ask for information. There are mailing lists for this.
Then, this has nothing to do with clang, as it is a pure runtime warning (not when compiling).
Google for example is usually pretty good to find information. At least 2 of the top 5 results when searching for "ensureFileAllocated: This system misses support for posix_fallocate()" provide answers to your question:
http://forums.freebsd.org/showthread.php?t=27306
http://mail.kde.org/pipermail/kde-mac/2011-September/000775.html

2.myApplicationName(43829)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned.

What is this error message ?

How can I resolve this problem I my proprietary application ?

Again, tickets are not a support forum. Specially if you develop you own application, the packages installed by Macports are not responsible for the code you develop on top of it. As it reads, it is a warning from ktimezoned, which depends on the calls you perform in your own code. Again, this is not the place to ask for support which are not from ports.

Note: See TracTickets for help on using tickets.