Re: seamonkey port compiling error

2017-02-26 Thread Dimitry Andric
On 26 Feb 2017, at 19:55, Erdos New via freebsd-ports 
 wrote:
> 
> i tried to install 'seamonkey' to my freebsd10.1 32-bit system.  however, 
> encountered errors:
> root@oblivion:/usr/ports/www/seamonkey # make install
> 
> 
> install seamonky:
> llvm[6]: Compiling IndexBody.cpp for Release build (PIC)
> llvm[6]: Compiling IndexDecl.cpp for Release build (PIC)
> llvm[6]: Compiling IndexTypeSourceInfo.cpp for Release build (PIC)
> llvm[6]: Compiling Indexing.cpp for Release build (PIC)
> llvm[6]: Compiling IndexingContext.cpp for Release build (PIC)
> llvm[6]: Linking Release Shared Library libclang.so
> llvm[6]: Building Release Archive Library libclang.a
> gmake[6]: Leaving directory 
> '/usr/ports/lang/clang36/work/llvm-3.6.2.src/tools/clang/tools/libclang'
> gmake[6]: Entering directory 
> '/usr/ports/lang/clang36/work/llvm-3.6.2.src/tools/clang/tools/c-index-test'
> llvm[6]: Compiling c-index-test.c for Release build
> llvm[6]: Linking Release executable c-index-test (without symbols)
> /usr/ports/lang/clang36/work/llvm-3.6.2.src/Release/lib/libLLVM-3.6.so: 
> undefined reference to `futimens@FBSD_1.4'

Most likely, you installed a binary package for devel/llvm36.  Binary
packages are now built on FreeBSD 10.3, the most recent supported
version for ports, and this version has introduced a new syscall which
your system does not have.

The simplest solution is probably to delete the llvm36 port, and rebuild
it on your 10.1 system.  Then try to rebuild the Seamonkey port and its
dependent ports again.

Though it would be easiest if you upgraded the system to 10.3. :)

-Dimitry



signature.asc
Description: Message signed with OpenPGP


seamonkey port compiling error

2017-02-26 Thread Erdos New via freebsd-ports

 

 

i tried to install 'seamonkey' to my freebsd10.1 32-bit system.  however, 
encountered errors:
root@oblivion:/usr/ports/www/seamonkey # make install 


install seamonky:
llvm[6]: Compiling IndexBody.cpp for Release build (PIC)
llvm[6]: Compiling IndexDecl.cpp for Release build (PIC)
llvm[6]: Compiling IndexTypeSourceInfo.cpp for Release build (PIC)
llvm[6]: Compiling Indexing.cpp for Release build (PIC)
llvm[6]: Compiling IndexingContext.cpp for Release build (PIC)
llvm[6]: Linking Release Shared Library libclang.so
llvm[6]: Building Release Archive Library libclang.a
gmake[6]: Leaving directory 
'/usr/ports/lang/clang36/work/llvm-3.6.2.src/tools/clang/tools/libclang'
gmake[6]: Entering directory 
'/usr/ports/lang/clang36/work/llvm-3.6.2.src/tools/clang/tools/c-index-test'
llvm[6]: Compiling c-index-test.c for Release build
llvm[6]: Linking Release executable c-index-test (without symbols)
/usr/ports/lang/clang36/work/llvm-3.6.2.src/Release/lib/libLLVM-3.6.so: 
undefined reference to `futimens@FBSD_1.4'
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[6]: *** [/usr/ports/lang/clang36/work/llvm-3.6.2.src/Makefile.rules:1428: 
/usr/ports/lang/clang36/work/llvm-3.6.2.src/Release/bin/c-index-test] Error 1
gmake[6]: Leaving directory 
'/usr/ports/lang/clang36/work/llvm-3.6.2.src/tools/clang/tools/c-index-test'
gmake[5]: *** [/usr/ports/lang/clang36/work/llvm-3.6.2.src/Makefile.rules:883: 
all] Error 1
gmake[5]: Leaving directory 
'/usr/ports/lang/clang36/work/llvm-3.6.2.src/tools/clang/tools'
gmake[4]: *** [/usr/ports/lang/clang36/work/llvm-3.6.2.src/Makefile.rules:883: 
all] Error 1
gmake[4]: Leaving directory 
'/usr/ports/lang/clang36/work/llvm-3.6.2.src/tools/clang'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/lang/clang36
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/lang/clang36
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/www/seamonkey
*** Error code 1

Stop.
make: stopped in /usr/ports/www/seamonkey

___
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"


Looking for committer (clang4 patch for zoneminder)

2017-02-26 Thread abi

Hello,

I was asked to patch ZM for upcoming llvm4 in the base, however looks 
like it was forgotten.


New ZM was released a week ago and I'd like to tie the loose ends before 
I'll start port upgrade.


Thanks.
___
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"


Looking for committer (clang4 patch for zoneminder)

2017-02-26 Thread abi


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216627 is the PR  


 Forwarded Message 
Subject: Looking for committer (clang4 patch for zoneminder)
Date: Sun, 26 Feb 2017 21:01:50 +0300
From: abi 
To: freebsd-ports@freebsd.org

