cairo-dock - Segmentation fault

Will the result of the assembly if the file /usr/ports/deskutils/cairo-dock-plugins/Makefile to change MAKE_JOBS_SAFE on MAKE_JOBS_UNSAFE?
 
I believe, you wanted to say/ask:
Will it result in assembly, if in file /usr/ports/deskutils/cairo-dock-plugins/Makefile, MAKE_JOBS_SAFE is changed into MAKE_JOBS_UNSAFE?
Will try it ...
;)
 
He he ...

I've tried combinations: (also default: MAKE_JOBS_SAFE=YES)
Code:
MAKE_JOBS_UNSAFE=  YES
MAKE_JOBS_SAFE=    NO
MAKE_JOBS_UNSAFE=  NO

And they've all failed, at the same spot.
 
Code:
===>   cairo-dock-plugins-2.2.0.4 depends on executable: gmake - found
===>   cairo-dock-plugins-2.2.0.4 depends on executable: gcc44 - not found
===>    Verifying install for gcc44 in /usr/ports/lang/gcc44
===>  [B][color="Red"]gcc-4.4.6.20101026 is marked as broken: does not build.[/color][/B]
*** Error code 1

Stop in /usr/ports/lang/gcc44.
*** Error code 1

Stop in /usr/ports/deskutils/cairo-dock-plugins.
 
Your flag doesn't work, so I had to edit Makefile:
Code:
USE_GCC=4.6

Success!

Code:
===>   Registering installation for cairo-dock-plugins-2.2.0.4
===>  Cleaning for gcc-4.6.0.20101127
===>  Cleaning for zip-3.0
===>  Cleaning for binutils-2.20.1_3
===>  Cleaning for gmp-5.0.1
===>  Cleaning for mpfr-3.0.0
===>  Cleaning for mpc-0.8.2
===>  Cleaning for cairo-dock-plugins-2.2.0.4
It is unbelievable how many dependencies, it pulled in.
And that gcc46 and it's tools, compiled in a time frame, like 3 Firefoxes!
:P

And how much I've tested it, there was no crash whatsoever.
Good job. ;)
 
fidaj said:
No
I do not have free time...

you have a port - patches accepted here:http://www.freebsd.org/send-pr.html
can try to do it yourself

Now you too, want me to port, a port. :P
Why am I always, at the end, pushed to do it on my own.
I am still studying FreeBSD and so ...


I too, don't have a free time!
I am completely busy having a binge, starting again in a next 5 min. (Bottles all around me) :):)
And then I'll binge'n & bltchi'n with my friends till the rise of 2011! +3 extra days
 
Wait, wait, those patches are so huge, that my head hurts!

I successfully run it on 8.2-RC1
Does it not compile on yours 9.0-CURRENT?

And those applets, are a complete code bloat and not useful!!

I need cairo's core, it's themes and only applets: logout and compiz icon, as for me cairo is a taskbar and holds icon launchers for applications installed via ports (and those applets kind of, force theirs usages instead of apps from ports and that is not FreeBSD's way)

Well, HELL, ditch the applets I say!!
I don't even need those: logout and compiz icon, as i.e; logout's function can be put in icon launcher, by setting command to execute on click(normally executes port's binary)
 
Hej fidaj!
Looks like you've updated the port!

Besides on my amd64 laptop, now I've also tested it on my i386 server and it works.

Excellent job!
:beergrin
 
Back
Top