Bug 136427 - can't make devel/gwenhywfar
Summary: can't make devel/gwenhywfar
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-07 15:30 UTC by Monty Hall
Modified: 2009-09-19 01:30 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 Monty Hall 2009-07-07 15:30:02 UTC
I was making gnucash and it stopped while making devel/gwenhywfar.  I make clean'ed gwenywfar and tried again - getting same error.

===================================================
creating checks
gmake[2]: Leaving directory `/tmp/usr/ports/devel/gwenhywfar/work/gwenhywfar-3.9.0/checks'
gmake[2]: Entering directory `/tmp/usr/ports/devel/gwenhywfar/work/gwenhywfar-3.9.0'
echo "#! /bin/sh" >gwenhywfar-config && \
        echo 'dir="/usr/local"' >>gwenhywfar-config && \
        cat gwenhywfar-config.in >>gwenhywfar-config && \
        chmod a+x gwenhywfar-config
gmake[2]: Leaving directory `/tmp/usr/ports/devel/gwenhywfar/work/gwenhywfar-3.9.0'
gmake[1]: Leaving directory `/tmp/usr/ports/devel/gwenhywfar/work/gwenhywfar-3.9.0'
Error expanding embedded variable.
Comment 1 Mark Linimon 2009-07-07 18:48:09 UTC
To submitter: your email address bounces.
Comment 2 Monty Hall 2009-07-08 14:41:51 UTC
Please use: mail: kungfu_disciple@sbcglobal.net
Comment 3 joe 2009-07-23 11:17:14 UTC
I am having the same issue.

FreeBSD sussman.snikeris.com 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0:
Wed Jun 24 00:57:44 UTC 2009
root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386


gmake[2]: Entering directory `/usr/ports/devel/gwenhywfar/work/gwenhywfar-3.9.0'
echo "#! /bin/sh" >gwenhywfar-config && \
        echo 'dir="/usr/local"' >>gwenhywfar-config && \
        cat gwenhywfar-config.in >>gwenhywfar-config && \
        chmod a+x gwenhywfar-config
gmake[2]: Leaving directory `/usr/ports/devel/gwenhywfar/work/gwenhywfar-3.9.0'
gmake[1]: Leaving directory `/usr/ports/devel/gwenhywfar/work/gwenhywfar-3.9.0'
Error expanding embedded variable.

What can I do to help get this resolved?
Comment 4 Edward.Sanford.Sutton, III 2009-09-11 11:37:07 UTC
It looks like this has been a problem since after gwenhywfar-2.6.2_2 and is 
only a problem when PORTDOCS is defined. The following patch should get it at 
least building again but I do not know if the plist is still up to date

--- /usr/ports/devel/gwenhywfar/Makefile~	2009-09-11 02:48:37.000000000 -0700
+++ /usr/ports/devel/gwenhywfar/Makefile	2009-09-11 02:48:55.000000000 -0700
@@ -59,7 +59,7 @@
 
 post-build:
 .if !defined(NOPORTDOCS) && defined(WITH_PORTDOCS)
-	@cd ${WRKSRC} && ${MAKE} srcdoc
+	@cd ${WRKSRC} && ${GMAKE} srcdoc
 .endif
 
 post-install:
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2009-09-19 01:22:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-09-19 01:22:04 UTC
miwi        2009-09-19 00:21:49 UTC

  FreeBSD ports repository

  Modified files:
    devel/gwenhywfar     Makefile 
  Log:
  - Fix build
  
  PR:             136427
  Reported by:    Monty Hall <kungfu_disciple@sbcglobal.net>
  Feature safe: yes
  
  Revision  Changes    Path
  1.19      +1 -1      ports/devel/gwenhywfar/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"