[udk-issues] [Issue 51993] URE tries to package file not present on the build-host (libstdc++.so.6)

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


User beppec56 changed the following:

What|Old value |New value

  CC|'beppec56'|''





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



[udk-issues] [Issue 51993] URE tries to package file not present on the build-host (libstdc++.so.6 )

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





--- Additional comments from [EMAIL PROTECTED] Mon Oct 10 01:22:16 -0700 
2005 ---
@beppec56:  Please try adding

  .IF $(SYSTEM_STDLIBS) == YES
  SCPDEFS+=-DSYSTEM_STDLIBS
  .ENDIF

to scp2/source/ure/makefile.mk 1.5.  That should fix your problem and give you a
ure rpm that does not duplicate libstdc++ and libgcc_s, but instead uses the
ones already available on your machine.  Let me know if the fix works as
intended, I will put it into some CWS 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[udk-issues] [Issue 51993] URE tries to package file not present on the build-host (libstdc++.so.6 )

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





--- Additional comments from [EMAIL PROTECTED] Mon Oct 10 01:58:24 -0700 
2005 ---
beppec56 =- sb. Yesterday night I came across a Ximian patch that did exactly
that correction
(http://www.go-oo.org/patches/src680/ure-fix-system-stdlibs.diff). My nightly
build finished without error. So I think it's the right correction, though I
haven't the time to install it right 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[udk-issues] [Issue 51993] URE tries to package file not present on the build-host (libstdc++.so.6 )

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





--- Additional comments from [EMAIL PROTECTED] Mon Oct 10 03:29:43 -0700 
2005 ---
created new issue 55718

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



[udk-issues] [Issue 51993] URE tries to package file not present on the build-host (libstdc++.so.6 )

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





--- Additional comments from [EMAIL PROTECTED] Sat Oct  8 05:11:03 -0700 
2005 ---
It seems this issue resurfaced. I build the tag OOO680_m2 under Linux and got
exaclty the same result:


make_installer.pl, version 1.0
Product list file: ../util/openoffice.lst
Taking setup script from solver
Unpackpath: 
/media/usb-ext3/home/beppe/OOO680_m2/instsetoo_native/util/../unxlngi6
Compiler: unxlngi6
Product: URE
BuildID: 8964
Build: OOO680
No minor set
Non-Product version
Using default installpath
Package format: rpm
Package list file: ../inc_ure/unix/packagelist.txt
msi templatepath:
/media/usb-ext3/home/beppe/OOO680_m2/instsetoo_native/util/../unxlngi6/misc/ooolangpack/msi_templates
msi template path will be ignored for non Windows builds!

[...]

**
ERROR: ERROR: Missing files
in function: remove_Files_Without_Sourcedirectory
**

[...]

**
ERROR: Saved logfile:
/media/usb-ext3/home/beppe/OOO680_m2/instsetoo_native/unxlngi6/URE/logging/en-US/log_OOO680__en-US.log
**
ERROR: The following files could not be found: 
ERROR: File not found: libgcc_s.so.1
ERROR: File not found: libstdc++.so.6
... cleaning the output tree ...
Sat Oct  8 12:19:25 2005 (00:02 min.)

FYI I configured with:

./configure  \
--with-jdk-home=/usr/java/j2sdk1.4.2_09 \
--with-ant-home=/opt/apache-ant-1.6.5 \
--with-local-solver=/media/usb-ext3/home/beppe/ooo-2.0rc2-solver \
--enable-dbgutil \
--enable-fontconfig \
--disable-fontooo \
--enable-symbols \
--disable-crashdump \
--enable-gtk \
--enable-kde \
--enable-openldap \
--enable-cups \
--enable-libsn \
--with-system-mozilla \
--with-system-stdlibs \
--with-system-libs \
--with-system-python \
--with-build-version=Built by Giuseppe Castagno \
--with-system-libxml \
--without-system-mspack \
--without-system-sablot \
--without-system-nas \
--without-system-sndfile \
--without-system-portaudio \
--without-system-db \
--without-fonts \
--without-system-hsqldb \
--without-system-beanshell \
--with-system-boost \
--with-build-version=Build 2.0-pre2


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



[udk-issues] [Issue 51993] URE tries to package file not present on the build-host (libstdc++.so.6 )

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





--- Additional comments from [EMAIL PROTECTED] Sat Oct  8 05:18:44 -0700 
2005 ---
adding myself to the CC 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]



[udk-issues] [Issue 51993] URE tries to package file not present on the build-host (libstdc++.so.6 )

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


User sb changed the following:

  What|Old value |New value

Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue Aug 16 01:15:38 -0700 
2005 ---
closed

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



[udk-issues] [Issue 51993] URE tries to package file not present on the build-host (libstdc++.so.6 )

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


User kr changed the following:

  What|Old value |New value

   Assigned to|kr|sb





--- Additional comments from [EMAIL PROTECTED] Fri Jul 15 02:20:12 -0700 
2005 ---
Stephan, could you please take a look at 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, e-mail: [EMAIL PROTECTED]


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



[udk-issues] [Issue 51993] URE tries to package file not present on the build-host (libstdc++.so.6 )

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


User sb changed the following:

  What|Old value |New value

Status|NEW   |STARTED

  Target milestone|---   |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Fri Jul 15 02:38:50 -0700 
2005 ---
This was an oversight, will use the SHORTSTDCPP3 macro for URE, too.

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



[udk-issues] [Issue 51993] URE tries to package file not present on the build-host (libstdc++.so.6 )

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


User sb changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 15 03:51:04 -0700 
2005 ---
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[udk-issues] [Issue 51993] URE tries to package file not present on the build-host (libstdc++.so.6 )

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


User sb changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 15 07:44:51 -0700 
2005 ---
verified

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