net-im/skype-[devel] won't connect

2014-08-13 Thread Kenta S.
Hello. This afternoon when I try to sign onto Skype, I get:

Periodic UIC Update Failed

I haven't updated ports recently. Does anyone have an idea?
I heard Skype was closing down old versions.

___
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: gcc update breakage

2014-03-10 Thread Kenta S.
On 03/10/2014 at 10:36 PM, Gerald Pfeifer ger...@pfeifer.com wrote:

This looks really weird in net-p2p/rtorrent/Makefile:

   BUILD_DEPENDS= libtorrent=0.13.2_1:${PORTSDIR}/net-
p2p/libtorrent
   RUN_DEPENDS=libtorrent=0.13.2_1:${PORTSDIR}/net-p2p/libtorrent

I have never seen such a crazy dependency before.  Try making this
_2 instead of _1, but, really, this is crazy.

Andrej, any idea?

Why is this not checking for libtorrent.so?  And a LIB_DEPENDS 
instead?
Something like

   LIB_DEPENDS= libtorrent.so:${PORTSDIR}/net-p2p/libtorrent

I don't think this port is very well put together. The maintainer before az@
was very bad at updating or fixing it. I see az@ has recently abandoned it
too, so now we have no maintainer. :(

I tried this change to the Makefile and now it works properly, thanks.


--- /tmp/Makefile   2014-03-10 22:45:57.0 -0400
+++ Makefile2014-03-10 22:46:43.0 -0400
@@ -9,9 +9,8 @@
 MAINTAINER=po...@freebsd.org
 COMMENT=   BitTorrent Client written in C++

-BUILD_DEPENDS= libtorrent=0.13.2_1:${PORTSDIR}/net-p2p/libtorrent
-RUN_DEPENDS=   libtorrent=0.13.2_1:${PORTSDIR}/net-p2p/libtorrent
-LIB_DEPENDS=   libcurl.so:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=   libtorrent.so:${PORTSDIR}/net-p2p/libtorrent \
+   libcurl.so:${PORTSDIR}/ftp/curl

 CONFLICTS= rtorrent-devel-[0-9]*

___
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


devel/ccache is broken

2014-03-02 Thread Kenta S.
=== Currently installed version: ccache-3.1.9_5
=== Port directory: /usr/ports/devel/ccache

=== Launching 'make checksum' for devel/ccache in background

Makefile, line 44: warning: String comparison operator should be either == or 
!=
Makefile, line 44: Malformed conditional (${COMPILER_TYPE} = gcc)
make: fatal errors encountered -- cannot continue
*** [do-config] Error code 1

Stop in /usr/ports/devel/ccache.
*** [config-conditional] Error code 1

Stop in /usr/ports/devel/ccache.
=== Gathering dependency list for devel/ccache from ports
Makefile, line 44: warning: String comparison operator should be either == or 
!=
Makefile, line 44: Malformed conditional (${COMPILER_TYPE} = gcc)
make: fatal errors encountered -- cannot continue

___
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


gtk2 update - weird error

2013-12-15 Thread Kenta S.
Hi. Today I tried to build gtk2-2.24.22 from ports and I'm getting this error.

gtk+-2.24.22/modules/printbackends/Makefile.in: Write to restore size failed
gtk+-2.24.22/COPYING: Write to restore size failed
gtk+-2.24.22/gtk+-2.0-uninstalled.pc.in: Write to restore size failed
gtk+-2.24.22/Makefile.decl: Write to restore size failed
gtk+-2.24.22/gtk+-unix-print-2.0.pc.in: Write to restore size failed
gtk+-2.24.22/Makefile.in: Write to restore size failed
gtk+-2.24.22/config.guess: Write to restore size failed
gtk+-2.24.22/gail.pc.in: Write to restore size failed
tar: (Empty error message)
tar: Error exit delayed from previous errors.
*** [do-extract] Error code 1

Stop in /usr/ports/graphics/gtk-update-icon-cache.

There are many errors like this. I've never seen it before. I'm on 9.2 i386. 
Any ideas?

___
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: gtk2 update - weird error

2013-12-15 Thread Kenta S.
On 12/15/2013 at 12:53 PM, Kenta S. ken...@hush.com wrote:

Hi. Today I tried to build gtk2-2.24.22 from ports and I'm getting 
this error.

gtk+-2.24.22/modules/printbackends/Makefile.in: Write to restore 
size failed
gtk+-2.24.22/COPYING: Write to restore size failed
gtk+-2.24.22/gtk+-2.0-uninstalled.pc.in: Write to restore size 
failed
gtk+-2.24.22/Makefile.decl: Write to restore size failed
gtk+-2.24.22/gtk+-unix-print-2.0.pc.in: Write to restore size 
failed
gtk+-2.24.22/Makefile.in: Write to restore size failed
gtk+-2.24.22/config.guess: Write to restore size failed
gtk+-2.24.22/gail.pc.in: Write to restore size failed
tar: (Empty error message)
tar: Error exit delayed from previous errors.
*** [do-extract] Error code 1

Stop in /usr/ports/graphics/gtk-update-icon-cache.


I looked online and it appeared to be a full disk problem. This puzzled me
since my disk had hundreds of gigs free and wasn't out of inodes either.
Turns out my ram disk for /usr/ports/distfiles was full from an earlier, failed 
Firefox build.

Sorry for the noise.

___
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