Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 373069 - dev-libs/glib builds test programs without FEATURES="test"
Summary: dev-libs/glib builds test programs without FEATURES="test"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-26 02:41 UTC by Matt Turner
Modified: 2011-07-01 16:09 UTC (History)
0 users

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


Attachments
build.log -- configure stage (build.log,25.10 KB, text/plain)
2011-07-01 14:44 UTC, Matt Turner
Details
make V=1 (output,560.72 KB, text/plain)
2011-07-01 14:45 UTC, Matt Turner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2011-06-26 02:41:27 UTC
With glib-2.28.8:

  CCLD   testing
  CCLD   option-context
  CCLD   keyfile
  CCLD   fileutils
  CCLD   test-printf
  CCLD   protocol
  CCLD   rand
  CCLD   strfuncs
  CCLD   string
  CCLD   markup-parse
  CCLD   markup-collect
  CCLD   markup-escape
  CCLD   markup-subparser
  CCLD   array-test
  CCLD   hostutils
  CCLD   gvariant
  CCLD   mem-overflow
  CCLD   utf8-performance
  CCLD   utils
  CCLD   regex
  CCLD   base64
  CCLD   sequence
  CCLD   scannerapi
  CCLD   shell
  CCLD   collate
  CCLD   utf8-pointer
  CCLD   utf8-validate
  CCLD   utf8-misc
  CCLD   checksum
  CCLD   hash
  CCLD   date
  CCLD   node
  CCLD   convert
  CCLD   list
  CCLD   slist
  CCLD   queue
  CCLD   tree
  CCLD   uri
  CCLD   dir
  CCLD   pattern
  CCLD   error
  CCLD   logging
  CCLD   bookmarkfile
  CCLD   gdatetime
  CCLD   timeout
  CCLD   environment

FEATURES="test" and USE="test" are not set.
Comment 1 Pacho Ramos gentoo-dev 2011-06-26 10:12:50 UTC
Please attach full build.log with "V=1" make option to see more verbose make messages. Tests from "test" subdir are already being skipped when unneeded, maybe more testing files need to be skipped option, but I am not sure all these listed files are only needed for testing purposes
Comment 2 Pacho Ramos gentoo-dev 2011-07-01 11:24:25 UTC
(In reply to comment #1)
> Please attach full build.log with "V=1" make option to see more verbose make
> messages. Tests from "test" subdir are already being skipped when unneeded,
> maybe more testing files need to be skipped option, but I am not sure all these
> listed files are only needed for testing purposes
Comment 3 Matt Turner gentoo-dev 2011-07-01 14:44:57 UTC
Created attachment 278791 [details]
build.log -- configure stage
Comment 4 Matt Turner gentoo-dev 2011-07-01 14:45:39 UTC
Created attachment 278793 [details]
make V=1
Comment 5 Pacho Ramos gentoo-dev 2011-07-01 16:09:49 UTC
+  01 Jul 2011; Pacho Ramos <pacho@gentoo.org> glib-2.28.8.ebuild:
+  Really skip tests when unneeded (bug #373069 by Matt Turner).
+