Re: Recent massive port update.

2010-02-06 Thread Sergio de Almeida Lenzi
My solution I work witho about 50 freebsd servers, is to setup ONE server for each type (7.2,8.0) and install all the ports I need.. Than using rsync I export the /var/db/ports, /var/db/portsnap, /usr/ports (excluding distfiles,packages, and work dirs)... Than I use rsync and portsnap -PP -aBd

Re: FreeBSD Ports Problem - Please help

2010-02-12 Thread Sergio de Almeida Lenzi
try to make it work again (with the now missing libjpeg.so.10... by inserting a line in the /etc/libmap.conf echo "libjpeg.so.10 libjpeg.so" >> /etc/libmap.conf than probably all will work again... by the time you build all ports, the later will be linked agains version 11.. and than you can de

testing PKGNG...

2011-09-13 Thread Sergio de Almeida Lenzi
Hello, I moved all my servers (about 40) to the pkgng (new generation) package/port system, and I can say that it is amazing... it is not yet finish, and have some minor "issues", but works very well, and is lightning fast.. It is almost the same as "pacman" (from Archlinux).. you build a "

Re: testing PKGNG

2011-09-14 Thread Sergio de Almeida Lenzi
Em Qua, 2011-09-14 às 10:43 +0200, Baptiste Daroussin escreveu: > > no pkgng do ont share something penguinist at all :) > > pkgng is just the result of long studies and reflexion about packaging > (studying > what is done elsewhere: apt/dpkg, yum/rpm, pacman, aix, solaris, > netbsd, openbsd > a

Re: Snort failing after latest PostGreSQL upgrade

2011-10-19 Thread Sergio de Almeida Lenzi
a workaround is to edit /etc/libmap.conf and add the line: libpq.so.5libpq.so Sergio ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@free

Re: databases/postgresql90-contrib fails to build

2011-10-24 Thread Sergio de Almeida Lenzi
Em Dom, 2011-10-23 às 11:35 +0200, Rainer Hurling escreveu: > When I try to build databases/postgresql90-contrib, it stops with not > finding the right uuid lib: > > #cd /usr/ports/databases/databases/postgresql90-contrib > # make > ===> Vulnerability check disabled, database not found > ===>

RE: upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails

2011-11-02 Thread Sergio de Almeida Lenzi
Try this; pkg_delete -f postgresql-server postgresql-client make sure it has been removed... than. cd /usr/ports/databases/postgresql84-server make clean config In the configuration menu UNMARK GSSAPI then cd /usr/ports/databases/postgresql84-client make clean config In the configuration m

Re: dconf gconf wtfconf ?

2011-11-02 Thread Sergio de Almeida Lenzi
Não é possível abrir diretório > Can anyone explain the difference or need for both of these ? > > ports/devel/gconf <-( Should'nt this be the only one needed ? ) > ports/devel/dconf > > I just noticed dconf installed on my system. > > Both of these have the same WWW: of: > http://www.gnome.org

Re: VirtualBox, vboxwebsrv and VRDPAuth

2012-01-04 Thread Sergio de Almeida Lenzi
Em Ter, 2012-01-03 às 09:19 +0100, Bernhard Froehlich escreveu: > On 02.01.2012 22:23, Marek Salwerowicz wrote: > > Hi all, > > > > My host is 9.0-RC3 amd64. > > > > I've installed VirtualBox from /usr/ports/emulation/virtualbox-ose > > port, with GUESTADDITIONS, DBUS, VNC and WEBSERVICE options.

Beta 3 still not OK

2012-02-10 Thread Sergio de Almeida Lenzi
Seems that the sqlite database has changed from beta1 to beta3??? I have all the system running exclusive on pkg there is no more "old pkg" How can I upgrade the sqlite database from beta1 to beta3??? ___ freebsd-ports@freebsd.org mailing list http://l

Beta 3 still not OK

2012-02-10 Thread Sergio de Almeida Lenzi
Em Sáb, 2012-02-11 às 00:38 +0100, Baptiste Daroussin escreveu: > Sorry pkg add was broken in beta2 this release fixes it. > > Changes: > * fix pkg add (it is been broken during beta2 sorry about that) > * fix manifest emitter: now really emit the pkg-message in message no more > description >

Update ghostscript compile error....

2012-02-12 Thread Sergio de Almeida Lenzi
Em Dom, 2012-02-12 às 09:50 -0500, Jerry escreveu: > I was wondering if there are any plans to update ghostscript to the > latest version -- Ghostscript 9.05 > it is already there portsnap fetch update, But it does not compile, cc -DHAVE_MKSTEMP

Re: print/ghostscript9 fix

2012-02-13 Thread Sergio de Almeida Lenzi
The error occurs becuse it gets jpeg definitions from the system libjpeg before the ones from own openjpeg code. For me, I disable openjpeg code (because it uses system libjpeg also) add = CONFIGURE ARGS+=--disable-openjpeg == after line 67 in the Makefile make c

Re: portsnap problem

2012-03-11 Thread Sergio de Almeida Lenzi
Em Dom, 2012-03-11 às 07:38 -0500, ajtiM escreveu: > On Sunday 11 March 2012 07:05:35 Herby Vojčík wrote: > > Hello, > > > > for a day already, portsnap fetch seems not to fetch newest changes. > > freshports shows lots of changes, port portsnap fetch says there > > everything is up to date. > >

Re: portsnap problem

2012-03-11 Thread Sergio de Almeida Lenzi
Em Dom, 2012-03-11 às 09:22 -0400, Jerry escreveu: > Actually, there are numerous "razors", Occam's being only one. Seems that "Murphy's Law". wins in this case... ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fre

Re: ImageMagick upgrade problem

2010-11-23 Thread Sergio de Almeida Lenzi
Em Ter, 2010-11-23 às 17:50 +, David Southwell escreveu: > Puzzled > > I have perl installed with threads but getting the following upgrade problem > with graphics/ImageMagick. The upgrade fails to recognise reality - Perl is > installed with threads! > with OpenEXR or OpenMP I get the same

RE: KDE4 load libicui18n.so.38 not found - can create system crash!

2010-12-31 Thread Sergio de Almeida Lenzi
for me, I solved this problem with this script, use: sh script libicui18n.s0.38 it scans every lib in /usr/local for the string libicui18n.so.38 and than finds the package that has that lib, finally it builds the ports that have that string. === t=/tmp/$$ find

Re: Instructions on Installing HP LaserJet P1102 on FreeBSD 8 (solved)

2011-01-30 Thread Sergio de Almeida Lenzi
Em Seg, 2011-01-31 às 06:28 +1100, Peter Jeremy escreveu: > On 2011-Jan-30 16:03:30 +0100, Matthias Andree wrote: > >Again, please obtain instructions to do the equivalent in FreeBSD, without > >Windows. Ask HP support if needed. This is probably nothing more than just > >one > >command to send

Re: [CFT] cpu stresser^W libreoffice 3.3.0 final (final test here...)

2011-02-04 Thread Sergio de Almeida Lenzi
There is a final "bug" in the package list when you define in the options (make config) gnome=yes the pkg-plist builds the +CONTENTS with a "/" in front of the gnome file list Solution: edit the pkg-plist and remove the first "/" from the GNOMEOPT at line 1791, 1792 make reinstall package, and t

Libreoffice & spadmin

2011-02-05 Thread Sergio de Almeida Lenzi
spadmin fails (missing libs) Please consider creating a file "libreoffice" in /usr/local/libdata/ldconfig during the install process, with contains: /usr/local/lib/libreoffice/basis3.3/program /usr/local/lib/libreoffice/ure/lib so spadmin and friends will find the required libs to work. Thank fo

Re: [CFT] xf86-video-ati 6.14.0

2011-02-08 Thread Sergio de Almeida Lenzi
For me it worked ok FreeBSD 8.2 amd74 ati-radeon Seems that is faster than the other and resolve some issues with suspend/resume too ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, s

Re: Call for Testers: VirtualBox 4.0.4

2011-02-18 Thread Sergio de Almeida Lenzi
I have been using the 4.0.2 version in our production system running FreeBSD 8.2 with a dual xeon 6 cores (12 cpus seen in the kernel) running 8 windows XP and 2 windows 2003 nt. besides it runs webserver, databases (postgres, mysql)... on the top of a ZFS.. running for weeks at full load... Congr

Re: Find a corrupt port

2011-02-26 Thread Sergio de Almeida Lenzi
I use this script to get rid of the problem the script detects @pkgdep record without argument and deletes it from the +CONTENTS file in the /var/db/pkg/* directory === for i in /var/db/pkg/*/+CONTENTS do if grep -q "@pkgdep $" $i then

Re: gegl

2011-03-02 Thread Sergio de Almeida Lenzi
a patch (from mplayer) for me fixed the problem put it in files directory and build the package again --- tools/exp_combine.cpp.orig 2011-03-01 23:01:25.652278474 -0300 +++ tools/exp_combine.cpp 2011-03-01 23:01:42.212845808 -0300 @@ -11,6 +11,9 @@ #include #include +#define log2(x) (log

Re: FreeBSD Port: transmission-2.22

2011-03-07 Thread Sergio de Almeida Lenzi
Em Dom, 2011-03-06 às 14:24 +0100, Barbara escreveu: > > Because, probably it's not a good solution. > > I'm useing memcached witch need libevent to work. > > So removing libevent, will broke memcached :-( > you can apply this patch (attached) in /usr/ports/net-p2p/transmission-cli patch < Makef

Re: Call for Testers: VirtualBox 4.0.6 (PBIs now available)

2011-04-24 Thread Sergio de Almeida Lenzi
For me it is working... running windows XP dnd linux over an old(4.0.2) image it is ok... very stable... Only a problem remains (that is not still fixed): it is the problem with the vnc in VBoxHeadless the cursor is not in sync (the vnc cursor) is not in sync with the XP cursor.. alth

Re: Call for Testers: VirtualBox 4.0.6

2011-04-24 Thread Sergio de Almeida Lenzi
For me it is working... running windows XP dnd linux over an old(4.0.2) image it is ok... very stable... Only a problem remains (that is not still fixed): it is the problem with the vnc in VBoxHeadless the cursor is not in sync (the vnc cursor) is not in sync with the XP cursor.. alth

Re: lang/guile build fails for me (SOLVED)

2011-06-01 Thread Sergio de Almeida Lenzi
for me, it worked when I comment the line that says USE_NCURSES, in the Makefile line 25. Probably an error in the configure logic... ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send

Re: 8.2-RC1 tightvnc-1.3.10 installs 0 byte files, deinstall fails

2011-06-06 Thread Sergio de Almeida Lenzi
I use the vnc port (net/vnc) it is faster, and works very good with inetd/Xvnc. thightvnc lacks features in Xvnc. and it is slower than the realvnc too ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: mencoder

2011-06-24 Thread Sergio de Almeida Lenzi
The problem is that it is missing cflags in the module codec-cfg.c a fix (dirty) in the mencoder makefile does the trick --- Makefile.orig 2011-06-24 10:18:38.856768653 -0300 +++ Makefile2011-06-24 10:18:43.546211306 -0300 @@ -170

Re: p5-libwww + portmaster

2011-07-18 Thread Sergio de Almeida Lenzi
Não é possível abrir diretório > Hi List, > > The package p5-libwww has a problem to be updated with the portmaster, > when trying to update it it gets into an infinite loop: > > ===>>> Launching child to update p5-libwww-5.837 to p5-libwww-6.02 > p5-libwww-5.837 >> p5-libwww-5.837 >> p5

Re: UPDATING 20110730

2011-08-01 Thread Sergio de Almeida Lenzi
Hello Even I use portmaster (a very good piece of software), it becomes very slow when you have 1550 ports installed in your system. As only a few ports (about 100, in my case) changes in a week time, I build a database (postgres) that contains all the ports installed, de depencies and a flag th

Re: make failed for editors/libreoffice

2012-05-31 Thread Sergio de Almeida Lenzi
Em Qui, 2012-05-31 às 11:36 +0200, Leslie Jensen escreveu: > Help Please! > > Thanks > Seems that clang (and or) gmake running paralell (in my case -P8) and are not treating dependencies right... in your code, the error message tells how to restart(or make only the module that is in error)...

Re: make failed for editors/libreoffice

2012-05-31 Thread Sergio de Almeida Lenzi
Em Qui, 2012-05-31 às 17:31 +0200, Leslie Jensen escreveu: > > 2012-05-31 14:24, Robert Huff skrev: > > > > Leslie Jensen writes: > > > >> --- > >>Oh dear - something failed during the build - sorry ! > >> For

Re: make failed for editors/libreoffice

2012-06-05 Thread Sergio de Almeida Lenzi
Em Ter, 2012-06-05 às 19:35 +0200, Heino Tiedemann escreveu: > Baptiste Daroussin wrote: > > > On Tue, Jun 05, 2012 at 10:49:06AM -0400, Robert Huff wrote: > >> > >>Is it possible to disable parallel make jobs? > >>If so, what is the correct way to do so? > >> in the Makefile near the

Re: make failed for editors/libreoffice SOLVED

2012-06-05 Thread Sergio de Almeida Lenzi
Hello all... finally I track down the problem with libreoffice, the problem is with the boost headers and files You MUST use the boost that comes with libreoffice, but somehow the makefiles searches /usr/local/include/* Solution: remove (temporary) boost-lib, boost-jam, then go to the editors/l

libreoffice, Makefile fix proposal...

2012-06-06 Thread Sergio de Almeida Lenzi
Well, now that libreoffice build is solved, than what about insert a line: CONFLICTS_BUILD=boost* near line 63 of Makefile??? this will prevent libreoffice build with boost in the system. Sergio ___ freebsd-ports@freebsd.org mailing list http://li

Re: libreoffice, Makefile fix proposal...

2012-06-07 Thread Sergio de Almeida Lenzi
For me, the lotusworldpro fix is not needed, as libreoffice build without any fix other than the original patches... I use only the PKGNG so when I remove boost*, it removes the package but not the dependencies (in the /var/db/pkg/local.sqlite) so when I reinstall boost*, everything is OK Sergi

freedesktop.org is down....

2012-06-27 Thread Sergio de Almeida Lenzi
Hello,,, I am trying to update my system, and it needs to build gstreamer stuff (gstreamer, gstreamer-plugins) but gstreamer.freedesktop.org seems down... Someone please can point me to a mirror of freedesktop.org??? Google does not helped me... Thanks __

Re: multimedia/linux-realplayer port marked as BROKEN

2012-06-29 Thread Sergio de Almeida Lenzi
I have a copy here, I am thinking in upload it to a p2p network (torrent)... in piratebay, for example It is not a mirror... ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mai

libreoffice build solution...

2012-07-04 Thread Sergio de Almeida Lenzi
Well... after poking around with FreeBSD version 8.2, 8,3 and 9.x and 10.X AMD64 version, I notice that: 1) Libreoffice version 3.5.4 builds ONLY with clang version 3.0 2) When using FreeBSD 9.X and 10.X, libreoffice builds with clang in the base system as they are clang 3.0 3) For FreeBSD 8.

Re: libreoffice build solution...

2012-07-05 Thread Sergio de Almeida Lenzi
Em Qui, 2012-07-05 às 01:07 -0400, Robert Huff escreveu: > > Attempting to build 3.5.4 on > > FreeBSD 10.0-CURRENT #0: Sun Mar 11 08:20:02 EDT 2012 amd64 > > has clang-3.1 as a dependency - it even overrides > "USE_GCC=4.6" > Is there any way to make to not require this? > >

Re: editors/libreoffice : patches for 8.3-STABLE (i386)

2012-07-05 Thread Sergio de Almeida Lenzi
Em Qui, 2012-07-05 às 15:31 +0200, Luca Pizzamiglio escreveu: > Hi all. > > I'm Luca and my system is a 8.3-STABLE system (then with clang derived > from ports) on a i386 architecture. > I had problem to build the latest libreoffice (3.5.4), so I tried to > solve issues I met and I developed this

Re: Question about clang 3.0................Re: libreoffice build solution...

2012-07-05 Thread Sergio de Almeida Lenzi
> > Hi Sergio. > > Where do I find the clang 3.0 port? It's no longer in the ports tree. > > > Regards > > > /Leslie You can fetch the tar with the "old" clang ports and expand it in the /usr/ports, the clang and llvm will than be installed in the /usr/ports/misc/ directory Make sure th

Re: libreoffice build solution...

2012-07-05 Thread Sergio de Almeida Lenzi
With the help of Luca Pizzamiglio , I can say that libreoffice now builds with clang 3.1 either with the base system or with the ports... Just add a series of patch instructions in the /etc/make.conf go to /usr/ports/editors/libreoffice, verify if it is version 3.5.4 than do a command make cl

Re: libreoffice build solution...

2012-07-05 Thread Sergio de Almeida Lenzi
With the help of Luca Pizzamiglio , I can say that libreoffice now builds with clang 3.1 either with the base system or with the ports... Just add a series of patch instructions in the /etc/make.conf go to /usr/ports/editors/libreoffice, verify if it is version 3.5.4 than do a command make cl

Re: [RFC] LibreOffice build issues

2012-07-26 Thread Sergio de Almeida Lenzi
Em Qui, 2012-07-26 às 15:18 +0300, Andriy Gapon escreveu: > on 26/07/2012 03:31 Jung-uk Kim said the following: > > I guess you had installed OpenSSL from ports. ;-) > > Yes, bingo. > for me (amd64,freebsd 8.3 stable, dual Xeon, 12 cpu) run time=90 minutes. It only builds with: clang-devel (3.

New port cad/fritzing

2012-11-06 Thread Sergio de Almeida Lenzi
it is a PCB cad, now running on FreeBSD website=http://www.fritzing.org it is in the redports http://redports.org svn co https://svn.redports.org/sergiolenzi/fritzing Can I submit to the FreeBSD community??? ___ freebsd-ports@freebsd.org mailing l

Re: New port cad/fritzing

2012-11-07 Thread Sergio de Almeida Lenzi
Em Qua, 2012-11-07 às 21:37 +1000, Robert Backhaus escreveu: > I had not problems building, but when I run, I get error messages: > > Dialog: Sorry, we have a problem with the swapping mechanism. Fritzing > still works, but you won't be able to change parts properties > > While "loading bin: cor

Re: ssl=base

2018-11-25 Thread Sergio de Almeida Lenzi
I had this problem in the past, the solution I found was to build a "port" of libfetch using /usr/src/lib/libfetch link libfetchagainst security/openssl and than net/mpd5 against the libfetch in /usr/local/lib It was some time ago.. ___ freebsd-ports@f

Re: Dropbox on FreeBSD

2012-12-20 Thread Sergio de Almeida Lenzi
Strange... there is a source code distribution of dropbox in the site the file is: nautilus-dropbox-1.4.0.tar.bz2 it compiles as an extention to nautilus (gnome...) it needs, nautilus, py-gtk2, gtk-update-icon cache... it installs and nautilus recognizes it... attached is a "port" of dropbox.

Freedesktop.org connection refused

2013-03-08 Thread Sergio de Almeida Lenzi
Hello, Can someone please inform me about a mirror for freedesktop.org??? Seems the master site is refusing connections... TIA, Sergio ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, s

Re: VirtualBox broken by recent commit -248084

2013-03-10 Thread Sergio de Almeida Lenzi
Em Dom, 2013-03-10 às 15:43 +, Chris Rees escreveu: > On 10 Mar 2013 07:07, "AN" wrote: > > > > FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #36 r248127: Sun Mar 10 > > 00:13:59 CST 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 > > > > Virtualbox was broken by this commit: > >

Re: VirtualBox patch

2013-03-12 Thread Sergio de Almeida Lenzi
Em Seg, 2013-03-11 às 10:28 +0100, Ferenc Balku escreveu: > Hi Sergio! > > Awfully sorry to disturb You, but I have found this link via Google > http://lists.freebsd.org/pipermail/freebsd-ports/2013-March/081979.html > and can not find the patch to download a make VBox work again on our > FBSD10

Re: VirtualBox patch

2013-03-12 Thread Sergio de Almeida Lenzi
Em Ter, 2013-03-12 às 17:17 +0200, Konstantin Belousov escreveu: > On Tue, Mar 12, 2013 at 09:01:43AM -0300, Sergio de Almeida Lenzi wrote: > > Em Seg, 2013-03-11 ??s 10:28 +0100, Ferenc Balku escreveu: > > > > > Hi Sergio! > > > > > > Awfully sorry

Re: VirtualBox patch, defininive???

2013-03-12 Thread Sergio de Almeida Lenzi
Hello Thanks to Konstantin Belousov a substitution from RLOCK with WLOCK is the correct way, so a new fix is necessary... go to the /usr/ports/emulators/virtualbox-ose-kmod, put the fix in the "files" directory with a name like ==> patch-the-freebsd-kernel and do a make clean install ===

pkgconf is broken?

2013-03-12 Thread Sergio de Almeida Lenzi
Hello, new pkgconf (0.8.12) does different results from previos version (0.8.9) if I have instaled mjpegtools-2.0.0 command: pkgconf --exists --print-errors "mjpegtools > 1.6.0 mjpegtools < 1.8.0" pkgconf version 0.8.9 returns 1 (correct answer) pkgconf version 0.8.12 returs 0, and make the pac

nautilus stop showing thumbnails

2013-03-19 Thread Sergio de Almeida Lenzi
Hello,, On update ports via svn from 2013-03-10 to today, after a portmaster -a, the system (gnome2) stopped to show any thumbnails.. The main reason is that it writes the thumbnail in .thumbnails/normal/xxx.png but than tries to read it from .cache/thumbnails/normal/x.png Can some

Re: Kernel panic CURRENT r248596 at virtualbox-ose-kmod module load

2013-03-25 Thread Sergio de Almeida Lenzi
Em Seg, 2013-03-25 às 04:49 -0700, sean bruno escreveu: > > > > Yes - it is correctly > > http://svnweb.freebsd.org/ports/head/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd_VM_OBJECT_RENAME.c?r1=314797&r2=315200 > > > Ah, thank you. My patch defin

Re: Request olvwm

2013-04-07 Thread Sergio de Almeida Lenzi
Em Dom, 2013-04-07 às 10:59 -0400, Lowell Gilbert escreveu: > Richard Childers writes: > > > I'm not sure if olvwm is getting any attention - I know there are > > other projects with more users - but I wanted to say, I love that > > window manager. > > Do you have any specific requests? The pro

Python 3.3 builds with clang 32 on FreeBSd 9.1

2013-05-19 Thread Sergio de Almeida Lenzi
I can say that it builds with FreeBSD 9.1 and clang 3.2 from /usr/bin/clang (native clang)... Strange... ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-

Re: Another Firefox 21.0 crash, here it does not crashes...

2013-06-01 Thread Sergio de Almeida Lenzi
Interesting... here firefox 21.0 does not crashes I have been using it for more than a day, on youtube, google, bbc, terra, wikipedia...and it does not crash I have setted up 3 accounts=test1, test2, test3 password=test access is vnc address is vnctest.k1.com.br Be nice, upload is only 360Kb/

inkscape 0.48.4 does not run

2013-06-04 Thread Sergio de Almeida Lenzi
Hello... I am finishing a new FreeBSD 9 and 10 CD here for my clients. using gnome 2.32, FreeBSD 9.1 AMD64 Everything works: gnome, libreoffice, librecad, nautilus, ekiga,mono, vlc, totem, cups, transmission, openshot,gimp, except inkscape It compiles from the ports graphics/inkscape using

inkscape 0.48.4 does not run

2013-06-05 Thread Sergio de Almeida Lenzi
Hello... I am finishing a new FreeBSD 9 and 10 CD here for my clients. using gnome 2.32, FreeBSD 9.1 AMD64 Everything works: gnome, libreoffice, librecad, nautilus, ekiga,mono, vlc, totem, cups, transmission, openshot,gimp, except inkscape It compiles from the ports graphics/inkscape using

inkscape aborts on FreeBSD 9.1 stable (SOLVED)

2013-06-06 Thread Sergio de Almeida Lenzi
Hello Iinkscape aborts on FreeBSD 9.1 stable It aborts core Reasons: 1) inkscape 4.8.4 needs boehm-gc 7.2, ports have version 7.1) 2) needs a fix in extensions/extension.cpp (fix in the attach) Thanks for your attention ___ freebsd-ports@freebsd

Re: GNOME 3 and MATE

2013-06-10 Thread Sergio de Almeida Lenzi
Wow!! I did not switched to gnome3 even on laptop linux because of a lot of "new" things that are uncompatible with gnome2, indeed, I have built a gnome2 enviroment for linux (archlinux) running on the latest kernel (3.9.10). works like a charm. Now the list points me to the Mate desktop, th

Re: VirtualBox 4.2.14 unusable

2013-07-08 Thread Sergio de Almeida Lenzi
Yes it is broken, the logic that finds how much real memory is there in the FreeBSD is broken, reports ZERO.. There is a Problem Report and a person that says will fix it, 2 weeks ago... I am using the last version 4.2.12 that works I am still waiting for the fix... Sergio __

Re: usr/ports/java/eclipse-cdt

2013-07-11 Thread Sergio de Almeida Lenzi
Em Qui, 2013-07-11 às 09:51 +0200, kron escreveu: > On 2013/07/10 20:33, Brad Keifenheim wrote: > > Hi Oli, > > > > Thanks for the quick reply. I have tried the eclipse-devel port as > > you suggested and, unfortunately, still do not have a functional > > setup. Hello, I use FreeBSD 9.1 and 1

Re: FreeBSD Port: net-p2p/transmission

2013-08-31 Thread Sergio de Almeida Lenzi
Em Sex, 2013-08-30 às 14:37 -0400, Mike Jakubik escreveu: > Hello, > > I updated transmission from 2.80 to 2.82 today, it now dumps core. Could > this be somehow related to the glib / gio-fam change? > > $ transmission-qt > QDBusConnection: session D-Bus connection created before > QCoreApplic

Re: iconv in base breaks multiple ports

2013-10-22 Thread Sergio de Almeida Lenzi
> > ... and the verdict is in. Building src w/o iconv, then re-installing > converters/libiconv and rebuilding the ports fixes at least > newsbeuter, I'll now let multimedia/xbmc (and requirements) rebuild > over night and then prepare a patch to allow -CURRENT + libiconv for > those people that

Re: "pkg repo" dumps core

2013-12-07 Thread Sergio de Almeida Lenzi
> Have you tried removing digests.txz, repo.txz and packagesite.txz? > This happens to me too in 9.2 stable and 10.0 BETA4 the strange thing is that if I build the pkg (ports-mgmt/pkg) with option WITH_DEBUG=yes, in the makefile, it works and does not dumps core any more... 9.2 uses gcc 10.0

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-12 Thread Sergio de Almeida Lenzi
Em Qua, 2013-12-11 às 16:16 -0500, Mike Jakubik escreveu: > On 12/11/13 15:51, Bernhard Fröhlich wrote: > > > > That definitely is the libstdc++ from our ancient gcc 4.2 in base. > > Could you try to temporary rename the so and try to start vbix again? > > Don't forget to rename it afterwards if

Re: Cannot build latest Chromium, Here builds and works

2015-04-28 Thread sergio de Almeida Lenzi
Here it builds... --- FreeBSD freebsd10.lenzicasa 10.1-STABLE FreeBSD 10.1-STABLE #40 r282049M: Sun Apr 26 23:17:30 BRT 2015 amd64 --- portmaster www/chomium returns===> Upgrade of c

Mono does not build on freeBSD 10.1 (i386)

2015-05-19 Thread sergio de Almeida Lenzi
Hello I try to build mono on freeBSD 10.1 (i386) in the ports, mono version 4.0.1.28 it stops the build with the message that cannot execute mcs if I try to execute mcs (from the wrapper) /usr/ports/lang/mono]# work/mono-4.0.1/runtime/_tmpinst/bin/mcs result in errorn (cannot find mscor

xephyr does not build after last xorg-server update

2015-05-19 Thread sergio de Almeida Lenzi
The build does not enter in the xephyr makefile located at ${WRKSRC}/hw/kdrive/ephyr and in this directory the Makefile.in are missing libs from x11 ...pkg-config --libs x11 gl xv xext ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/

Webcam not working

2015-05-20 Thread sergio de Almeida Lenzi
For me the solution is in the PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194345 an explanation is there and a patch that solved for me... ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To un

Re: cups, and hplip too, fail to recognize printer when I try to print

2015-06-08 Thread sergio de Almeida Lenzi
I am very satisfyed with an EPSON L355 it prints fast, and at very cheap $/page... about US$40 for 5000 pages color in CYMK... I use a driver ESC/P-R in FreeBSD10 the printer shows as /dev/ulpt0 I defined it in cups, using the driver PPD. I compiled the driver from the epson website and woks

Fritzing PORT

2016-01-29 Thread Sergio de Almeida Lenzi
Hello... I built a port for Fritzing (cad for electronic design & pcb) http://fritzing.org The port is at: http://dist64.k1.com.br/Downloads/fritzing.shar its a shar archive, executing : /bin/sh fritzing.shar, builds the PORT ___ freebsd-ports@freebsd.

Libreoffice does not builds with parallell make

2014-06-11 Thread Sergio de Almeida Lenzi
It stops with 3991 [build ECH] CustomTarget/instsetoo_native/setup/versionrc^M 3992 fatal: Not a git repository (or any of the parent directories): .git^M If I set PARALELL=1 it builds... but takes hours and hours ___ freebsd-ports@freeb

Re: Libreoffice does not builds with parallell make

2014-06-11 Thread Sergio de Almeida Lenzi
Em Qua, 2014-06-11 às 23:25 +0200, Baptiste Daroussin escreveu: > On Wed, Jun 11, 2014 at 06:22:41PM -0300, Sergio de Almeida Lenzi wrote: > > It stops with > > > > > >3991 [build ECH] CustomTarget/instsetoo_native/setup/versionrc^M > >3992 fatal: No

inkscape does not build on 10 stable after ImageMagick update

2014-06-18 Thread Sergio de Almeida Lenzi
it does not links If I deinstall Inkscape & remove the dependency, it works... AR 2geom/lib2geom.a CXXLD inkscape CXXLD inkview libinkscape.a(imagemagick.o): In function `Inkscape::Extension::Internal::Bitm

libxul is still broken

2014-10-21 Thread sergio de Almeida Lenzi
Hello, Does anybody have an idea how to compile libxul (it is marked broken).. Thanks for any help ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsub

dvdstyler does not work on making dvd

2014-10-23 Thread sergio de Almeida Lenzi
it does not build thumbnails in the menus when te buttom is a video mpeg That happens because dvdstyler is linked against wxsvg3.0 and wx-3.0 that needs a fix in dvdstyler If dvdstyle is buit with wxsvg and wxgtk, everythig works.. I am submitting a PR.. ___

some fix needed still

2017-12-20 Thread Sergio de Almeida Lenzi
Version portmaster-3.17.11_9 when you are in the port directory, the portmaster build wrong path /usr/ports/ports instead of /usr/ports = [root@VMS /usr/ports/x11-themes/kf5-oxygen-icons5]# portmaster ===>>> No /usr/ports/ports/Mk

Re: Dropping maintainership, finally the Politically correctness hit the FreeBSD team

2018-02-22 Thread Sergio de Almeida Lenzi
Em Qui, 2018-02-22 às 13:55 +0100, Tobias Kortkamp escreveu: > On Thu, Feb 22, 2018, at 11:12, Oleg Ginzburg wrote: > > Hello, > > > > I stop participating in FreeBSD project because of such stupid things as > > https://www.freebsd.org/internal/code-of-conduct.html Dont you realize that PC kills

XBMC port needs help

2014-01-13 Thread Sergio de Almeida Lenzi
I am having a problem with the xmbc port, The system is freebsd10 prerelease version 260597 The ports builds, installs, but when I try to run it opens the screen but the menus are all empy (no letters inside), it works, as I can point to the menus and choose, clicks and so one the only problem is

net/avahi-app core dumps signal 11

2014-01-21 Thread Sergio de Almeida Lenzi
Hello, avahi-daemon dumps core, and I am unable to determinw why because it aborts core just before reaching the main() procedure.. = #0 0x000801304604 in pthread_testcancel () from /lib/libthr.so.3 #1 0x0008012fc706 in open () fr

net/avahi-app core dumps signal 11

2014-01-22 Thread Sergio de Almeida Lenzi
=gdb avahi-daemon== #0 0x000801304604 in pthread_testcancel () from /lib/libthr.so.3 #1 0x0008012fc706 in open () from /lib/libthr.so.3 #2 0x000801517227 in __gets_chk () from /lib/libssp.so.0 #3 0x0008015173d2 in __chk_fail () from /lib/libssp.so.0 #4

Re: net/avahi-app core dumps signal 11

2014-01-24 Thread Sergio de Almeida Lenzi
Em Sex, 2014-01-24 às 18:19 +0200, Yevgen Lasman escreveu: > Have the same problem… BUT on test machine (updated from 9.2-REL) it > works perfectly but when updated working machine (from 9.2-REL too) to > 10.0 it started to segfault! > > > > Now I end up with test machine with working avahi and

Re: net/avahi-app core dumps signal 11

2014-01-30 Thread Sergio de Almeida Lenzi
Em Qua, 2014-01-29 às 11:54 +0100, Thomas Mueller escreveu: > On Tue, 21 Jan 2014 23:37:08 -0200, Sergio de Almeida Lenzi wrote: > > avahi-daemon dumps core, and I am unable > > to determinw why because it aborts core just before reaching > >

net/avahi-app dumps core signal 11 on Freebsd 10 release or freebsd 10 stable SOLVED

2014-01-31 Thread Sergio de Almeida Lenzi
Em Sex, 2014-01-31 às 17:14 +, k...@freebsd.org escreveu: > Synopsis: net/avahi-app dumps core signal 11 on Freebsd 10 release or freebsd > 10 stable > > State-Changed-From-To: open->closed > State-Changed-By: kwm > State-Changed-When: Fri Jan 31 17:14:17 UTC 2014 > State-Changed-Why: > Com

Re: net/avahi-app core dumps signal 11

2014-01-31 Thread Sergio de Almeida Lenzi
Em Sex, 2014-01-31 às 22:57 +0100, Dimitry Andric escreveu: > On 31 Jan 2014, at 21:35, Dimitry Andric wrote: > ... > > Hmm, at least I can reproduce it, but the stack trace does not tell me that > > much: > > > > (gdb) run > > Starting program: > > /usr/work/share/dim/ports/net/avahi-app/work

last update of docbook broke KDE4

2014-02-18 Thread Sergio de Almeida Lenzi
FreeBSD freebsd10.toontown 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r261076M: Thu Jan 23 21:21:09 BRST 2014 -- The following REQUIRED packages have not been found: * DocBookXML , DocBook XML ,

Re: misc/186883: last update of docbook broke building kdelibs

2014-02-19 Thread Sergio de Almeida Lenzi
Em Qua, 2014-02-19 às 13:58 +0100, Antoine Brodin escreveu: > Please try patch below > Kdelibs expects to find docbookx.dtd in > share/xml/docbook/${DOCBOOKXML_CURRENTDTD_VERSION} , not in a subdir > > Index: textproc/docbook-xml/Makefile >

docbook again (almost there)

2014-02-20 Thread Sergio de Almeida Lenzi
Hello can someone tell me what package creates the files: /usr/local/share/xml/catalog /usr/local/share/xml/catalog.ports After the upgrade those files are missing and I could not find what package or does create those files. Thanks in advance, Sergio __

Re: Libiconv confusion on 10.0-RELEASE

2014-03-21 Thread Sergio de Almeida Lenzi
For me, I built libc WITHOUT iconv by setting WITHOUT_ICONV=yes in /etc/src.conf than... make buildworld;make installworld. and than rebuild all packages that depends on it (about 200) now all the packages, ports are all working again I will wait for FreeBSD11, that perhaps have a full functional

Few reasons to stay with BSD

2014-03-24 Thread Sergio de Almeida Lenzi
FreeBSD is still much better, until 7.X there was pkg_* for a system with few packages ( less than 100) it worked. but as the system goes beyound 1000 packages, pkg_* becomes very slow, and broken. pkg, solved the problem, of working with freebsd if you work WITH pkg, and not against. See my ca

Re: make build error: virtualbox-ose-4.3.10

2014-04-07 Thread Sergio de Almeida Lenzi
Em Seg, 2014-04-07 às 19:02 +0400, Mikhail Tsatsenko escreveu: > > uname -a > > FreeBSD wangq.texacker.org 9.2-STABLE FreeBSD 9.2-STABLE #0 r264030: > Thu Apr > > 3 01:56:48 CST 2014 > r...@wangq.texacker.org:/usr/obj/usr/src/sys/GENERIC > > i386 > > > > cd /usr/ports/emulators/virtualbox-ose/ ; m

evolution does not build with latest libxml2

2014-05-14 Thread Sergio de Almeida Lenzi
FreeBSD 10 and 9.2 does not build evolution with latest libxml2 e-cal-backend-caldav.c:1533:28: error: incomplete definition of type 'struct _xmlBuf' (gchar *) buf->buffer->content,

Re: evolution does not build with latest libxml2

2014-05-14 Thread Sergio de Almeida Lenzi
Em Qua, 2014-05-14 às 13:56 -0700, Don Lewis escreveu: > On 14 May, Sergio de Almeida Lenzi wrote: > > FreeBSD 10 and 9.2 does not build > > evolution with latest libxml2 > > > > > > e-cal-backend-caldav.c:1533:28: err

  1   2   >