Bug 214817 - databases/leveldb: mark MAKE_JOBS_UNSAFE
Summary: databases/leveldb: mark MAKE_JOBS_UNSAFE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: i386 Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-25 08:37 UTC by Jason E. Hale
Modified: 2016-11-25 16:42 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
Mark MAKE_JOBS_UNSAFE (325 bytes, patch)
2016-11-25 08:37 UTC, Jason E. Hale
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason E. Hale freebsd_committer freebsd_triage 2016-11-25 08:37:13 UTC
Created attachment 177373 [details]
Mark MAKE_JOBS_UNSAFE

I keep getting build failures without MAKE_JOBS_UNSAFE. Rarely, it will start to build, but more often than not it fails right at the beginning of the build.

===>  Building for leveldb-1.19
gmake[2]: Entering directory '/usr/ports/databases/leveldb/work/leveldb-1.19'
mkdir out-shared
c++ -O2 -fno-strict-aliasing -pipe -march=core2 -fstack-protector  -I. -I./include -std=c++0x  -D_REENTRANT -DOS_FREEBSD -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -O2 -DNDEBUG -fPIC -c db/db_bench.cc -o out-shared/db/db_bench.o
mkdir out-static
mkdir out-shared/db
mkdir out-shared/port
error: unable to open output file 'out-shared/db/db_bench.o': 'No such file or directory'
1 error generated.
gmake[2]: *** [Makefile:411: out-shared/db/db_bench.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory '/usr/ports/databases/leveldb/work/leveldb-1.19'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/databases/leveldb
*** Error code 1
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-25 16:41:05 UTC
A commit references this bug:

Author: sunpoet
Date: Fri Nov 25 16:40:34 UTC 2016
New revision: 427120
URL: https://svnweb.freebsd.org/changeset/ports/427120

Log:
  - Mark MAKE_JOBS_UNSAFE

  PR:		214817
  Submitted by:	jhale

Changes:
  head/databases/leveldb/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2016-11-25 16:42:22 UTC
Committed. Thanks!