Hello,

I was asked to patch ZM for upcoming llvm4 in the base, however looks
like it was forgotten.

New ZM was released a week ago and I'd like to tie the loose ends before
I'll start port upgrade.

Thanks.


___
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"


FreeBSD Port: phantomjs-2.1.1

2017-02-26 Thread t...@openaliasbox.org

Hello, phantomjs maintainers!

I tried to build phantomjs from source and received error.

My system:

% uname -a

FreeBSD ae2srv.local 11.0-RELEASE-p2 FreeBSD 11.0-RELEASE-p2 #0: Mon Oct 24 
06:55:27 UTC 2016 
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64


I used commands:

# portsnap fetch update

# portmaster --packages lang/phantomjs


The error code (last lines from stdout):

clang++ -pthread 
-Wl,-rpath-link,/usr/ports/lang/phantomjs/work/phantomjs-2.1.1/src/qt/qtbase/lib
 -o ../bin/phantomjs phantom.o  callback.o  webpage.o  webserver.o  main.o  
utils.o  networkaccessmanager.o  cookiejar.o  filesystem.o  system.o  env.o  
terminal.o  encoding.o  config.o  childprocess.o  repl.o  crashdump.o  
mongoose.o  linenoise.o  utf8.o  qcommandline.o  phantomjs_plugin_import.o  
qrc_phantomjs.o  qrc_ghostdriver.o  moc_phantom.o  moc_callback.o  
moc_webpage.o  moc_webserver.o  moc_networkaccessmanager.o  moc_cookiejar.o  
moc_filesystem.o  moc_system.o  moc_env.o  moc_terminal.o  moc_config.o  
moc_childprocess.o  moc_repl.o  moc_qcommandline.o   -L/usr/local/lib 
-L/usr/ports/lang/phantomjs/work/phantomjs-2.1.1/src/qt/qtbase/lib 
-lQt5WebKitWidgets -lQt5Widgets -lQt5WebKit 
-L/usr/ports/lang/phantomjs/work/phantomjs-2.1.1/src/qt/qtbase/plugins/platforms
 -lqphantom -lQt5PlatformSupport -lQt5DBus -lgthread-2.0 -pthread -lglib-2.0 
-lintl -lXrender -lXext -lX11 -lm -lfontconfig
 -lfreetype -lEGL -lGL 
-L/usr/ports/lang/phantomjs/work/phantomjs-2.1.1/src/qt/qtbase/plugins/imageformats
 -lqico -lQt5Gui 
-L/usr/ports/lang/phantomjs/work/phantomjs-2.1.1/src/qt/qtbase/plugins/bearer 
-lqgenericbearer -lQt5Network -lQt5Core

