Bug 152895 - [PATCH] graphics/pstoedit: mark MAKE_JOBS_UNSAFE
Summary: [PATCH] graphics/pstoedit: mark MAKE_JOBS_UNSAFE
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: Alberto Villa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-07 18:50 UTC by Dmitry Marakasov
Modified: 2010-12-16 11:30 UTC (History)
0 users

See Also:


Attachments
pstoedit-3.50_4.patch (469 bytes, patch)
2010-12-07 18:50 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2010-12-07 18:50:03 UTC
The port is not make jobs safe, sporadically fails with:

---
/bin/sh /usr/local/bin/libtool --tag=CXX --mode=link c++   -O2 -fno-strict-aliasing -pipe -DHAVE_LIBGD -DINTERNALBOOL  -L/usr/local/lib -o libpstoedit.la -rpath /usr/local/lib -no-undefined dynload.lo callgs.lo lexyy.lo miscutil.lo  cbstream.lo psimage.lo drvbase.lo base64writer.lo poptions.lo  subpath.lo pstoedit.lo -lstdc++   -lm -lgd
/bin/sh /usr/local/bin/libtool --tag=CXX --mode=link c++   -O2 -fno-strict-aliasing -pipe -DHAVE_LIBGD -DINTERNALBOOL  -L/usr/local/lib -o libp2edrvwmf.la -rpath /usr/local/lib/pstoedit -no-undefined -lEMF -lm -L. libpstoedit.la -module drvwmf.lo  initlibrary.lo  -lgd
libtool: link: cannot find the library `libpstoedit.la' or unhandled argument `libpstoedit.la'
*** Error code 1
---

Full log: http://people.freebsd.org/~amdmi3/pstoedit-3.50_4.log

Generated with FreeBSD Port Tools 0.99

How-To-Repeat: Build on multiprocessor machine with FORCE_MAKE_JOBS=yes
Comment 1 Alberto Villa freebsd_committer freebsd_triage 2010-12-16 11:12:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->avilla

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-16 11:21:07 UTC
avilla      2010-12-16 11:21:00 UTC

  FreeBSD ports repository

  Modified files:
    graphics/pstoedit    Makefile distinfo 
  Log:
  - Mark MAKE_JOBS_UNSAFE. [1]
  - Use bsd.port.options.mk.
  - Get rid of MD5 in distinfo.
  
  PR:             ports/152895 [1]
  Submitted by:   amdmi3 [1]
  
  Revision  Changes    Path
  1.63      +3 -2      ports/graphics/pstoedit/Makefile
  1.16      +0 -1      ports/graphics/pstoedit/distinfo
_______________________________________________
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 3 Alberto Villa freebsd_committer freebsd_triage 2010-12-16 11:21:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!