Re: firefox and mozilla ports broken?

2005-03-25 Thread Ty Hoeffer
Try going to ports/print/freetype2 and rebuild that port with a make  
make install, that fixed it for me.

Ty

On Friday 25 March 2005 14:01, [EMAIL PROTECTED] wrote:
 Hello,

 is it just me, or are the firefox _and_ mozilla ports currently
 broken?

 c++ -o nsFontMetricsPS.o -c -DOSTYPE=\FreeBSD5\ -DOSARCH=\FreeBSD\
 -DHAVE_DE PENDENT_LIBS -I../.. -I./..  -I../../../dist/include/xpcom
 -I../../../dist/inclu de/string -I../../../dist/include/widget
 -I../../../dist/include/pref -I../../.. /dist/include/caps
 -I../../../dist/include/locale -I../../../dist/include/uconv
 -I../../../dist/include/view -I../../../dist/include/necko
 -I../../../dist/inclu de/imglib2 -I../../../dist/include/unicharutil
 -I../../../dist/include/gfx -I../ ../../dist/include
 -I/usr/local/ports/www/mozilla/work/mozilla/dist/include/nspr
 -I/usr/local/include -I/usr/local/include  -I.
 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include  
 -fPIC  -I/usr/X11R6/include  -I/usr/ X11R6/include -fno-rtti
 -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcas t-align
 -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dto r
 -Wno-long-long -O -pipe -O2 -fshort-wchar -pipe  -DNDEBUG -DTRIMMED -O2
 -DXTHR EADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0
 -I/usr/local/include/glib-2. 0 -I/usr/local/lib/glib-2.0/include
 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/li b/gtk-2.0/include
 -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/loc
 al/include/freetype2 -I/usr/local/include-I/usr/X11R6/include 
 -I/usr/X11R6/ include -DMOZILLA_CLIENT -include ../../../mozilla-config.h
 nsFontMetricsPS.cpp nsFontMetricsPS.cpp: In member function `nsresult
 nsFontPSFreeType::Init(nsITrue TypeFontCatalogEntry*, nsPSFontGenerator*)':
 nsFontMetricsPS.cpp:1144: error: 'struct FTC_ImageTypeRec_' has no member
 named 'face_id'
 nsFontMetricsPS.cpp:1145: error: 'struct FTC_ImageTypeRec_' has no member
 named 'width'
 nsFontMetricsPS.cpp:1146: error: 'struct FTC_ImageTypeRec_' has no member
 named 'height'
 nsFontMetricsPS.cpp: In member function `FT_FaceRec_*
 nsFontPSFreeType::getFTFac e()':
 nsFontMetricsPS.cpp:1231: error: 'struct FTC_ImageTypeRec_' has no member
 named 'face_id'
 nsFontMetricsPS.cpp: In member function `virtual void
 nsFT2Type8Generator::Gener atePSFont(FILE*)':
 nsFontMetricsPS.cpp:1625: error: 'struct FTC_ImageTypeRec_' has no member
 named 'face_id'
 nsFontMetricsPS.cpp:1627: error: 'struct FTC_ImageTypeRec_' has no member
 named 'width'
 nsFontMetricsPS.cpp:1628: error: 'struct FTC_ImageTypeRec_' has no member
 named 'height'
 nsFontMetricsPS.cpp:1633: error: 'struct FTC_ImageTypeRec_' has no member
 named 'face_id'
 gmake[4]: *** [nsFontMetricsPS.o] Error 1
 gmake[4]: Leaving directory
 `/usr/local/ports/www/mozilla/work/mozilla/gfx/src/p s'
 gmake[3]: *** [libs] Error 2
 gmake[3]: Leaving directory
 `/usr/local/ports/www/mozilla/work/mozilla/gfx/src' gmake[2]: *** [libs]
 Error 2
 gmake[2]: Leaving directory `/usr/local/ports/www/mozilla/work/mozilla/gfx'
 gmake[1]: *** [tier_9] Error 2
 gmake[1]: Leaving directory `/usr/local/ports/www/mozilla/work/mozilla'
 gmake: *** [default] Error 2
 *** Error code 2

 Thanks,
 -cpghost.

-- 
***
* Ty Hoeffer -- IS Net Engineer -- UVa. Health System/Computing Services
* pth3k at Virginia.EDU  --  http://warhammer.mcc.virginia.edu/ty
* Democracy is two wolves and a lamb deciding what to have for dinner.
* Liberty is a well armed lamb contesting the decision.  Ben Franklin
***
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem installing p5-DBD-mysql50 from ports

2004-09-23 Thread Ty Hoeffer
On Thursday 23 September 2004 13:09, Perica Veljanovski wrote:
 Hi all,

 I have a problem installing the p5-DBD on my bsd box:

 /usr/ports/databases/p5-DBD-mysql50#make install
 fails with the following err:
 ---
 ===  Building for p5-DBD-mysql50-2.9003
 cc -c  -I/usr/local/lib/perl5/site_perl/5.8.4/mach/auto/DBI
 -I/usr/local/include/mysql -O -pipe  -D_THREAD_SAFE  -O -pipe -O -pipe   
 -DVERSION=\2.9003\  -DXS_VERSION=\2.9003\ -DPIC -fPIC
 -I/usr/local/lib/perl5/5.8.4/mach/CORE   mysql.c mysql.xs: In function
 `XS_DBD__mysql__dr__admin_internal':
 mysql.xs:103: `SHUTDOWN_DEFAULT' undeclared (first use in this function)
 mysql.xs:103: (Each undeclared identifier is reported only once
 mysql.xs:103: for each function it appears in.)
 mysql.xs:103: too many arguments to function `mysql_shutdown'
 *** Error code 1

 Stop in /usr/ports/databases/p5-DBD-mysql50/work/DBD-mysql-2.9003.
 *** Error code 1

 Stop in /usr/ports/databases/p5-DBD-mysql50.
 ---
 I run on a cvsup-ed 4.7 to FreeBSD 4.10-STABLE (port's cvsuped allso)
 I have:
 mysql  Ver 14.3 Distrib 5.0.0-alpha, for portbld-freebsd4.10 (i386)
 perl, v5.8.4 built for i386-freebsd-64int
 p5-DBI-1.42_1 The perl5 Database Interface.  Required for DBD::*modules
 All installed from ports.
 ---
 Can you help me with this. I can't locate the problem?

 ps. mysql-server isn't running :P

 10x ahead

I had the same problem last week. I just installed the pieces sepparately.
installed mysql50-server from the ports  the DBI/DBD stuff from CPAN.

you could try just install the CPAN modules:

perl -MCPAN -e 'install Bundle::DBI'
or
perl -MCPAN -e 'install Bundle::DBD'

Ty Hoeffer

-- 
***
* Ty Hoeffer -- IS Net Engineer -- UVa. Health System/Computing Services
* pth3k at Virginia.EDU  --  http://warhammer.mcc.virginia.edu/ty
* Democracy is two wolves and a lamb deciding what to have for dinner.
* Liberty is a well armed lamb contesting the decision.  Ben Franklin
***
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvsup

2004-08-25 Thread Ty Hoeffer
On Wednesday 25 August 2004 14:07, Curtis Vaughan wrote:
 On 25 Aug, 2004, at 06:39, Ilker OZUPAK wrote:
  On Wednesday 25 August 2004 02:49, Warren Block wrote:
  On Tue, 24 Aug 2004, Curtis Vaughan wrote:
  BTW!  After updating to 4-STABLE do I then perform all the following
  steps?
 
  Go to /usr/src
  enter the command: make buildworld KERNCONF=yourkernelname
 
  in your mail you asked about a good name. actully the name mantioned
  here
  is the name of config file for your kernel which is located at
   /usr/src/sys/i386/conf/

 Well, since I have already done: make buildworld KERNCONF=kernel.STABLE
 does that in any way mess up the process of upgrading?

 That is, do I need to start this process over?  If so, how?  I noticed
 that nonetheless I now have a kernel and a kernel.GENERIC file in my
 root directory.

 BTW, how come I can't scroll on the terminal.  In Linux I am used to
 using PGUP and PGDN in order to scroll up and down my terminal.  I
 can't figure out that functionality under FreeBSD.  Even under bash
 this doesn't work.  (NB. I am not using X windows of any sort)


Try hitting the Scroll Lock key first to put the console in scroll mode, then 
hit pgup/pgdn/uparrow/dnarrow. Remember to hit Scroll Lock again when done.

Ty Hoeffer 





 Curtis

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 
***
* Ty Hoeffer -- IS Net Engineer -- UVa. Health System/Computing Services
* pth3k at Virginia.EDU  --  http://warhammer.mcc.virginia.edu/ty
* Democracy is two wolves and a lamb deciding what to have for dinner.
* Liberty is a well armed lamb contesting the decision.  Ben Franklin
***
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: em0: Intel(R) PRO/1000 Network Connection, Version - 1.7.16 trouble!

2004-06-09 Thread Ty Hoeffer
On Tuesday 18 May 2004 08:40, Maxim Hitrov wrote:
 Hello
 I have  Asus PC-DL DEluxe motherboard with
 em0: Intel(R) PRO/1000 Network Connection, Version - 1.7.16 mem
 0xe500-0xe501 at device 12.0 on pci0 On my box is installed
 FreeBSD 5.2.1
 I can't setup my network

 em0: watchdog timeout -- resetting
 em0: watchdog timeout -- resetting
 em0: Link is Down
 em0: Link is up 1000 Mbps Full Duplex
 em0: watchdog timeout -- resetting
 em0: Link is Down
 .
 What to do?

Anybody found a solution for this?


I have the same motherboard, 2GB RAM  2 2.4 Ghz Xeons. I have the same 
problem. The only way around the em0: issue is to DISABLE APIC in the 
POWER, BIOS menu. Unfortunately this disables the 2nd Xeon processor. But 
it enables the em0:  I guess we can't have everything. :(

A sample DMESG WITH  WITHOUT APIC ENABLED is attached.

Ty Hoeffer


 -
 Do you Yahoo!?
 SBC Yahoo! - Internet access at a great low price.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 
***
* Ty Hoeffer -- IS Net Engineer -- UVa. Health System/Computing Services
* pth3k at Virginia.EDU  --  http://warhammer.mcc.virginia.edu/ty
* Democracy is two wolves and a lamb deciding what to have for dinner.
* Liberty is a well armed lamb contesting the decision.  Ben Franklin
***
+---+
|   APIC = ENABLED  |
+---+

kernel: Copyright (c) 1992-2004 The FreeBSD Project.
kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
kernel: The Regents of the University of California. All rights reserved.
kernel: FreeBSD 5.2.1-RELEASE-p8 #5: Wed Jun  9 15:25:53 EDT 2004
kernel: [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP
kernel: Preloaded elf kernel /boot/kernel/kernel at 0xc0a5a000.
kernel: Preloaded elf module /boot/kernel/acpi.ko at 0xc0a5a1f4.
kernel: ACPI APIC Table: IntelR AWRDACPI
kernel: Timecounter i8254 frequency 1193182 Hz quality 0
kernel: CPU: Intel(R) Xeon(TM) CPU 2.40GHz (2405.47-MHz 686-class CPU)
kernel: Origin = GenuineIntel  Id = 0xf25  Stepping = 5
kernel: 
Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
kernel: Hyperthreading: 2 logical CPUs
kernel: real memory  = 2147418112 (2047 MB)
kernel: avail memory = 2080624640 (1984 MB)
kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
kernel: cpu0 (BSP): APIC ID:  0
kernel: cpu1 (AP): APIC ID:  1
kernel: cpu2 (AP): APIC ID:  6
kernel: cpu3 (AP): APIC ID:  7
kernel: ioapic0: Changing APIC ID to 4
kernel: ioapic0 Version 2.0 irqs 0-23 on motherboard
kernel: Pentium Pro MTRR support enabled
kernel: npx0: [FAST]
kernel: npx0: math processor on motherboard
kernel: npx0: INT 16 interface
kernel: acpi0: IntelR AWRDACPI on motherboard
kernel: pcibios: BIOS version 2.10
kernel: Using $PIR table, 13 entries at 0xc00fde60
kernel: acpi0: Power Button (fixed)
kernel: Timecounter ACPI-fast frequency 3579545 Hz quality 1000
kernel: acpi_timer0: 24-bit timer at 3.579545MHz port 0x408-0x40b on acpi0
kernel: acpi_cpu0: CPU on acpi0
kernel: acpi_cpu1: CPU on acpi0
kernel: acpi_cpu2: CPU on acpi0
kernel: acpi_cpu3: CPU on acpi0
kernel: acpi_tz0: Thermal Zone on acpi0
kernel: acpi_button0: Power Button on acpi0
kernel: acpi_button1: Sleep Button on acpi0
kernel: pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
kernel: pci0: ACPI PCI bus on pcib0
kernel: agp0: Intel 82875P host to AGP bridge mem 0xf000-0xf7ff at device 
0.0 on pci0
kernel: pcib1: PCI-PCI bridge at device 1.0 on pci0
kernel: pci1: PCI bus on pcib1
kernel: pcib1: slot 0 INTA is routed to irq 16
kernel: pci1: display, VGA at device 0.0 (no driver attached)
kernel: pcib2: ACPI PCI-PCI bridge at device 3.0 on pci0
kernel: pcib2: could not get PCI interrupt routing table for \_SB_.PCI0.CSAB - 
AE_NOT_FOUND
kernel: pci2: ACPI PCI bus on pcib2
kernel: em0: Intel(R) PRO/1000 Network Connection, Version - 1.7.19 port 
0x9000-0x901f mem 0xfa00-0xfa01 irq 7 at device 1.0 on pci2
kernel: em0:  Speed:N/A  Duplex:N/A
kernel: uhci0: Intel 82801EB (ICH5) USB controller USB-A port 0xbc00-0xbc1f irq 16 
at device 29.0 on pci0
kernel: usb0: Intel 82801EB (ICH5) USB controller USB-A on uhci0
kernel: usb0: USB revision 1.0
kernel: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
kernel: uhub0: 2 ports with 2 removable, self powered
kernel: uhci1: Intel 82801EB (ICH5) USB controller USB-B port 0xb000-0xb01f irq 19 
at device 29.1 on pci0
kernel: usb1: Intel 82801EB (ICH5) USB controller USB-B on uhci1
kernel: usb1: USB revision 1.0
kernel: uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
kernel