[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2010-06-17 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033





--- Additional comments from m...@openoffice.org Thu Jun 17 10:07:54 + 
2010 ---
Build on Windows with MSVC works with the latest fixes.
I had to add another fix for mingw. With this fix the build proceeded
successfully in all modules that where subject to the change (up to tools). The
changed tools (rscdep, javadep, idlc) also work fine.
So it seems that we are done now.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2010-06-16 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033





--- Additional comments from m...@openoffice.org Wed Jun 16 06:55:19 + 
2010 ---
 Maybe we should do .IF $(HAVE_READDIR_R) != YES  $(OS) != WNT 
 then...

Sounds good, I will change it that way.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2010-06-16 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033





--- Additional comments from m...@openoffice.org Wed Jun 16 09:00:59 + 
2010 ---
I successfully compiled idlc with some changes.
tools/bootstrap/rscdep.cxx still doesn't compile. The old getopt implementation
for WNT used a static variable and so this code needs to be changed also.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2010-06-15 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033


User rene changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED

Target milestone|OOo 3.x   |OOo 3.3





--- Additional comments from r...@openoffice.org Tue Jun 15 13:49:13 + 
2010 ---
mba: just tried it myself yesterday evening. The buildbot triggered didn't do
anything yet but *shrugs*.

This issue at least is fixed.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2010-06-15 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033





--- Additional comments from m...@openoffice.org Tue Jun 15 16:49:05 + 
2010 ---
I have reintroduced the internal getopt implementation(s) in soltools (with
#ifdef WNT) 

The build breaks in external because the glib-2.1.3.patch is broken (seems to be
handcrafted or hacked). After fixing that the patch applies fine, but the build
breaks (dirent.h) missing. I will have a look at that later

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2010-06-15 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033





--- Additional comments from m...@openoffice.org Tue Jun 15 20:43:16 + 
2010 ---
Next problem: at least tools/rscdep and idlc also had an own getopt. Now they
need to link against the getopt from external/glibc. That's still some work to 
do.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2010-06-15 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033





--- Additional comments from m...@openoffice.org Tue Jun 15 20:41:58 + 
2010 ---
OK, found the problem. You have changed

+.IF $(OS)==NETBSD
+TARGET2=gnu_readdir_r
+OBJFILES+= $(OBJ)$/readdir_r.obj
+LIB2TARGET=$(SLB)$/$(TARGET2).lib
+LIB2ARCHIV=$(LB)$/lib$(TARGET2).a
+LIB2OBJFILES= $(OBJ)$/readdir_r.obj
+.ENDIF 

to

+.IF $(HAVE_READDIR_R) != YES
+TARGET2=gnu_readdir_r
+OBJFILES+= $(OBJ)$/readdir_r.obj
+LIB2TARGET=$(SLB)$/$(TARGET2).lib
+LIB2ARCHIV=$(LB)$/lib$(TARGET2).a
+LIB2OBJFILES= $(OBJ)$/readdir_r.obj
+.ENDIF 

So now readdir_r.obj was tried to build on Windows what neither is necessary nor
works. I changed that to

+.IF $(HAVE_READDIR_R) != YES
+.IF $(OS)==NETBSD
+TARGET2=gnu_readdir_r
+OBJFILES+= $(OBJ)$/readdir_r.obj
+LIB2TARGET=$(SLB)$/$(TARGET2).lib
+LIB2ARCHIV=$(LB)$/lib$(TARGET2).a
+LIB2OBJFILES= $(OBJ)$/readdir_r.obj
+.ENDIF
+.ENDIF 

Perhaps you can explain why you removed the NETBSD check.


-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2010-06-15 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033





--- Additional comments from r...@openoffice.org Tue Jun 15 21:03:36 + 
2010 ---
 Perhaps you can explain why you removed the NETBSD check.

Easy. We should not check for the OS but for the feature. If NetBAS doesn't have
readdir_r it should be done here, if not, not. That's why I removed the check
and replaced it with $(HAVE_READDIR_R) != YES.

Maybe we should do .IF $(HAVE_READDIR_R) != YES  $(OS) != WNT then...

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2010-06-15 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033





--- Additional comments from r...@openoffice.org Tue Jun 15 21:08:15 + 
2010 ---
 Next problem: at least tools/rscdep and idlc also had an own getopt. Now they
 need to link against the getopt from external/glibc. That's still some work to
 do.

Yeah, seems I forgot that..

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2010-06-14 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033





--- Additional comments from r...@openoffice.org Mon Jun 14 21:02:44 + 
2010 ---
mba: PING? Did you already do stuff here? (As we discussed on IRC I don't have
anything against working around any Windows brokeness by reintroducing whatever
helps Windows, as long as it doesn't make sane UNIXes (unfortunately Mac OS X
does not belong to it)) use the internal copies...

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2010-06-04 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033


User mba changed the following:

What|Old value |New value

  CC|'hjs,mba,pjanik,vq'   |'bmi,hjs,mba,pjanik,vq'





-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2010-06-04 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033


User mba changed the following:

What|Old value |New value

  CC|'bmi,hjs,mba,pjanik,vq'   |'b_michaelsen,bmi,hjs,mba,
|  |pjanik,vq'





-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2010-06-04 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033


User mba changed the following:

What|Old value |New value

  CC|'b_michaelsen,bmi,hjs,mba,|'b_michaelsen,hjs,mba,pjan
|pjanik,vq'|ik,vq'





--- Additional comments from m...@openoffice.org Fri Jun  4 15:27:16 + 
2010 ---
Just a short comment about why we build makedepend ourselves: the performance is
much better. I still don't know if there are other changes in makedepend we rely
on. 

In our planned new build system we would need makedepend only on Windows, BTW. 

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2010-05-19 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033


User rene changed the following:

What|Old value |New value

  CC|'hjs,pjanik,vq'   |'hjs,mba,pjanik,vq'





-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2010-05-19 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033


User rene changed the following:

What|Old value |New value

  Status|REOPENED  |STARTED





--- Additional comments from r...@openoffice.org Wed May 19 17:18:48 + 
2010 ---
migrated cws to hg, did a new try.

mba volunteered to have a look on it for Windows

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2010-05-19 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033


User rene changed the following:

What|Old value |New value

  Issue type|PATCH |TASK

Target milestone|---   |OOo 3.x





--- Additional comments from r...@openoffice.org Wed May 19 17:19:37 + 
2010 ---
.

-
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

2007-08-02 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033


User pjanik changed the following:

What|Old value |New value

Target milestone|OOo 2.3   |---





--- Additional comments from [EMAIL PROTECTED] Thu Aug  2 11:19:15 + 
2007 ---
Re-set target.


-
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 69033] getopt/readdir_r is in gli bc, use them

