My favorites | Sign in
Project Home Downloads Wiki Issues Code Search
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 51288: make 3.82 incompatibility
3 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  evan@chromium.org
Closed:  Aug 2010
Cc:  evan@chromium.org

Restricted
  • Only users with Commit permission may comment.


Sign in to add a comment
 
Reported by pipping....@gmail.com, Aug 5, 2010
GNU make 3.82 has introduced some backward incompatibilities. As a result,
chromium cannot be built with make 3.82. Here's what happens:

$ ~/make-3.82/make -n chrome V=1 BUILDTYPE=Release | head -n2
chrome/common_constants.target.mk:6: *** missing separator.  Stop.
$

Here's what's supposed to happen:

$ ~/make-3.81/make -n chrome V=1 BUILDTYPE=Release | head -n2
printf '%s\n' '  export LD_LIBRARY_PATH=/var/tmp/paludis/build/net-www-chromium-6.0.485.0/work/chromium-6.0.485.0/out/Release/lib.host:/var/tmp/paludis/build/net-www-chromium-6.0.485.0/work/chromium-6.0.485.0/out/Release/lib.target:$LD_LIBRARY_PATH; cd build/util; mkdir -p /var/tmp/paludis/build/net-www-chromium-6.0.485.0/work/chromium-6.0.485.0/out/Release/obj/gen/build; python ./lastchange.py -o "/var/tmp/paludis/build/net-www-chromium-6.0.485.0/work/chromium-6.0.485.0/out/Release/obj/gen/build/LASTCHANGE" -d ../LASTCHANGE.in'
mkdir -p out/Release/obj/gen/build/ out/Release/.deps/out/Release/obj/gen/build/
$ 

The offending line is:

$ sed -n 6p chrome/common_constants.target.mk 
quiet_cmd_common_constants_Make chrome_version.cc = ACTION common_constants_Make chrome_version.cc $@
$

For more info see http://groups.google.com/group/gnu.announce/browse_thread/thread/d6a3f5691ab08a0a/abe5b92f6cbc4020?show_docid=abe5b92f6cbc4020
Aug 5, 2010
#1 est...@chromium.org
(No comment was entered for this change.)
Cc: e...@chromium.org
Aug 5, 2010
#2 evan@chromium.org
What kind of crazy project breaks backwards compatibility in point releases?  :(
Aug 11, 2010
#4 bugdroid1@gmail.com
The following revision refers to this bug:
    http://src.chromium.org/viewvc/chrome?view=rev&revision=55649 

------------------------------------------------------------------------
r55649 | evan@chromium.org | 2010-08-10 18:26:46 -0700 (Tue, 10 Aug 2010) | 3 lines
Changed paths:
   M http://src.chromium.org/viewvc/chrome/trunk/src/DEPS?r1=55649&r2=55648

Update gyp, to take a bug fix.

BUG=51288
------------------------------------------------------------------------

Aug 12, 2010
#5 evan@chromium.org
Lemme know if I didn't fix it with that change.
Status: Fixed
Owner: e...@chromium.org
Oct 12, 2012
#6 bugdroid1@chromium.org
This issue has been closed for some time. No one will pay attention to new comments.
If you are seeing this bug or have new data, please click New Issue to start a new bug.
Labels: Restrict-AddIssueComment-Commit
Mar 10, 2013
#7 bugdroid1@chromium.org
(No comment was entered for this change.)
Labels: -Area-Undefined
Sign in to add a comment

Powered by Google Project Hosting