[porting-issues] [Issue 60580] build broken at pyuno pro ject

2006-01-15 Thread asari
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60580





--- Additional comments from [EMAIL PROTECTED] Sun Jan 15 05:36:12 -0800 
2006 ---
On Panther, libpython is available only as Python Framework.

$ curl -Lfs http://people.freebsd.org/~maho/ooo/filelist_10.3.9_7W98.withX11.bz2
| bzip2 -dc | grep Python.framework/Python 
./System/Library/Frameworks/Python.framework/Python

On Tiger, it is also available as /usr/lib/libpythonX.dylib, which is a symlink
to the Framework.

I don't have enough knowledge of how to handle Frameworks, but I suggest you to
try using "-framework Python" instead of "-lpython2.3" on linking.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 53271] using system portaudio on Mac OS X

2005-09-20 Thread asari
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53271





--- Additional comments from [EMAIL PROTECTED] Tue Sep 20 03:13:18 -0700 
2005 ---
Yes, CoreAudio and AudioToolbox are already linked by libportaudio.dylib...

$ otool -L /sw/lib/libportaudio.dylib
otool: can't open file: /sw/lib/libportaudio.dylib (No such file or directory)

$ ls -l /sw/lib/libportaudio.dylib
lrwxr-xr-x1 root admin  27  9 20 19:02
/sw/lib/libportaudio.dylib -> /sw/lib/libportaudio.0.18.1

$ ls -l /sw/lib/libportaudio.0.18.1
ls: /sw/lib/libportaudio.0.18.1: No such file or directory

I'm sorry, this issue is just my mistake.
Fink's portaudio package from unstable tree was simply broken.
So OOo configure script has attempted to use /sw/lib/libportaudio.a instead,
and wanted -framework CoreAudio -framework AudioToolbox flags...

With fixed portaudio package, these flags are no longer needed.
elicb: Could you invalidate my patch? Thanks.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 53271] using system portaudio on Mac OS X

2005-08-16 Thread asari
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53271





--- Additional comments from [EMAIL PROTECTED] Tue Aug 16 06:11:36 -0700 
2005 ---
ericb:
> If you agree, I propose to integrate it in a future cws.
Fine with me. Thanks.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 53312] Mac OS X: build broken at moz project with Tiger + Xcode 2.1

2005-08-15 Thread asari
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53312





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 20:51:41 -0700 
2005 ---
sparcmoz: I think so.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 53271] using system portaudio on Mac OS X

2005-08-15 Thread asari
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53271


User asari changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=28792) with this
  |  |patch, configure passes OK





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 20:49:56 -0700 
2005 ---
Created an attachment (id=28792)
with this patch, configure passes OK


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 53312] Mac OS X: build broken at moz project with Tiger + Xcode 2.1

2005-08-15 Thread asari
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53312





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 12:12:22 -0700 
2005 ---
BTW: I think this problem is not Mac OS X specific,
but GCC4-related one.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 53312] Mac OS X: build broken at moz project with Tiger + Xcode 2.1

2005-08-15 Thread asari
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53312


User asari changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=28785) LGPL/SISSL
  |  |Patch ;) to fix #53312





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 12:07:47 -0700 
2005 ---
Created an attachment (id=28785)
LGPL/SISSL Patch ;) to fix #53312


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 53312] Mac OS X: build broken at moz project with Tiger + Xcode 2.1

2005-08-15 Thread asari
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53312





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 12:02:59 -0700 
2005 ---
As I talked with #Fink people, now I can re-release the patch under LGPL/SISSL,
with the permission from original maintainer of Fink's mozilla package.

I think now it's legally clean.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ucb-issues] [Issue 53335] building ucb with system neon in non-standard directory

2005-08-15 Thread asari
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53335


User asari changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=28781) The patch to
  |  |use system neon (which can
  |  |be installed in a strange
  |  |path)





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 08:17:57 -0700 
2005 ---
Created an attachment (id=28781)
The patch to use system neon (which can be installed in a strange path)


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ucb-issues] [Issue 53335] New - building ucb with sy stem neon in non-standard directory

2005-08-15 Thread asari
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53335
  Issue #:|53335
  Summary:|building ucb with system neon in non-standard
  |directory
Component:|ucb
  Version:|680m123
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|rene
  Reported by:|asari





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 08:16:17 -0700 
2005 ---
In my environment, `pkg-config --cflags neon` returns:
-DNEON_ZLIB -DNEON_SSL -I/sw/include/neon

But in ucb/source/ucp/webdav, the sources write like:
#include 

They should be "#include ", if system-neon is used.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 53312] Mac OS X: build broken at moz project with Tiger + Xcode 2.1

