Bug 109192 - sysutils/eiciel build hangs
Summary: sysutils/eiciel build hangs
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-15 05:20 UTC by Denis Eremenko <moonshade@pnhz.kz>
Modified: 2007-02-21 05:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Eremenko <moonshade@pnhz.kz> 2007-02-15 05:20:03 UTC

At sysutils/eiciel/work/src/eiciel-0.9.4/Makefile line 842 make variable $< appears empty, so sed waits input from stdout (console) indefinitely. Btw, why? According to make(1) - everything is ok.
gmake works fine. make bug?

Fix: 

USE_GMAKE=yes in sysutils/eiciel/Makefile as workaround
How-To-Repeat: 

just build it
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-15 05:20:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-02-15 09:46:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-02-15 10:15:39 UTC
miwi        2007-02-15 10:15:33 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/eiciel      Makefile 
  Log:
  - Add USE_GMAKE
  
  PR:             109192
  Submitted by:   Denis Eremenko <moonshade@pnhz.kz>
  Approved by:    maintainer (implicit)
  
  Revision  Changes    Path
  1.10      +2 -0      ports/sysutils/eiciel/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 4 Martin Wilke freebsd_committer freebsd_triage 2007-02-15 10:21:29 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 5 Denis Eremenko <moonshade@pnhz.kz> 2007-02-21 04:58:16 UTC
Sorry for bringing closed PR, but does make(1) work as expected
regarding $< variable?