bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

make all fails due to conflicting packages #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  make all

What is the expected output? What do you see instead?

make all should succeed, and maybe conflicting packages can be skipped, 
user-prompted, or not in the default set of all packages to build

Instead, jpeg6b gets installed first, then when jpeg8b starts to build, make 
fails because there is a conflict between the two.

What version of the product are you using? On what operating system?

883e7fe9e73e641d16f539b59ef5a73c5b953d9c

Original issue reported on code.google.com by elijahta...@chromium.org on 19 Oct 2014 at 8:07

GoogleCodeExporter commented 9 years ago
Yup.  I've know about this for a while but haven't come up with the solution 
that I like.  

Original comment by sbc@google.com on 23 Oct 2014 at 12:05

GoogleCodeExporter commented 9 years ago
I should be fixed here:
https://codereview.chromium.org/692643004

Original comment by sbc@google.com on 19 Nov 2014 at 6:54