Package: openvswitch
Version: 1.4.2+git20120612-5
Severity: serious

On Sat, Jul 21, 2012 at 09:36:07PM -0700, Ben Pfaff wrote:
> The s390 build of openvswitch 1.4.2+git20120612-5 failed for a reason
> that I don't understand:
>         
> https://buildd.debian.org/status/fetch.php?pkg=openvswitch&arch=s390&ver=1.4.2%2Bgit20120612-5&stamp=1342851603

The log shows:
| make[4]: *** [install-binPROGRAMS] Error 1
| make[4]: *** Waiting for unfinished jobs....

This means make was called with -jX.

> "install x y" normally succeeds if "y" exists ("install" just replaces
> the destination) so I don't understand why "File exists" would be the
> error here.

install first unlinks existing files and creates the new one with
O_EXCL, so "File exists" is a valid error in case of race conditions.

And a quick check reveals that ovs-vsctl is installed two times. It is
included in bin_PROGRAMS and bin_SCRIPTS. They are evalutated in two
different make targets and may run parallel.

> Is it possible to rerun the build?

It is a race condition. So I'm just opening the bugreport.

Bastian

-- 
There is a multi-legged creature crawling on your shoulder.
                -- Spock, "A Taste of Armageddon", stardate 3193.9
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to