Re: php71-pdo_sqlite won't build with poudriere

2017-07-20 Thread Jim Trigg
On 7/19/2017 3:44 AM, Torsten Zuehlsdorff wrote:
> On 19.07.2017 06:23, Jim Trigg wrote:
>> I'm trying to set up a poudriere repository, and php71-pdo_sqlite
>> refuses to build.
>>
>> [00:01:37] >> [02][00:00:18] Finished build of
>> databases/php71-pdo_sqlite: Failed: build-depends
>>
>> But php71-pdo_sqlite properly depends (runtime) on php71-pdo.
>>
>> Why can't the jail find the shared library? I thought that's what
>> poudriere was all about...
>>
>> (Note: formerly a satisfied portmaster user...)
>
> Just a guess in the wild: did you set PHP default version to 7.1 in
> /etc/make.conf?
>
> Otherwise please send me the error-log.

No, it's the same thing that was biting me back in December on 7.0, but
I had given up on poudriere then by the time the solution was pointed
out to me. The answer is in pkg-message for 7.0 but not 7.1:
If you are building PHP-based ports in poudriere(8) with ZTS enabled,
add WITH_MPM=event to /etc/make.conf to prevent build failures.

Thanks,
Jim Trigg

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

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


Uninstalling base package gdb

2017-07-20 Thread Aijaz Baig

___
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: JVM based port dependencies?

2017-07-20 Thread Dmytro Bilokha
20 липня 2017 р. 18:17:13 GMT+02:00, Pavel Timofeev  написав:
>Hello!
>What is the best practice for ports running on top of JVM (like
>ZooKeeper or ElasticSearch):
>use all bundled jars (for example, log4j) or take them from other
>ports as dependencies?
>___
>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"

Hello!
As far as I see, ports running on top of JVM usually use bundled jars. To be 
sure about best practice you can check some already existing ports (Eclipse, 
Idea, Glassfish, Tomcat, etc).
-- 
Best regards,
Dmytro Bilokha
___
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"

JVM based port dependencies?

2017-07-20 Thread Pavel Timofeev
Hello!
What is the best practice for ports running on top of JVM (like
ZooKeeper or ElasticSearch):
use all bundled jars (for example, log4j) or take them from other
ports as dependencies?
___
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: gnucash conflicts with guile?

2017-07-20 Thread Guido Falsi
On 07/20/17 12:37, Walter Schwarzenfeld wrote:
> I deinstalled guile2 and tried to compile gnucash (I am on 10.3 amd64)
> 
> same error.
> 
> But it is no problem for me, I don't work with it, I only make a quick
> look at it.
> 

Could you send me(privately) a full log anyway? I'd look to have a look,
jut to make sure there is nothing broken with the port.

-- 
Guido Falsi 
___
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: gnucash conflicts with guile?

2017-07-20 Thread Walter Schwarzenfeld

I deinstalled guile2 and tried to compile gnucash (I am on 10.3 amd64)

same error.

But it is no problem for me, I don't work with it, I only make a quick 
look at it.


___
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: gnucash conflicts with guile?

2017-07-20 Thread Guido Falsi
On 07/20/17 11:38, Walter Schwarzenfeld wrote:
> Now it tested it. I try to compite it with guile2 opton. Result:
> 
> gmake[6]: *** [Makefile:1303: business-prefs.go] Segmentation fault
> (core dumped)

To be sure I'd need more lines of output, but I'm reasonably sure it's
the guile compiler that is segfaulting. You can try rebuilding gnucash,
sometimes it just segfaults at random. Otherwise please recompile the
guile2 port and retry.

-- 
Guido Falsi 
___
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: gnucash conflicts with guile?

2017-07-20 Thread Guido Falsi
On 07/20/17 11:58, Bob Eager wrote:
> It compiled OK for me!

There is an occasional segfault caused by the guile compiler, I have not
been able to fix it.

> 
> Looks OK - but I also installed gnucash-docs, and I get a blank window
> when I try to use help.

What's the output on the console? Can you test this by launching gnucash
from a terminal so you can grab the output?

The help system was working for me when I tested it before my last
commit to the port, but I don't use that regularly.

-- 
Guido Falsi 
___
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: gnucash conflicts with guile?

2017-07-20 Thread Bob Eager
It compiled OK for me!

Looks OK - but I also installed gnucash-docs, and I get a blank window
when I try to use help.

On Thu, 20 Jul 2017 11:38:03 +0200
Walter Schwarzenfeld  wrote:

