Re: libsn/sn.h error with x11/tint

2016-04-07 Thread tatoolz via freebsd-ports


On 07.04.2016 01:40, Kevin Oberman wrote:
> On Wed, Apr 6, 2016 at 2:05 PM, tatoolz--- via freebsd-ports
> > wrote:
>
> I use FreeBSD 10.3 on AMD64.
> When i will install x11/tint, stop with this error:
> [ 21%] Building C object
> src/tint2conf/CMakeFiles/tint2conf.dir/__/util/common.c.oIn file
> included from
> 
> /usr/ports/x11/tint/work/tint2-0.12.7/src/server.c:28:/usr/ports/x11/tint/work/tint2-0.12.7/src/server.h:17:10:
> fatal error: 'libsn/sn.h' file not found#include  
>^In file included from
> 
> /usr/ports/x11/tint/work/tint2-0.12.7/src/panel.c:30:/usr/ports/x11/tint/work/tint2-0.12.7/src/server.h:17:10:
> fatal error: 'libsn/sn.h' file not found#include  
>^1 error generated.--- CMakeFiles/tint2.dir/src/server.c.o
> ---*** [CMakeFiles/tint2.dir/src/server.c.o] Error code 1
> make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.71 error
> generated.In file included from
> 
> /usr/ports/x11/tint/work/tint2-0.12.7/src/util/common.c:33:/usr/ports/x11/tint/work/tint2-0.12.7/src/util/../server.h:17:10:
> fatal error: 'libsn/sn.h' file not found#include  
>^--- CMakeFiles/tint2.dir/src/panel.c.o ---***
> [CMakeFiles/tint2.dir/src/panel.c.o] Error code 1
> make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.7In file
> included from
> 
> /usr/ports/x11/tint/work/tint2-0.12.7/src/config.c:43:/usr/ports/x11/tint/work/tint2-0.12.7/src/server.h:17:10:
> fatal error: 'libsn/sn.h' file not found#include  
>^1 error generated.--- CMakeFiles/tint2.dir/src/config.c.o
> ---*** [CMakeFiles/tint2.dir/src/config.c.o] Error code 1
> make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.73 errors
> make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.7---
> CMakeFiles/tint2.dir/all ---*** [CMakeFiles/tint2.dir/all] Error
> code 2
> make[3]: stopped in /usr/ports/x11/tint/work/tint2-0.12.71 error
> generated.---
> src/tint2conf/CMakeFiles/tint2conf.dir/__/util/common.c.o ---***
> [src/tint2conf/CMakeFiles/tint2conf.dir/__/util/common.c.o] Error
> code 1
> make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.71 error
> make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.7---
> src/tint2conf/CMakeFiles/tint2conf.dir/all ---***
> [src/tint2conf/CMakeFiles/tint2conf.dir/all] Error code 2
> make[3]: stopped in /usr/ports/x11/tint/work/tint2-0.12.72 errors
> make[3]: stopped in /usr/ports/x11/tint/work/tint2-0.12.7*** [all]
> Error code 2
> make[2]: stopped in /usr/ports/x11/tint/work/tint2-0.12.71 error
> make[2]: stopped in /usr/ports/x11/tint/work/tint2-0.12.7===>
> Compilation failed unexpectedly.Try to set MAKE_JOBS_UNSAFE=yes
> and rebuild before reporting the failure tothe maintainer.***
> Error code 1
> Stop.make[1]: stopped in /usr/ports/x11/tint*** Error code 1
> Stop.make: stopped in /usr/ports/x11/tint
> Someone has a tip?
>
>  
> To state the obvious, the build could not find libsn/sn.h. It should
> be in /usr/local/include/startup-notification-1.0/libsn/sn.h and
> should have been installed as a part of x11/startup-notification. The
> Makefile does look for this file and should have installed
> startup-notificattion if it was not already installed. Is
> startup-notification installed? Is
> /usr/local/include/startup-notification-1.0/libsn/sn.h present and
> readable? Is startup-notification installed?
okay, that was the problem. I install x11/startup-notification first,
and than install x11/tint fine.
Me problem now is, from the tint port, i will install the examples.
First, i make "make config" and activate Examples, than i start the port
build with "make install clean", but there is no tint expalmes in
/usr/local/share/examples.
>
> What command did you use to build tint?
> Do you have any customizations to your environment that might have
> triggered this.
>
> I can say that it builds just fine on my 10-Stable system that was
> update about a bit after 10.3 was branched.
> --
> Kevin Oberman, Part time kid herder and retired Network Engineer
> E-mail: rkober...@gmail.com 
> PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
>

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


