Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166293 - [FEATURES=test failure] gnome-extra/gtkhtml-3.12.3: tests fail
Summary: [FEATURES=test failure] gnome-extra/gtkhtml-3.12.3: tests fail
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome-tests
  Show dependency tree
 
Reported: 2007-02-11 02:13 UTC by Miroslav Šulc
Modified: 2007-06-19 17:19 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge_info.txt,11.30 KB, text/plain)
2007-02-11 02:13 UTC, Miroslav Šulc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Miroslav Šulc gentoo-dev 2007-02-11 02:13:08 UTC
USE="-debug -static"

Making check in art
make[1]: Entering directory `/var/tmp/portage/gnome-extra/gtkhtml-3.12.3/work/gtkhtml-3.12.3/art'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/var/tmp/portage/gnome-extra/gtkhtml-3.12.3/work/gtkhtml-3.12.3/art'
Making check in po
make[1]: Entering directory `/var/tmp/portage/gnome-extra/gtkhtml-3.12.3/work/gtkhtml-3.12.3/po'
INTLTOOL_EXTRACT=..//intltool-extract srcdir=. ..//intltool-update --gettext-package gtkhtml-3.8 --pot
rm -f missing notexist
srcdir=. ..//intltool-update -m
The following files contain translations and are currently not in use. Please
consider adding these to the POTFILES.in file, located in the po/ directory.

components/html-editor/GNOME_GtkHTML_Editor-emacs.xml
components/html-editor/GNOME_GtkHTML_Editor.xml

If some of these files are left out on purpose then please add them to
POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list
of left out files has been written in the current directory.
if [ -r missing -o -r notexist ]; then \
          exit 1; \
        fi
make[1]: *** [check] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-extra/gtkhtml-3.12.3/work/gtkhtml-3.12.3/po'
make: *** [check-recursive] Error 1

!!! ERROR: gnome-extra/gtkhtml-3.12.3 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_test
  ebuild.sh, line 1026:   Called qa_call 'src_test'
  environment, line 3494:   Called src_test
  ebuild.sh, line 653:   Called die

!!! Make check failed. See above for details.
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/gnome-extra/gtkhtml-3.12.3/temp/build.log'.
Comment 1 Miroslav Šulc gentoo-dev 2007-02-11 02:13:39 UTC
Created attachment 109819 [details]
emerge --info
Comment 2 Miroslav Šulc gentoo-dev 2007-02-11 02:41:02 UTC
Don't know whether it is related but pessulus test fails with similar bug:

>>> Test phase [check]: app-admin/pessulus-2.16.2
Making check in data
make[1]: Entering directory `/var/tmp/portage/app-admin/pessulus-2.16.2/work/pessulus-2.16.2/data'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/var/tmp/portage/app-admin/pessulus-2.16.2/work/pessulus-2.16.2/data'
Making check in po
make[1]: Entering directory `/var/tmp/portage/app-admin/pessulus-2.16.2/work/pessulus-2.16.2/po'
INTLTOOL_EXTRACT=../intltool-extract srcdir=. ../intltool-update --gettext-package pessulus --pot
rm -f missing notexist
srcdir=. ../intltool-update -m
The following files contain translations and are currently not in use. Please
consider adding these to the POTFILES.in file, located in the po/ directory.

data/pessulus.desktop.in

If some of these files are left out on purpose then please add them to
POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list
of left out files has been written in the current directory.
if [ -r missing -o -r notexist ]; then \
          exit 1; \
        fi
make[1]: *** [check] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-admin/pessulus-2.16.2/work/pessulus-2.16.2/po'
make: *** [check-recursive] Error 1

!!! ERROR: app-admin/pessulus-2.16.2 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_test
  ebuild.sh, line 1026:   Called qa_call 'src_test'
  environment, line 1946:   Called src_test
  ebuild.sh, line 653:   Called die

!!! Make check failed. See above for details.
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/app-admin/pessulus-2.16.2/temp/build.log'.
Comment 3 Mikko Tiihonen 2007-02-25 14:18:21 UTC
I'm seeing this too with multiple ebuilds.

My quess is that this has something to do with dev-util/intltool-0.35.4 adding/fixing some checks.

The intltool news files has the following:
Version 0.35.3

* Check for leftout files in builddir, for for generated files (Rodney Dawes)
* Load POTFILES.{skip,ignore} from $SRCDIR in intltool-update
  -- bug #391892 (Rodney Dawes)
* Ignore files in POTFILES.{skip,ignore} when looking for leftout files
  -- bug #391892 (Rodney Dawes)
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2007-06-17 08:47:13 UTC
intltool-0.35.4 will fail if all files aren't either in POTFILES.in or POTFILES.skip. The fix is simple, just fix POTFILES.*
Comment 5 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-06-19 17:19:08 UTC
Mart fixed this almost a month ago...