2005-08-15 Thread asari
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53312





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:37:10 -0700 
2005 ---
> we cannot apply patches under the GPL but LGPL/SISSL
Yes, I know that. (That's why I wrote "GPL" explicitly.)
If I remember correctly, Fink community takes all its patches as distributed
under GPL (just like Fink itself).

> Has The Fink Team signed JCA?
See: http://www.openoffice.org/copyright/copyrightapproved.html

FYI, The maintainer of Fink's mozilla package is set to
.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 53312] Mac OS X: build broken at moz project with Tiger + Xcode 2.1

2005-08-14 Thread asari
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53312


User asari changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=28770) Patch from The
  |  |Fink Team (GPL) to fix
  |  |#53312





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:38:30 -0700 
2005 ---
Created an attachment (id=28770)
Patch from The Fink Team (GPL) to fix #53312


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 53271] using system portaudio on Mac OS X

2005-08-14 Thread asari
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53271





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:31:08 -0700 
2005 ---
I should have written this error..
Configure fails at AC_CHECK_LIB(portaudio, Pa_Initialize) as following:

  (cd config_office && PKG_CONFIG_PATH=/sw/lib/freetype219/lib/pkgconfig/
./configure --prefix=/sw
  --with-package-format=portable \
  --with-x --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib \
  --with-jdk-home=/Library/Java/Home --with-ant-home=/sw/lib/ant \
  --disable-gtk --disable-crashdump \
  --enable-pasf \
  --with-build-version="1.9m123-11; Built with Fink 
" \
  --with-system-stdlibs \
  --with-system-zlib \
  --with-system-jpeg \
  --with-system-expat \
  --with-system-freetype \
  --with-system-libxml \
  --with-system-db \
  --with-db-jar=/sw/share/java/db42-ssl-java/db.jar \
  --with-system-sablot \
  --with-system-odbc-headers \
  --with-system-sane-header \
  --with-system-xrender-headers \
  --with-system-curl \
  --with-system-sndfile \
  --with-system-portaudio \
  --with-system-neon \
  --with-system-mozilla)
:
:
checking whether to enable portaudio/sndfile support... yes
checking which sndfile to use... external
checking sndfile.h usability... yes
checking sndfile.h presence... yes
checking for sndfile.h... yes
checking for sf_open in -lsndfile... yes
checking which portaudio to use... external
checking portaudio.h usability... yes
checking portaudio.h presence... yes
checking for portaudio.h... yes
checking for Pa_Initialize in -lportaudio... no
configure: error: portaudio library not found or functional


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 53271] New - using system portaud io on Mac OS X

2005-08-12 Thread asari
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53271
  Issue #:|53271
  Summary:|using system portaudio on Mac OS X
Component:|porting
  Version:|680m121
 Platform:|Macintosh
  URL:|
   OS/Version:|Mac OS X
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|MacOSX
  Assigned to:|ericb
  Reported by:|asari





--- Additional comments from [EMAIL PROTECTED] Fri Aug 12 18:20:33 -0700 
2005 ---
To compile OOo with system portaudio,
I think configure script should be modified as following:

RCS file: /cvs/tools/config_office/configure,v
retrieving revision 1.110
diff -u -u -r1.110 configure
--- config_office/configure 14 Jul 2005 13:45:19 -  1.110
+++ config_office/configure 13 Aug 2005 01:12:01 -
@@ -15106,7 +15107,7 @@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lportaudio  $LIBS"
+LIBS="-framework CoreAudio -framework AudioToolBox -lportaudio  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -15169,7 +15170,7 @@
 #define HAVE_LIBPORTAUDIO 1
 _ACEOF
 
-  LIBS="-lportaudio $LIBS"
+  LIBS="-framework CoreAudio -framework AudioToolBox -lportaudio $LIBS"
 
 else
   { { echo "$as_me:$LINENO: error: portaudio library not found or functional" 
>&5

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 25416] Bug in Encoding of Hebrew letters in filename

2005-07-31 Thread asari
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=25416





--- Additional comments from [EMAIL PROTECTED] Sun Jul 31 19:44:49 -0700 
2005 ---
Compile fails for me, saying:

=
Building project udkapi
=
/sw/src/fink.build/openoffice.org-ja-1.9m121-50/udkapi/com/sun/star
mkout -- version: 1.4
idlc @/tmp/mkDmCDfr
Could not get Canonical Locale Identifier from AppleLanguages value!
Bus error
dmake:  Error code 138, while making '../../../unxmacxp.pro/misc/urd_css.don'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/sw/src/fink.build/openoffice.org-ja-1.9m121-50/udkapi/com/sun/star
dmake:  Error code 1, while making 'build_all'


In my environment (Tiger),

$ defaults read 'Apple Global Domain' AppleLanguages

returns:

The domain/default pair of (kCFPreferencesAnyApplication, AppleLanguages) does
not exist

Any helps?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]