libvisual and libvisual04
Sir, The reason for this email is that I have had trouble compiling gmerlin and after much thought and searching found that both libvisual and libvisual04 were installed with gmerlin picking up libvisual rather than libvisual04 which it needed and as a result failed to build. I know that it is not directly related to libvisual or libvisual04 but I am wondering if libvisual and libvisual04 should be noted as conflicting even though they install into different directories because once I remove libvisual, gmerlin compiled without problems. It would appear that libvisual is no longer needed and should be replaced by libvisual04 rather than being allowed to coexist. With respect to the other matter arising, I will address those as appropriate with the maintainers for those ports. Regards, Robert McKenzie. ___ 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: squeezecenter 7.3.2 no longer starts with latest ports
On Thu, Dec 03, 2009 at 12:24:55AM +, Mark Knight wrote: > In message <91b92520912021328j34373653r838ba135a41f5...@mail.gmail.com>, > Sandra Kachelmann writes > >I even removed the whole database and performed a complete rebuild: > > > >$ portupgrade -rf squeezeboxserver > > > >This port is broken... > > Hi, > > Back out to: > > p5-Class-XSAccessor-1.03,1 > p5-DBIx-Class-0.08112 > > ...and I think it'll work. > > Alternatively there are some PRs that may help when brooks@ gets a > chance to look at them: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140662 > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/141106 I think I've got it fixed. Sorry for the delay, I've been traveling. -- Brooks pgpYfrHXoH80B.pgp Description: PGP signature
Re: Having trouble building devel/gobject-introspection under 7.1-STABLE
Hi, > On Wed, 02 Dec 2009 14:32:34 -0800 > scan...@apricot.com said: > > > File "/usr/local/lib/python2.6/shutil.py", line 77, in copystat > > os.chflags(dst, st.st_flags) > > OSError: [Errno 45] Operation not supported: > > '/home/scanner/.cache/g-ir-scanner/6f4f273a32647c4a726a9b465c5599c2049c2c94' My workaround: mkdir ~/.cache touch ~/.cache/g-ir-scanner This disables g-ir-scanner's cache. Best regards, -- KUWAMURA Shin'ya ___ 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: Having trouble building devel/gobject-introspection under 7.1-STABLE
Problem solved, mostly - KUWAMURA Shin'ya correctly points out the heart of the problem I was having: > On Wed, 02 Dec 2009 14:32:34 -0800 > scan...@apricot.com said: > > > File "/usr/local/lib/python2.6/shutil.py", line 77, in copystat > > os.chflags(dst, st.st_flags) > > OSError: [Errno 45] Operation not supported: > > '/home/scanner/.cache/g-ir-scanner/6f4f273a32647c4a726a9b465c5599c2049c2c94' The home directory if NFS mounted via amd, and this was the issue. I was focused too much on the actual error. He suggested the work around of: > mkdir ~/.cache > touch ~/.cache/g-ir-scanner simply to disable g-ir-scanner's cache, and work around this issue. --Scanner ___ 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: squeezecenter 7.3.2 no longer starts with latest ports
In message <91b92520912021328j34373653r838ba135a41f5...@mail.gmail.com>, Sandra Kachelmann writes >I even removed the whole database and performed a complete rebuild: > >$ portupgrade -rf squeezeboxserver > >This port is broken... Hi, Back out to: p5-Class-XSAccessor-1.03,1 p5-DBIx-Class-0.08112 ...and I think it'll work. Alternatively there are some PRs that may help when brooks@ gets a chance to look at them: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140662 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/141106 Cheers, -- Mark A. R. Knight finger: ma...@knigma.org Tel: +44 7880 556751http://www.knigma.org/ ___ 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"
Having trouble building devel/gobject-introspection under 7.1-STABLE
> gmake[2]: Entering directory > `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.5/girepository' > CC libgirepository_1_0_la-girepository.lo > CC libgirepository_1_0_la-gtypelib.lo > CC libgirepository_1_0_la-gfield.lo > CC libgirepository_1_0_la-ginfo.lo > CC libgirepository_1_0_la-girffi.lo > CC libgirepository_1_0_la-gdump.lo > CC libgirepository_1_0_la-ginvoke.lo > CCLD libgirepository-1.0.la > CC libgirepository_parser_la-girmodule.lo > CC libgirepository_parser_la-girnode.lo > CC libgirepository_parser_la-giroffsets.lo > CC libgirepository_parser_la-girparser.lo > CCLD libgirepository-parser.la > gmake[2]: Leaving directory > `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.5/girepository' > Making all in giscanner > gmake[2]: Entering directory > `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.5/giscanner' > gmake all-am > gmake[3]: Entering directory > `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.5/giscanner' > CC libgiscanner_la-sourcescanner.lo > CC libgiscanner_la-scannerlexer.lo > CC libgiscanner_la-scannerparser.lo > CCLD libgiscanner.la > CC _giscanner_la-giscannermodule.lo > CCLD _giscanner.la > gmake[3]: Leaving directory > `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.5/giscanner' > gmake[2]: Leaving directory > `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.5/giscanner' > Making all in tools > gmake[2]: Entering directory > `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.5/tools' > CC g_ir_compiler-compiler.o > CCLD g-ir-compiler > CC g_ir_generate-generate.o > CCLD g-ir-generate > sed -e s,@libdir\@,/usr/local/lib, -e s,@PYTHON\@,/usr/local/bin/python2.6, > g-ir-scanner.in > g-ir-scanner.tmp && mv g-ir-scanner.tmp g-ir-scanner > chmod a+x g-ir-scanner > gmake[2]: Leaving directory > `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.5/tools' > Making all in gir > gmake[2]: Entering directory > `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.5/gir' > CC libgirepository_everything_1_0_la-everything.lo > CCLD libgirepository-everything-1.0.la > GENGLib-2.0.gir > /usr/include/machine/endian.h:146: syntax error, unexpected '{' > /usr/include/machine/endian.h:146: syntax error, unexpected ';' > /usr/include/machine/endian.h:153: syntax error, unexpected '{' > /usr/include/machine/endian.h:153: syntax error, unexpected ';' > GENGLib-2.0.gir > GENGObject-2.0.gir > Traceback (most recent call last): > File "../tools/g-ir-scanner", line 38, in > sys.exit(scanner_main(sys.argv)) > File > "/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.5/giscanner/scannermain.py", > line 277, in scanner_main > transformer.register_include(include_obj) > File > "/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.5/giscanner/transformer.py", > line 112, in register_include > self._parse_include(filename) > File > "/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.5/giscanner/transformer.py", > line 137, in _parse_include > self._cachestore.store(filename, parser) > File > "/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.5/giscanner/cachestore.py", > line 109, in store > shutil.move(tmp_filename, store_filename) > File "/usr/local/lib/python2.6/shutil.py", line 264, in move > copy2(src, real_dst) > File "/usr/local/lib/python2.6/shutil.py", line 100, in copy2 > copystat(src, dst) > File "/usr/local/lib/python2.6/shutil.py", line 77, in copystat > os.chflags(dst, st.st_flags) > OSError: [Errno 45] Operation not supported: > '/home/scanner/.cache/g-ir-scanner/6f4f273a32647c4a726a9b465c5599c2049c2c94' > gmake[2]: *** [GObject-2.0.gir] Error 1 > gmake[2]: Leaving directory > `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.5/gir' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.5' > gmake: *** [all] Error 2 > *** Error code 1 Now, I know that just previously in the past couple of days someone else reported this exact same problem. The email chain ends with: > On Tue, Dec 01, 2009 at 03:03:29AM -0500, Joe Marcus Clarke wrote: > > I fixed it. I found that your /usr/local was a symlink, and this was > > tripping up g-ir-scanner. Fortunately, a patch was committed to GNOME > > git to fix this, so I merged the patch into the port. > > OK; I was finally able to build devel/gobject-introspection this > morning, so I think my laptop will be fairly busy updating the ports > that depend on it for a while :-} I have just csup'd my ports tree (twice this morning!) off of a csup mirror -- that did not res
INDEX now builds successfully on 6.x
___ 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: squeezecenter 7.3.2 no longer starts with latest ports
> Hi, > > I just tried to restart /usr/ports/audio/squeezecenter version 7.3.2 > following a reboot and I'm now receiving this error: > > >sudo /usr/local/etc/rc.d/squeezecenter start > >Starting squeezecenter. > >Found custom OS support file for unix > >The following CPAN modules were found but cannot work with > >SqueezeCenter: > > Net::DNS (loaded 0.63, need 0.63) > > > >To fix this problem you have several options: > >1. Install the latest version of the module(s) using CPAN: sudo cpan > >Some::Module > >2. Update the module's package using apt-get, yum, etc. > >3. Run the .tar.gz version of SqueezeCenter which includes all > >required CPAN modules. > > I guess I've updated a few perl related ports in the last couple of > days since I last rebooted, one of which I presume has cause > squeezecenter to fail. My installed ports are current as of last > night. If relevant, my system is running 6.4-RELEASE-p1. > > Backing p5-Net-DNS down to 0.64 (from 0.65), has not helped but I'm > not even sure this port uses the ports installed version anyway! > > All ideas welcome please!! It doesn't work for me either: # /usr/local/etc/rc.d/squeezeboxserver start Starting squeezeboxserver. Can't use string ("0") as a HASH ref while "strict refs" in use at /usr/local/lib/perl5/site_perl/5.8.9/mach/Class/XSAccessor/Array.pm line 61. Compilation failed in require at (eval 182) line 3. ...propagated at /usr/local/lib/perl5/5.8.9/base.pm line 93. BEGIN failed--compilation aborted at /usr/local/squeezeboxserver/Slim/Networking/Async/HTTP.pm line 36. Compilation failed in require at /usr/local/squeezeboxserver/Slim/Networking/SimpleAsyncHTTP.pm line 27. BEGIN failed--compilation aborted at /usr/local/squeezeboxserver/Slim/Networking/SimpleAsyncHTTP.pm line 27. Compilation failed in require at /usr/local/squeezeboxserver/Slim/Schema.pm line 43. BEGIN failed--compilation aborted at /usr/local/squeezeboxserver/Slim/Schema.pm line 43. Compilation failed in require at /usr/local/squeezeboxserver/Slim/Player/Song.pm line 19. BEGIN failed--compilation aborted at /usr/local/squeezeboxserver/Slim/Player/Song.pm line 19. Compilation failed in require at /usr/local/squeezeboxserver/Slim/Player/StreamingController.pm line 18. BEGIN failed--compilation aborted at /usr/local/squeezeboxserver/Slim/Player/StreamingController.pm line 18. Compilation failed in require at /usr/local/squeezeboxserver/Slim/Player/Client.pm line 29. BEGIN failed--compilation aborted at /usr/local/squeezeboxserver/Slim/Player/Client.pm line 29. Compilation failed in require at /usr/local/squeezeboxserver/Slim/Utils/Alarm.pm line 48. BEGIN failed--compilation aborted at /usr/local/squeezeboxserver/Slim/Utils/Alarm.pm line 48. Compilation failed in require at /usr/local/squeezeboxserver/Slim/Buttons/Alarm.pm line 12. BEGIN failed--compilation aborted at /usr/local/squeezeboxserver/Slim/Buttons/Alarm.pm line 12. Compilation failed in require at /usr/local/squeezeboxserver/Slim/Buttons/Common.pm line 42. BEGIN failed--compilation aborted at /usr/local/squeezeboxserver/Slim/Buttons/Common.pm line 42. Compilation failed in require at /usr/local/squeezeboxserver/slimserver.pl line 163. BEGIN failed--compilation aborted at /usr/local/squeezeboxserver/slimserver.pl line 163. I even removed the whole database and performed a complete rebuild: $ portupgrade -rf squeezeboxserver This port is broken... Sandra ___ 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: sshd on FBSD 8.0-RC2/3
On Tue, 24 Nov 2009, Mark Linimon wrote: On Mon, Nov 23, 2009 at 10:16:29PM -0800, Jim Pazarena wrote: Is there any way of getting this rolled into the upcoming 8.0 Release ? waaay too late. While unfortunate, I understand why. I think FreeBSD should encourage people who use OpenSSL for anything (ssh, etc) that they install OpenSSL via ports, set WITH_OPENSSL_PORT=YES and recompile apps/ports that use it. The renegotiate bug that 0.9.8l fixes seems important enough to upgrade. I'm sure the FreeBSD team has already planned/done this for 8.1. Beckman --- Peter Beckman Internet Guy beck...@angryox.com http://www.angryox.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"
INDEX build failed for 6.x
INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found Done. make_index: etoile-melodie-0.4.1_1: no entry for tag.1/local0/portmgr/tindex/ports/audio/taglib make_index: etoile-melodie-0.4.1_1: no entry for tag.1/local0/portmgr/tindex/ports/audio/taglib Committers on the hook: amdmi3 fluffy miwi oliver Most recent CVS update was: U audio/amarok/Makefile U audio/amarok-kde4/Makefile U audio/amarok-kde4/distinfo U audio/amarok-kde4/pkg-plist U audio/aqualung/Makefile U audio/audacious-crossfade/Makefile U audio/audacious-dumb/Makefile U audio/audacious-dumb/files/patch-Makefile U audio/audacious-dumb/files/patch-audacious-dumb.c U audio/bmp-musepack/Makefile U audio/cowbell/Makefile U audio/cynthiune/Makefile U audio/etoile-melodie/Makefile U audio/ezstream/Makefile U audio/gimmix/Makefile U audio/gmm/Makefile U audio/gmpc-mserver/Makefile U audio/gstreamer-plugins-taglib/Makefile U audio/juk/Makefile U audio/libtunepimp/Makefile U audio/libtunepimp-old/Makefile U audio/moc/Makefile U audio/mp3unicode/Makefile U audio/muine/Makefile U audio/musicbox-tag-editor/Makefile U audio/ncmpcpp/Makefile U audio/prokyon3/Makefile U audio/py-taglib/Makefile U audio/py-tagpy/Makefile U audio/ruby-taglib/Makefile U audio/sound-juicer/Makefile U audio/streamtuner/Makefile U audio/taglib/Makefile U audio/taglib/distinfo U audio/taglib/pkg-plist U audio/taglib/files/extrapatch-rcc U audio/taglib-extras/Makefile U audio/taglib-extras/distinfo U audio/taglib-extras/pkg-plist U audio/taglookup/Makefile U audio/tagutil/Makefile U audio/thunar-media-tags-plugin/Makefile U audio/wmauda/Makefile U audio/xmms-kde/Makefile U audio/yammi/Makefile U deskutils/pinot/Makefile U devel/Makefile U devel/evfs/Makefile U devel/p5-Devel-Backtrace/Makefile U devel/p5-Devel-Backtrace/distinfo U devel/p5-Devel-Backtrace/pkg-descr U devel/p5-Devel-Backtrace/pkg-plist U devel/p5-constant-boolean/Makefile U devel/p5-constant-boolean/distinfo U devel/p5-constant-boolean/pkg-descr U devel/p5-constant-boolean/pkg-plist U devel/pear-HTML_Template_PHPLIB/Makefile U devel/pear-HTML_Template_PHPLIB/distinfo U games/violetland/Makefile U misc/tellico/Makefile U multimedia/audacious/Makefile U multimedia/audacious/distinfo U multimedia/audacious/pkg-plist U multimedia/audacious-plugins/Makefile U multimedia/audacious-plugins/distinfo U multimedia/audacious-plugins/pkg-plist U multimedia/bmpx/Makefile U multimedia/eclair/Makefile U multimedia/gstreamer-plugins/Makefile.common U multimedia/kdemultimedia3/Makefile U multimedia/kdemultimedia4/Makefile U multimedia/transkode/Makefile U multimedia/tunapie/Makefile U multimedia/vlc/Makefile U multimedia/xfce4-media/Makefile U multimedia/xfce4-xmms-plugin/Makefile U net/istgt/Makefile U net/istgt/distinfo U net/mediatomb/Makefile U net-p2p/ktorrent/Makefile U sysutils/conky/Makefile U sysutils/di/Makefile U sysutils/di/distinfo U sysutils/fusefs-pod/Makefile U sysutils/k3b/Makefile U sysutils/krename-kde4/Makefile U sysutils/samesame/Makefile U sysutils/samesame/distinfo U sysutils/xfce4-settings/Makefile U www/phpmyfaq/Makefile U www/phpmyfaq/distinfo U x11-themes/audacious-skins/Makefile ___ 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: portmaster-with-package-support release candidate available for testing
On Wed, Dec 2, 2009 at 8:31 AM, Doug Barton wrote: > Dima Panov wrote: > > Doug, haw about missed feature (portupgrade had this earlier)? > > If -r (recursive) flag present, after upgrade package repack all depended > on him. > > > > This feature very useful when packqage repository used to deploy packages > on another > > machines > > I'll take a look at that for after the initial release. At this point > I'm pretty eager to get the package code out the door. :) > Doesn't the -b option already do this (create package for all ports upgraded/installed)? Why would you need to rebuild the package for anything that depends on this package? -- Freddie Cash fjwc...@gmail.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: creating a meta port ports-mgmt/pkg_upgrade
On Wed, Dec 2, 2009 at 8:08 AM, Dominic Fandrey wrote: > Freddie Cash wrote: > > On Tue, Dec 1, 2009 at 5:59 AM, Dominic Fandrey >wrote: > > > >> ... > >> > >> Would such a thing be accepted? I feel sceptical, because it does > >> not even depend on several packages and the real solution in my > >> opinion would be if people searched the ports tree with > >> "make quicksearch cat=ports-mgmt" instead of browsing the file > >> system. But they don't and I know of no way making them do it. > >> > > > > You could always split out the common code into a library port, and make > > that a dependency for the pkg_upgrade and bsdadminscripts ports. > > Yes, I could. Do you think it makes sense to split a package that is > smaller than 100kB into several smaller packages? > > There's also the "parent-child" port setup. Keep everything in the bsdadminscripts port. Create a child port for "pkg_upgrade" that just installs the pkg_upgrade part of things. This is how the PHP module ports work. Everything is stored in the main php port, and the individual module ports just reference that, use the distfile from the parent, and just install the bits they need. That would be better. Then there's only 1 real port with a distfile to be maintained. -- Freddie Cash fjwc...@gmail.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: cups-image build failure
On Mon, Nov 30, 2009 at 12:34:52PM +0100, Dirk Meyer wrote: > Scot Hetzel schrieb:, > > > When I try to build cups-base, I also get this error: > > > > Linking ipp... > > cc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler > > -L/usr/local/lib/ -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib > > -Wl,-R/usr/local/lib -pie -fPIE -Wall -Wno-format-y2k -fPIC -Os -g > > -fstack-protector -o ipp ipp.o libbackend.a -lcups -lssl -lcrypto > > -pthread -lm -lcrypt > > /usr/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 can not be used > > when making a shared object; recompile with -fPIC > > /usr/lib/crt1.o: could not read symbols: Bad value > > gmake[1]: *** [ipp] Error 1 > > gmake[1]: Leaving directory > > `/usr/ports/print/cups-base/work/cups-1.4.2/backend' > > gmake: *** [all] Error 1 > > *** Error code 1 > > > > Stop in /usr/ports/print/cups-base. > > *** Error code 1 > > > > Stop in /usr/ports/print/cups-base. > > > > I'm also using FreeBSD 8/amd64: > > > > FreeBSD 7.x and greater can not build PIE an amd64 anymore. > please update the ports, I have a workaround commited. It should be fixed now, r200038. pgpWT9R6DlCWI.pgp Description: PGP signature
Re: portmaster-with-package-support release candidate available for testing
Dima Panov wrote: > Doug, haw about missed feature (portupgrade had this earlier)? > If -r (recursive) flag present, after upgrade package repack all depended on > him. > > This feature very useful when packqage repository used to deploy packages on > another > machines I'll take a look at that for after the initial release. At this point I'm pretty eager to get the package code out the door. :) Doug -- Improve the effectiveness of your Internet presence with a domain name makeover!http://SupersetSolutions.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"
mail/perdition 1.18 available
Hi Version 1.18 of perdition is available. Could you please update the port? Sandra ___ 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: creating a meta port ports-mgmt/pkg_upgrade
Freddie Cash wrote: > On Tue, Dec 1, 2009 at 5:59 AM, Dominic Fandrey wrote: > >> ... >> >> Would such a thing be accepted? I feel sceptical, because it does >> not even depend on several packages and the real solution in my >> opinion would be if people searched the ports tree with >> "make quicksearch cat=ports-mgmt" instead of browsing the file >> system. But they don't and I know of no way making them do it. >> > > You could always split out the common code into a library port, and make > that a dependency for the pkg_upgrade and bsdadminscripts ports. Yes, I could. Do you think it makes sense to split a package that is smaller than 100kB into several smaller packages? -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? ___ 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: [RFC] PHP 5.3
Alex Dupre пишет: Note: Zend decided to not support FreeBSD anymore, so a new ZendOptimizer release for php 5.3 will never be released. I am very disappointed. Perhaps those who are interested will write about this here: http://forums.zend.com/viewtopic.php?f=57&t=2412 and, may be, something changes ___ 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"
The new cups ports seem to not recognize or I don't know how to configure usb printers.
I haven't had a problem like this with cups in years. I updated cups yesterday and can no longer print, install, reinstall usb printers. In admin/add a printer I have no local options only: Other Network Printers: Internet Printing Protocol (http) Internet Printing Protocol (ipp) LPD/LPR Host or Printer AppSocket/HP JetDirect No input for discription, location, etc. The usb printers are recognized when connected or disconnected by the kernel. I am seeing this on both up to date current and 7.2 Stable. I am going through the documentation hoping to find the problem. If not, what is the best way to go back to the previous port? Thanks, ed ___ 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: Updating x11/kdelibs4 compile failure
> On Wed, 2 Dec 2009 10:36:42 +, David Southwell wrote: > > > > /usr/local/include/qt4/QtDBus/qdbusextratypes.h:181: instantiated > > > > from here /usr/local/include/qptrlist.h:69: error: type 'QGList' is > > > > not a direct base of 'QPtrList' > > > > /usr/local/include/qptrlist.h: In copy constructor > > pkg_info -W /usr/local/include/qptrlist.h > /usr/local/include/qptrlist.h was installed by package qt-3.3.8_10 > > > I only have qt4 installed!! > > You have either qt3 installed or polluted /usr/local/include/ > > Max > Hi Max You are right... I did pkg_info |grep qt and did not page up to see qt3!!! :-( David ___ 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: [RFC] PHP 5.3
Martin Wilke wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Dec 02, 2009 at 02:19:02PM +0100, Gergely CZUCZY wrote: On Wed, 2 Dec 2009 13:13:54 +0100 Martin Wilke wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Dec 02, 2009 at 01:55:51AM +0200, Dmitry Pryanishnikov wrote: [...] Hmm... Wouldn't then be better to keep PHP 5.2 available in ports (e.g. lang/php52)? Not only for the sake of FreeBSD-based WEB-servers with ZendOptimizer port installed - I suspect there could be other reasons to stay with PHP 5.2 while it's still available... - From the Security site you should not hold 5.2X Oh come on. Security-wise you shouldn't hold php at all. It's about backwards incompatibility, not about security. That's your risk. But Bernhard Froehlich told me already there is a 5.2.12RC3 avalibel :) 5.2.12RC3 is available on QA site http://qa.php.net/ so 5.2.x is not discontinued. Miroslav Lachman ___ 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: [RFC] PHP 5.3
On Wed, 02 Dec 2009 14:52:35 +0100 Alex Dupre wrote: > Gergely CZUCZY ha scritto: > >> Oh come on. Security-wise you shouldn't hold php at all. It's about > >> backwards incompatibility, not about security. > > PHP 5.3 is not more incompatible with 5.2 than 5.2 was with 5.1 (and > 5.1 with 5.0). 5.2 branch will be dropped in near future, so I'm not > going to maintain 80 (eighty) additional ports just for fun. I can > delay a little more (a few weeks), but eventually it'll happen. > My original message has to be intended as a call for tester. > Actually I've run into this at zabbix, the guys were talking about the php5.3 unsupportedness. It turned out that there are such changes into the OOP part of the language that make code for 5.2 errorenous with 5.3, and requires application developers to update their code. Apart from this project, there are tons of people running code with pre-5.3 and in the commercial sector it might take a long way to update all the codes to php5.3. Such a forced update (by removing the 5.2 code) can be especially dangerous in mission-critical applications (let's not talk about people using php for this propose), and I think there are actually quite a lot of people running php under freebsd. So a way would be more than prefered in my opinion to keep php52 in ports for a while, along with 5.3 to give time for these people to update and test their code with 5.3. A forced update is not nice and has lots of risk. People are using freebsd for its stability and stable way of development, ports, whatever, and by forcing everyone to upgrade to 5.3 would losing such a point of the whole OS. -- Sincerely, Gergely CZUCZY Harmless Digital Bt +36-30-9702963 ___ 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: [RFC] PHP 5.3
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Dec 02, 2009 at 02:19:02PM +0100, Gergely CZUCZY wrote: > On Wed, 2 Dec 2009 13:13:54 +0100 > Martin Wilke wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On Wed, Dec 02, 2009 at 01:55:51AM +0200, Dmitry Pryanishnikov wrote: > > > > > > Hello! > > > > > > > Update instructions (choose one of them): > > > > > > > > 1) remove all php ports and all ports that depends on php, > > > >then reinstall your the php applications > > > > > > > > 2) deinstall the removed ports, > > > >then upgrade recursively the lang/php5 port > > > > > > > > > > > > To apply the patch (to a fresh ports tree): > > > > > > > > cd /usr/ports && patch -p0 -E ~/php53.diff > > > > > > > > > > > > Note: Zend decided to not support FreeBSD anymore, so a new > > > > ZendOptimizer release for php 5.3 will never be released. > > > > > >Hmm... Wouldn't then be better to keep PHP 5.2 available in > > > ports (e.g. lang/php52)? Not only for the sake of FreeBSD-based > > > WEB-servers with ZendOptimizer port installed - I suspect there > > > could be other reasons to stay with PHP 5.2 while it's still > > > available... > > > > > > > - From the Security site you should not hold 5.2X > Oh come on. Security-wise you shouldn't hold php at all. It's about > backwards incompatibility, not about security. That's your risk. But Bernhard Froehlich told me already there is a 5.2.12RC3 avalibel :) - - Martin > > > > > - - Martin > > > > > > Sincerely, Dmitry > > > -- > > > nic-hdl: LYNX-RIPE > > > ___ > > > 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" > > > > > > > - -- > > > > +---+---+ > > | PGP: 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | > > | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | > > +---+---+ > > | Mess with the Best, Die like the Rest! | > > +---+---+ > > -BEGIN PGP SIGNATURE- > > Version: GnuPG v2.0.12 (FreeBSD) > > > > iEYEARECAAYFAksWWgEACgkQdLJIhLHm/OkUNACeOuvNIikaI/r19St7s/dyQ7Sn > > Kx8An3ZOS7BueqSMHYfxxyERE+rzoZgz > > =vZdB > > -END PGP SIGNATURE- > > ___ > > 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" > > > > -- > Sincerely, > Gergely CZUCZY > Harmless Digital Bt > > +36-30-9702963 > - -- +---+---+ | PGP: 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +---+---+ | Mess with the Best, Die like the Rest! | +---+---+ -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAksWcXUACgkQdLJIhLHm/OktxQCeI3zbkZfxcwEsdKQWtlvkWrDB EIoAoJaZUvM25TI0SCWGby7gTIBfYXyY =qZjK -END PGP SIGNATURE- ___ 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: [RFC] PHP 5.3
Gergely CZUCZY ha scritto: >> Oh come on. Security-wise you shouldn't hold php at all. It's about >> backwards incompatibility, not about security. PHP 5.3 is not more incompatible with 5.2 than 5.2 was with 5.1 (and 5.1 with 5.0). 5.2 branch will be dropped in near future, so I'm not going to maintain 80 (eighty) additional ports just for fun. I can delay a little more (a few weeks), but eventually it'll happen. My original message has to be intended as a call for tester. -- Alex Dupre ___ 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: [RFC] PHP 5.3
On Wed, 2 Dec 2009 13:13:54 +0100 Martin Wilke wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wed, Dec 02, 2009 at 01:55:51AM +0200, Dmitry Pryanishnikov wrote: > > > > Hello! > > > > > Update instructions (choose one of them): > > > > > > 1) remove all php ports and all ports that depends on php, > > >then reinstall your the php applications > > > > > > 2) deinstall the removed ports, > > >then upgrade recursively the lang/php5 port > > > > > > > > > To apply the patch (to a fresh ports tree): > > > > > > cd /usr/ports && patch -p0 -E ~/php53.diff > > > > > > > > > Note: Zend decided to not support FreeBSD anymore, so a new > > > ZendOptimizer release for php 5.3 will never be released. > > > >Hmm... Wouldn't then be better to keep PHP 5.2 available in > > ports (e.g. lang/php52)? Not only for the sake of FreeBSD-based > > WEB-servers with ZendOptimizer port installed - I suspect there > > could be other reasons to stay with PHP 5.2 while it's still > > available... > > > > - From the Security site you should not hold 5.2X Oh come on. Security-wise you shouldn't hold php at all. It's about backwards incompatibility, not about security. > > - - Martin > > > > Sincerely, Dmitry > > -- > > nic-hdl: LYNX-RIPE > > ___ > > 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" > > > > - -- > > +---+---+ > | PGP: 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | > | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | > +---+---+ > | Mess with the Best, Die like the Rest! | > +---+---+ > -BEGIN PGP SIGNATURE- > Version: GnuPG v2.0.12 (FreeBSD) > > iEYEARECAAYFAksWWgEACgkQdLJIhLHm/OkUNACeOuvNIikaI/r19St7s/dyQ7Sn > Kx8An3ZOS7BueqSMHYfxxyERE+rzoZgz > =vZdB > -END PGP SIGNATURE- > ___ > 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" -- Sincerely, Gergely CZUCZY Harmless Digital Bt +36-30-9702963 ___ 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: Updating x11/kdelibs4 compile failure
On Wed, 2 Dec 2009 10:36:42 +, David Southwell wrote: > > > /usr/local/include/qt4/QtDBus/qdbusextratypes.h:181: instantiated > > > from here /usr/local/include/qptrlist.h:69: error: type 'QGList' is not > > > a direct base of 'QPtrList' > > > /usr/local/include/qptrlist.h: In copy constructor pkg_info -W /usr/local/include/qptrlist.h /usr/local/include/qptrlist.h was installed by package qt-3.3.8_10 > I only have qt4 installed!! You have either qt3 installed or polluted /usr/local/include/ Max ___ 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: [RFC] PHP 5.3
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Dec 02, 2009 at 01:55:51AM +0200, Dmitry Pryanishnikov wrote: > > Hello! > > > Update instructions (choose one of them): > > > > 1) remove all php ports and all ports that depends on php, > >then reinstall your the php applications > > > > 2) deinstall the removed ports, > >then upgrade recursively the lang/php5 port > > > > > > To apply the patch (to a fresh ports tree): > > > > cd /usr/ports && patch -p0 -E ~/php53.diff > > > > > > Note: Zend decided to not support FreeBSD anymore, so a new > > ZendOptimizer release for php 5.3 will never be released. > >Hmm... Wouldn't then be better to keep PHP 5.2 available in ports (e.g. > lang/php52)? Not only for the sake of FreeBSD-based WEB-servers with > ZendOptimizer port installed - I suspect there could be other reasons to stay > with PHP 5.2 while it's still available... > - From the Security site you should not hold 5.2X - - Martin > > Sincerely, Dmitry > -- > nic-hdl: LYNX-RIPE > ___ > 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" > - -- +---+---+ | PGP: 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +---+---+ | Mess with the Best, Die like the Rest! | +---+---+ -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAksWWgEACgkQdLJIhLHm/OkUNACeOuvNIikaI/r19St7s/dyQ7Sn Kx8An3ZOS7BueqSMHYfxxyERE+rzoZgz =vZdB -END PGP SIGNATURE- ___ 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: Updating x11/kdelibs4 compile failure
On Wednesday 02 December 2009 21:09:56 David Southwell wrote: > > > On Wed, 2 Dec 2009 10:10:42 +, David Southwell wrote: > > > > Is this a problem with qt4 dependencies??? > > > > > > > > Has anyone a fix for this? > > > > Thanks in advance > > > > > > > > This is on amd64 Freebsd 7.2 p3 system: > > > > > > > > /usr/ports/x11/kdelibs4/work/kdelibs-4.3.4/kio/bookmarks/kbookmarkman > > > >ag er .c c:148: instantiated from here > > > > /usr/local/include/qptrlist.h:50: error: 'next' was not declared in > > > > this scope /usr/local/include/qptrlist.h: In member function 'bool > > > > QPtrListStdIterator::operator!=(const > > > > QPtrListStdIterator&) const [with type = KBookmark]': > > > > /usr/ports/x11/kdelibs4/work/kdelibs-4.3.4/kio/bookmarks/kbookmarkman > > > >ag er .c c:617: instantiated from here > > > > /usr/local/include/qptrlist.h:54: error: 'const class > > > > QPtrListStdIterator' has no member named 'node' > > > > /usr/local/include/qptrlist.h: In member function > > > > 'QPtrListStdIterator QPtrListStdIterator::operator++() > > > > [with type = KBookmark]': > > > > /usr/ports/x11/kdelibs4/work/kdelibs-4.3.4/kio/bookmarks/kbookmarkman > > > >ag er .c c:617: instantiated from here > > > > /usr/local/include/qptrlist.h:50: error: 'next' was not declared in > > > > this scope /usr/local/include/qptrlist.h: In copy constructor > > > > 'QPtrList::QPtrList(const QPtrList&) [with type = > > > > QDBusObjectPath]': > > > > /usr/local/include/qt4/QtCore/qmetatype.h:127: instantiated from > > > > 'void* qMetaTypeConstructHelper(const T*) [with T = > > > > QPtrList]' > > > > /usr/local/include/qt4/QtCore/qmetatype.h:152: instantiated from > > > > 'int qRegisterMetaType(const char*, T*) [with T = > > > > QPtrList]' > > > > /usr/local/include/qt4/QtDBus/qdbusextratypes.h:181: instantiated > > > > from here /usr/local/include/qptrlist.h:69: error: type 'QGList' is > > > > not a direct base of 'QPtrList' > > > > /usr/local/include/qptrlist.h: In copy constructor > > > > 'QPtrList::QPtrList(const QPtrList&) [with type = > > > > QDBusSignature]': > > > > /usr/local/include/qt4/QtCore/qmetatype.h:127: instantiated from > > > > 'void* qMetaTypeConstructHelper(const T*) [with T = > > > > QPtrList]' > > > > /usr/local/include/qt4/QtCore/qmetatype.h:152: instantiated from > > > > 'int qRegisterMetaType(const char*, T*) [with T = > > > > QPtrList]' > > > > /usr/local/include/qt4/QtDBus/qdbusextratypes.h:183: instantiated > > > > from here /usr/local/include/qptrlist.h:69: error: type 'QGList' is > > > > not a direct base of 'QPtrList' > > > > *** Error code 1 > > > > 3 errors > > > > *** Error code 2 > > > > 1 error > > > > *** Error code 2 > > > > 1 error > > > > *** Error code 1 > > > > > > > > Stop in /usr/ports/x11/kdelibs4. > > > > > > ___ > > > 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" > > > > > > > > > > > > It picks up qt3 headers. As a workaround, deinstall qt3 before updating > > > kde4 ports. > > > > I only have qt4 installed!! > > > > David > > Is there an alternative workaround?? Your log unambiguously declared qt33 presence in system. Anyway, something wrong with your local configuration. Ma be incorrectly setted cflags in /etc/make.conf -- Dima "Red Fox" Panov @ Home | C73E 2B72 1FFD 61BD E206 1234 A626 76ED 93E3 B018 Khabarovsk, Russia | 2D30 2CCB 9984 130C 6F87 BAFC FB8B A09D D539 8F29 k...@freebsd Team | FreeBSD committer since 10.08.2009 | FreeBSD since Sept 1995 Twitter.com:fluffy_khv | Skype:dima.panov | Jabber.org:fluffy.khv | ICQ:1745024 signature.asc Description: This is a digitally signed message part.
[patch] switch to Emacs 23
Hello All, here is a patch to switch to Emacs 23 as a default. There are 50 affected ports. Tests were done at tinderbox. Please give this patch a try. I'm going to fire up an exp run after some testing. The patch is relative to PORTSDIR: ftp://ftp.ipt.ru/pub/download/ports.diff.bz2 Changes to editors/emacs and Mk/bsd.emacs.mk were taken from PR/137956 by Ashish SHUKLA (thanks!). Those ports which define EMACS_PORT_NAME to be "emacs21" were not touched (this time). They may be converted to the new world order by removing the above mentioned assignment. Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23 (they do not compile): . lang/bigloo; . mail/wanderlust; . mail/wanderlust-devel; . www/emacs-w3m. Tree ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: . japanese/egg-canna (the port version is dated as of 2001, does not compile with Emacs 23 and seems it cannot be fixed); . deskutils/remember.el (was incorporated into Emacs 23); . editors/nxml (was incorporated into Emacs 23). Enjoy. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ 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: Updating x11/kdelibs4 compile failure
> > On Wed, 2 Dec 2009 10:10:42 +, David Southwell wrote: > > > Is this a problem with qt4 dependencies??? > > > > > > Has anyone a fix for this? > > > Thanks in advance > > > > > > This is on amd64 Freebsd 7.2 p3 system: > > > > > > /usr/ports/x11/kdelibs4/work/kdelibs-4.3.4/kio/bookmarks/kbookmarkmanag > > >er .c c:148: instantiated from here > > > /usr/local/include/qptrlist.h:50: error: 'next' was not declared in > > > this scope /usr/local/include/qptrlist.h: In member function 'bool > > > QPtrListStdIterator::operator!=(const QPtrListStdIterator&) > > > const [with type = KBookmark]': > > > /usr/ports/x11/kdelibs4/work/kdelibs-4.3.4/kio/bookmarks/kbookmarkmanag > > >er .c c:617: instantiated from here > > > /usr/local/include/qptrlist.h:54: error: 'const class > > > QPtrListStdIterator' has no member named 'node' > > > /usr/local/include/qptrlist.h: In member function > > > 'QPtrListStdIterator QPtrListStdIterator::operator++() > > > [with type = KBookmark]': > > > /usr/ports/x11/kdelibs4/work/kdelibs-4.3.4/kio/bookmarks/kbookmarkmanag > > >er .c c:617: instantiated from here > > > /usr/local/include/qptrlist.h:50: error: 'next' was not declared in > > > this scope /usr/local/include/qptrlist.h: In copy constructor > > > 'QPtrList::QPtrList(const QPtrList&) [with type = > > > QDBusObjectPath]': > > > /usr/local/include/qt4/QtCore/qmetatype.h:127: instantiated from > > > 'void* qMetaTypeConstructHelper(const T*) [with T = > > > QPtrList]' > > > /usr/local/include/qt4/QtCore/qmetatype.h:152: instantiated from 'int > > > qRegisterMetaType(const char*, T*) [with T = > > > QPtrList]' > > > /usr/local/include/qt4/QtDBus/qdbusextratypes.h:181: instantiated > > > from here /usr/local/include/qptrlist.h:69: error: type 'QGList' is not > > > a direct base of 'QPtrList' > > > /usr/local/include/qptrlist.h: In copy constructor > > > 'QPtrList::QPtrList(const QPtrList&) [with type = > > > QDBusSignature]': > > > /usr/local/include/qt4/QtCore/qmetatype.h:127: instantiated from > > > 'void* qMetaTypeConstructHelper(const T*) [with T = > > > QPtrList]' > > > /usr/local/include/qt4/QtCore/qmetatype.h:152: instantiated from 'int > > > qRegisterMetaType(const char*, T*) [with T = QPtrList]' > > > /usr/local/include/qt4/QtDBus/qdbusextratypes.h:183: instantiated > > > from here /usr/local/include/qptrlist.h:69: error: type 'QGList' is not > > > a direct base of 'QPtrList' > > > *** Error code 1 > > > 3 errors > > > *** Error code 2 > > > 1 error > > > *** Error code 2 > > > 1 error > > > *** Error code 1 > > > > > > Stop in /usr/ports/x11/kdelibs4. > > > > ___ > > 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" > > > > > > > > It picks up qt3 headers. As a workaround, deinstall qt3 before updating > > kde4 ports. > > I only have qt4 installed!! > > David Is there an alternative workaround?? > ___ 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: Updating x11/kdelibs4 compile failure
> On Wed, 2 Dec 2009 10:10:42 +, David Southwell wrote: > > Is this a problem with qt4 dependencies??? > > > > Has anyone a fix for this? > > Thanks in advance > > > > This is on amd64 Freebsd 7.2 p3 system: > > > > /usr/ports/x11/kdelibs4/work/kdelibs-4.3.4/kio/bookmarks/kbookmarkmanager > >.c c:148: instantiated from here > > /usr/local/include/qptrlist.h:50: error: 'next' was not declared in this > > scope /usr/local/include/qptrlist.h: In member function 'bool > > QPtrListStdIterator::operator!=(const QPtrListStdIterator&) > > const [with type = KBookmark]': > > /usr/ports/x11/kdelibs4/work/kdelibs-4.3.4/kio/bookmarks/kbookmarkmanager > >.c c:617: instantiated from here > > /usr/local/include/qptrlist.h:54: error: 'const class > > QPtrListStdIterator' has no member named 'node' > > /usr/local/include/qptrlist.h: In member function > > 'QPtrListStdIterator QPtrListStdIterator::operator++() [with > > type = KBookmark]': > > /usr/ports/x11/kdelibs4/work/kdelibs-4.3.4/kio/bookmarks/kbookmarkmanager > >.c c:617: instantiated from here > > /usr/local/include/qptrlist.h:50: error: 'next' was not declared in this > > scope /usr/local/include/qptrlist.h: In copy constructor > > 'QPtrList::QPtrList(const QPtrList&) [with type = > > QDBusObjectPath]': > > /usr/local/include/qt4/QtCore/qmetatype.h:127: instantiated from 'void* > > qMetaTypeConstructHelper(const T*) [with T = QPtrList]' > > /usr/local/include/qt4/QtCore/qmetatype.h:152: instantiated from 'int > > qRegisterMetaType(const char*, T*) [with T = QPtrList]' > > /usr/local/include/qt4/QtDBus/qdbusextratypes.h:181: instantiated from > > here /usr/local/include/qptrlist.h:69: error: type 'QGList' is not a > > direct base of 'QPtrList' > > /usr/local/include/qptrlist.h: In copy constructor > > 'QPtrList::QPtrList(const QPtrList&) [with type = > > QDBusSignature]': > > /usr/local/include/qt4/QtCore/qmetatype.h:127: instantiated from 'void* > > qMetaTypeConstructHelper(const T*) [with T = QPtrList]' > > /usr/local/include/qt4/QtCore/qmetatype.h:152: instantiated from 'int > > qRegisterMetaType(const char*, T*) [with T = QPtrList]' > > /usr/local/include/qt4/QtDBus/qdbusextratypes.h:183: instantiated from > > here /usr/local/include/qptrlist.h:69: error: type 'QGList' is not a > > direct base of 'QPtrList' > > *** Error code 1 > > 3 errors > > *** Error code 2 > > 1 error > > *** Error code 2 > > 1 error > > *** Error code 1 > > > > Stop in /usr/ports/x11/kdelibs4. > > ___ > 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" > > > It picks up qt3 headers. As a workaround, deinstall qt3 before updating > kde4 ports. > I only have qt4 installed!! David ___ 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: Updating x11/kdelibs4 compile failure
On Wed, 2 Dec 2009 10:10:42 +, David Southwell wrote: > Is this a problem with qt4 dependencies??? > > Has anyone a fix for this? It picks up qt3 headers. As a workaround, deinstall qt3 before updating kde4 ports. > Thanks in advance > > This is on amd64 Freebsd 7.2 p3 system: > > /usr/ports/x11/kdelibs4/work/kdelibs-4.3.4/kio/bookmarks/kbookmarkmanager.c > c:148: instantiated from here > /usr/local/include/qptrlist.h:50: error: 'next' was not declared in this > scope /usr/local/include/qptrlist.h: In member function 'bool > QPtrListStdIterator::operator!=(const QPtrListStdIterator&) > const [with type = KBookmark]': > /usr/ports/x11/kdelibs4/work/kdelibs-4.3.4/kio/bookmarks/kbookmarkmanager.c > c:617: instantiated from here > /usr/local/include/qptrlist.h:54: error: 'const class > QPtrListStdIterator' has no member named 'node' > /usr/local/include/qptrlist.h: In member function > 'QPtrListStdIterator QPtrListStdIterator::operator++() [with > type = KBookmark]': > /usr/ports/x11/kdelibs4/work/kdelibs-4.3.4/kio/bookmarks/kbookmarkmanager.c > c:617: instantiated from here > /usr/local/include/qptrlist.h:50: error: 'next' was not declared in this > scope /usr/local/include/qptrlist.h: In copy constructor > 'QPtrList::QPtrList(const QPtrList&) [with type = > QDBusObjectPath]': > /usr/local/include/qt4/QtCore/qmetatype.h:127: instantiated from 'void* > qMetaTypeConstructHelper(const T*) [with T = QPtrList]' > /usr/local/include/qt4/QtCore/qmetatype.h:152: instantiated from 'int > qRegisterMetaType(const char*, T*) [with T = QPtrList]' > /usr/local/include/qt4/QtDBus/qdbusextratypes.h:181: instantiated from > here /usr/local/include/qptrlist.h:69: error: type 'QGList' is not a > direct base of 'QPtrList' > /usr/local/include/qptrlist.h: In copy constructor > 'QPtrList::QPtrList(const QPtrList&) [with type = > QDBusSignature]': > /usr/local/include/qt4/QtCore/qmetatype.h:127: instantiated from 'void* > qMetaTypeConstructHelper(const T*) [with T = QPtrList]' > /usr/local/include/qt4/QtCore/qmetatype.h:152: instantiated from 'int > qRegisterMetaType(const char*, T*) [with T = QPtrList]' > /usr/local/include/qt4/QtDBus/qdbusextratypes.h:183: instantiated from > here /usr/local/include/qptrlist.h:69: error: type 'QGList' is not a > direct base of 'QPtrList' > *** Error code 1 > 3 errors > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 1 > > Stop in /usr/ports/x11/kdelibs4. ___ 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"
Updating x11/kdelibs4 compile failure
Is this a problem with qt4 dependencies??? Has anyone a fix for this? Thanks in advance This is on amd64 Freebsd 7.2 p3 system: /usr/ports/x11/kdelibs4/work/kdelibs-4.3.4/kio/bookmarks/kbookmarkmanager.cc:148: instantiated from here /usr/local/include/qptrlist.h:50: error: 'next' was not declared in this scope /usr/local/include/qptrlist.h: In member function 'bool QPtrListStdIterator::operator!=(const QPtrListStdIterator&) const [with type = KBookmark]': /usr/ports/x11/kdelibs4/work/kdelibs-4.3.4/kio/bookmarks/kbookmarkmanager.cc:617: instantiated from here /usr/local/include/qptrlist.h:54: error: 'const class QPtrListStdIterator' has no member named 'node' /usr/local/include/qptrlist.h: In member function 'QPtrListStdIterator QPtrListStdIterator::operator++() [with type = KBookmark]': /usr/ports/x11/kdelibs4/work/kdelibs-4.3.4/kio/bookmarks/kbookmarkmanager.cc:617: instantiated from here /usr/local/include/qptrlist.h:50: error: 'next' was not declared in this scope /usr/local/include/qptrlist.h: In copy constructor 'QPtrList::QPtrList(const QPtrList&) [with type = QDBusObjectPath]': /usr/local/include/qt4/QtCore/qmetatype.h:127: instantiated from 'void* qMetaTypeConstructHelper(const T*) [with T = QPtrList]' /usr/local/include/qt4/QtCore/qmetatype.h:152: instantiated from 'int qRegisterMetaType(const char*, T*) [with T = QPtrList]' /usr/local/include/qt4/QtDBus/qdbusextratypes.h:181: instantiated from here /usr/local/include/qptrlist.h:69: error: type 'QGList' is not a direct base of 'QPtrList' /usr/local/include/qptrlist.h: In copy constructor 'QPtrList::QPtrList(const QPtrList&) [with type = QDBusSignature]': /usr/local/include/qt4/QtCore/qmetatype.h:127: instantiated from 'void* qMetaTypeConstructHelper(const T*) [with T = QPtrList]' /usr/local/include/qt4/QtCore/qmetatype.h:152: instantiated from 'int qRegisterMetaType(const char*, T*) [with T = QPtrList]' /usr/local/include/qt4/QtDBus/qdbusextratypes.h:183: instantiated from here /usr/local/include/qptrlist.h:69: error: type 'QGList' is not a direct base of 'QPtrList' *** Error code 1 3 errors *** Error code 2 1 error *** Error code 2 1 error *** Error code 1 Stop in /usr/ports/x11/kdelibs4. ___ 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: [RFC] PHP 5.3
Gergely CZUCZY wrote: On Wed, 02 Dec 2009 01:55:51 +0200 Dmitry Pryanishnikov wrote: Hello! Update instructions (choose one of them): 1) remove all php ports and all ports that depends on php, then reinstall your the php applications 2) deinstall the removed ports, then upgrade recursively the lang/php5 port To apply the patch (to a fresh ports tree): cd /usr/ports&& patch -p0 -E ~/php53.diff Note: Zend decided to not support FreeBSD anymore, so a new ZendOptimizer release for php 5.3 will never be released. Hmm... Wouldn't then be better to keep PHP 5.2 available in ports (e.g. lang/php52)? Not only for the sake of FreeBSD-based WEB-servers with ZendOptimizer port installed - I suspect there could be other reasons to stay with PHP 5.2 while it's still available... Agreed, php5.2 should be kept. There are lots of project which are yet incompatible with php5.3, like zabbix1.6. PHP 5.3 has brought lots of changes which are not backward-compatible. I tried to discuss it earlier in this thread http://lists.freebsd.org/pipermail/freebsd-ports/2009-November/057630.html but got no reply / not enough interest. Maybe I will try to maintain my private PHP 5.2 version with extensions we are using for our clients. Miroslav Lachman ___ 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: [RFC] PHP 5.3
Dmitry Pryanishnikov wrote: Alex Dupre wrote: Update instructions (choose one of them): 1) remove all php ports and all ports that depends on php, then reinstall your the php applications 2) deinstall the removed ports, then upgrade recursively the lang/php5 port To apply the patch (to a fresh ports tree): cd /usr/ports && patch -p0 -E ~/php53.diff Note: Zend decided to not support FreeBSD anymore, so a new ZendOptimizer release for php 5.3 will never be released. Hmm... Wouldn't then be better to keep PHP 5.2 available in ports (e.g. lang/php52)? Not only for the sake of FreeBSD-based WEB-servers with ZendOptimizer port installed - I suspect there could be other reasons to stay with PHP 5.2 while it's still available... Another plea to retain 5.2.X as a separate port. 5.3 is really a major version upgrade, even if they didn't decide to call it 6.X -- Thomas Sandford ___ 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: [RFC] PHP 5.3
On Wed, 02 Dec 2009 01:55:51 +0200 Dmitry Pryanishnikov wrote: > > Hello! > > > Update instructions (choose one of them): > > > > 1) remove all php ports and all ports that depends on php, > >then reinstall your the php applications > > > > 2) deinstall the removed ports, > >then upgrade recursively the lang/php5 port > > > > > > To apply the patch (to a fresh ports tree): > > > > cd /usr/ports && patch -p0 -E ~/php53.diff > > > > > > Note: Zend decided to not support FreeBSD anymore, so a new > > ZendOptimizer release for php 5.3 will never be released. > >Hmm... Wouldn't then be better to keep PHP 5.2 available in ports > (e.g. lang/php52)? Not only for the sake of FreeBSD-based WEB-servers > with ZendOptimizer port installed - I suspect there could be other > reasons to stay with PHP 5.2 while it's still available... Agreed, php5.2 should be kept. There are lots of project which are yet incompatible with php5.3, like zabbix1.6. PHP 5.3 has brought lots of changes which are not backward-compatible. > > > Sincerely, Dmitry -- Sincerely, Gergely CZUCZY Harmless Digital Bt +36-30-9702963 ___ 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"