2007-06-27 Thread mh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 11:52:40 + 
2007 ---
is there any news about this issue ?

-
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 69033] getopt/readdir_r is in gli bc, use them

2007-01-19 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033


User pjanik changed the following:

What|Old value |New value

Target milestone|OOo 2.2   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Fri Jan 19 15:39:24 -0800 
2007 ---
move target.


-
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 69033] getopt/readdir_r is in gli bc, use them

2006-11-30 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033





--- Additional comments from [EMAIL PROTECTED] Thu Nov 30 07:17:48 -0800 
2006 ---
hjs: so we can get rid of it?
(and/or use this?:
[EMAIL PROTECTED]:~$ apt-file search makedepend
[...]
xutils-dev: usr/bin/makedepend
xutils-dev: usr/share/man/man1/makedepend.1.gz
)?

-
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 69033] getopt/readdir_r is in gli bc, use them

2006-10-31 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033


User pjanik changed the following:

What|Old value |New value

Target milestone|OOo 2.1   |OOo 2.2





--- Additional comments from [EMAIL PROTECTED] Tue Oct 31 01:25:30 -0800 
2006 ---
target: next version.


-
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 69033] getopt/readdir_r is in gli bc, use them

2006-10-16 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033





--- Additional comments from [EMAIL PROTECTED] Mon Oct 16 03:48:02 -0700 
2006 ---
to provide common dependency generation. was introduced long before cygwin 
support.

-
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 69033] getopt/readdir_r is in gli bc, use them

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





--- Additional comments from [EMAIL PROTECTED] Sun Oct 15 08:39:23 -0700 
2006 ---
Module external was not built before this one. Hmm. Building it manually on 
Windows:

