FreeBSD make install in graphics/graphviz : "Compilation failed unexpectedly"

2015-05-13 Thread Avinash Sonawane
# uname -a
FreeBSD titanic.rootkea.me



10.1-RELEASE FreeBSD 10.1-RELEASE #0
r274401: Tue Nov 11 21:02:49 UTC 2014
r...@releng1.nyi.freebsd.org:/
usr/obj/usr/src/sys/GENERIC  amd64

Hello!

When I say `make install` in graphics/graphviz it says
"Makefile:2022: recipe for target 'libgv_php_la-gv_php_init.lo' failed
.
.
.
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer."

Here is the complete log : http://pastebin.com/iLpd0wJg

Then I added "MAKE_JOBS_UNSAFE= YES" in graphics/graphviz/Makefile but
then it again said the same. i.e.
"Makefile:2022: recipe for target 'libgv_php_la-gv_php_init.lo' failed"

Here is the complete log after doing MAKE_JOBS_UNSAFE= YES
http://pastebin.com/6bvMCF0X

Now since x11/gnome3 depends on graphviz I'm not able to compile to
gnome3 because of this bug in graphviz.

Any pointers will be really helpful?

-- 
Avinash Sonawane (RootKea)
PICT, Pune
http://rootkea.wordpress.com
___
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: FreeBSD make install in graphics/graphviz : "Compilation failed unexpectedly"

2015-05-14 Thread Avinash Sonawane
On Wed, May 13, 2015 at 5:38 PM, Ben Woods  wrote:
> Hi Avinash,
>
> I am able to compile graphics/graphviz fine on my FreeBSD 10.1 amd64 computer.
>
> Can you please let us know what options you had selected, and the
> contents of your make.conf file?

The problem was, as the maintainer of graphviz suggested, that I had
selected PHP bindings in `make config` which was failing the
compilation. But even after unselecting the PHP bindings in `make
config` the `make install` was giving the same error. Interestingly
the error continued even after `make rmconfig`.

The cause was the previously generated configure scripts using old
make configuration. So I had to do `make clean` and then `make
rmconfig` (default configuration) and then `make install`. - #freebsd
on Freenode

-- 
Avinash Sonawane (RootKea)
PICT, Pune
http://rootkea.wordpress.com
___
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: FreeBSD make install in graphics/graphviz : "Compilation failed unexpectedly"

2015-05-15 Thread Avinash Sonawane
On Thu, May 14, 2015 at 7:25 PM, Avinash Sonawane  wrote:

> The problem was, as the maintainer of graphviz suggested, that I had
> selected PHP bindings in `make config` which was failing the
> compilation.

But then if selecting "PHP bindings" option in `make config` produces
compile error then why to have "PHP bindings" option in the first
place?

It seems as if the work on "PHP bindings" option is going on but till
the option is fully ready to compile what's the point in having it in
`make config`?

It'll only lead to compilation failure and ultimately frustration of
user just to realize "PHP bindings" option doesn't work while building
graphviz and then starting the build again with "PHP bindings" not
selected.

How about providing the option in `make config` when the option is
actually ready and doesn't produce any build error?

Regards,
Avinash Sonawane (RootKea)
PICT, Pune
http://rootkea.wordpress.com
___
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"


www/firefox : Script "configure" failed unexpectedly

2015-05-19 Thread Avinash Sonawane
Hello!

# uname -a
FreeBSD titanic.rootkea.me 10.1-RELEASE FreeBSD 10.1-RELEASE #0
r274401: Tue Nov 11 21:02:49 UTC 2014
r...@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

When I tried to build www/firefox the compilation failed abruptly.
Here is the complete log http://pastebin.com/TYM0NHrT

How do I remove the compile error and build firefox?

Thank you.

Regards,
Avinash Sonawane (RootKea)
PICT, Pune
http://rootkea.wordpress.com
___
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"


www/chromium : make[1]: stopped in /usr/ports/www/chromium

2015-05-19 Thread Avinash Sonawane
Hello!

# uname -a
FreeBSD titanic.rootkea.me 10.1-RELEASE FreeBSD 10.1-RELEASE #0
r274401: Tue Nov 11 21:02:49 UTC 2014
r...@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

