To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80619
                 Issue #|80619
                 Summary|packaging fails because libstdc++.so.5 not delivered t
                        |o solver
               Component|utilities
                 Version|680m225
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|mh
             Reported by|cloph





------- Additional comments from [EMAIL PROTECTED] Sat Aug 11 21:45:34 +0000 
2007 -------
When building with old compiler, libstdc++so.5 is used, instead of 
libstdc++.so.6

That lib is in the local solver 

$ ll external/unxlngi4.pro/lib/
insgesamt 848
-rw-r--r--    1 cl       cl          32600 Aug  9 17:49 libgcc_s.so.1
-rw-r--r--    1 cl       cl          19544 Aug  9 17:49 libgnu_getopt.a
-rwxr-xr-x    1 cl       cl         814936 Aug  9 17:49 libstdc++.so.5*

but not exported to the main solver, since external/prj/d.lst only contains
..\%__SRC%\lib\libstdc++.so.6 %_DEST%\lib%_EXT%\libstdc++.so.6

packaging then fails with "ERROR: File not found: libstdc++.so.5"

changing that line to 

..\%__SRC%\lib\libstdc++.so.* %_DEST%\lib%_EXT%\libstdc++.so.*

solves the problem

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

Reply via email to