Bug 133275 - [PATCH] sysutils/most: Cannot parallel compile
Summary: [PATCH] sysutils/most: Cannot parallel compile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-01 16:40 UTC by gslin
Modified: 2009-04-06 16:17 UTC (History)
1 user (show)

See Also:


Attachments
most-5.0.0.patch (460 bytes, patch)
2009-04-01 16:40 UTC, gslin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2009-04-01 16:40:00 UTC
- Remove MAKE_JOBS_SAFE since it's not safe to compile parallel actually.

Port maintainer (ehaupt@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-01 16:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Emanuel Haupt 2009-04-01 19:00:52 UTC
> - Remove MAKE_JOBS_SAFE since it's not safe to compile parallel
> actually.

It passed the following builds:

http://people.freebsd.org/~ehaupt/most-5.0.0/amd64-6.4-most-5.0.0.log
http://people.freebsd.org/~ehaupt/most-5.0.0/amd64-7.1-most-5.0.0.log
http://people.freebsd.org/~ehaupt/most-5.0.0/i386-6.4-most-5.0.0.log
http://people.freebsd.org/~ehaupt/most-5.0.0/i386-7.1-most-5.0.0.log
http://people.freebsd.org/~ehaupt/most-5.0.0/i386-8.0-most-5.0.0.log

How many cores did you test it with? Which arch? Which OSVERSION? What
was the build error?

Emanuel
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2009-04-01 19:11:58 UTC
State Changed
From-To: open->feedback

Feedback requested.
Comment 4 gslin 2009-04-02 02:52:28 UTC
This is error output log:
http://rafb.net/p/DBiopo69.html

On Wed, Apr 01, 2009 at 08:00:52PM +0200, Emanuel Haupt wrote:
> > - Remove MAKE_JOBS_SAFE since it's not safe to compile parallel
> > actually.
> 
> It passed the following builds:
> 
> http://people.freebsd.org/~ehaupt/most-5.0.0/amd64-6.4-most-5.0.0.log
> http://people.freebsd.org/~ehaupt/most-5.0.0/amd64-7.1-most-5.0.0.log
> http://people.freebsd.org/~ehaupt/most-5.0.0/i386-6.4-most-5.0.0.log
> http://people.freebsd.org/~ehaupt/most-5.0.0/i386-7.1-most-5.0.0.log
> http://people.freebsd.org/~ehaupt/most-5.0.0/i386-8.0-most-5.0.0.log
> 
> How many cores did you test it with? Which arch? Which OSVERSION? What
> was the build error?
> 
> Emanuel

-- 
* Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
* If you cannot convince them, confuse them.           -- Harry S Truman
Comment 5 Emanuel Haupt 2009-04-04 12:46:09 UTC
I get a 404.
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-04-06 12:36:05 UTC
ehaupt      2009-04-06 11:35:44 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/most        Makefile 
  Log:
  Mark MAKE_JOBS_UNSAFE.
  
  Note, prior to marking this port MAKE_JOBS_SAFE the following parallel build
  checks passed:
  
  http://people.freebsd.org/~ehaupt/most-5.0.0/amd64-6.4-most-5.0.0.log
  http://people.freebsd.org/~ehaupt/most-5.0.0/amd64-7.1-most-5.0.0.log
  http://people.freebsd.org/~ehaupt/most-5.0.0/i386-6.4-most-5.0.0.log
  http://people.freebsd.org/~ehaupt/most-5.0.0/i386-7.1-most-5.0.0.log
  http://people.freebsd.org/~ehaupt/most-5.0.0/i386-8.0-most-5.0.0.log
  
  PR:             133275
  Submitted by:   Gea-Suan Lin <gslin@gslin.org>
  
  Revision  Changes    Path
  1.26      +1 -1      ports/sysutils/most/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Emanuel Haupt freebsd_committer freebsd_triage 2009-04-06 16:17:49 UTC
State Changed
From-To: feedback->closed

Committed, thanks!