Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407365 - sys-boot/plymouth-0.9_pre20111013-r1- tracing support should not be enabled by default
Summary: sys-boot/plymouth-0.9_pre20111013-r1- tracing support should not be enabled b...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Amadeusz Żołnowski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-08 03:10 UTC by Maxim Kammerer
Modified: 2012-03-13 11:28 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 Maxim Kammerer 2012-03-08 03:10:49 UTC
Despite what ./configure --help says:

  --enable-tracing        enable verbose tracing code

tracing is actually enabled by default (run "grep -r PLY_ENABLE_TRACING" after running ./configure).

I suggest splitting that option into USE=debug.

In addition, src/client/plymouth.c explicitly searches for "plymouth:debug", although src/main.c says:

  /* we now use plymouth.argument for kernel commandline arguments.
   * It used to be plymouth:argument. This bit just rewrites all : to be .
   */
Comment 1 Amadeusz Żołnowski (RETIRED) gentoo-dev 2012-03-13 11:28:51 UTC
Fixed as suggested. No revbump, because -N to emerge should handle this.