Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 346245 - media-gfx/splashutils-1.5.4.3-r3 fails to emerge no /usr/lib64/liblcms.la
Summary: media-gfx/splashutils-1.5.4.3-r3 fails to emerge no /usr/lib64/liblcms.la
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-21 01:27 UTC by vekin
Modified: 2010-11-21 16:31 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vekin 2010-11-21 01:27:59 UTC
The file its looking for does not exist I do however have a /usr/lib64/liblcms.a

/bin/grep: /usr/lib64/liblcms.la: No such file or directory
/bin/sed: can't read /usr/lib64/liblcms.la: No such file or directory
libtool: link: `/usr/lib64/liblcms.la' is not a valid libtool archive


Reproducible: Always

Steps to Reproduce:
1. emerge splashutils
2.
3.

Actual Results:  
splashutils fails to emerge

Expected Results:  
splashutils emerges

  CC      fbcondecor_helper-kernel.o
  CC      fbcondecor_helper-libfbsplash.o
  CC      fbcondecor_helper-libfbsplashrender.o
  CC      fbcondecor_helper-fbcon_decor.o
  CC      fbcondecor_helper-common.o
  CC      fbcondecor_helper-parse.o
  CC      fbcondecor_helper-list.o
  CC      fbcondecor_helper-render.o
  CC      fbcondecor_helper-image.o
  CC      fbcondecor_helper-effects.o
  CC      fbcondecor_helper-ttf.o
daemon.c: In function ‘thf_switch_ttymon’:
daemon.c:476: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result
daemon.c: In function ‘daemon_start’:
daemon.c:652: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result
  CREATE  libfbsplash.pc
  CREATE  libfbsplashrender.pc
/bin/grep: /usr/lib64/liblcms.la: No such file or directory
/bin/sed: can't read /usr/lib64/liblcms.la: No such file or directory
libtool: link: `/usr/lib64/liblcms.la' is not a valid libtool archive
make[4]: *** [libfbsplashrender.la] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
 * ERROR: media-gfx/splashutils-1.5.4.3-r3 failed:
 *   failed to build splashutils
 * 
 * Call stack:
 *     ebuild.sh, line  47:  Called src_compile
 *   environment, line 2983:  Called die
 * The specific snippet of code:
 *       emake CC="${CC}" STRIP="true" || die "failed to build splashutils";
 * 
 * If you need support, post the output of 'emerge --info =media-gfx/splashutils-1.5.4.3-r3',
 * the complete build log and the output of 'emerge -pqv =media-gfx/splashutils-1.5.4.3-r3'.
 * The complete build log is located at '/var/tmp/portage/media-gfx/splashutils-1.5.4.3-r3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-gfx/splashutils-1.5.4.3-r3/temp/environment'.
 * S: '/var/tmp/portage/media-gfx/splashutils-1.5.4.3-r3/work/splashutils-1.5.4.3'
Comment 1 Agostino Sarubbo gentoo-dev 2010-11-21 01:48:03 UTC
run:
lafilefixer --justfixit;emerge splashutils
Comment 2 vekin 2010-11-21 01:57:49 UTC
(In reply to comment #1)
> run:
> lafilefixer --justfixit;emerge splashutils
> 

Thank you that fixed it.