Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 554464 - dev-libs/cdk-5.0.20131107 fails with parallel make
Summary: dev-libs/cdk-5.0.20131107 fails with parallel make
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zhixu Liu
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: parallel-make
  Show dependency tree
 
Reported: 2015-07-11 05:48 UTC by Nathan Phillip Brink (binki) (RETIRED)
Modified: 2025-01-14 03:19 UTC (History)
4 users (show)

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


Attachments
cdk-5.0.20131107:20150711-053546.log (cdk-5.0.20131107:20150711-053546.log,8.14 KB, text/x-log)
2015-07-11 05:48 UTC, Nathan Phillip Brink (binki) (RETIRED)
Details
emerge--info.txt (emerge--info.txt,6.50 KB, text/plain)
2015-07-11 05:48 UTC, Nathan Phillip Brink (binki) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2015-07-11 05:48:09 UTC
Created attachment 406488 [details]
cdk-5.0.20131107:20150711-053546.log

Tries to include `fscale.h` before building it. Compiles fine with MAKEOPTS=-j1.
Comment 1 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2015-07-11 05:48:43 UTC
Created attachment 406490 [details]
emerge--info.txt
Comment 2 Pacho Ramos gentoo-dev 2016-02-18 11:40:22 UTC
Can you retry with dev-libs/cdk-5.0.20141106 ?
Comment 3 Thomas Capricelli 2016-09-28 23:04:55 UTC
bug still present with current portage gree : dev-libs/cdk-5.0.20160131
Comment 4 Zhixu Liu 2025-01-08 11:54:59 UTC
https://github.com/ThomasDickey/cdk-snapshots/commit/3ef299f6031770942c6d2e76f00f03a846d6f873#diff-b48650cabc0f502b52865f525765f2d688198f06e0ffb5456c76fabab7f2bfb2R299

@@ -296,7 +296,9 @@ LIB_OBJECT  = @LIB_OBJECT@

 all sources :: $(AUTO_SRC)

-$(OBJECTS) :   include/cdk_config.h
+# make sure we generate all headers before trying
+# to build first source file.
+$(OBJECTS) :   $(MY_HDR)

this should had been fixed in release t20211216, so please close.
Comment 5 Zhixu Liu 2025-01-14 02:46:11 UTC
resolved by upstream since release 20211216