mkout -- version: 1.7
dmake: Executing shell macro: +$(WRAPCMD) echo $(subst,$/stl, $(SOLARINC))
-
if ( -e ../wntmsci10.pro/misc/build/glibc-2.1.3 ) mv
../wntmsci10.pro/misc/build/glibc-2.1.3
../wntmsci10.pro/misc/build/glibc-2.1.3_removeme 
rm -rf ../wntmsci10.pro/misc/build/glibc-2.1.3_removeme
mkdir: cannot create directory `../wntmsci10.pro/misc/': File exists
dmake: Executing shell macro: +$(TYPE) 
$(PRJ)$/$(ROUT)$/misc$/$(TARFILE_NAME).unpack
cd ../wntmsci10.pro/misc/build  ( gunzip -c
../../../download/glibc-2.1.3-stub.tar.gz  | tar  -xvf -)  /usr/bin/touch.exe
so_unpacked_getopt
glibc-2.1.3/
glibc-2.1.3/posix/
glibc-2.1.3/posix/getopt.c
glibc-2.1.3/posix/getopt.h
glibc-2.1.3/posix/getopt1.c
glibc-2.1.3/COPYING.LIB
glibc-2.1.3/COPYING
glibc-2.1.3/version.h
make writeable...
echo dummy  ../wntmsci10.pro/misc/build/glibc-2.1.3/posix/makefile.mk.dummy
/usr/bin/touch.exe 
../wntmsci10.pro/misc/build/glibc-2.1.3/posix/makefile.mk.dummy
echo dummy  ../wntmsci10.pro/misc/build/glibc-2.1.3/posix/makefile.mk
/usr/bin/touch.exe ../wntmsci10.pro/misc/build/glibc-2.1.3/posix/makefile.mk
echo dummy  ../wntmsci10.pro/misc/build/glibc-2.1.3/posix/config.h.dummy
/usr/bin/touch.exe ../wntmsci10.pro/misc/build/glibc-2.1.3/posix/config.h.dummy
echo dummy  ../wntmsci10.pro/misc/build/glibc-2.1.3/posix/config.h
/usr/bin/touch.exe ../wntmsci10.pro/misc/build/glibc-2.1.3/posix/config.h
echo dummy  ../wntmsci10.pro/misc/build/glibc-2.1.3/posix/readdir_r.c.dummy
/usr/bin/touch.exe 
../wntmsci10.pro/misc/build/glibc-2.1.3/posix/readdir_r.c.dummy
echo dummy  ../wntmsci10.pro/misc/build/glibc-2.1.3/posix/readdir_r.c
/usr/bin/touch.exe ../wntmsci10.pro/misc/build/glibc-2.1.3/posix/readdir_r.c
cd ../wntmsci10.pro/misc/build  cat ../../../glibc-2.1.3.patch | tr -d \015
| patch -b -p2  /usr/bin/touch.exe so_patched_getopt
patching file glibc-2.1.3/posix/config.h
patching file glibc-2.1.3/posix/makefile.mk
patching file glibc-2.1.3/posix/readdir_r.c
sleep 2
/usr/bin/touch.exe ../wntmsci10.pro/misc/build/so_patched_getopt
/usr/bin/touch.exe ../wntmsci10.pro/misc/build/so_configured_getopt
mkdir ../wntmsci10.pro/misc/build/glibc-2.1.3/posix
mkdir: cannot create directory `../wntmsci10.pro/misc/build/glibc-2.1.3/posix':
File exists
cd ../wntmsci10.pro/misc/build/glibc-2.1.3/posix  dmake
/usr/bin/touch.exe
/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m187_src/external/glibc/../wntmsci10.pro/misc/build/so_built_getopt
Execvp error.  Aborting.: No such file or directory
dmake:  Error code 1, while making 
'../../../../../wntmsci10.pro/misc/o_getopt.dpcc'
dmake:  '../../../../../wntmsci10.pro/misc/o_getopt.dpcc' removed.
---* TARGET.MK *---
dmake:  Error code 255, while making 
'../wntmsci10.pro/misc/build/so_built_getopt'
---* tg_merge.mk *---

ERROR: Error 65280 occurred while making
/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m187_src/external/glibc
[EMAIL PROTECTED]:~/BuildDir/ooo_SRC680_m187_src/external 

dmake -v:

guw.exe
/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m187_src/solver/680/wntmsci10.pro/bin/makedepend
-f - -p../../../../../wntmsci10.pro/obj -D_SOLAR__PRIVATE -I.
-I../../../../../WIN/inc -I../inc -I../../../../../inc
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m187_src/solver/680/wntmsci10.pro/inc
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m187_src/solver/680/wntmsci10.pro/inc
-I../../../../../wntmsci10.pro/inc -DWNT -DWNT -DNT351 -DMSC -DM1310 -DINTEL
-D_X86_=1 -DFULL_DESK -DSTLPORT_VERSION=400 -DWINVER=0x400 -D_WIN32_IE=0x400
-D_MT -DCPPU_ENV=msci -DSUPD=680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL
-DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_OFF -DCUI -DSOLAR_JAVA
-DSRC680=SRC680   -DHAVE_STRING_H  -DHAVE_CONFIG_H -DMULTITHREAD -DWIN32 -D_MT
-D_DLL -DWIN32 -D_MT -D_DLL -DMULTITHREAD getopt.c 
../../../../../wntmsci10.pro/misc/o_getopt.dpcc
Execvp error.  Aborting.: No such file or directory
dmake:  Error code 1, while making 
'../../../../../wntmsci10.pro/misc/o_getopt.dpcc'
dmake:  '../../../../../wntmsci10.pro/misc/o_getopt.dpcc' removed.
dmake:  Closing
[/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m187_src/solenv/inc/target.mk]