> Now it tested it. I try to compite it with guile2 opton. Result:
> 
> gmake[6]: *** [Makefile:1303: business-prefs.go] Segmentation fault 
> (core dumped)
> gmake[6]: *** Waiting for unfinished jobs
> wrote `config-var.go'
> wrote `business-options.go'
> gmake[6]: *** [Makefile:1303: date-utilities.go] Segmentation fault 
> (core dumped)
> gmake[6]: Leaving directory 
> '/ram/usr/ports/finance/gnucash/work/gnucash-2.6.17/src/app-utils'
> gmake[5]: *** [Makefile:994: all-recursive] Error 1
> gmake[5]: Leaving directory 
> '/ram/usr/ports/finance/gnucash/work/gnucash-2.6.17/src/app-utils'
> gmake[4]: *** [Makefile:550: all-recursive] Error 1
> gmake[4]: Leaving directory 
> '/ram/usr/ports/finance/gnucash/work/gnucash-2.6.17/src'
> gmake[3]: *** [Makefile:784: all-recursive] Error 1
> gmake[3]: Leaving directory 
> '/ram/usr/ports/finance/gnucash/work/gnucash-2.6.17'
> gmake[2]: *** [Makefile:637: all] Error 2
> gmake[2]: Leaving directory 
> '/ram/usr/ports/finance/gnucash/work/gnucash-2.6.17'
> ===> Compilation failed unexpectedly.  
> Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the
> failure to the maintainer.
> *** Error code 1
> 
> Stop.
> make[1]: stopped in /usr/ports/finance/gnucash
> *** Error code 1
> 
> Stop.
> make: stopped in 
> /usr/ports/finance/gnucashngorx@newgorx:/usr/ports/finance/gnuc
> 
> (guile2 is installed on my system, with guile1 I got the same
> conflict as you).
> 
> you shold make a PR.
> 
> 
> ___
> 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-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: gnucash conflicts with guile?

2017-07-20 Thread Walter Schwarzenfeld

Now it tested it. I try to compite it with guile2 opton. Result:

gmake[6]: *** [Makefile:1303: business-prefs.go] Segmentation fault 
(core dumped)

gmake[6]: *** Waiting for unfinished jobs
wrote `config-var.go'
wrote `business-options.go'
gmake[6]: *** [Makefile:1303: date-utilities.go] Segmentation fault 
(core dumped)
gmake[6]: Leaving directory 
'/ram/usr/ports/finance/gnucash/work/gnucash-2.6.17/src/app-utils'

gmake[5]: *** [Makefile:994: all-recursive] Error 1
gmake[5]: Leaving directory 
'/ram/usr/ports/finance/gnucash/work/gnucash-2.6.17/src/app-utils'

gmake[4]: *** [Makefile:550: all-recursive] Error 1
gmake[4]: Leaving directory 
'/ram/usr/ports/finance/gnucash/work/gnucash-2.6.17/src'

gmake[3]: *** [Makefile:784: all-recursive] Error 1
gmake[3]: Leaving directory 
'/ram/usr/ports/finance/gnucash/work/gnucash-2.6.17'

gmake[2]: *** [Makefile:637: all] Error 2
gmake[2]: Leaving directory 
'/ram/usr/ports/finance/gnucash/work/gnucash-2.6.17'

===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/finance/gnucash
*** Error code 1

Stop.
make: stopped in 
/usr/ports/finance/gnucashngorx@newgorx:/usr/ports/finance/gnuc


(guile2 is installed on my system, with guile1 I got the same conflict 
as you).


you shold make a PR.


___
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: gnucash conflicts with guile?

2017-07-20 Thread Walter Schwarzenfeld

You have an option. You can choose between guile1 and guile2.
___
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"


gnucash conflicts with guile?

2017-07-20 Thread Bob Eager
I have just tried to build gnucash, but it seems to have a conflict
with guile, of all things:

gmake[5]: Leaving directory '/usr/ports/lang/guile/work/guile-1.8.8'
gmake[4]: Leaving directory '/usr/ports/lang/guile/work/guile-1.8.8'
gmake[3]: Leaving directory '/usr/ports/lang/guile/work/guile-1.8.8'
gmake[2]: Leaving directory '/usr/ports/lang/guile/work/guile-1.8.8'
> Compressing man pages (compress-man)
> Running Q/A tests (stage-qa)
Error: /usr/local/lib/libguilereadline-v-17.so.17.0.3 is linked to 
/usr/local/lib/libreadline.so.6 from devel/readline but it is not declared as a 
dependency
Warning: you need USES+=readline
===>  Installing for guile-1.8.8_3
===>  Checking if guile already installed
===>   Registering installation for guile-1.8.8_3 as automatic
Installing guile-1.8.8_3...
pkg-static: guile-1.8.8_3 conflicts with guile2-2.0.14 (installs files into the 
same place).  Problematic file: /usr/local/bin/guile
*** Error code 70

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

Stop.
make: stopped in /usr/ports/finance/gnucash


Does anyone else know about this, and any workaround?

-- 
Bob

___
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: lang/gcc6-aux for head beyond __nonnull related issues: vm_ooffset_t and vm_pindex_t related changes (and more)

2017-07-20 Thread Konstantin Belousov
On Wed, Jul 19, 2017 at 10:06:13PM -0400, Alexander Kabaev wrote:
> On Wed, 19 Jul 2017 22:50:04 +0200 (CEST)
> Gerald Pfeifer  wrote:
> 
> > On Fri, 14 Apr 2017, Alexander Kabaev wrote:
> > > it was suggested multiple times that the whole fixinc step is
> > > ultimately harmful and serves no useful purpose and probably should
> > > be disabled in built packages outright. Is there a reason not to do
> > > it? Even Redhat appears to do the slimming in their rpms:  
> > 
> > For the more current lang/gcc* ports (not the gcc5-aux and gcc6-aux 
> > ports which I do not maintain) I have now removed packaging the
> > headers processed by fixincludes, so any problems in that direction
> > should be gone.
> > 
> > Gerald
> 
> Thank you, Gerald!

This is very good news, thank you.  Gcc should be much more usable now.
___
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"