Re: libsn/sn.h error with x11/tint

2016-04-06 Thread Kevin Oberman
On Wed, Apr 6, 2016 at 2:05 PM, tatoolz--- via freebsd-ports <
freebsd-ports@freebsd.org> wrote:

> I use FreeBSD 10.3 on AMD64.
> When i will install x11/tint, stop with this error:
> [ 21%] Building C object
> src/tint2conf/CMakeFiles/tint2conf.dir/__/util/common.c.oIn file included
> from
> /usr/ports/x11/tint/work/tint2-0.12.7/src/server.c:28:/usr/ports/x11/tint/work/tint2-0.12.7/src/server.h:17:10:
> fatal error: 'libsn/sn.h' file not found#include  ^In
> file included from
> /usr/ports/x11/tint/work/tint2-0.12.7/src/panel.c:30:/usr/ports/x11/tint/work/tint2-0.12.7/src/server.h:17:10:
> fatal error: 'libsn/sn.h' file not found#include  ^1
> error generated.--- CMakeFiles/tint2.dir/src/server.c.o ---***
> [CMakeFiles/tint2.dir/src/server.c.o] Error code 1
> make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.71 error
> generated.In file included from
> /usr/ports/x11/tint/work/tint2-0.12.7/src/util/common.c:33:/usr/ports/x11/tint/work/tint2-0.12.7/src/util/../server.h:17:10:
> fatal error: 'libsn/sn.h' file not found#include  ^---
> CMakeFiles/tint2.dir/src/panel.c.o ---***
> [CMakeFiles/tint2.dir/src/panel.c.o] Error code 1
> make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.7In file included
> from
> /usr/ports/x11/tint/work/tint2-0.12.7/src/config.c:43:/usr/ports/x11/tint/work/tint2-0.12.7/src/server.h:17:10:
> fatal error: 'libsn/sn.h' file not found#include  ^1
> error generated.--- CMakeFiles/tint2.dir/src/config.c.o ---***
> [CMakeFiles/tint2.dir/src/config.c.o] Error code 1
> make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.73 errors
> make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.7---
> CMakeFiles/tint2.dir/all ---*** [CMakeFiles/tint2.dir/all] Error code 2
> make[3]: stopped in /usr/ports/x11/tint/work/tint2-0.12.71 error
> generated.--- src/tint2conf/CMakeFiles/tint2conf.dir/__/util/common.c.o
> ---*** [src/tint2conf/CMakeFiles/tint2conf.dir/__/util/common.c.o] Error
> code 1
> make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.71 error
> make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.7---
> src/tint2conf/CMakeFiles/tint2conf.dir/all ---***
> [src/tint2conf/CMakeFiles/tint2conf.dir/all] Error code 2
> make[3]: stopped in /usr/ports/x11/tint/work/tint2-0.12.72 errors
> make[3]: stopped in /usr/ports/x11/tint/work/tint2-0.12.7*** [all] Error
> code 2
> make[2]: stopped in /usr/ports/x11/tint/work/tint2-0.12.71 error
> make[2]: stopped in /usr/ports/x11/tint/work/tint2-0.12.7===> Compilation
> failed unexpectedly.Try to set MAKE_JOBS_UNSAFE=yes and rebuild before
> reporting the failure tothe maintainer.*** Error code 1
> Stop.make[1]: stopped in /usr/ports/x11/tint*** Error code 1
> Stop.make: stopped in /usr/ports/x11/tint
> Someone has a tip?
>

