Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 431272 - app-office/libreoffice-3.6.0.4 libswlo.so ld error
Summary: app-office/libreoffice-3.6.0.4 libswlo.so ld error
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-13 19:06 UTC by Jory A. Pratt
Modified: 2012-08-26 22:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log.gz,847.09 KB, application/gzip)
2012-08-13 19:06 UTC, Jory A. Pratt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jory A. Pratt gentoo-dev 2012-08-13 19:06:58 UTC
Created attachment 321234 [details]
build.log

Build fails with ld issues for libswlo.so

collect2: error: ld returned 1 exit status
make[2]: *** [/var/tmp/portage/app-office/libreoffice-3.6.0.4/work/libreoffice-core-3.6.0.4/workdir/unxlngx6.pro/LinkTarget/Library/libswlo.so] Error 1
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2012-08-13 19:15:13 UTC
Could you post content of build_error.log ; it sometimes grep for interesting shit that was happening.


Also might be good idea to cd to lo folder and try to 

make V=1 tail_build

to see if it crashes anyway.
Comment 2 Jory A. Pratt gentoo-dev 2012-08-13 23:07:20 UTC
(In reply to comment #1)
> Could you post content of build_error.log ; it sometimes grep for
> interesting shit that was happening.
> 
There is no build_error.log in /var/tmp/portage/app-office/libreoffice-3.6.0.4/temp, is it located in another directory or what?
> 
> Also might be good idea to cd to lo folder and try to 
> 
> make V=1 tail_build
> 
> to see if it crashes anyway.

collect2: error: ld returned 1 exit status
make[2]: *** [/var/tmp/portage/app-office/libreoffice-3.6.0.4/work/libreoffice-core-3.6.0.4/workdir/unxlngx6.pro/LinkTarget/Library/libsclo.so] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-office/libreoffice-3.6.0.4/work/libreoffice-core-3.6.0.4/tail_build'
make[1]: *** [tail_build] Error 2
make[1]: Leaving directory `/var/tmp/portage/app-office/libreoffice-3.6.0.4/work/libreoffice-core-3.6.0.4'
make: *** [tail_build] Error 2
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2012-08-17 11:29:13 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > Could you post content of build_error.log ; it sometimes grep for
> > interesting shit that was happening.
> > 
> There is no build_error.log in
> /var/tmp/portage/app-office/libreoffice-3.6.0.4/temp, is it located in
> another directory or what?
Nope it should be in root?
> > 
> > Also might be good idea to cd to lo folder and try to 
> > 
> > make V=1 tail_build
> > 
> > to see if it crashes anyway.
> 
> collect2: error: ld returned 1 exit status
> make[2]: ***
> [/var/tmp/portage/app-office/libreoffice-3.6.0.4/work/libreoffice-core-3.6.0.
> 4/workdir/unxlngx6.pro/LinkTarget/Library/libsclo.so] Error 1
> make[2]: Leaving directory
> `/var/tmp/portage/app-office/libreoffice-3.6.0.4/work/libreoffice-core-3.6.0.
> 4/tail_build'
> make[1]: *** [tail_build] Error 2
> make[1]: Leaving directory
> `/var/tmp/portage/app-office/libreoffice-3.6.0.4/work/libreoffice-core-3.6.0.
> 4'
> make: *** [tail_build] Error 2
Weird...
Comment 4 Jory A. Pratt gentoo-dev 2012-08-26 22:53:45 UTC
Was caused due to out of space on device. Adjustment of CFLAGS resulted in a successful build.