Bug 48229 - libreoffice-3.5.2.2 failed to build with error 65280 occurred while making /var/tmp/portage/app-office/libreoffice-3.5.2.2/work/libreoffice-core-3.5.2.2/icc/source/create_sRGB_profile.
Summary: libreoffice-3.5.2.2 failed to build with error 65280 occurred while making /v...
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
3.5.2 release
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Andras Timar
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-03 01:25 UTC by galym
Modified: 2012-04-15 05:41 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments
full build.log (513.69 KB, text/x-log)
2012-04-03 01:25 UTC, galym
Details

Note You need to log in before you can comment on or make changes to this bug.
Description galym 2012-04-03 01:25:21 UTC
Created attachment 59409 [details]
full build.log

libreoffice-3.5.2.2 failed to build with error 65280 occurred while making /var/tmp/portage/app-office/libreoffice-3.5.2.2/work/libreoffice-core-3.5.2.2/icc/source/create_sRGB_profile. I have Gentoo (amd64) and GCC-4.7.0 is used. 

Here is error:

/bin/sh
cd /var/tmp/portage/app-office/libreoffice-3.5.2.2/work/libreoffice-core-3.5.2.2
source ./Env.Host.sh
cd icc
rm -Rf /var/tmp/portage/app-office/libreoffice-3.5.2.2/work/libreoffice-core-3.5.2.2/icc/unxlngx6.pro # optional module 'clean'
build

when the problem is isolated and fixed exit and re-run 'make' from the top-level
sh-4.2# build


=============
(1/1) Building module icc
=============
Entering /var/tmp/portage/app-office/libreoffice-3.5.2.2/work/libreoffice-core-3.5.2.2/icc

Using system SampleICC, nothing to do here.
Entering /var/tmp/portage/app-office/libreoffice-3.5.2.2/work/libreoffice-core-3.5.2.2/icc/source/create_sRGB_profile

Making:    create_sRGB_profile
/usr/lib/libSampleICC.so: undefined reference to `std::__detail::_List_node_base::_M_unhook()@GLIBCXX_3.4.15'
/usr/lib/libSampleICC.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15'
/usr/lib/libSampleICC.so: undefined reference to `std::__detail::_List_node_base::_M_transfer(std::__detail::_List_node_base*, std::__detail::_List_node_base*)@GLIBCXX_3.4.15'
collect2: ld returned 1 exit status
dmake:  Error code 1, while making '../../unxlngx6.pro/bin/create_sRGB_profile'

-----------------------------------------------------------------------
        Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
            http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making /var/tmp/portage/app-office/libreoffice-3.5.2.2/work/libreoffice-core-3.5.2.2/icc/source/create_sRGB_profile

 it seems that the error is inside 'icc', please re-run build
 inside this module to isolate the error and/or test your fix:
-----------------------------------------------------------------------

/bin/sh
cd /var/tmp/portage/app-office/libreoffice-3.5.2.2/work/libreoffice-core-3.5.2.2
source ./Env.Host.sh
cd icc
rm -Rf /var/tmp/portage/app-office/libreoffice-3.5.2.2/work/libreoffice-core-3.5.2.2/icc/unxlngx6.pro # optional module 'clean'
build

when the problem is isolated and fixed exit and re-run 'make' from the top-level
Comment 1 Andras Timar 2012-04-15 05:41:02 UTC
Please come to #libreoffice-dev irc channel on freenode, or write to libreoffice@@lists.freedesktop.org. You will get answer quickly. Bug tracker is not the best for this type of problem.