Bug 166804 - lang/lua revision 1.48 breaks popen
Summary: lang/lua revision 1.48 breaks popen
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: lua
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-09 22:30 UTC by Vrachnis
Modified: 2012-04-10 20:10 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 Vrachnis 2012-04-09 22:30:19 UTC
Today I noticed that I could not use io.popen() in lua.
The error I got was: 'popen' not supported
I tracked it down to the cvs commit 1.48. Commenting out the MAKE_ARGS line and recompiling, fixed the problem.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-09 22:30:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lua

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Matthias Andree freebsd_committer freebsd_triage 2012-04-10 19:59:18 UTC
Looks related to or like a duplicate of
http://www.freebsd.org/cgi/query-pr.cgi?pr=166753
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-04-10 20:08:27 UTC
mandree     2012-04-10 19:08:17 UTC

  FreeBSD ports repository

  Modified files:
    lang/lua             Makefile 
  Log:
  Fix regressions, reinstating io.popen support.
  
  Reported by:  Pierre Guinoiseau
  PR:           ports/166753
  Reported by:  Vrachnis Ilias-Dimitrios
  PR:           ports/166804
  Fixed by:     Olli Hauer (ports/166753)
  Feature safe: yes
  
  Revision  Changes    Path
  1.51      +2 -2      ports/lang/lua/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 Matthias Andree freebsd_committer freebsd_triage 2012-04-10 20:09:26 UTC
State Changed
From-To: open->closed

Fixed, with thanks to Olli Hauer for providing the patch. (see 
http://bugs.freebsd.org/166753)