- makedepend is not built. Of course because it is from module soltools which
broke because getopt.h frpm module external is missing.

Have a lot of fun with this ;-)


-
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, 

[porting-issues] [Issue 69033] getopt/readdir_r is in gli bc, use them

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


User rene changed the following:

What|Old value |New value

  CC|'hjs,pjanik'  |'hjs,pjanik,vq'





--- Additional comments from [EMAIL PROTECTED] Sun Oct 15 09:38:22 -0700 
2006 ---
htf does it work then witout the patch where getopt.h also gets delivered from
external? (Ah, because soltools had a internal getopt implementation. *sigh*).
This is fucked up. (Only worked on chance on Linux since getopt.h is there in
any case on the system)

Why is makedepend re-implemented in OOo anyway? hjs?



-
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 69033] getopt/readdir_r is in gli bc, use them

2006-10-09 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033





--- Additional comments from [EMAIL PROTECTED] Mon Oct  9 07:30:02 -0700 
2006 ---
--- prj/d.lst   30 Aug 2006 12:42:39 -  1.26
+++ prj/d.lst   19 Sep 2006 20:57:47 -  1.26.6.1
@@ -7,8 +7,9 @@
 ..\jars\parser.jar %_DEST%\bin%_EXT%\parser.jar
 ..\jars\jaxp.jar %_DEST%\bin%_EXT%\jaxp.jar

-..\glibc\rtufiles\config.h %_DEST%\inc%_EXT%\external\glibc\config.h
-..\glibc\rtufiles\getopt.h %_DEST%\inc%_EXT%\external\glibc\getopt.h
+..\%__SRC%\misc/build/glibc-2.1.3/posix/config.h
%_DEST%\inc%_EXT%\external\glibc\config.h
+..\%__SRC%\misc/build/glibc-2.1.3/posix/getopt.h
%_DEST%\inc%_EXT%\external\glibc\getopt.h
+
 ..\gpc\gpc.h %_DEST%\inc%_EXT%\external\gpc\gpc.h

 ..\%__SRC%\slb\gnu_getopt.lib %_DEST%\lib%_EXT%\gnu_getopt.lib

is in the patch. Hmm.

rene-pjanik: where is getopt.h for you? Does it get delivered? To where?

-
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 69033] getopt/readdir_r is in gli bc, use them

2006-10-09 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033


User rene changed the following:

What|Old value |New value

  CC|'hjs' |'hjs,pjanik'





-
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 69033] getopt/readdir_r is in gli bc, use them

2006-10-09 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033





--- Additional comments from [EMAIL PROTECTED] Mon Oct  9 07:32:03 -0700 
2006 ---
pjanik: please see last comment...

-
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 69033] getopt/readdir_r is in gli bc, use them

2006-09-30 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033


User pjanik changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Sat Sep 30 13:23:17 -0700 
2006 ---
Fails on Windows:

