net-im/telepathy-haze update fails

2013-03-12 Thread Shawn Webb
I've been having issues updating net-im/telepathy-haze on amd64
10-CURRENT r247527. Pasted below is the log from `portmaster --no-confirm
-wGD net-im/telepathy-haze`:

]0;portmaster: telepathy-haze-0.4.0_5
=== Currently installed version: telepathy-haze-0.4.0_5
=== Port directory: /usr/ports/net-im/telepathy-haze

=== Launching 'make checksum' for net-im/telepathy-haze in background
=== Gathering dependency list for net-im/telepathy-haze from ports
=== Initial dependency check complete for net-im/telepathy-haze

]0;portmaster: telepathy-haze-0.4.0_5
=== Starting build for net-im/telepathy-haze ===

=== All dependencies are up to date

===  Cleaning for telepathy-haze-0.6.0
===   telepathy-haze-0.6.0 depends on file: /usr/local/sbin/pkg - found
===  Extracting for telepathy-haze-0.6.0
= SHA256 Checksum OK for telepathy-haze-0.6.0.tar.gz.
===  Patching for telepathy-haze-0.6.0
===   telepathy-haze-0.6.0 depends on executable: xsltproc - found
===   telepathy-haze-0.6.0 depends on executable: gmake - found
===   telepathy-haze-0.6.0 depends on shared library: purple - found
===   telepathy-haze-0.6.0 depends on shared library: idn - found
===   telepathy-haze-0.6.0 depends on shared library: telepathy-glib -
found
===  Configuring for telepathy-haze-0.6.0
===   FreeBSD 10 autotools fix applied to
/usr/ports/net-im/telepathy-haze/work/telepathy-haze-0.6.0/configure
===   FreeBSD 10 autotools fix applied to
/usr/ports/net-im/telepathy-haze/work/telepathy-haze-0.6.0/m4/libtool.m4
===   FreeBSD 10 autotools fix applied to
/usr/ports/net-im/telepathy-haze/work/telepathy-haze-0.6.0/aclocal.m4
cd: /usr/ports/net-im/telepathy-haze/work/telepathy-telepathy-haze-0.6.0:
No such file or directory
env: ./configure: No such file or directory
===  Script configure failed unexpectedly.
Please report the problem to gn...@freebsd.org [maintainer] and attach the
/usr/ports/net-im/telepathy-haze/work/telepathy-telepathy-haze-0.6.0/config.log
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. a /usr/local/sbin/pkg info -g -Ea).
*** [do-configure] Error code 1

Stop in /usr/ports/net-im/telepathy-haze.

=== make failed for net-im/telepathy-haze
=== Aborting update

Terminated

=== You can restart from the point of failure with this command line:
   portmaster flags net-im/telepathy-haze

Thanks,

Shawn
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: net-im/telepathy-haze update fails

2013-03-12 Thread Scot Hetzel
On Tue, Mar 12, 2013 at 11:28 AM, Shawn Webb latt...@gmail.com wrote:
 I've been having issues updating net-im/telepathy-haze on amd64
 10-CURRENT r247527. Pasted below is the log from `portmaster --no-confirm
 -wGD net-im/telepathy-haze`:

  ]0;portmaster: telepathy-haze-0.4.0_5
 === Currently installed version: telepathy-haze-0.4.0_5
 === Port directory: /usr/ports/net-im/telepathy-haze

 === Launching 'make checksum' for net-im/telepathy-haze in background
 === Gathering dependency list for net-im/telepathy-haze from ports
 === Initial dependency check complete for net-im/telepathy-haze

  ]0;portmaster: telepathy-haze-0.4.0_5
 === Starting build for net-im/telepathy-haze ===

 === All dependencies are up to date

 ===  Cleaning for telepathy-haze-0.6.0
 ===   telepathy-haze-0.6.0 depends on file: /usr/local/sbin/pkg - found
 ===  Extracting for telepathy-haze-0.6.0
 = SHA256 Checksum OK for telepathy-haze-0.6.0.tar.gz.
 ===  Patching for telepathy-haze-0.6.0
 ===   telepathy-haze-0.6.0 depends on executable: xsltproc - found
 ===   telepathy-haze-0.6.0 depends on executable: gmake - found
 ===   telepathy-haze-0.6.0 depends on shared library: purple - found
 ===   telepathy-haze-0.6.0 depends on shared library: idn - found
 ===   telepathy-haze-0.6.0 depends on shared library: telepathy-glib -
 found
 ===  Configuring for telepathy-haze-0.6.0
 ===   FreeBSD 10 autotools fix applied to
 /usr/ports/net-im/telepathy-haze/work/telepathy-haze-0.6.0/configure
 ===   FreeBSD 10 autotools fix applied to
 /usr/ports/net-im/telepathy-haze/work/telepathy-haze-0.6.0/m4/libtool.m4
 ===   FreeBSD 10 autotools fix applied to
 /usr/ports/net-im/telepathy-haze/work/telepathy-haze-0.6.0/aclocal.m4
 cd: /usr/ports/net-im/telepathy-haze/work/telepathy-telepathy-haze-0.6.0:
 No such file or directory
 env: ./configure: No such file or directory

The problem seems to be the extra 'telepathy-',  try commenting out

WRKSRC= ${WRKDIR}/telepathy-${PORTNAME}-${DISTVERSION}

in the ports Makefile.


-- 
DISCLAIMER:

No electrons were maimed while sending this message. Only slightly bruised.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: net-im/telepathy-haze update fails

