Re: FreeBSD-games/Larn is broken in FreeBSD7.0 Release
In article <[EMAIL PROTECTED]> you wrote: >>> When you run Larn, and chose to read/eat/drink anything the games exits >>> with a signal 11 ,segfaults and does a coredump. >>> >>> You have found a magic potion >>> Do you (d) drink it, (t) take it, or (i) ignore it? >>> Segmentation fault (core dumped) [SIGSEGV]drink >>> >>> I would like to use Larn on 7.0, what do I suggest I do to fix this ? >> >> This is caused by the same problem as freebsd-games/hack. >> Please refer to the thread beginning with >> http://lists.freebsd.org/pipermail/freebsd-ports/2008-January/046245.html >> >> For the temporary solution, >> edit freebsd-games/files/patch-larn_Makefile to add -fwritable-strings >> to CFLAGS and do not forget to use gcc34 or earlier instead of gcc in >> 7.0. >> >> Hope this helps. > > I believe that someone in DragonFly BSD did a lot of clean up in the > src/games/*. But I don't know if these cleans up will helping with this > issue. It might be worth for someone to dig in there and bring in FreeBSD > if someone care about these games. Diff between freebsd-games and DragonFly, after removing irrelevant stuff, is over a megabyte long. Maybe we should just use their code verbatim? (Untested diff at http://freebsd.org/~trasz/patch-zzz_fixes_from_dfly) -- If you cut off my head, what would I say? Me and my head, or me and my body? ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: new version of devel/pwlib does not compile on 7.0-RELEASE
Greetings, Steve Ames wrote: Jeremy Messenger wrote: On Wed, 05 Mar 2008 11:15:03 -0600, Steve Ames <[EMAIL PROTECTED]> wrote: All of your errors seem to stem from: /usr/local/include/iodbcunix.h which isn't part of pwlib and doesn't exist on my system. It comes from databases/libiodbc. Comment: An ODBC 3.x driver manager, for universal data source access Required by: openldap-sasl-server-2.3.41 Hrm. I'll install that locally and see what I can do to fix these errors. devel/pwlib definately compiles cleanly on 7.0-R but it appears not so much if database/libiodbc is installed. -Steve Not sure why pwlib interfere with libiodbc. If it doesn't need it, the patch can be to explicitly disable it? -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: print/ghostscript-gpl fails on amd64 with FONTCONFIG=on
on 06/03/2008 13:58 Andriy Gapon said the following: > print/ghostscript-gpl fails to build on 6.3 amd64 with FONTCONFIG=on: > /usr/bin/ld: > /usr/ports/print/ghostscript-gpl/work/ghostscript-8.61/freetype/objs/freetype214MT_D.a(ftinit.o): > relocation R_X86_64_32 can not be used when making a shared object; > recompile with -fPIC > /usr/ports/print/ghostscript-gpl/work/ghostscript-8.61/freetype/objs/freetype214MT_D.a: > could not read symbols: Bad value > gmake[1]: *** [bin/../sobin/libgs.so.8.61] Error 1 > gmake[1]: Leaving directory > `/usr/ports/print/ghostscript-gpl/work/ghostscript-8.61' > gmake: *** [so] Error 2 > *** Error code 2 > > Stop in /usr/ports/print/ghostscript-gpl. > *** Error code 1 > Sorry, I probably jumped to conclusions about FONTCONFIG, it seems that FT_BRIDGE is more likely to blame. Anyway: ===> The following configuration options are available for ghostscript-gpl-8.61_3: A4SIZE=on "Set A4 (not Letter) as a default paper size" FONTCONFIG=on "fontconfig support" FT_BRIDGE=on "FreeType bridge" ICONV=on "libiconv support (required by opvp/oprp drivers)" JPNFONTS=off "Japanese font support" SHLIB=on "With shared libraries" SVGALIB=off "svgalib support" X11=on "X11 support" -- Andriy Gapon ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
print/ghostscript-gpl fails on amd64 with FONTCONFIG=on
print/ghostscript-gpl fails to build on 6.3 amd64 with FONTCONFIG=on: /usr/bin/ld: /usr/ports/print/ghostscript-gpl/work/ghostscript-8.61/freetype/objs/freetype214MT_D.a(ftinit.o): relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC /usr/ports/print/ghostscript-gpl/work/ghostscript-8.61/freetype/objs/freetype214MT_D.a: could not read symbols: Bad value gmake[1]: *** [bin/../sobin/libgs.so.8.61] Error 1 gmake[1]: Leaving directory `/usr/ports/print/ghostscript-gpl/work/ghostscript-8.61' gmake: *** [so] Error 2 *** Error code 2 Stop in /usr/ports/print/ghostscript-gpl. *** Error code 1 -- Andriy Gapon ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: interactive ports - the plague
RW wrote: On Mon, 03 Mar 2008 19:55:52 +0100 Dominic Fandrey <[EMAIL PROTECTED]> wrote: RW wrote: On Mon, 03 Mar 2008 10:24:21 +0100 Dominic Fandrey <[EMAIL PROTECTED]> wrote: I cannot find any policy on interactive ports in the Porters' Handbook. Maybe there aught to be one. Setting BATCH is supposed to prevent genuinely interactive ports from building (that's actually the original purpose of BATCH). But this will also keep the config screens away from me, which can be handled before all builds quite comfortably. Not if you do the config screens before setting BATCH. Thanks for the suggestion. The lines: .if !make(config*) BATCH= yes .endif in my make.conf works well with portmaster. The config screens appear but ghostscript remains silent. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Thunderbird, enigmail, and GCC 3.4
Marcin Cieslak wrote: > Yuri Pankov wrote: > >>> AFAICT, it only affects amd64. Maybe USE_GCC can be 3.4 on amd64, and 3.4+ >>> elsewhere? >>> > > Don't know if it helps at all, but seamonkey works with enigmail very > nice, using gcc version 4.2.1 20070719 on amd64 (7.0-PRERELEASE, > seamonkey 1.1.8). > > --Marcin > How does seamonkey compare to Thunderbird? Is it really bloated? -- Coleman ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: print/ghostscript-gpl fails on amd64 with FONTCONFIG=on
I get the same error when I have SHLIB (With shared libraries) turned on. Try turning it off. I've seen this problem on 7.0-CURRENT and 8.0-CURRENT. Scot On 3/6/08, Andriy Gapon <[EMAIL PROTECTED]> wrote: > on 06/03/2008 13:58 Andriy Gapon said the following: > > print/ghostscript-gpl fails to build on 6.3 amd64 with FONTCONFIG=on: > > /usr/bin/ld: > > > /usr/ports/print/ghostscript-gpl/work/ghostscript-8.61/freetype/objs/freetype214MT_D.a(ftinit.o): > > relocation R_X86_64_32 can not be used when making a shared object; > > recompile with -fPIC > > > /usr/ports/print/ghostscript-gpl/work/ghostscript-8.61/freetype/objs/freetype214MT_D.a: > > could not read symbols: Bad value > > gmake[1]: *** [bin/../sobin/libgs.so.8.61] Error 1 > > gmake[1]: Leaving directory > > `/usr/ports/print/ghostscript-gpl/work/ghostscript-8.61' > > gmake: *** [so] Error 2 > > *** Error code 2 > > > > Stop in /usr/ports/print/ghostscript-gpl. > > *** Error code 1 > > > > Sorry, I probably jumped to conclusions about FONTCONFIG, it seems that > FT_BRIDGE is more likely to blame. > Anyway: > ===> The following configuration options are available for > ghostscript-gpl-8.61_3: > A4SIZE=on "Set A4 (not Letter) as a default paper size" > FONTCONFIG=on "fontconfig support" > FT_BRIDGE=on "FreeType bridge" > ICONV=on "libiconv support (required by opvp/oprp drivers)" > JPNFONTS=off "Japanese font support" > SHLIB=on "With shared libraries" > SVGALIB=off "svgalib support" > X11=on "X11 support" > > > -- > Andriy Gapon > ___ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
java/eclipse java/jdk16 IPV6 problems
I'm running eclipse with jdk16. If I build the jdk with IPV6 support the Eclipse JUnit-Plugin doesn't work and the Debugger complains about not being able to connect to a socket. I forgot to copy the exact message, before I rebuilt without IPV6. It works fine without it. I can switch back to IPV6 and get the exact message if someone thinks that might be useful. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Wipe Out The MRSA Threat
If you are having trouble viewing this email, [1]click here. 3D"" [2]="AliMed® [3]View on Handheld [4]Forward to Friend 3D"" [images.accu=] Home = [5]Online Catalog [6]About= Us Contact Us [7]Help= ; [8]Catalog Request [images.accu=] 3D"" [images.accu=] MRSA = Killers [images.accu=] 3D"" [9]3D"SaniGuard SaniGuard® Sanitizing Fogger Sanitize every nook and cranny of rooms and vehicles. Just open t= he can and leave. Use the area again in only 15 minutes! [10]LEARN MORE 3D"" _ 3D"" [11]3D"SaniGuard <= /a> SaniGuard® Sanitizing Spray Th= e worlds' first dry-on-contact sanitizer. No wiping or waiting. Kills 99.9%= of all fungi, bacteria, and viruses on contact. Safe for food- prep a= reas, fabrics, electronics.! [12]LEARN MORE _ [13]...See more infection control products [images.accu=] AliMe= d eNews [images.accu=] 3D"" 3D"" 3D"" 3D"" 3D"" Sanitize Cells, Vehicles, and Medical Treatment Areas in Minutes Th= e MRSA "superbug" is spreading out of healthcare settings w= here it has historically been found. Do all you can to protect yourself and= others from this potentially deadly threat as well as 38 other more c= ommon bacteria, viruses and fungi. Use SaniGuard to quickly disinfect high-= risk areas and surfaces. [14]SaniGuard Fogge= r and SaniGuard Spray share unique features that make them unlike any other disinfec= tants: * Human safe * 99.9% efficacy * Dry on contact * No wiping or rinsing * Odorless * No protective equipment needed * EPA approved * Long shelf life Stock up now. Be r= eady. Be safe. [15]Learn more about SaniGuard now. 3D"" 3D"" 3D"" 3D"" 3D"" [3D"h=] AliMe= d Websites [images.accu=] 3D"" 3D"" 3D""3D"" 3D"" 3D"" 3D"" [16]3D"AliMed®3D"" [17]3D"AliMed® 3D"" 3D"" 3D""3D"" 3D"" 3D"" 3D"" 3D""3D"" 3D"" 3D"" 3D"" 3D""3D"" 3D"" 3D"" 3D"" [18]3D"Ergobilities.com 3D"" [19]3D"EasierLiving.com" 3D"" 3D"" 3D""3D"" 3D"" 3D"" 3D"" 3D""3D"" 3D"" 3D"" 3D"" 3D""3D"" 3D"" 3D"" 3D"" [20]3D"Arista 3D"" [21]3D"PTDirectOnline.com 3D"" 3D"" 3D""3D"" 3D"" 3D"" 3D"" [images.acc=] [22]Add to Address Book <= font face="Arial, Helvetica, sans-serif" color="#FF" size="1">| [23]Subscribe | [24]Unsubscribe &= nbsp;| [25]Terms & Conditions | [26]Privacy Policy | [27]Shipping & Handli= ng [images.acc=] Copyright©2008 AliMed. All Rights Reserved. AliMed, Inc. 297 High Street Dedham, MA 02026 Th= is is an advertisement. [click?q=375%3B66889716%3BT0JaKGqw4=] References Visible links 1. ="http://alimed.acc0.com/cts/click?q=375%3B66889716%3BMfwcvyY2lqvDwJ2Cw 2. 3D"http://alimed.acc0.com/cts/click?q=375%3B668 3. 3D"http://alimed.acc0.com/cts/click?q=375%3B668 4. 3D"http://alimed.acc0.com/cts/click?q=375%3B668 5. 3D"http://alimed.acc0.com/cts/click?q=375%3B66 6. 3D"http://alimed.acc0.com/cts/click?q=375%3B66889716% 7. file://localhost/tmp/3D"htt 8. 3D"http://alimed.acc0.com=/ 9. 3D"http://alimed.acc0.com/cts/click?q=375%3B66889716%3Bxve 10. 3D"http://alimed.acc0.com/cts/click?q=375%3B66889716%3Bxveb% 11. 3D"http://alimed.acc0.com/cts/click 12. 3D"http://alimed.acc0.com/cts/click?q=375%3B66889716%3Bxveb% 13. 3D"http://alimed.acc0.com/cts/ 14. 3D"http://alimed.acc0.com/cts/click?q=375%3B66889716%3Bxveb%2Bp6%2B 15. 3D"http://alimed.acc0.com/cts/ 16. 3D"http://alimed=/ 17. 3D"http://alimed=/ 18. 3D"http://alimed=/ 19. 3D"http://alimed=/ 20. 3D"http://alimed=/ 21. 3D"http://alimed=/ 22. 3D"http://a=/ 23. 3D"http://alimed.acc0=/ 24. 3D"http://alimed.acc0.com/cts/click?q=375%3B66889716%3BAvi0 25. 3D"http://alime=/ 26. 3D"http://alimed.acc0.=/ 27. 3D"http://alimed.acc0.com/cts/click?q=375%3B66889716%3Bxveb%2Bp6%2B Hidden links: 28. 3D"http://alimed.acc0.com/cts/click?q=375%3B66889716%3Bxv 29. file://localhost/tmp/3D"ht___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Thunderbird, enigmail, and GCC 3.4
Jeremy Messenger schrieb: > On Tue, 04 Mar 2008 17:07:19 -0600, Coleman Kane <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> I'd like to call your attention to ports/117285: >> http://www.freebsd.org/cgi/query-pr.cgi?pr=117285 >> >> There seems to be some trouble when thunderbird is compiled with GCC >> 4.x. The current manifestation of this problem is a segfault on the >> registration (when thunderbird restarts) of the enigmail extension, >> which causes the install to fail to register the internal enigmime >> service. >> >> The above PR suggests downgrading thunderbird to GCC 3.4 until the >> problem is fixed. I don't know how many other extensions are affected >> by this. >> >> Either that, or the security/enigmail-thunderbird port should be >> modified so that it displays a message warning the user that it won't >> work after it is installed. >> >> AFAICT, it only affects amd64. Maybe USE_GCC can be 3.4 on amd64, and >> 3.4+ elsewhere? >> >> Thoughts? Comments? > > The enigmail port has to be fix. I disagree to change in thunderbird > port to have that USE_GCC. In the past, I have suggested Aryeh M. > Friedman to check in Gentoo to see if it can solves his problem, but I > don't know if he did. > > === > http://bugs.gentoo.org/show_bug.cgi?id=187353 > http://bugs.gentoo.org/attachment.cgi?id=127337&action=view > > Maybe you can try to remove USE_GCC=3.4 and 'make patch' in > engimail-thunderbird then go in work directory and remove the > gcc_hidden.h and touch this file. After that, try to build > engimail-thunderbird to see if it works for you with GCC 4.x. Make sure > Thunderbird is built with GCC 4.x too. > > If it doesn't work for you, there is another bugzilla that is blaming on > binutils bug. > > http://bugs.gentoo.org/show_bug.cgi?id=186089 > === I have tried to update to thungerbird 2.0.0.12 and enigmail 0.95.6 yesterday and there is still a problem. enigmime doesnt work. FreeBSD etustar.ze.tum.de 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #3: Mon Jan 7 07:39:02 CET 2008 [EMAIL PROTECTED]:/usr/src/sys/amd64/compile/ETUSTAR amd64 Using USE_GCC=3.4 doesn't solve the problem. I ahve not found a solution. As I need Enigmail i have downgraeded to thungerbird 2.0.0.9 and enigmail 0.95.5 both compiles with gcc34. So there seams to be a different problem. Regards Gerhard -- - Gerhard Schmidt | E-Mail: [EMAIL PROTECTED] TU-München| WWW & Online Services | Tel: 089/289-25270| Fax: 089/289-25257| PGP-Publickey auf Anfrage signature.asc Description: OpenPGP digital signature
7.0-RELEASE: digikam 0.9.3 dumps core on startup
Clean install of 7.0-RELEASE, Xorg, KDE, and digikam from a freshly downloaded ports tree. Starting digikam for the first time gives the dialogue asking for the directory to use as the Album root, enter a path then digikam dumps core. The trace from the KDE Crash Handler is: [New Thread 0x2a701100 (LWP 100193)] [Switching to Thread 0x2a701100 (LWP 100193)] [KCrash handler] #6 0x28550b73 in sqlite3Fts2InitHashTable () from /usr/local/lib/libsqlite3.so.8 #7 0x285484e2 in sqlite3Fts2Init () from /usr/local/lib/libsqlite3.so.8 #8 0x28514fa5 in openDatabase () from /usr/local/lib/libsqlite3.so.8 #9 0x281bc47e in Digikam::AlbumDB::setDBPath () from /usr/local/lib/libdigikam.so.0 #10 0x281e85a7 in Digikam::AlbumManager::setLibraryPath () from /usr/local/lib/libdigikam.so.0 #11 0x0804ad78 in main () Trying to start digikam again results in the same except that it doesn't ask for an Album directory. It doesn't matter whether the directory I choose exists, doesn't exist, or exists and contains an existing digikam Album (and therefore an existing digikam3.db file). If it is a directory without an existing digikam3.db file then one is created, but it is 0 bytes. The problem appears to be in SQLite. As I said, this is a completely clean install of 7.0 and the ports so there is no dross left around from a previous version of either FreeBSD or any ports - the existing digikam album used for testing was from a backup. Can anyone shed any light on this please? Regards, Mark ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
FreeBSD Port: xorg-7.3_1
Hi there ! I've been using FreeBSD now for 4 months and it's a great OS. But is there a way to install minimal Xorg server without installing the meta-port (and thus, without all of the drivers) ? I'm using portinstall as the installer and I've been able to install completely xorg-xserver and nvidia-driver until now, but I'm not able tu launch the "startx" script. Where is that damned script (I mean, in which package) ? I'm running minimal install of FreeBSD 7.0. Regards, -- http://www.thorzero.info Laurent. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD Port: xorg-7.3_1
Laurent Grangeau wrote: > Hi there ! > > I've been using FreeBSD now for 4 months and it's a great OS. But is there a > way to install minimal Xorg server without installing the meta-port (and > thus, without all of the drivers) ? > > I'm using portinstall as the installer and I've been able to install > completely xorg-xserver and nvidia-driver until now, but I'm not able tu > launch the "startx" script. Where is that damned script (I mean, in which > package) ? > > I'm running minimal install of FreeBSD 7.0. > > Regards, > Do this: cd /usr/ports/x11-drivers/xorg-drivers make config (select the drivers you want installed) pkg_delete -f xf86-\* make deinstall clean install -- Coleman Kane ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
ocsinventory-ng and apache2
Hello. I tried installing ocsinventory-ng and it wants to pull apache13 in. This fails on my server, since I have apache20 installed. I read on their site that it should run with 2.x; is this a FreeBSD only limitation? Is this a limitation in the port? I guess this is due to the following line in Makefile: USE_APACHE= 1.3+ Would it work if I changed it? (Obviously I could try myself, but I guess there might be hidden implications...) bye & Thanks av. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD Port: xorg-7.3_1
> Date: Thu, 6 Mar 2008 20:45:22 +0100 > From: "Laurent Grangeau" <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > Hi there ! > > I've been using FreeBSD now for 4 months and it's a great OS. But is there a > way to install minimal Xorg server without installing the meta-port (and > thus, without all of the drivers) ? > > I'm using portinstall as the installer and I've been able to install > completely xorg-xserver and nvidia-driver until now, but I'm not able tu > launch the "startx" script. Where is that damned script (I mean, in which > package) ? > > I'm running minimal install of FreeBSD 7.0. Sure. Just cd /usr/ports/x11-drivers make config Select the drivers you want (and deselect those you don't want) That is it. The options are "sticky and should remain unchanged unless you 'make rmconfig' or a port update changes them. As for startx, # pkg_info -W /usr/local/bin/startx /usr/local/bin/startx was installed by package xinit-1.0.7 -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: [EMAIL PROTECTED] Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 pgpSCnkLGVG8H.pgp Description: PGP signature
Re: FreeBSD Port: xorg-7.3_1
On Thursday 06 March 2008 21:45:22 Laurent Grangeau wrote: > Hi there ! > > I've been using FreeBSD now for 4 months and it's a great OS. But is there > a way to install minimal Xorg server without installing the meta-port (and > thus, without all of the drivers) ? > > I'm using portinstall as the installer and I've been able to install > completely xorg-xserver and nvidia-driver until now, but I'm not able tu > launch the "startx" script. Where is that damned script (I mean, in which > package) ? > > I'm running minimal install of FreeBSD 7.0. > > Regards, You can manually disable parts that would be installed in Makefile per port. For example remove all type1 (really ugly adobe) fonts dependency lines from x11-fonts/xorg-fonts and then you can install xorg metaport without worrying about those craptastic fonts anymore. Less dependencies, less fuss. IMHO Andrei ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD Port: xorg-7.3_1
Laurent Grangeau wrote at 20:45 +0100 on Mar 6, 2008: > Hi there ! > > I've been using FreeBSD now for 4 months and it's a great OS. But is there a > way to install minimal Xorg server without installing the meta-port (and > thus, without all of the drivers) ? > > I'm using portinstall as the installer and I've been able to install > completely xorg-xserver and nvidia-driver until now, but I'm not able tu > launch the "startx" script. Where is that damned script (I mean, in which > package) ? > > I'm running minimal install of FreeBSD 7.0. You don't have to install the x11/xorg metaport. If you look in x11/xorg/Makefile, you can see the pieces it installs. For a semi-minimal X, you probably want xorg-protos, xorg-libraries, xorg-fonts-miscbitmaps, xorg-server and your driver. You probably don't need everything in xorg-apps (who uses xmore?), nor, of course, everthing in xorg-drivers. In xorg-apps, xterm & xinit are pretty basic. At one point there was talk of an xorg-lite metaport, but I don't know of anything that actually exists. startx is in the xinit port that is installed as part of xorg-apps. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
INDEX build failed for 5.x
INDEX build failed with errors: Generating INDEX-5 - please wait..gpodder-0.11.0_1: "/a/erwin/tindex/ports/ftp/wgeta" non-existent -- dependency list incomplete ===> multimedia/gpodder failed *** Error code 1 *** Error code 1 Stop in /a/erwin/tindex/ports. *** Error code 1 Stop in /a/erwin/tindex/ports. 1 error Committers on the hook: ehaupt gahr mi miwi tabthorpe tmclaugh Most recent CVS update was: U databases/p5-Rose-DB/Makefile U databases/p5-Rose-DB/distinfo U databases/p5-Rose-DB-Object/Makefile U databases/p5-Rose-DB-Object/distinfo U editors/hte/Makefile U editors/hte/distinfo U games/jaggedalliance2/Makefile U games/jaggedalliance2/distinfo U games/jaggedalliance2/pkg-plist U games/maelstrom/Makefile U games/maelstrom/distinfo U japanese/p5-Text-MeCab/Makefile U japanese/p5-Text-MeCab/distinfo U japanese/p5-Text-MeCab/pkg-plist U java/veditor/Makefile U java/veditor/distinfo U java/veditor/pkg-plist U mail/librfc822/Makefile U mail/librfc822/distinfo U mail/librfc822/files/patch-lexer.cc U multimedia/gmencoder/Makefile U multimedia/gmencoder/pkg-plist U multimedia/gmencoder/files/patch-src_mypopen.c U multimedia/gpodder/Makefile U multimedia/manslide/Makefile U multimedia/manslide/distinfo U net/opal/Makefile U net/opal/distinfo U print/gtklp/files/patch-configure.in U security/vpnc/Makefile U security/vpnc/files/patch-config.c U sysutils/e2fsprogs/Makefile U sysutils/e2fsprogs/distinfo U www/p5-Handel/Makefile U www/p5-Handel/distinfo ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
INDEX now builds successfully on 5.x
___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: java/eclipse java/jdk16 IPV6 problems
Dominic Fandrey wrote: > I'm running eclipse with jdk16. If I build the jdk with IPV6 support the > Eclipse JUnit-Plugin doesn't work and the Debugger complains about not > being able to connect to a socket. I forgot to copy the exact message, > before I rebuilt without IPV6. It works fine without it. I can switch > back to IPV6 and get the exact message if someone thinks that might be > useful. Try sysctl net.inet6.ip6.v6only=0 for now. --Marcin ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Thunderbird, enigmail, and GCC 3.4
Coleman Kane wrote: > How does seamonkey compare to Thunderbird? Is it really bloated? I switched to seamonkey from the Mozilla suite. I never really liked Firefox interface and I prefer tighter integration between browser and mail on UNIX-like systems. --Marcin ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: clint port broken on 7-STABLE amd64
Steve Franks wrote: Just built /devel/clint on my vanilla 7.0 system. Appears to build and install fine, but #clint or #clint --help freezes the console, and ctrl-C initiates a core-dump. Python appears to run just fine. Talk to the clint developers and/or the maintainer. Kris ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
clint port broken on 7-STABLE amd64
Just built /devel/clint on my vanilla 7.0 system. Appears to build and install fine, but #clint or #clint --help freezes the console, and ctrl-C initiates a core-dump. Python appears to run just fine. Info: [EMAIL PROTECTED] /usr/home/steve]$ pkg_info | grep clint clint-0.1.2_4 A static source code checker for C++ [EMAIL PROTECTED] /usr/home/steve]$ pkg_info | grep python python25-2.5.1_1An interpreted object-oriented programming language [EMAIL PROTECTED] /usr/home/steve]$ [EMAIL PROTECTED] /usr/home/steve]$ dmesg Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.0-STABLE #9: Thu Mar 6 16:37:28 MST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Celeron(R) CPU 430 @ 1.80GHz (1799.99-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x10661 Stepping = 1 Features=0xafebfbff Features2=0xe31d AMD Features=0x20100800 AMD Features2=0x1 usable memory = 1051635712 (1002 MB) avail memory = 1013256192 (966 MB) ACPI APIC Table: ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 kqemu version 0x00010300 kqemu: KQEMU installed, max_locked_mem=513492kB. ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) hptrr: HPT RocketRAID controller driver v1.1 (Mar 6 2008 16:37:11) acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of 0, a (3) failed acpi0: reservation of 10, 3f6f (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 acpi_hpet0: iomem 0xfed0-0xfed003ff on acpi0 device_attach: acpi_hpet0 attach returned 12 cpu0: on acpi0 p4tcc0: on cpu0 acpi_button0: on acpi0 acpi_button1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 vgapci0: port 0xff00-0xff07 mem 0xfde8-0xfdef,0xc000-0xcfff,0xfdf0-0xfdf3 irq 16 at device 2.0 on pci0 agp0: on vgapci0 agp0: detected 7932k stolen memory agp0: aperture size is 256M pcm0: mem 0xfdff8000-0xfdffbfff irq 16 at device 27.0 on pci0 pcm0: [ITHREAD] pcib1: irq 16 at device 28.0 on pci0 pci1: on pcib1 pcib2: irq 17 at device 28.1 on pci0 pci2: on pcib2 pci2: at device 0.0 (no driver attached) uhci0: port 0xfe00-0xfe1f irq 23 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xfd00-0xfd1f irq 19 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] uhci1: [ITHREAD] usb1: on uhci1 usb1: USB revision 1.0 uhub1: on usb1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xfc00-0xfc1f irq 18 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] uhci2: [ITHREAD] usb2: on uhci2 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 2 ports with 2 removable, self powered uhci3: port 0xfb00-0xfb1f irq 16 at device 29.3 on pci0 uhci3: [GIANT-LOCKED] uhci3: [ITHREAD] usb3: on uhci3 usb3: USB revision 1.0 uhub3: on usb3 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xfdfff000-0xfdfff3ff irq 23 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: on usb4 uhub4: 8 ports with 8 removable, self powered pcib3: at device 30.0 on pci0 pci3: on pcib3 vr0: port 0xde00-0xdeff mem 0xfdaff000-0xfdaff0ff irq 16 at device 2.0 on pci3 vr0: Quirks: 0x0 miibus0: on vr0 ukphy0: PHY 1 on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto vr0: using obsoleted if_watchdog interface vr0: Ethernet address: 00:1b:11:b0:ec:1d vr0: [ITHREAD] isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfa00-0xfa0f at device 31.1 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] atapci1: port 0xf900-0xf907,0xf800-0xf803,0xf700-0xf707,0xf600-0xf603,0xf500-0xf50f mem 0xfdffe000-0xfdffe3ff irq 19 at device 31.2 on pci0 atapci1: [ITHREAD] ata2: on atapci1 ata2: [ITHREAD] ata3: on atapci1 ata3: [ITHREAD] pci0: at device 31.3 (no driver attached) acpi_tz0: on acpi0 sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio0: [FILTER] atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] acpi_hpet0: iomem 0xfed0-0xfed003ff on acpi0 device_attach: acpi_hpet0 attach returned 12 ppc0: cannot reserve I/O port range sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> s
Re: VirtualBox looks for FreeBSD developer
On Sat, Mar 01, 2008 at 08:04:55AM +1100, Edwin Groothuis wrote: > On Fri, Feb 29, 2008 at 09:48:45PM +0100, Olivier Cochard-Labbe wrote: > > I can't compile VirtualBox with your patch (I'm using a FreeBSD 7.0Release). > > It works with 6.3, 7.0 has the ULE scheduler which doesn't have sched_lock. > > Rink@ has been trying to get it work on 7.0, but... > " Mavvie: haven't gotten it to link yet :-/" > > It works on 6.3, until you try to start the VM: > > With VBOX_SUPLIB_FAKE=fake set you get: > VM creation failed (GVMM). VBox status code: -37 (VERR_NOT_SUPPORTED). > > Without it (i.e. using the "kernel" module): > Failed to load VMMR0.r0. VBox status code: -609 (VERR_SYMBOL_NOT_FOUND). > > And the documentation about the kernel module as described on > http://www.virtualbox.org/wiki/Porting_VirtualBox are lacking a bit > of essential information. FYI: I've given up on it, despite the fact that it compiles and runs on 6.3, I can't get around the problems with the kernel driver and the lack of documentation. Edwin -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PROTECTED]| Weblog: http://www.mavetju.org/weblog/ ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
subversion port error
Hey - when I try "make install clean" on subversion I get sr/local/bin/ifnames-2.61 AUTOM4TE=/usr/local/bin/autom4te-2.61 AUTORECONF=/usr/local/bin/autoreconf-2.61 AUTOSCAN=/usr/local/bin/ autoscan-2.61 AUTOUPDATE=/usr/local/bin/autoupdate-2.61 AUTOCONF_VERSION=261 LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/ local/bin/libtoolize LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 lt_cv_sys_max_cmd_len=262144 /bin/sh ./buildconf buildconf: checking installation... buildconf: python not found. You need python installed to build APR from SVN. *** Error code 1 This is when I know I have python installed ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
www/varnish 1.1.2 crashed
It might be a bit OT, www/varnish 1.1.2 crashed under heavy load: [Thread 0xa84419650 (LWP 100874) exited] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xa83404090 (LWP 100648)] vbe_sock_conn (ai=0x0) at cache_backend.c:162 162 s = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol); (gdb) bt #0 vbe_sock_conn (ai=0x0) at cache_backend.c:162 #1 0x00408c05 in VBE_GetFd (sp=0xa856bd008) at cache_backend.c:190 #2 0x0040b0b2 in Fetch (sp=0xa856bd008) at cache_fetch.c:278 #3 0x00409851 in CNT_Session (sp=0xa856bd008) at cache_center.c:300 #4 0x00410e81 in wrk_do_one (w=0x7fffc1208ad0) at cache_pool.c:194 #5 0x004110ae in wrk_thread (priv=Variable "priv" is not available. ) at cache_pool.c:248 #6 0x000800a83a88 in pthread_getprio () from /lib/libthr.so.3 #7 0x in ?? () Error accessing memory address 0x7fffc120b000: Bad address. Regards, David Xu ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"