Making: ../wntmsci10.pro/obj/_nlist.obj
guw.exe /cygdrive/c/PROGRA~1/MICROS~1.NET/Vc7/bin/cl.exe -Zm500 -Zc:forScope -GR
-c -nologo -Gs  -Gy -Ob1 -Oxs -Oy- -Gd  -I.  -I../wntmsci10.pro/inc/cpp -I../inc
-I../inc/pch -I../inc -I../WIN/inc -I../wntmsci10.pro/inc -I.
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/solver/680/wntmsci10.pro/incdont_use_stl
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/solver/680/wntmsci10.pro/inc/external
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/solver/680/wntmsci10.pro/inc
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/solenv/wntmsci10/inc
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/solenv/inc
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/res
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/solver/680/wntmsci10.pro/incdont_use_stl
-I/cygdrive/c/J2SDK1~1.2_0/include/win32 -I/cygdrive/c/J2SDK1~1.2_0/include
-I/cygdrive/c/PROGRA~1/MICROS~2/include
-I/cygdrive/c/PROGRA~1/MICROS~1.NET/Vc7/include
-I/cygdrive/e/MICROS~1.0SD/include
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/solver/680/wntmsci10.pro/inc/offuh
-I. -I../res -I.  -Zi -Fd../wntmsci10.pro/misc/_ooo_st_cpp.PDB -Wall -wd4061
-wd4127 -wd4191 -wd4217 -wd4251 -wd4275 -wd4290 -wd4294 -wd4355 -wd4511
-wd4512 -wd4514 -wd4611 -wd4625 -wd4626 -wd4640 -wd4675 -wd4710 -wd4711
-wd4786 -wd4800 -wd4820 -wd4503 -wd4619 -wd4255  -DWNT -DWNT -DNT351 -DMSC
-DM1310 -DINTEL -D_X86_=1 -DFULL_DESK -DSTLPORT_VERSION=400 -DWINVER=0x400
-D_WIN32_IE=0x400 -D_MT -DCPPU_ENV=msci -DSUPD=680 -DPRODUCT -DNDEBUG
-DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_OFF -DCUI
-DSOLAR_JAVA -DSRC680=SRC680   -DSINGLETHREAD -DWIN32 -D_DLL -DWIN32 -D_DLL 
-Fo../wntmsci10.pro/obj/_nlist.obj _nlist.c

Cflags: -Zm500 -Zc:forScope -GR -c -nologo -Gs -Gy -Ob1 -Oxs -Oy- -Gd -I.
-I../wntmsci10.pro/inc/cpp -I../inc -I../inc/pch -I../inc -I../WIN/inc
-I../wntmsci10.pro/inc -I.
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/solver/680/wntmsci10.pro/inc/stl
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/solver/680/wntmsci10.pro/inc/external
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/solver/680/wntmsci10.pro/inc
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/solenv/wntmsci10/inc
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/solenv/inc
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/res
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/solver/680/wntmsci10.pro/inc/stl
-I/cygdrive/c/J2SDK1~1.2_0/include/win32 -I/cygdrive/c/J2SDK1~1.2_0/include
-I/cygdrive/c/PROGRA~1/MICROS~2/include
-I/cygdrive/c/PROGRA~1/MICROS~1.NET/Vc7/include
-I/cygdrive/e/MICROS~1.0SD/include
-I/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/solver/680/wntmsci10.pro/inc/offuh
-I. -I../res -I.
guw.exe /cygdrive/c/PROGRA~1/MICROS~1.NET/Vc7/bin/cl.exe @/tmp/mkb05360
_nlist.c
_nlist.c(4) : fatal error C1083: Cannot open include file: 'getopt.h': No such
file or directory
dmake:  Error code 2, while making '../wntmsci10.pro/obj/_nlist.obj'
---* tg_merge.mk *---

ERROR: Error 0 occurred while making
/cygdrive/f/home/pavel/BuildDir/ooo_SRC680_m186_src/soltools/cpp


-
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 69033] getopt/readdir_r is in gli bc, use them

2006-09-30 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033


User pjanik changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |39478)
Some files from Win
|  |dwos build






--- Additional comments from [EMAIL PROTECTED] Sat Sep 30 14:15:51 -0700 
2006 ---
Created an attachment (id=39478)
Some files from Windwos build


-
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 69033] getopt/readdir_r is in gli bc, use them

2006-09-19 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033


User rene changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Sep 19 13:58:56 -0700 
2006 ---
fixed in cws systemlibc

-
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 69033] getopt/readdir_r is in gli bc, use them

2006-08-28 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033
 Issue #|69033
 Summary|getopt/readdir_r is in glibc, use them
   Component|porting
 Version|OOo 2.0.3
Platform|All
 URL|http://cvs.gnome.org/viewcvs/ooo-build/patches/src680/
|system-libc.diff?rev=1.1view=markup
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|rene
 Reported by|rene





--- Additional comments from [EMAIL PROTECTED] Mon Aug 28 11:09:41 -0700 
2006 ---
getopt() and readdir_r() is in libc on Linux and many other platforms, too.
Though, getopt() is not used from there but rebuilt. And readdir_r is built on 
NetBSD although NetBSD AFAIK has readdir_r, too..

SO, this cruft needs to be cleaned up..

The patch referenced does this.

Will commit it when m183 is ready (ause064 needed)

-
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 69033] getopt/readdir_r is in gli bc, use them

2006-08-28 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69033


User rene changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Mon Aug 28 11:10:11 -0700 
2006 ---
.

-
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]