Re: OpenOffice 2.4.1: still getting compilation error in FBSD 7.0-STABLE

2008-06-16 Thread Mon Si
Chris Whitehouse wrote the following, On 06/16/08 14:20:
> O. Hartmann wrote:
>> Hello,
>>
>> I still get this error since OO 2.4 was offered via ports (OO 2.3
>> did well). I was wondering if someone has no solution to this
>> sticky error.
>>
>> Can anyone help?
>>
>> Regards,
>> Oliver
>>
> In case it's any use to you, openoffice.org-3
> (openoffice.org-3.0.0.b_1) does build with
> 
> make -DWITHOUT_MOZILLA -DWITH_TTF_BYTECODE_ENABLED
> 
> also with just
> 
> make
> 
> openoffice.org-3.0.0.b failed with
> 
> make LOCALIZED_LANG=en-GB
> 
> I'm just testing openoffice.org-3.0.0.b_1 with
> 
> make -DWITHOUT_MOZILLA -DWITH_TTF_BYTECODE_ENABLED LOCALIZED_LANG=en-GB
> 
> 
> Chris

for me (fbsd 7.0) ooo2.4.1 (OOo_OOH680_m17_source.tar.bz2) and
ooo-3-devel (OOo_DEV300_m19_source.tar.bz2) both compile and work
well. I did upgrade via:

portugrade -m 'LOCALIZED_LANG=en-GB -DWITH_TTF_BYTECODE_ENABLED
-DWITHOUT_MOZILLA'

Cheers,
Simon
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


buildkernel fails at mkdep sound

2008-02-15 Thread Mon Si
Hi,

during kernel build (cvsupped half an hour ago, RELENG_7_0) I get the following 
error:
[EMAIL PROTECTED] /usr/src]# make buildkernel KERNCONF=HOST
[... first part snipped ...]
--
>>> stage 3.1: making dependencies
--
[... part snipped ...]

make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES |  MKDEP_CPP="cc -E" CC="cc" 
xargs mkdep -a -f .newdep -O -pipe -march=pentium-m -std=c99 -g -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq 
-I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf 
-I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa 
-I/usr/src/sys/gnu/fs/xfs/FreeBSD -I/usr/src/sys/gnu/fs/xfs/FreeBSD/support 
-I/usr/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 
--param large-function-growth=1000  -mno-align-long-strings 
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 
-ffreestanding
In file included from /usr/src/sys/dev/sound/pcm/sound.h:94,
 from /usr/src/sys/dev/sound/pci/ich.c:28:
/usr/src/sys/dev/sound/pcm/channel.h:216:24: error: channel_if.h: No such file 
or directory
In file included from /usr/src/sys/dev/sound/pci/ich.c:29:
/usr/src/sys/dev/sound/pcm/ac97.h:91:21: error: ac97_if.h: No such file or 
directory
mkdep: compile failed
*** Error code 1

Browsing the source on CVS I found that thes "_if.h"-files do not exist, but 
there are the corresponding files ending in "_if.m".

Is this a typo?

Thanks for clarification,
Simon





















...


-- 
Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games! 
http://games.entertainment.web.de/de/entertainment/games/free
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: pkg_delete: package 'xorg-drivers-7.3' doesn't have a prefix

2007-12-31 Thread Mon Si
Peter Boosten wrote, on 12/30/07 18:04:
> Quoting Eric Crist <[EMAIL PROTECTED]>:
>> On Dec 28, 2007, at 12:47 PM, Stephen Montgomery-Smith wrote:
>>> Mon Si wrote:
>>>> Dear list,
>>>> I'm experiencing problems when I try to portupgrade the
>>>> xorg-driver port. The old version of the port can't be
>>>> uninstalled during the portupgrade due to an undefined prefix.
>>>> The port can't be deleted by "pkg_delete -f xorg-drivers-7.3"
>>>> Does anybody know how to upgrade / remove this port?
>>>> Thanks in advance,
>>>> Simon
>>>
>>> If nothing else works, you could try
>>> rm -rf /var/db/pkg/xorg-drivers-7.3
>>
>> If I remember correctly, there are detailed instructions in
>> /usr/ports/UPDATING -- go back to notes for sometime in May of
>> 2007, and there's a really long entry on upgraded to Xorg 7.x
>> from 6.9.  I think the entry specifically mentions 7.2, but it
>> should work for 7.3 as well.
>>
>
> The following worked for me: In
> /usr/ports/x11-drivers/xorg-drivers do make config
>
> then portupgrade -f xorg-drivers
>
> Peter
>

Thanks a lot for the suggestions!
Removing /var/db/pkg/xorg-drivers-7.3 worked, the "make config &&
portupgrade -f xorg-drivers" method gave me the same error message
as before.

However I don't really understand why this prefix thing shows up
well after the upgrade from 6.9 to 7.2. Perhaps I cvsup'd at a bad
time.

Simon

-- 














































-- 























-- 

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


pkg_delete: package 'xorg-drivers-7.3' doesn't have a prefix

2007-12-28 Thread Mon Si
Dear list,

I'm experiencing problems when I try to portupgrade the xorg-driver
port. The old version of the port can't be uninstalled during the
portupgrade due to an undefined prefix.
The port can't be deleted by "pkg_delete -f xorg-drivers-7.3"

Does anybody know how to upgrade / remove this port?

Thanks in advance,
Simon
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"