/usr/bin/ld: undefined reference to symbol 
`_ZN8QPrinter12setPaperSizeEN17QPagedPaintDevice8PageSizeE@@Qt_5' (try adding 
-lQt5PrintSupport)

//usr/local/lib/libQt5PrintSupport.so.5: could not read symbols: Bad value

clang++: error: linker command failed with exit code 1 (use -v to see 
invocation)

*** [../bin/phantomjs] Error code 1

make[3]: stopped in /usr/ports/lang/phantomjs/work/phantomjs-2.1.1/src

1 error

make[3]: stopped in /usr/ports/lang/phantomjs/work/phantomjs-2.1.1/src

*** [sub-src-phantomjs-pro-make_first-ordered] Error code 2

make[2]: stopped in /usr/ports/lang/phantomjs/work/phantomjs-2.1.1

1 error

make[2]: stopped in /usr/ports/lang/phantomjs/work/phantomjs-2.1.1

ERROR: Failed to build PhantomJS! Building PhantomJS failed.

*** Error code 1

Stop.

make[1]: stopped in /usr/ports/lang/phantomjs

*** Error code 1

Stop.

make: stopped in /usr/ports/lang/phantomjs

===>>> make build failed for lang/phantomjs

===>>> Aborting update

===>>> Upgrade of pkgconf-1.2.2_1 to pkgconf-1.3.0 complete

===>>> You can restart from the point of failure with this command line:

   portmaster  lang/phantomjs

This command has been saved to /tmp/portmasterfail.txt


Can you please review this error and make corrections to port files so 
port could be build?


Regards, Toem.

___
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: pkgconfig fails to configure on 12-CURRENT

2017-02-26 Thread Baptiste Daroussin
On Sun, Feb 26, 2017 at 06:04:42AM -0500, Aryeh Friedman wrote:
> Six hours slow but the right date:
> 
> aryehl@rain:/home/aryehl% date
> Sun Feb 26 00:55:11 EST 2017
> 
> Here is the date from a machine I know to be accurate:
> 
> aryehl@lilith:/home/aryehl/Desktop% date
> Sun Feb 26 06:04:32 EST 2017
> 

Which explains, so 6 hours after the actually release of pkgconf you would be
able to build it

Best regards,
Bapt


signature.asc
Description: PGP signature


Re: pkgconfig fails to configure on 12-CURRENT

2017-02-26 Thread Aryeh Friedman
Six hours slow but the right date:

aryehl@rain:/home/aryehl% date
Sun Feb 26 00:55:11 EST 2017

Here is the date from a machine I know to be accurate:

aryehl@lilith:/home/aryehl/Desktop% date
Sun Feb 26 06:04:32 EST 2017


On Sun, Feb 26, 2017 at 5:32 AM, Baptiste Daroussin 
wrote:

> On Sat, Feb 25, 2017 at 08:08:28PM -0500, Aryeh Friedman wrote:
> > FreeBSD rain 12.0-CURRENT FreeBSD 12.0-CURRENT #93 r314227: Fri Feb 24
> > 13:51:55 EST 2017 root@rain:/usr/obj/usr/src/sys/GENERIC  amd64
> >
> >
> > ===> Fetching all distfiles required by pkgconf-1.3.0 for building
> > ===>  Extracting for pkgconf-1.3.0
> > => SHA256 Checksum OK for pkgconf-1.3.0.tar.xz.
> > ===>  Patching for pkgconf-1.3.0
> > ===>  Configuring for pkgconf-1.3.0
> > configure: loading site script /usr/ports/Templates/config.site
> > checking for gcc... cc
> > checking whether the C compiler works... yes
> > checking for C compiler default output file name... a.out
> > checking for suffix of executables...
> > checking whether we are cross compiling... no
> > checking for suffix of object files... o
> > checking whether we are using the GNU C compiler... yes
> > checking whether cc accepts -g... yes
> > checking for cc option to accept ISO C89... none needed
> > checking whether cc understands -c and -o together... yes
> > checking for strlcpy... (cached) yes
> > checking for strlcat... (cached) yes
> > checking for strndup... (cached) yes
> > checking for cygwin_conv_path... no
> > checking how to run the C preprocessor... cpp
> > checking for grep that handles long lines and -e... (cached)
> /usr/bin/grep
> > checking for egrep... (cached) /usr/bin/egrep
> > checking for ANSI C header files... (cached) yes
> > checking for sys/types.h... (cached) yes
> > checking for sys/stat.h... (cached) yes
> > checking for stdlib.h... (cached) yes
> > checking for string.h... (cached) yes
> > checking for memory.h... (cached) yes
> > checking for strings.h... (cached) yes
> > checking for inttypes.h... (cached) yes
> > checking for stdint.h... (cached) yes
> > checking for unistd.h... (cached) yes
> > checking for sys/stat.h... (cached) yes
> > checking for a BSD-compatible install... /usr/bin/install -c
> > checking whether build environment is sane... configure: error: newly
> > created file is older than distributed files!
> > Check your system clock
>
> The message here is telling you to check your clock have you checked it?
>
> This is a regular test from autotools which ensure that produced binaries
> are
> newer that the timestamp of the sources which appears to not be the case
> in your
> system.
>
> Best regards,
> Bapt
>



-- 
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org
___
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: pkgconfig fails to configure on 12-CURRENT

2017-02-26 Thread Baptiste Daroussin
On Sat, Feb 25, 2017 at 08:08:28PM -0500, Aryeh Friedman wrote:
> FreeBSD rain 12.0-CURRENT FreeBSD 12.0-CURRENT #93 r314227: Fri Feb 24
> 13:51:55 EST 2017 root@rain:/usr/obj/usr/src/sys/GENERIC  amd64
> 
> 
> ===> Fetching all distfiles required by pkgconf-1.3.0 for building
> ===>  Extracting for pkgconf-1.3.0
> => SHA256 Checksum OK for pkgconf-1.3.0.tar.xz.
> ===>  Patching for pkgconf-1.3.0
> ===>  Configuring for pkgconf-1.3.0
> configure: loading site script /usr/ports/Templates/config.site
> checking for gcc... cc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether cc accepts -g... yes
> checking for cc option to accept ISO C89... none needed
> checking whether cc understands -c and -o together... yes
> checking for strlcpy... (cached) yes
> checking for strlcat... (cached) yes
> checking for strndup... (cached) yes
> checking for cygwin_conv_path... no
> checking how to run the C preprocessor... cpp
> checking for grep that handles long lines and -e... (cached) /usr/bin/grep
> checking for egrep... (cached) /usr/bin/egrep
> checking for ANSI C header files... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for memory.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for inttypes.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... configure: error: newly
> created file is older than distributed files!
> Check your system clock

The message here is telling you to check your clock have you checked it?

This is a regular test from autotools which ensure that produced binaries are
newer that the timestamp of the sources which appears to not be the case in your
system.

Best regards,
Bapt


signature.asc
Description: PGP signature


FreeBSD ports you maintain which are out of date

2017-02-26 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
finance/moneymanagerex  | 1.2.7   | v1.3.2
+-+
math/numdiff| 5.8.1   | 5.9.0
+-+
multimedia/libxine  | 1.2.6   | 1.2.8
+-+
net-mgmt/mk-livestatus  | 1.2.8p15| 1.2.8p16
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
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"