When I tried to build www/chromium the compilation failed abruptly.
Here is the complete log http://pastebin.com/6wuBFuWv

How do I build chromium successfully?

Thank you.

Regards,
Avinash Sonawane (RootKea)
PICT, Pune
http://rootkea.wordpress.com
___
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: www/chromium : make[1]: stopped in /usr/ports/www/chromium

2015-05-20 Thread Avinash Sonawane
On Wed, May 20, 2015 at 3:43 AM, Kevin Oberman  wrote:

> Looks like both the firefox and chromium faqilures are Python related. You
> might want to confirm that Python is built with SEM..

When I say `make config` in lang/python it says "===> No options to configure"

> I have python27 built
> with everything except DEBUG selected and UCS4. Regardless.Even if it is,
> you might want to rebuild it, anyway.

I make deinstall lang/python and then make install again but then too
firefox and chromium giving same build errors.

-- 
Avinash Sonawane (RootKea)
PICT, Pune
http://rootkea.wordpress.com
___
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: www/chromium : make[1]: stopped in /usr/ports/www/chromium

2015-05-20 Thread Avinash Sonawane
On Wed, May 20, 2015 at 2:35 PM, Jonathan Chen  wrote:
> On 20 May 2015 at 20:43, Avinash Sonawane  wrote:
>> On Wed, May 20, 2015 at 3:43 AM, Kevin Oberman  wrote:
> [..]
>>> I have python27 built
>>> with everything except DEBUG selected and UCS4. Regardless.Even if it is,
>>> you might want to rebuild it, anyway.
>>
>> I make deinstall lang/python and then make install again but then too
>> firefox and chromium giving same build errors.
>
> As Kevin has mentioned, the port you need to rebuild is lang/python27.

Ok. So I `make install` lang/python27 but still same error for firefox
and chromium.

And quite frankly I thought the same as `make quicksearch name=pyhton` gives:
"Port:   python-2.7_2,2
Path:   /usr/ports/lang/python
Info:   The "meta-port" for the default version of Python interpreter"

So lang/python is python27 only (more specifically python-2.7_2,2)

And that's why when I did `make install` in lang/python27 it gave
"already installed" error (as I had installed lang/python earlier ) so
had to `make deinstall` first and then again `make install`.

Anyways still the same error with firefox and chromium. Any pointers
will be helpful

Thanks.
-- 
Avinash Sonawane (RootKea)
PICT, Pune
http://rootkea.wordpress.com
___
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: www/chromium : make[1]: stopped in /usr/ports/www/chromium

2015-05-21 Thread Avinash Sonawane
On Tue, May 19, 2015 at 8:01 PM, Avinash Sonawane  wrote:
> Hello!
>
> # uname -a
> FreeBSD titanic.rootkea.me 10.1-RELEASE FreeBSD 10.1-RELEASE #0
> r274401: Tue Nov 11 21:02:49 UTC 2014
> r...@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>
> When I tried to build www/chromium the compilation failed abruptly.
> Here is the complete log http://pastebin.com/6wuBFuWv

Is anybody using FreeBSD 10.1-RELEASE able to build www/chromium on
his/her end? I'm still getting the same error.

-- 
Avinash Sonawane (RootKea)
PICT, Pune
http://rootkea.wordpress.com
___
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: www/firefox : Script "configure" failed unexpectedly

2015-05-21 Thread Avinash Sonawane
On Tue, May 19, 2015 at 7:57 PM, Avinash Sonawane  wrote:
> Hello!
>
> # uname -a
> FreeBSD titanic.rootkea.me 10.1-RELEASE FreeBSD 10.1-RELEASE #0
> r274401: Tue Nov 11 21:02:49 UTC 2014
> r...@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>
> When I tried to build www/firefox the compilation failed abruptly.
> Here is the complete log http://pastebin.com/TYM0NHrT

Is anybody using FreeBSD 10.1-RELEASE able to build www/firefox on
his/her end? I'm still getting the same error.

-- 
Avinash Sonawane (RootKea)
PICT, Pune
http://rootkea.wordpress.com
___
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"