Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 424773 - x11-libs/libXt-1.1.3 - ?
Summary: x11-libs/libXt-1.1.3 - ?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-04 15:04 UTC by Gregory
Modified: 2012-07-05 11:41 UTC (History)
0 users

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


Attachments
build.log (build.log.txt,271.22 KB, text/plain)
2012-07-04 15:26 UTC, Gregory
Details
emerge --info (env.txt,4.09 KB, text/plain)
2012-07-04 15:27 UTC, Gregory
Details
emerge log with V=1 (build.log.v.1.txt,361.45 KB, text/plain)
2012-07-05 07:28 UTC, Gregory
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gregory 2012-07-04 15:04:52 UTC
/bin/sh ../libtool --silent --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/x11-libs/libXt-1.1.3/work/libXt-1.1.3/src -I.. -I/var/tmp/portage/x11-libs/libXt-1.1.3/work/libXt-1.1.3/include/ -I/var/tmp/portage/x11-libs/libXt-1.1.3/work/libXt-1.1.3/include/X11 -I../include -I../include/X11   -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wcast-qual -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing  -DXFILESEARCHPATHDEFAULT=\"/etc/X11/%L/%T/%N%C%S:/etc/X11/%l/%T/%N%C%S:/etc/X11/%T/%N%C%S:/etc/X11/%L/%T/%N%S:/etc/X11/%l/%T/%N%S:/etc/X11/%T/%N%S:/usr/share/X11/%L/%T/%N%C%S:/usr/share/X11/%l/%T/%N%C%S:/usr/share/X11/%T/%N%C%S:/usr/share/X11/%L/%T/%N%S:/usr/share/X11/%l/%T/%N%S:/usr/share/X11/%T/%N%S:/usr/lib64/X11/%L/%T/%N%C%S:/usr/lib64/X11/%l/%T/%N%C%S:/usr/lib64/X11/%T/%N%C%S:/usr/lib64/X11/%L/%T/%N%S:/usr/lib64/X11/%l/%T/%N%S:/usr/lib64/X11/%T/%N%S\" -DERRORDB=\"/usr/lib64/X11/XtErrorDB\" -DMALLOC_0_RETURNS_NULL -DXTMALLOC_BC -O2 -pipe -c -o StringDefs.lo StringDefs.c
/var/tmp/portage/x11-libs/libXt-1.1.3/work/libXt-1.1.3/src/sharedlib.c:184:12: warning: 'dummy' defined but not used
  CCLD   libXt.la
/bin/grep: /usr/lib64/libICE.la: No such file or directory
/bin/sed: can't read /usr/lib64/libICE.la: No such file or directory
libtool: link: `/usr/lib64/libICE.la' is not a valid libtool archive
make[3]: *** [libXt.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-libs/libXt-1.1.3/work/libXt-1.1.3_build/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/x11-libs/libXt-1.1.3/work/libXt-1.1.3_build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-libs/libXt-1.1.3/work/libXt-1.1.3_build'
make: *** [all] Error 2
Comment 1 Rafał Mużyło 2012-07-04 15:16:47 UTC
Attach a log while V=1 - the info in this snippet is too sparse.
Most likely it's just la file pollution anyway.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-07-04 15:26:26 UTC
1) Please post your `emerge --info' output in a comment.
2) Please attach the entire build log to this bug report.
Comment 3 Gregory 2012-07-04 15:26:57 UTC
Created attachment 317137 [details]
build.log
Comment 4 Gregory 2012-07-04 15:27:50 UTC
Created attachment 317139 [details]
emerge --info
Comment 5 Rafał Mużyło 2012-07-04 16:07:38 UTC
(In reply to comment #3)
> Created attachment 317137 [details]

As I said, doesn't help much - emerge again with V=1 and attach that build log.
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2012-07-04 16:12:56 UTC
(In reply to comment #5)
> (In reply to comment #3)
> > Created attachment 317137 [details]
> 
> As I said, doesn't help much - emerge again with V=1 and attach that build
> log.

He means MAKEOPTS="V=1"
Comment 7 Rafał Mużyło 2012-07-04 17:49:06 UTC
(In reply to comment #6)
> (In reply to comment #5)
> > (In reply to comment #3)
> > > Created attachment 317137 [details]
> > 
> > As I said, doesn't help much - emerge again with V=1 and attach that build
> > log.
> 
> He means MAKEOPTS="V=1"

No, he meant just 'V=1 emerge [emerge options] <whatever>'.
Comment 8 Gregory 2012-07-05 07:28:49 UTC
Created attachment 317250 [details]
emerge log with V=1
Comment 9 Gregory 2012-07-05 07:33:28 UTC
Steps I did before was to upgrade GCC to 4.5.3 

emerge -u gcc
env-update && source /etc/profile
emerge --oneshot libtool
Comment 10 Rafał Mużyło 2012-07-05 08:51:54 UTC
It's not really related to libtool.

Now, while command line mentions libICE explicitly, the culprit is an la file of one of the other two: libX11 or libSM, which is odd, cause those shouldn't be installed anymore for packages using xorg-2 eclass.

Rebuild them.
Comment 11 Gregory 2012-07-05 11:41:58 UTC
rebuild fix the problem
thanks for all the help