To state the obvious, the build could not find libsn/sn.h. It should be in
/usr/local/include/startup-notification-1.0/libsn/sn.h and should have been
installed as a part of x11/startup-notification. The Makefile does look for
this file and should have installed startup-notificattion if it was not
already installed. Is startup-notification installed? Is
/usr/local/include/startup-notification-1.0/libsn/sn.h present and
readable? Is startup-notification installed?

What command did you use to build tint?
Do you have any customizations to your environment that might have
triggered this.

I can say that it builds just fine on my 10-Stable system that was update
about a bit after 10.3 was branched.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


libsn/sn.h error with x11/tint

2016-04-06 Thread tatoolz--- via freebsd-ports
I use FreeBSD 10.3 on AMD64.
When i will install x11/tint, stop with this error:
[ 21%] Building C object 
src/tint2conf/CMakeFiles/tint2conf.dir/__/util/common.c.oIn file included from 
/usr/ports/x11/tint/work/tint2-0.12.7/src/server.c:28:/usr/ports/x11/tint/work/tint2-0.12.7/src/server.h:17:10:
 fatal error: 'libsn/sn.h' file not found#include          ^In file 
included from 
/usr/ports/x11/tint/work/tint2-0.12.7/src/panel.c:30:/usr/ports/x11/tint/work/tint2-0.12.7/src/server.h:17:10:
 fatal error: 'libsn/sn.h' file not found#include          ^1 error 
generated.--- CMakeFiles/tint2.dir/src/server.c.o ---*** 
[CMakeFiles/tint2.dir/src/server.c.o] Error code 1
make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.71 error generated.In 
file included from 
/usr/ports/x11/tint/work/tint2-0.12.7/src/util/common.c:33:/usr/ports/x11/tint/work/tint2-0.12.7/src/util/../server.h:17:10:
 fatal error: 'libsn/sn.h' file not found#include          ^--- 
CMakeFiles/tint2.dir/src/panel.c.o ---*** [CMakeFiles/tint2.dir/src/panel.c.o] 
Error code 1
make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.7In file included from 
/usr/ports/x11/tint/work/tint2-0.12.7/src/config.c:43:/usr/ports/x11/tint/work/tint2-0.12.7/src/server.h:17:10:
 fatal error: 'libsn/sn.h' file not found#include          ^1 error 
generated.--- CMakeFiles/tint2.dir/src/config.c.o ---*** 
[CMakeFiles/tint2.dir/src/config.c.o] Error code 1
make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.73 errors
make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.7--- 
CMakeFiles/tint2.dir/all ---*** [CMakeFiles/tint2.dir/all] Error code 2
make[3]: stopped in /usr/ports/x11/tint/work/tint2-0.12.71 error generated.--- 
src/tint2conf/CMakeFiles/tint2conf.dir/__/util/common.c.o ---*** 
[src/tint2conf/CMakeFiles/tint2conf.dir/__/util/common.c.o] Error code 1
make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.71 error
make[4]: stopped in /usr/ports/x11/tint/work/tint2-0.12.7--- 
src/tint2conf/CMakeFiles/tint2conf.dir/all ---*** 
[src/tint2conf/CMakeFiles/tint2conf.dir/all] Error code 2
make[3]: stopped in /usr/ports/x11/tint/work/tint2-0.12.72 errors
make[3]: stopped in /usr/ports/x11/tint/work/tint2-0.12.7*** [all] Error code 2
make[2]: stopped in /usr/ports/x11/tint/work/tint2-0.12.71 error
make[2]: stopped in /usr/ports/x11/tint/work/tint2-0.12.7===> Compilation 
failed unexpectedly.Try to set MAKE_JOBS_UNSAFE=yes and rebuild before 
reporting the failure tothe maintainer.*** Error code 1
Stop.make[1]: stopped in /usr/ports/x11/tint*** Error code 1
Stop.make: stopped in /usr/ports/x11/tint
Someone has a tip?
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"