2013-03-12 Thread Shawn Webb
On Tue, Mar 12, 2013 at 1:11 PM, Scot Hetzel swhet...@gmail.com wrote:

 On Tue, Mar 12, 2013 at 11:28 AM, Shawn Webb latt...@gmail.com wrote:
  I've been having issues updating net-im/telepathy-haze on amd64
  10-CURRENT r247527. Pasted below is the log from `portmaster --no-confirm
  -wGD net-im/telepathy-haze`:
 
   ]0;portmaster: telepathy-haze-0.4.0_5
  === Currently installed version: telepathy-haze-0.4.0_5
  === Port directory: /usr/ports/net-im/telepathy-haze
 
  === Launching 'make checksum' for net-im/telepathy-haze in background
  === Gathering dependency list for net-im/telepathy-haze from ports
  === Initial dependency check complete for net-im/telepathy-haze
 
   ]0;portmaster: telepathy-haze-0.4.0_5
  === Starting build for net-im/telepathy-haze ===
 
  === All dependencies are up to date
 
  ===  Cleaning for telepathy-haze-0.6.0
  ===   telepathy-haze-0.6.0 depends on file: /usr/local/sbin/pkg - found
  ===  Extracting for telepathy-haze-0.6.0
  = SHA256 Checksum OK for telepathy-haze-0.6.0.tar.gz.
  ===  Patching for telepathy-haze-0.6.0
  ===   telepathy-haze-0.6.0 depends on executable: xsltproc - found
  ===   telepathy-haze-0.6.0 depends on executable: gmake - found
  ===   telepathy-haze-0.6.0 depends on shared library: purple - found
  ===   telepathy-haze-0.6.0 depends on shared library: idn - found
  ===   telepathy-haze-0.6.0 depends on shared library: telepathy-glib -
  found
  ===  Configuring for telepathy-haze-0.6.0
  ===   FreeBSD 10 autotools fix applied to
  /usr/ports/net-im/telepathy-haze/work/telepathy-haze-0.6.0/configure
  ===   FreeBSD 10 autotools fix applied to
  /usr/ports/net-im/telepathy-haze/work/telepathy-haze-0.6.0/m4/libtool.m4
  ===   FreeBSD 10 autotools fix applied to
  /usr/ports/net-im/telepathy-haze/work/telepathy-haze-0.6.0/aclocal.m4
  cd: /usr/ports/net-im/telepathy-haze/work/telepathy-telepathy-haze-0.6.0:
  No such file or directory
  env: ./configure: No such file or directory

 The problem seems to be the extra 'telepathy-',  try commenting out

 WRKSRC= ${WRKDIR}/telepathy-${PORTNAME}-${DISTVERSION}

 in the ports Makefile.


That worked. Thanks!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: net-im/telepathy-haze update fails

2013-03-12 Thread Koop Mast

On 12-3-2013 18:14, Shawn Webb wrote:

On Tue, Mar 12, 2013 at 1:11 PM, Scot Hetzel swhet...@gmail.com wrote:


On Tue, Mar 12, 2013 at 11:28 AM, Shawn Webb latt...@gmail.com wrote:

I've been having issues updating net-im/telepathy-haze on amd64
10-CURRENT r247527. Pasted below is the log from `portmaster --no-confirm
-wGD net-im/telepathy-haze`:

  ]0;portmaster: telepathy-haze-0.4.0_5
=== Currently installed version: telepathy-haze-0.4.0_5
=== Port directory: /usr/ports/net-im/telepathy-haze

=== Launching 'make checksum' for net-im/telepathy-haze in background
=== Gathering dependency list for net-im/telepathy-haze from ports
=== Initial dependency check complete for net-im/telepathy-haze

  ]0;portmaster: telepathy-haze-0.4.0_5
=== Starting build for net-im/telepathy-haze ===

=== All dependencies are up to date

===  Cleaning for telepathy-haze-0.6.0
===   telepathy-haze-0.6.0 depends on file: /usr/local/sbin/pkg - found
===  Extracting for telepathy-haze-0.6.0
= SHA256 Checksum OK for telepathy-haze-0.6.0.tar.gz.
===  Patching for telepathy-haze-0.6.0
===   telepathy-haze-0.6.0 depends on executable: xsltproc - found
===   telepathy-haze-0.6.0 depends on executable: gmake - found
===   telepathy-haze-0.6.0 depends on shared library: purple - found
===   telepathy-haze-0.6.0 depends on shared library: idn - found
===   telepathy-haze-0.6.0 depends on shared library: telepathy-glib -
found
===  Configuring for telepathy-haze-0.6.0
===   FreeBSD 10 autotools fix applied to
/usr/ports/net-im/telepathy-haze/work/telepathy-haze-0.6.0/configure
===   FreeBSD 10 autotools fix applied to
/usr/ports/net-im/telepathy-haze/work/telepathy-haze-0.6.0/m4/libtool.m4
===   FreeBSD 10 autotools fix applied to
/usr/ports/net-im/telepathy-haze/work/telepathy-haze-0.6.0/aclocal.m4
cd: /usr/ports/net-im/telepathy-haze/work/telepathy-telepathy-haze-0.6.0:
No such file or directory
env: ./configure: No such file or directory

The problem seems to be the extra 'telepathy-',  try commenting out

WRKSRC= ${WRKDIR}/telepathy-${PORTNAME}-${DISTVERSION}

in the ports Makefile.


That worked. Thanks!


And fixed in ports, thanks for reporting!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org