[porting-issues] [Issue 78528] Mac OS X $(GNUCOPY) does n ot support -u

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


User dv changed the following:

What|Old value |New value

  CC|'cloph,dv,pjanik' |'cloph,pjanik'

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 27 08:05:53 + 
2007 ---
Verified in master src680 m222

-
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 78528] Mac OS X $(GNUCOPY) does n ot support -u

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





--- Additional comments from [EMAIL PROTECTED] Fri Jul 27 08:07:26 + 
2007 ---
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 78528] Mac OS X $(GNUCOPY) does n ot support -u

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


User dv changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Jul  6 08:18:05 + 
2007 ---
Verified in cws fwk67

-
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 78528] Mac OS X $(GNUCOPY) does n ot support -u

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


User dv changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Jul  2 10:22:45 + 
2007 ---
fixed in cws fwk67 by removing directory from build list

-
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 78528] Mac OS X $(GNUCOPY) does n ot support -u

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





--- Additional comments from [EMAIL PROTECTED] Mon Jul  2 10:26:04 + 
2007 ---
*** Issue 78910 has been marked as a duplicate of 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 78528] Mac OS X $(GNUCOPY) does n ot support -u

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


User sb changed the following:

What|Old value |New value

  CC|'cloph,pjanik'|'cloph,dv,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 78528] Mac OS X $(GNUCOPY) does n ot support -u

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


User cloph changed the following:

What|Old value |New value

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sat Jun 16 14:42:02 + 
2007 ---
Yes, I removed the dependency for gnucp on Mac (that ships with a bsd-style cp
that however is POSIX compilant), and I did leave the reference to GNUCOPY in
the makefiles.

Changing GNUCOPY to only COPY wherever gnu-copy is not needed, would have meant
to literally include every module in a cws and to modify each and every 
makefile.

While the makefiles include $(GNUCOPY), the environment variable GNUCOPY is not
set by configure/setsoenv when gnucp is not found, so the fallback of GNUCOPY
is cp is done in unitools.mk in that case (as written in the initial comment)

configure still prefers to use gnucp and uses that if it is found in PATH

That aside:
Using -u in a makefile is a bad thing anyway (IMHO) - That's what a makefile
system is for. 

So:
GNUCOPY is uses in almost every makefile, although it never is really used.
Plain cp is enough.
a command within a makefile rule should not check itself whether the target is
newer than the source. Leave this to the make tool (IMHO).

I'll have a more closer look at that makefile and try to come up with a suitable
patch.

-
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 78528] Mac OS X $(GNUCOPY) does n ot support -u

2007-06-15 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78528
 Issue #|78528
 Summary|Mac OS X $(GNUCOPY) does not support -u
   Component|porting
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|MacOSX
 Assigned to|macport
 Reported by|sb





--- Additional comments from [EMAIL PROTECTED] Fri Jun 15 14:56:59 + 
2007 ---
SRC680m216 unxmacxi.pro:  desktop/test/deployment/locationtest/makefile.mk:1.3
l. 85--88 contain calls of $(GNUCOPY) -u, $(GNUCOPY) expands to just cp on
unxmacxi (solenv/inc/unitools.mk:1.54 l. 186), and---at least on the machine I
build:

  $ which cp
  /bin/cp
  $ cp -u
  cp: illegal option -- u

so build fails

-
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 78528] Mac OS X $(GNUCOPY) does n ot support -u

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





--- Additional comments from [EMAIL PROTECTED] Fri Jun 15 15:16:53 + 
2007 ---
Well, there's already a --with-gnu-cp=path option to configure - if the
build requires a gnucp somewhere, then configure should probably fail if none is
given. 

-
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 78528] Mac OS X $(GNUCOPY) does n ot support -u

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


User pjanik changed the following:

What|Old value |New value

  CC|''|'cloph,pjanik'

Target milestone|---   |OOo 2.3





-
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 78528] Mac OS X $(GNUCOPY) does n ot support -u

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





--- Additional comments from [EMAIL PROTECTED] Fri Jun 15 16:08:51 + 
2007 ---
cloph spent some time a while back removing the gnucp dependency, so that gnucp 
does not need to be 
installed on Mac OS X to compile ooo. 

Has someone reintroduced the use of guncp options?

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