Re: bump of PORTREVISION mandatory?

2011-01-28 Thread Helmut Schneider
Sahil Tandon wrote:

> On Thu, 2011-01-27 at 17:30:45 +, Helmut Schneider wrote:
> 
> > with the release of Typo3 4.5, 4.4 becomes "old stable", 4.3 becomes
> > "deprecated". Therefore a change at pkg_descr is required. That is
> > the only change.
> 
> In such scenarios, please be aware of the following from the Porter's
> Handbook:
> 
> "When it makes sense to do so, users can be warned about a pending
> port removal with DEPRECATED and EXPIRATION_DATE. The former is
> simply a string stating why the port is scheduled for removal; the
> latter is a string in ISO 8601 format (-MM-DD). Both will be
> shown to the user."

Good point, I'll add DEPRECATED.

Would it make sense to have the making process sleep for a few seconds
or have the user to press a key before proceeding? If I didn't wait for
the lines I wouldn't really have noticed it.

___
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"


duplicate entry for graphics/yafray ?

2011-01-28 Thread Denise H. G.

Hi guys

Is graphics/yafaray a dupicate entry for graphics/yafray? It seems they
don't differ at all.

thanks!

-- 
All breakdowns occur on the plumber's day off.
___
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: duplicate entry for graphics/yafray ?

2011-01-28 Thread Torfinn Ingolfsen
Hello,

On Fri, Jan 28, 2011 at 11:26 AM, Denise H. G.  wrote:
>
> Hi guys
>
> Is graphics/yafaray a dupicate entry for graphics/yafray? It seems they
> don't differ at all.
>
Interesting:
tingo@kg-v2$ diff -r /usr/ports/graphics/yafray/ /usr/ports/graphics/yafaray/
diff -r /usr/ports/graphics/yafray/Makefile /usr/ports/graphics/yafaray/Makefile
5c5
< # $FreeBSD: ports/graphics/yafray/Makefile,v 1.22 2010/02/05
11:39:41 dinoex Exp $
---
> # $FreeBSD: ports/graphics/yafaray/Makefile,v 1.22 2010/02/05 11:39:41 dinoex 
> Exp $

Indeed - they seem to be identical. Perhaps somebody made a typo?

HTH
-- 
Regards,
Torfinn Ingolfsen
___
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: xfce 4.8pre3 preview

2011-01-28 Thread Koop Mast
On Thu, 2011-01-27 at 10:40 +0100, Mickaël Maillot wrote:
> 2011/1/27 Mickaël Maillot :
> >
> > i'll continue my update :)
> >
> 
> deskutils/orage update failed.
> a LDFLAGS is missing: "-L${LOCALBASE}/lib" but don't realy know where
> it's the right place to do.

Put below into your orage/Makefile. That should do the trick.
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib

-Koop

> you can find my generated Makefile here:
> http://fneu.fr/freebsd/orage__tz_convert__Makefile
> uname -a:
> FreeBSD home.freelooser.fr 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r217909:
> Wed Jan 26 21:53:35 CET 2011
> r...@home.freelooser.fr:/usr/obj/usr/src/sys/FNEUFNEU  amd64
> 
> Error:
> 
> LC_ALL=C /usr/local/bin/intltool-merge -d -u -c
> ../po/.intltool-merge-cache ../po globaltime.desktop.in
> globaltime.desktop
> Found cached translation database
> Merging translations into globaltime.desktop.
> gmake[2]: Leaving directory
> `/usr/ports/deskutils/orage/work/orage-4.8.0/globaltime'
> Making all in tz_convert
> gmake[2]: Entering directory
> `/usr/ports/deskutils/orage/work/orage-4.8.0/tz_convert'
> cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -L/usr/local/lib
> -DPACKAGE_DATA_DIR=\""/usr/local/share"\"
> -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -O2 -pipe
> -march=native -fno-strict-aliasing -MT tz_convert-tz_convert.o -MD -MP
> -MF .deps/tz_convert-tz_convert.Tpo -c -o tz_convert-tz_convert.o
> `test -f 'tz_convert.c' || echo './'`tz_convert.c
> mv -f .deps/tz_convert-tz_convert.Tpo .deps/tz_convert-tz_convert.Po
> /bin/sh ../libtool --tag=CC   --mode=link cc
> -DPACKAGE_DATA_DIR=\""/usr/local/share"\"
> -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -O2 -pipe
> -march=native -fno-strict-aliasing -lpopt  -o tz_convert
> tz_convert-tz_convert.o -lintl
> libtool: link: cc -DPACKAGE_DATA_DIR=\"/usr/local/share\"
> -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -O2 -pipe
> -march=native -fno-strict-aliasing -o tz_convert
> tz_convert-tz_convert.o  -lpopt -lintl
> /usr/bin/ld: cannot find -lpopt
> gmake[2]: *** [tz_convert] Error 1
> gmake[2]: Leaving directory
> `/usr/ports/deskutils/orage/work/orage-4.8.0/tz_convert'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory
> `/usr/ports/deskutils/orage/work/orage-4.8.0'
> gmake: *** [all] Error 2
> *** Error code 1
> 
> Stop in /usr/ports/deskutils/orage.
> *** Error code 1
> 
> Stop in /usr/ports/deskutils/orage.
> 
> ===>>> make failed for deskutils/orage
> ===>>> Aborting update
> 
> ===>>> Update for deskutils/orage failed
> ===>>> Aborting update
> ___
> 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"
> 


___
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"


emulators/virtualbox-ose - unable to build in 8.1-STABLE

2011-01-28 Thread Sergey Vinogradov
Hi, everyone.
Not sure, whether I should post this message here or in
freebsd-emulation. Will post it here in the first place :)
Recently I've stumbled into a problem with building
emulators/virtualbox-ose. While making it crashed with the following
message:

kBuild: Installing tstVMStructRC
=> 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/release/bin/tstVMStructRC
kBuild: Generating tstVMStructSize
- 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/release/bin/tstVMStructRC:
1: Syntax error: "(" unexpected kmk[2]: ***
[/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h]
Error 2 kmk[2]: *** Deleting file
`/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h'
kmk[2]: *** Waiting for unfinished jobs kmk[2]: Leaving directory
`/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE'
kmk[2]: Entering directory
`/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE'
kmk[2]: *** Exiting with status 2 kmk[1]: *** [pass_binaries_this]
Error 2 kmk[1]: Leaving directory
`/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE' kmk:
*** [pass_binaries_order] Error 2 *** Error code 2

Stop in /usr/ports/emulators/virtualbox-ose.
*** Error code 1

Stop in /usr/ports/emulators/virtualbox-ose.

My ports and src trees are up to date. The system is
8.1-stable/amd64/smp. Any ideas, why it doesn't compile?

-- 
wbr,
Boo
___
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: duplicate entry for graphics/yafray ?

2011-01-28 Thread Peter Pentchev
On Fri, Jan 28, 2011 at 01:09:35PM +0100, Torfinn Ingolfsen wrote:
> Hello,
> 
> On Fri, Jan 28, 2011 at 11:26 AM, Denise H. G.  wrote:
> >
> > Hi guys
> >
> > Is graphics/yafaray a dupicate entry for graphics/yafray? It seems they
> > don't differ at all.
> >
> Interesting:
> tingo@kg-v2$ diff -r /usr/ports/graphics/yafray/ /usr/ports/graphics/yafaray/
> diff -r /usr/ports/graphics/yafray/Makefile 
> /usr/ports/graphics/yafaray/Makefile
> 5c5
> < # $FreeBSD: ports/graphics/yafray/Makefile,v 1.22 2010/02/05
> 11:39:41 dinoex Exp $
> ---
> > # $FreeBSD: ports/graphics/yafaray/Makefile,v 1.22 2010/02/05 11:39:41 
> > dinoex Exp $
> 
> Indeed - they seem to be identical. Perhaps somebody made a typo?

Well, to me they seem to be identical, including the CVS history.
I would guess that this is a repo-copy in progress, nothing to be
concerned about; one of them will probably be removed soon, and
the other will be updated.

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@freebsd.org pe...@packetscale.com
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
This would easier understand fewer had omitted.


signature.asc
Description: Digital signature


[CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Baptiste Daroussin
Hi all

I ported libreoffice 3.3.0, you can find it here:
http://people.freebsd.org/~bapt/libreoffice.shar or
http://git.etoilebsd.net/ports/tree/libreoffice

Can you please test it?

by default it builds without java. it only lacks kde and gnome
integration. (sorry but my poor CPU already hates enough :))

All languages supported are build.

I try to avoid as much as possible bundled libraries which gives a
pretty fast compiling libreoffice (on a Q6600: ~2h without java, ~3h30
with java)

at this points :
there is (I guess) only one remaining problem :
which launching libreoffice it can't find it libraries, I haven't
decided yet wether to add LD_LIBRARY_PATH to the wrapper script or to
add ldconfig -m ${PREFIX}/lib/libreoffice/ure/lib and ldconfig -m
${PREFIX}/lib/libreoffice/base3.3/program

maybe it conflicts with openoffice I haven't checked yet.

to test it you will need a fresh ports tree (the needed libtextcat
modification was committed yesterday thanks thierry@)

the mandatory screenshot :
http://people.freebsd.org/~bapt/libreoffice-3.3.0-final.png

I expect to be able to push it in the tree during next week (after
finding a good way to deal with the libraries and checked if it
conflicts with openoffice)

I would like to thanks Robert Nagy from openbsd, he has made all the
hard work :), he was also very helpful.

regards,
Bapt
___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Baptiste Daroussin
2011/1/28 René Ladan :
> 2011/1/28 Baptiste Daroussin :
>> Hi all
>>
>> I ported libreoffice 3.3.0, you can find it here:
>> http://people.freebsd.org/~bapt/libreoffice.shar or
>> http://git.etoilebsd.net/ports/tree/libreoffice
>>
>> Can you please test it?
>>
> I'll fire up a build on 9.0-amd64 with a clang-based world/kernel :)
>
> René
>

if build is ok in your configuration then it is bullet proof :)
___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Baptiste Daroussin
2011/1/28 René Ladan :
> 2011/1/28 Baptiste Daroussin :
>> 2011/1/28 René Ladan :
>>> 2011/1/28 Baptiste Daroussin :
 Hi all

 I ported libreoffice 3.3.0, you can find it here:
 http://people.freebsd.org/~bapt/libreoffice.shar or
 http://git.etoilebsd.net/ports/tree/libreoffice

 Can you please test it?

>>> I'll fire up a build on 9.0-amd64 with a clang-based world/kernel :)
>>>
>>> René
>>>
>>
>> if build is ok in your configuration then it is bullet proof :)
>>
> I still build ports with gcc ...
>

That's better libreoffice is (was?) known to fail with clang.

Anyway thank you for testing.

regards,
Bapt
___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread René Ladan
2011/1/28 Baptiste Daroussin :
> 2011/1/28 René Ladan :
>> 2011/1/28 Baptiste Daroussin :
>>> Hi all
>>>
>>> I ported libreoffice 3.3.0, you can find it here:
>>> http://people.freebsd.org/~bapt/libreoffice.shar or
>>> http://git.etoilebsd.net/ports/tree/libreoffice
>>>
>>> Can you please test it?
>>>
>> I'll fire up a build on 9.0-amd64 with a clang-based world/kernel :)
>>
>> René
>>
>
> if build is ok in your configuration then it is bullet proof :)
>
I still build ports with gcc ...
___
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: emulators/virtualbox-ose - unable to build in 8.1-STABLE

2011-01-28 Thread Bernhard Froehlich
On Fri, 28 Jan 2011 16:47:13 +0300, Sergey Vinogradov wrote:
> Hi, everyone.
> Not sure, whether I should post this message here or in
> freebsd-emulation. Will post it here in the first place :)
> Recently I've stumbled into a problem with building
> emulators/virtualbox-ose. While making it crashed with the following
> message:
> 
> kBuild: Installing tstVMStructRC
> =>
> /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/release/bin/tstVMStructRC
> kBuild: Generating tstVMStructSize
> -
> /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h
> /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/release/bin/tstVMStructRC:
> 1: Syntax error: "(" unexpected kmk[2]: ***
> [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h]
> Error 2 kmk[2]: *** Deleting file
> `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h'
> kmk[2]: *** Waiting for unfinished jobs kmk[2]: Leaving directory

That are the testcases and they seem to fail in rare and some very
specific situations. Could you try to build with DEBUG option enabled to
probably get a more verbose output? I'm not sure if it helps but that
output only tells me that there is a Syntax error in some file.

-- 
Bernhard Froehlich
http://www.bluelife.at/
___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread René Ladan
2011/1/28 Baptiste Daroussin :
> Hi all
>
> I ported libreoffice 3.3.0, you can find it here:
> http://people.freebsd.org/~bapt/libreoffice.shar or
> http://git.etoilebsd.net/ports/tree/libreoffice
>
> Can you please test it?
>
I'll fire up a build on 9.0-amd64 with a clang-based world/kernel :)

René
___
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: Perl Upgrade issue with courier that I should probably know what to do, but don't (read fear)

2011-01-28 Thread eculp

Quoting Etienne Robillard :


On 27/01/11 03:32 PM, eculp wrote:

First I run perl-after-upgrade -f that initially fixed most everything
but courier that I have tried to rebuild with portmaster and manually:
---
Fixed 0 packages (0 files moved, 0 files modified)
Skipped 505 packages

 In addition, please pay attention to the following:
courier-0.63.0_1 cannot be fixed up (and has to be reinstalled):
/usr/local/libexec/filters/perlfilter is using unknown libperl

--- Repeating summary:
Fixed 0 packages (0 files moved, 0 files modified)
Skipped 505 packages



Then I run portmaster courier-0.63.0_1 and the result is the following
with libtool that I have no idea how to solve.

mv -f .deps/cancelmsg.Tpo .deps/cancelmsg.Po
/bin/sh ./libtool --tag=CC   --mode=link cc  -Wall -I./.. -I..
-I./../afx -I./../rfc822 -I./libs -O2 -pipe -DLDAP_DEPRECATED
-fno-strict-aliasing  -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib
-o cancelmsg cancelmsg.o libs/libcommon.la libs/libcourier.la
../numlib/libnumlib.la
libtool: Version mismatch error.  This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from libtool 2.2.10.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.
gmake[3]: *** [cancelmsg] Error 63
gmake[3]: Leaving directory
`/usr/ports/mail/courier/work/courier-0.63.0/courier'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/mail/courier/work/courier-0.63.0/courier'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory
`/usr/ports/mail/courier/work/courier-0.63.0/courier'
gmake: *** [all-recursive] Error 1
*** Error code 1

Stop in /usr/ports/mail/courier.
*** Error code 1

Stop in /usr/ports/mail/courier.

===>>> make failed for mail/courier
===>>> Aborting update

Any and all help, suggestions, solutions are appreciated,  Courier is
important to me;)

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"
X-UID: 8031
Status:X-Keywords:
Content-Length: 0



Hi eculp,

what versions of autotools and perl are you using?


libtool-2.2.10
perl-5.12.3

Libtool 2.2.6 doesn't seem to be in ports anymore there is only on and  
it is 2.2.10, afaik.


Thanks,

ed


thanks,





--
Etienne Robillard

Company: Green Tea Hackers Club
Occupation: Software Developer (and CEO)
E-mail: e...@gthcfoundation.org
Work phone: 450-936-2123
Website (Company):  https://gthc.org/
Website (Blog): https://gthc.org/blog/
PGP public key fingerprint:F2A9 32EA 8E7C 460F 1728  A1A7 649C  
7F17 A086 DDEC


During times of universal deceit, telling the truth becomes a  
revolutionary act. -- George Orwell


If a free society cannot help the many who are poor, it cannot save  
the few who are rich. -- John F. Kennedy





___
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: emulators/virtualbox-ose - unable to build in 8.1-STABLE

2011-01-28 Thread Sergey Vinogradov
В Fri, 28 Jan 2011 16:11:47 +0100
Bernhard Froehlich  пишет:

> On Fri, 28 Jan 2011 16:47:13 +0300, Sergey Vinogradov wrote:
> > Hi, everyone.
> > Not sure, whether I should post this message here or in
> > freebsd-emulation. Will post it here in the first place :)
> > Recently I've stumbled into a problem with building
> > emulators/virtualbox-ose. While making it crashed with the following
> > message:
> > 
> > kBuild: Installing tstVMStructRC
> > =>
> > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/release/bin/tstVMStructRC
> > kBuild: Generating tstVMStructSize
> > -
> > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h
> > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/release/bin/tstVMStructRC:
> > 1: Syntax error: "(" unexpected kmk[2]: ***
> > [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h]
> > Error 2 kmk[2]: *** Deleting file
> > `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h'
> > kmk[2]: *** Waiting for unfinished jobs kmk[2]: Leaving
> > directory
> 
> That are the testcases and they seem to fail in rare and some very
> specific situations. Could you try to build with DEBUG option enabled
> to probably get a more verbose output? I'm not sure if it helps but
> that output only tells me that there is a Syntax error in some file.
> 

Ok, I've built it with DEBUG option turned on, here are the build
messages (I hope I've copypasted everything related to the problem):

kBuild: Linking tstVMStructRC
Using built-in specs.
Target: amd64-undermydesk-freebsd
Configured with: FreeBSD/amd64 system compiler
Thread model: posix
gcc version 4.2.1 20070719  [FreeBSD]
 /usr/bin/ld --eh-frame-hdr -m elf_i386_fbsd -V
-dynamic-linker /libexec/ld-elf.so.1
-o 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/debug/obj/tstVMStructRC/tstVMStructRC
-L/usr/lib32 -L/usr/lib
-L/usr/lib 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/debug/obj/tstVMStructRC/tstVMStructRC.o
 /usr/lib32/crt1.o /usr/lib32/crti.o /usr/lib32/crtbegin.o /usr/lib32/crtend.o 
/usr/lib32/crtn.o /usr/lib32/libc.so
GNU ld version 2.15 [FreeBSD] 2004-05-23 Supported emulations:
elf_i386_fbsd elf_x86_64_fbsd kBuild: Compiling tstAsmStructsasm
- 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/src/VBox/VMM/testcase/tstAsmStructsAsm.asm
kBuild: Linking tstGlobalConfig kBuild: Linking tstInstrEmul kBuild:
Linking tstVMM kBuild: Linking tstVMM-HwAccm
kBuild: Linking tstVMMFork
kBuild: Linking SUPInstall
kBuild: Linking SUPUninstall
kBuild: Linking SUPLoggerCtl
kBuild: Linking tstShflSizes
kBuild: Linking VBoxManage
kBuild: Linking VBoxHeadlessHardened
kBuild: Linking VBoxNetDHCPHardened
kBuild: Linking VBoxXPCOMIPCD
kBuild: Linking VBoxNetAdpCtl
kBuild: Linking VMMGC
kBuild: Linking VMMR0
kBuild: Linking VBoxDDR0
kBuild: Linking VBoxDD2R0
kBuild: Linking VBoxDDGC
kBuild: Linking VBoxDD2GC
kBuild: Installing scm
=> 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/debug/bin/scm
kBuild: Installing VBoxSVC
=> 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/debug/bin/VBoxSVC
kBuild: Installing tstVMStructRC
=> 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/debug/bin/tstVMStructRC
kBuild: Generating tstVMStructSize
- 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/debug/obj/VMM/tstVMStructRC.h
kBuild: Generating tstVMStructSize
- 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/debug/obj/VMM/tstAsmStructsHC.h
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/debug/bin/tstVMStructRC:
1: Syntax error: "(" unexpected kmk[2]: ***
[/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/debug/obj/VMM/tstVMStructRC.h]
Error 2 kmk[2]: *** Deleting file
`/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE/out/freebsd.amd64/debug/obj/VMM/tstVMStructRC.h'
kmk[2]: *** Waiting for unfinished jobs kmk[2]: Leaving directory
`/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE'
kmk[2]: Entering directory
`/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE'
kmk[2]: *** Exiting with status 2 kmk[1]: *** [pass_binaries_this]
Error 2 kmk[1]: Leaving directory
`/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.12_OSE' kmk:
*** [pass_binaries_order] Error 2 *** Error code 2

Stop in /usr/ports/emulators/virtualbox-ose.
*** Error code 1

Stop in /usr/ports/emulators/virtualbox-ose.



BTW, I forgot to provide the port options I've selected (they are not
default):

# make showconfig
===> The following configuration options are available for
virtualbox-ose-3.2.12: QT4=off "Bu

Re: Busybox update, call for testers on amd64

2011-01-28 Thread Chris Rees
On 28 January 2011 05:27, Eygene Ryabinkin  wrote:
> Chris, good day.
>
> Tue, Jan 25, 2011 at 07:18:56PM +, Chris Rees wrote:
>> New patch to stop use of utmp.h when FEATURE_UTMP is off.
>>
>> Try these now (I tried them in my Tinderbox for 9-CURRENT, so they do
>> work on i386)
>
> Works on my amd64/-CURRENT host.


Thanks a lot.

It's submitted as http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/154312

Chris
___
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: Perl Upgrade issue with courier that I should probably know what to do, but don't (read fear)

2011-01-28 Thread eculp

Quoting Etienne Robillard :


On 27/01/11 03:32 PM, eculp wrote:

First I run perl-after-upgrade -f that initially fixed most everything
but courier that I have tried to rebuild with portmaster and manually:
---
Fixed 0 packages (0 files moved, 0 files modified)
Skipped 505 packages

 In addition, please pay attention to the following:
courier-0.63.0_1 cannot be fixed up (and has to be reinstalled):
/usr/local/libexec/filters/perlfilter is using unknown libperl

--- Repeating summary:
Fixed 0 packages (0 files moved, 0 files modified)
Skipped 505 packages



Then I run portmaster courier-0.63.0_1 and the result is the following
with libtool that I have no idea how to solve.

mv -f .deps/cancelmsg.Tpo .deps/cancelmsg.Po
/bin/sh ./libtool --tag=CC   --mode=link cc  -Wall -I./.. -I..
-I./../afx -I./../rfc822 -I./libs -O2 -pipe -DLDAP_DEPRECATED
-fno-strict-aliasing  -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib
-o cancelmsg cancelmsg.o libs/libcommon.la libs/libcourier.la
../numlib/libnumlib.la
libtool: Version mismatch error.  This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from libtool 2.2.10.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.
gmake[3]: *** [cancelmsg] Error 63
gmake[3]: Leaving directory
`/usr/ports/mail/courier/work/courier-0.63.0/courier'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/mail/courier/work/courier-0.63.0/courier'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory
`/usr/ports/mail/courier/work/courier-0.63.0/courier'
gmake: *** [all-recursive] Error 1
*** Error code 1

Stop in /usr/ports/mail/courier.
*** Error code 1

Stop in /usr/ports/mail/courier.

===>>> make failed for mail/courier
===>>> Aborting update

Any and all help, suggestions, solutions are appreciated,  Courier is
important to me;)

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"
X-UID: 8031
Status:X-Keywords:
Content-Length: 0



Hi eculp,

what versions of autotools and perl are you using?


libtool-2.2.10
perl-5.12.3

Libtool 2.2.6 doesn't seem to be in ports anymore there is only on and  
it is 2.2.10, afaik and these are the lines that I have no idea how to  
fix.



libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.


Thanks,

ed


thanks,





--
Etienne Robillard

Company: Green Tea Hackers Club
Occupation: Software Developer (and CEO)
E-mail: e...@gthcfoundation.org
Work phone: 450-936-2123
Website (Company):  https://gthc.org/
Website (Blog): https://gthc.org/blog/
PGP public key fingerprint:F2A9 32EA 8E7C 460F 1728  A1A7 649C  
7F17 A086 DDEC


During times of universal deceit, telling the truth becomes a  
revolutionary act. -- George Orwell


If a free society cannot help the many who are poor, it cannot save  
the few who are rich. -- John F. Kennedy





___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Ivan Klymenko
В Fri, 28 Jan 2011 15:06:06 +0100
Baptiste Daroussin  пишет:

> Hi all
> 
> I ported libreoffice 3.3.0, you can find it here:
> http://people.freebsd.org/~bapt/libreoffice.shar or
> http://git.etoilebsd.net/ports/tree/libreoffice
> 
> Can you please test it?

...
checking which mdds to use... internal
checking which boost to use... external
checking boost/shared_ptr.hpp usability... yes
checking boost/shared_ptr.hpp presence... yes
checking for boost/shared_ptr.hpp... yes
checking boost/spirit/include/classic_core.hpp usability... yes
checking boost/spirit/include/classic_core.hpp presence... yes
checking for boost/spirit/include/classic_core.hpp... yes
checking boost/function.hpp usability... yes
checking boost/function.hpp presence... yes
checking for boost/function.hpp... yes
checking whether boost/function.hpp compiles with -fno-exceptions... yes
checking which vigra to use... external
checking vigra/copyimage.hxx usability... no
checking vigra/copyimage.hxx presence... no
checking for vigra/copyimage.hxx... no
configure: error: vigra/copyimage.hxx not found. install vigra
gmake: *** [stamp/build] Ошибка 1
*** Error code 1

Stop in /usr/ports/editors/libreoffice.
*** Error code 1

Stop in /usr/ports/editors/libreoffice.

:(
___
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: TINKER vers update ?

2011-01-28 Thread Ruslan Mahmatkhanov

21.01.2011 14:24, Joseph Maxwell пишет:

Hello,

The current TINKER version in the ports at "/usr/ports/biology/tinker" is
"tinker-4.2.20040908_5". The current released version is "TINKER 5.1.09"
could you say when the ports src would be updated to the current vers? the
latter is significantly different from the former and there is no backward
compatibility. Since I am working with vers 5.1 on other machines this
creates potential disjoint planes in my work.


I created this pr:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/154359

The patch is tested by Joseph Maxwell .
Please commit anybody.

--
Regards,
Ruslan
___
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: ports/153625: [bsd.port.mk] Pass CPPFLAGS to MAKE_ENV and CONFIGURE_ENV

2011-01-28 Thread gerald
Synopsis: [bsd.port.mk] Pass CPPFLAGS to MAKE_ENV and CONFIGURE_ENV

Responsible-Changed-From-To: gerald->ports
Responsible-Changed-By: gerald
Responsible-Changed-When: Fri Jan 28 20:31:30 UTC 2011
Responsible-Changed-Why: 
I'm giving up.

This most obviously correct and trivial change has cost me 8+ hours
so far, and I have gone out of my way to get broken ports addressed,
including several ones which were even unmaintained.

It's just wrong to put the onus of making such unambiguous improvements 
so heavily on the ones contributing them.  I would be more than happy
to see someone else pick this up, it likely won't be me though.

http://www.freebsd.org/cgi/query-pr.cgi?pr=153625
___
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"


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

2011-01-28 Thread Bahman Kahinpour
After going through a hard time on installing HP LaserJet P1102 on
FreeBSD 8.1, I decided to write this.

*** Installing HP LaserJet P1102 on FreeBSD 8.1 ***

Note: HPLIP 3.10.9 doesn't work for this printer.

** PART ONE: Disable the fake CD-ROM feature **

The printer has a built-in fake CD-ROM feature which prevents it from
working correctly on non-Windows PCs. Once it is connected to a
Windows PC, a CD-ROM appears containing Windows drivers. In order for
HP LaserJet P1102 to work correctly on a FreeBSD PC, you must disable
this feature.

1.Connect the printer to a Windows PC. (Unfortunately you have to
connect it to a Windows PC which is too bad.)
2.Insert the original driver CD. (The physical CD-ROM that ships with
the product, NOT THIS FAKE CD-ROM).
3.Run SIUtility.exe or SIUtility64.exe from UTIL folder to disable
this fake CD feature. (It's called “HP Smart Install”

Now, life becomes easier. Connect your HP LaserJet P1102 to your
FreeBSD PC. Printer should be recognized and /dev/ulpt0 appears.

** PART TWO: Install CUPS and FOOMATIC-FILTERS **

1.Update your Ports Collection tree.
2.Install Common Unix Printing System (CUPS).

# cd /usr/ports/print/cups
# make install clean

3.Add cupsd_enable=”YES” to /etc/rc.conf

# ee /etc/rc.conf

4.Start CUPS now. (You do not need to restart your FreeBSD)

# /usr/local/etc/rc.d/cupsd start

4.Install Foomatic Filters.

# cd /usr/ports/print/foomatic-filters
# make install clean

 ** PART THREE: Install FOO2ZJS from FOO2ZJS.RKKDA.COM **

foo2zjs in the Ports Collection is a little old and it does not work
with HP LaserJet P1102. (Checked Jan 29,2011) Go to foo2zjs.rkkda.com
and download http://foo2zjs.rkkda.com/foo2zjs.tar.gz.

# cd ~
# wget http://foo2zjs.rkkda.com/foo2zjs.tar.gz
# gzip -dc foo2zjs.tar.gz | tar -xvf -
# cd foo2zjs
# gmake
# gmake install
# gmake install-hotplug
# ./freebsd-install

Please note that you do not need any firmware download for this
printer. (Any of these ./getweb stuff) Now restart the CUPS.

# gmake cups

Now, make sure that your printer is recognized on your FreeBSD system.
Check dmesg and verify that printer is recognized. Make sure that
/dev/ulpt0 exists.

Plug out your printer and plug it in again. (In order for the
permission in the devfs to be correct. They should be writable for the
printer nodes in the /dev)

Now, open your browser and goto http://localhost:631. Click on the
Administration and Add Printer. Your printer should be recognized and
also there is a special filter (driver) for that in the next pages.

Use /dev/ulpt0 as the URI.

Good Luck
Bahman Kahinpour
___
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: ports/153625: [bsd.port.mk] Pass CPPFLAGS to MAKE_ENV and CONFIGURE_ENV

2011-01-28 Thread linimon
Synopsis: [bsd.port.mk] Pass CPPFLAGS to MAKE_ENV and CONFIGURE_ENV

Responsible-Changed-From-To: ports->freebsd-ports-bugs
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jan 28 21:20:14 UTC 2011
Responsible-Changed-Why: 
canonicalize assignment.

http://www.freebsd.org/cgi/query-pr.cgi?pr=153625
___
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: Instructions on Installing HP LaserJet P1102 on FreeBSD 8 (solved)

2011-01-28 Thread Polytropon
Allow me a little sidenote:

On Sat, 29 Jan 2011 00:48:31 +0330, Bahman Kahinpour  
wrote:
>  ** PART THREE: Install FOO2ZJS from FOO2ZJS.RKKDA.COM **
> 
> foo2zjs in the Ports Collection is a little old and it does not work
> with HP LaserJet P1102. (Checked Jan 29,2011) Go to foo2zjs.rkkda.com
> and download http://foo2zjs.rkkda.com/foo2zjs.tar.gz.
> 
> # cd ~

The ~ is not needed. The command "cd" without any
parameters will bring you to your home directory.
For more typing, use "cd $HOME". :-)



And of course:

> The printer has a built-in fake CD-ROM feature which prevents it from
> working correctly on non-Windows PCs. Once it is connected to a
> Windows PC, a CD-ROM appears containing Windows drivers. In order for
> HP LaserJet P1102 to work correctly on a FreeBSD PC, you must disable
> this feature.

Correct: You must work around this bug (it's not a feature). :-)



> 1.Connect the printer to a Windows PC. (Unfortunately you have to
> connect it to a Windows PC which is too bad.)

This would be reason enough for me to kick the thing out
of the window. :-)



> 2.Insert the original driver CD. (The physical CD-ROM that ships with
> the product, NOT THIS FAKE CD-ROM).
> 3.Run SIUtility.exe or SIUtility64.exe from UTIL folder to disable
> this fake CD feature. (It's called “HP Smart Install”

Yeah, very smart. Deliver incompatible (defective!) stuff and
require a proprietary program for an obscure OS imitation to
fix the thing... refer to "kick out of the window" for further
proceeding. :-)



> Plug out your printer and plug it in again. (In order for the
> permission in the devfs to be correct. They should be writable for the
> printer nodes in the /dev)

A more technical note, or question: If I remember correctly,
CUPS introduces a "cups" or "usb" group to the system. Did
you check if it is needed to work with that group in order
to get the required permissions for the ulpt device?


I will definitely NOT buy this printer, but good to know that
it is at least possible (with hard work not common to UNIX
operations) to make it work.

Thank you for your little HOWTO, I will keep it in mind - and
hope I *never* will have to deal with such a "printer". :-)




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
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: Instructions on Installing HP LaserJet P1102 on FreeBSD 8 (solved)

2011-01-28 Thread Julian H. Stacey
Bahman Kahinpour wrote:
> After going through a hard time on installing HP LaserJet P1102 on
> FreeBSD 8.1, I decided to write this.
> 
> *** Installing HP LaserJet P1102 on FreeBSD 8.1 ***

Nice, Well done for documenting :-)  I dont have such a printer
myself, but seems valuable, probably applies to similar printers
too).  Text should not just rot as mail hard to find in the archive,
but be submitted with send-pr.  But to which section ?

For ports ? for print/cups/files/README.something ?  
Or more likely for www ? for under
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing.html
Or in ?
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing-advanced.html

Please run send-pr so it gets saved somewhere :-)

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
 Mail plain text;  Not quoted-printable, Not HTML, Not base 64.
 Reply below text sections not at top, to avoid breaking cumulative context.
___
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: Perl Upgrade issue with courier that I should probably know what to do, but don't (read fear)

2011-01-28 Thread Etienne Robillard
On 28/01/11 01:58 PM, eculp wrote:
> Quoting Etienne Robillard :
>
>> On 27/01/11 03:32 PM, eculp wrote:
>>> First I run perl-after-upgrade -f that initially fixed most everything
>>> but courier that I have tried to rebuild with portmaster and manually:
>>> ---
>>> Fixed 0 packages (0 files moved, 0 files modified)
>>> Skipped 505 packages
>>>
>>>  In addition, please pay attention to the following:
>>> courier-0.63.0_1 cannot be fixed up (and has to be reinstalled):
>>> /usr/local/libexec/filters/perlfilter is using unknown libperl
>>>
>>> --- Repeating summary:
>>> Fixed 0 packages (0 files moved, 0 files modified)
>>> Skipped 505 packages
>>>
>>>
>>>
>>> Then I run portmaster courier-0.63.0_1 and the result is the following
>>> with libtool that I have no idea how to solve.
>>>
>>> mv -f .deps/cancelmsg.Tpo .deps/cancelmsg.Po
>>> /bin/sh ./libtool --tag=CC   --mode=link cc  -Wall -I./.. -I..
>>> -I./../afx -I./../rfc822 -I./libs -O2 -pipe -DLDAP_DEPRECATED
>>> -fno-strict-aliasing  -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib
>>> -o cancelmsg cancelmsg.o libs/libcommon.la libs/libcourier.la
>>> ../numlib/libnumlib.la
>>> libtool: Version mismatch error.  This is libtool 2.2.6, but the
>>> libtool: definition of this LT_INIT comes from libtool 2.2.10.
>>> libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
>>> libtool: and run autoconf again.
>>> gmake[3]: *** [cancelmsg] Error 63
>>> gmake[3]: Leaving directory
>>> `/usr/ports/mail/courier/work/courier-0.63.0/courier'
>>> gmake[2]: *** [all-recursive] Error 1
>>> gmake[2]: Leaving directory
>>> `/usr/ports/mail/courier/work/courier-0.63.0/courier'
>>> gmake[1]: *** [all] Error 2
>>> gmake[1]: Leaving directory
>>> `/usr/ports/mail/courier/work/courier-0.63.0/courier'
>>> gmake: *** [all-recursive] Error 1
>>> *** Error code 1
>>>
>>> Stop in /usr/ports/mail/courier.
>>> *** Error code 1
>>>
>>> Stop in /usr/ports/mail/courier.
>>>
>>> ===>>> make failed for mail/courier
>>> ===>>> Aborting update
>>>
>>> Any and all help, suggestions, solutions are appreciated,  Courier is
>>> important to me;)
>>>
>>> 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"
>>> X-UID: 8031
>>> Status:X-Keywords:
>>> Content-Length: 0
>>>
>>
>> Hi eculp,
>>
>> what versions of autotools and perl are you using?
>
> libtool-2.2.10
> perl-5.12.3
>
> Libtool 2.2.6 doesn't seem to be in ports anymore there is only on and
> it is 2.2.10, afaik and these are the lines that I have no idea how to
> fix.
>
>>> libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
>>> libtool: and run autoconf again.

and which autoconf ? :)

i think this looks like autoconf not catching up your newer M4 files..



___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Baptiste Daroussin
2011/1/28 Ivan Klymenko :
> В Fri, 28 Jan 2011 15:06:06 +0100
> Baptiste Daroussin  пишет:
>
>> Hi all
>>
>> I ported libreoffice 3.3.0, you can find it here:
>> http://people.freebsd.org/~bapt/libreoffice.shar or
>> http://git.etoilebsd.net/ports/tree/libreoffice
>>
>> Can you please test it?
>
> ...
> checking which mdds to use... internal
> checking which boost to use... external
> checking boost/shared_ptr.hpp usability... yes
> checking boost/shared_ptr.hpp presence... yes
> checking for boost/shared_ptr.hpp... yes
> checking boost/spirit/include/classic_core.hpp usability... yes
> checking boost/spirit/include/classic_core.hpp presence... yes
> checking for boost/spirit/include/classic_core.hpp... yes
> checking boost/function.hpp usability... yes
> checking boost/function.hpp presence... yes
> checking for boost/function.hpp... yes
> checking whether boost/function.hpp compiles with -fno-exceptions... yes
> checking which vigra to use... external
> checking vigra/copyimage.hxx usability... no
> checking vigra/copyimage.hxx presence... no
> checking for vigra/copyimage.hxx... no
> configure: error: vigra/copyimage.hxx not found. install vigra
> gmake: *** [stamp/build] Ошибка 1
> *** Error code 1
>
> Stop in /usr/ports/editors/libreoffice.
> *** Error code 1
>
> Stop in /usr/ports/editors/libreoffice.
>
> :(
>

Strange normally the lib_depends
vigraimpex.2:${PORTSDIR}/graphics/vigra should have install
vigra/copyimage.hxx.

can you check if via has really been installed and is
/usr/local/include/vigra/copyimage.hxx exists ?

regards and thank you for testing,
Bapt
___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Jason Helfman

On Fri, Jan 28, 2011 at 10:11:39PM +, Baptiste Daroussin thus spake:

2011/1/28 Ivan Klymenko :

В Fri, 28 Jan 2011 15:06:06 +0100
Baptiste Daroussin  пишет:


Hi all

I ported libreoffice 3.3.0, you can find it here:
http://people.freebsd.org/~bapt/libreoffice.shar or
http://git.etoilebsd.net/ports/tree/libreoffice

Can you please test it?


...
checking which mdds to use... internal
checking which boost to use... external
checking boost/shared_ptr.hpp usability... yes
checking boost/shared_ptr.hpp presence... yes
checking for boost/shared_ptr.hpp... yes
checking boost/spirit/include/classic_core.hpp usability... yes
checking boost/spirit/include/classic_core.hpp presence... yes
checking for boost/spirit/include/classic_core.hpp... yes
checking boost/function.hpp usability... yes
checking boost/function.hpp presence... yes
checking for boost/function.hpp... yes
checking whether boost/function.hpp compiles with -fno-exceptions... yes
checking which vigra to use... external
checking vigra/copyimage.hxx usability... no
checking vigra/copyimage.hxx presence... no
checking for vigra/copyimage.hxx... no
configure: error: vigra/copyimage.hxx not found. install vigra
gmake: *** [stamp/build] Ошибка 1
*** Error code 1

Stop in /usr/ports/editors/libreoffice.
*** Error code 1

Stop in /usr/ports/editors/libreoffice.

:(



Strange normally the lib_depends
vigraimpex.2:${PORTSDIR}/graphics/vigra should have install
vigra/copyimage.hxx.

can you check if via has really been installed and is
/usr/local/include/vigra/copyimage.hxx exists ?

regards and thank you for testing,
Bapt


In installing, I received an error regarding no gstreamer or
gstreamer-plugins-base installed.

gnome-config: not found
No package 'gstreamer-0.10' found
gnome-config: not found
No package 'gstreamer-plugins-base-0.10' found

I installed multimedia/gstreamer and multimedia/gstreamer-plugins, and the
build was able to continue... and yes, still building... :)

-jgh

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Ivan Klymenko
В Fri, 28 Jan 2011 22:11:39 +
Baptiste Daroussin  пишет:

> 2011/1/28 Ivan Klymenko :
> > В Fri, 28 Jan 2011 15:06:06 +0100
> > Baptiste Daroussin  пишет:
> >
> >> Hi all
> >>
> >> I ported libreoffice 3.3.0, you can find it here:
> >> http://people.freebsd.org/~bapt/libreoffice.shar or
> >> http://git.etoilebsd.net/ports/tree/libreoffice
> >>
> >> Can you please test it?
> >
> > ...
> > checking which mdds to use... internal
> > checking which boost to use... external
> > checking boost/shared_ptr.hpp usability... yes
> > checking boost/shared_ptr.hpp presence... yes
> > checking for boost/shared_ptr.hpp... yes
> > checking boost/spirit/include/classic_core.hpp usability... yes
> > checking boost/spirit/include/classic_core.hpp presence... yes
> > checking for boost/spirit/include/classic_core.hpp... yes
> > checking boost/function.hpp usability... yes
> > checking boost/function.hpp presence... yes
> > checking for boost/function.hpp... yes
> > checking whether boost/function.hpp compiles with
> > -fno-exceptions... yes checking which vigra to use... external
> > checking vigra/copyimage.hxx usability... no
> > checking vigra/copyimage.hxx presence... no
> > checking for vigra/copyimage.hxx... no
> > configure: error: vigra/copyimage.hxx not found. install vigra
> > gmake: *** [stamp/build] Ошибка 1
> > *** Error code 1
> >
> > Stop in /usr/ports/editors/libreoffice.
> > *** Error code 1
> >
> > Stop in /usr/ports/editors/libreoffice.
> >
> > :(
> >
> 
> Strange normally the lib_depends
> vigraimpex.2:${PORTSDIR}/graphics/vigra should have install
> vigra/copyimage.hxx.
> 
> can you check if via has really been installed and is
> /usr/local/include/vigra/copyimage.hxx exists ?
> 
> regards and thank you for testing,
> Bapt
> 
uname -rms
FreeBSD 9.0-CURRENT amd64

pkg_info|grep vigra
vigra-1.6.0_3   VIGRA stands for "Vision with Generic Algorithms"

ls /usr/local/include/vigra/|grep copyimage
copyimage.hxx
___
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"


can't switch tty HD 5770

2011-01-28 Thread LOL
Hi guys.
On every release of freebsd that i tried (-CURRENT, -STABLE, -RELEASE)
everything goes fine until I install xorg, gdm and gnome by packages
or not it does not make any difference. When I boot with
gnome_enable="YES" , and gdm start, when I try to change tty, on every
tty, its a black screen and my monitor tell me, power saving mode
enable until I switch back to gdm. I installed the xf86-video-ati
driver and I have an ati radeon HD 5770.

PS: I try to recompile with the WITHOUT_NOUVEAU knobs to get a newer libdrm
but it doesn't change anything.

Thanks,
___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Chip Camden
Quoth Baptiste Daroussin on Friday, 28 January 2011:
> Hi all
> 
> I ported libreoffice 3.3.0, you can find it here:
> http://people.freebsd.org/~bapt/libreoffice.shar or
> http://git.etoilebsd.net/ports/tree/libreoffice
> 
> Can you please test it?
> 
> by default it builds without java. it only lacks kde and gnome
> integration. (sorry but my poor CPU already hates enough :))
> 
> All languages supported are build.
> 
> I try to avoid as much as possible bundled libraries which gives a
> pretty fast compiling libreoffice (on a Q6600: ~2h without java, ~3h30
> with java)
> 
> at this points :
> there is (I guess) only one remaining problem :
> which launching libreoffice it can't find it libraries, I haven't
> decided yet wether to add LD_LIBRARY_PATH to the wrapper script or to
> add ldconfig -m ${PREFIX}/lib/libreoffice/ure/lib and ldconfig -m
> ${PREFIX}/lib/libreoffice/base3.3/program
> 
> maybe it conflicts with openoffice I haven't checked yet.
> 
> to test it you will need a fresh ports tree (the needed libtextcat
> modification was committed yesterday thanks thierry@)
> 
> the mandatory screenshot :
> http://people.freebsd.org/~bapt/libreoffice-3.3.0-final.png
> 
> I expect to be able to push it in the tree during next week (after
> finding a good way to deal with the libraries and checked if it
> conflicts with openoffice)
> 
> I would like to thanks Robert Nagy from openbsd, he has made all the
> hard work :), he was also very helpful.
> 
> regards,
> Bapt
> ___
> 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"

I'm getting the following on a make.  Followed the instructions, and
sdext seemed to build OK, but the make in the top-level still gets the
same error:

sw deliver
Module 'sw' delivered successfully. 0 files copied, 281 files unchanged
Module 'scp2' delivered successfully. 89 files copied, 12 files unchanged

---
Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making
/usr/home/sterling/src/ports/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/sdext/source/presenter
ERROR: error 65280 occurred while making
/usr/home/sterling/src/ports/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/lingucomponent/source/languageguessing

 it seems you are using a threaded build, which means that the
 actual compile error is probably hidden far above, and could be
 inside any of these other modules:
 lingucomponent
 please re-run build inside each one to isolate the problem.
---

/usr/local/bin/bash
cd
/usr/home/sterling/src/ports/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice
source ./FreeBSDAMDEnv.Set.sh
cd sdext
build

when the problem is isolated and fixed exit and re-run 'make' from the
top-level
sometimes (sadly) it is necessary to rm -Rf unxfbsdx.pro in a module.
gmake: *** [stamp/build] Error 1
*** Error code 1

Stop in /usr/home/sterling/src/ports/libreoffice.
*** Error code 1

Stop in /usr/home/sterling/src/ports/libreoffice.
[root@libertas /usr/home/sterling/src/ports/libreoffice]# 


-- 
Sterling (Chip) Camden | sterl...@camdensoftware.com | 2048D/3A978E4F
http://chipsquips.com  | http://camdensoftware.com   | http://chipstips.com


pgpsgjgAyNDpN.pgp
Description: PGP signature


Re: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Oliver Heesakkers
On Saturday 29 January 2011 00:09:24 Chip Camden wrote:
> Quoth Baptiste Daroussin on Friday, 28 January 2011:
> > Hi all
> > 
> > I ported libreoffice 3.3.0, you can find it here:
> > http://people.freebsd.org/~bapt/libreoffice.shar or
> > http://git.etoilebsd.net/ports/tree/libreoffice
> > 
> > Can you please test it?
> > 

...

> 
> I'm getting the following on a make.  Followed the instructions, and
> sdext seemed to build OK, but the make in the top-level still gets the
> same error:
> 
> sw deliver
> Module 'sw' delivered successfully. 0 files copied, 281 files unchanged
> Module 'scp2' delivered successfully. 89 files copied, 12 files unchanged
> 
> ---
> Oh dear - something failed during the build - sorry !
>   For more help with debugging build errors, please see the section in:
> http://wiki.documentfoundation.org/Development
> 
>   internal build errors:
> 
> ERROR: error 65280 occurred while making
> /usr/home/sterling/src/ports/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/sdext/source/presenter
> ERROR: error 65280 occurred while making
> /usr/home/sterling/src/ports/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/lingucomponent/source/languageguessing
> 
>  it seems you are using a threaded build, which means that the
>  actual compile error is probably hidden far above, and could be
>  inside any of these other modules:
>  lingucomponent
>  please re-run build inside each one to isolate the problem.
> ---
> 
> /usr/local/bin/bash
> cd
> /usr/home/sterling/src/ports/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice
> source ./FreeBSDAMDEnv.Set.sh
> cd sdext
> build
> 
> when the problem is isolated and fixed exit and re-run 'make' from the
> top-level
> sometimes (sadly) it is necessary to rm -Rf unxfbsdx.pro in a module.
> gmake: *** [stamp/build] Error 1
> *** Error code 1
> 
> Stop in /usr/home/sterling/src/ports/libreoffice.
> *** Error code 1
> 
> Stop in /usr/home/sterling/src/ports/libreoffice.
> [root@libertas /usr/home/sterling/src/ports/libreoffice]# 
> 

Similar, however I did get an error after following the instructions:


sw deliver
Module 'sw' delivered successfully. 0 files copied, 281 files unchanged

---
Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making 
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/sdext/source/presenter
ERROR: error 65280 occurred while making 
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/lingucomponent/source/languageguessing

 it seems you are using a threaded build, which means that the
 actual compile error is probably hidden far above, and could be
 inside any of these other modules:
 lingucomponent
 please re-run build inside each one to isolate the problem.
---

/usr/local/bin/bash
cd 
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice
source ./FreeBSDAMDEnv.Set.sh
cd sdext
build

##
# The above instructions lead to:
##

Stop in /usr/ports/editors/libreoffice.

Entering 
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/sdext/source/presenter

dmake:  ../../unxfbsdx.pro/misc/PresenterScreen.dpz:  line 238:  Error: -- 
Syntax error in % rule, missing % target
___
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: Perl Upgrade issue with courier that I should probably know what to do, but don't (read fear)

2011-01-28 Thread eculp

Quoting Etienne Robillard :


On 28/01/11 01:58 PM, eculp wrote:

Quoting Etienne Robillard :


On 27/01/11 03:32 PM, eculp wrote:

First I run perl-after-upgrade -f that initially fixed most everything
but courier that I have tried to rebuild with portmaster and manually:
---
Fixed 0 packages (0 files moved, 0 files modified)
Skipped 505 packages

 In addition, please pay attention to the following:
courier-0.63.0_1 cannot be fixed up (and has to be reinstalled):
/usr/local/libexec/filters/perlfilter is using unknown libperl

--- Repeating summary:
Fixed 0 packages (0 files moved, 0 files modified)
Skipped 505 packages



Then I run portmaster courier-0.63.0_1 and the result is the following
with libtool that I have no idea how to solve.

mv -f .deps/cancelmsg.Tpo .deps/cancelmsg.Po
/bin/sh ./libtool --tag=CC   --mode=link cc  -Wall -I./.. -I..
-I./../afx -I./../rfc822 -I./libs -O2 -pipe -DLDAP_DEPRECATED
-fno-strict-aliasing  -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib
-o cancelmsg cancelmsg.o libs/libcommon.la libs/libcourier.la
../numlib/libnumlib.la
libtool: Version mismatch error.  This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from libtool 2.2.10.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.
gmake[3]: *** [cancelmsg] Error 63
gmake[3]: Leaving directory
`/usr/ports/mail/courier/work/courier-0.63.0/courier'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/mail/courier/work/courier-0.63.0/courier'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory
`/usr/ports/mail/courier/work/courier-0.63.0/courier'
gmake: *** [all-recursive] Error 1
*** Error code 1

Stop in /usr/ports/mail/courier.
*** Error code 1

Stop in /usr/ports/mail/courier.

===>>> make failed for mail/courier
===>>> Aborting update

Any and all help, suggestions, solutions are appreciated,  Courier is
important to me;)

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"
X-UID: 8031
Status:X-Keywords:
Content-Length: 0



Hi eculp,

what versions of autotools and perl are you using?


libtool-2.2.10
perl-5.12.3

Libtool 2.2.6 doesn't seem to be in ports anymore there is only on and
it is 2.2.10, afaik and these are the lines that I have no idea how to
fix.


libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.


and which autoconf ? :)


/autoconf-2.68

Gracias,

ed


i think this looks like autoconf not catching up your newer M4 files..






___
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: can't switch tty HD 5770

2011-01-28 Thread Jung-uk Kim
On Friday 28 January 2011 05:44 pm, LOL wrote:
> Hi guys.
> On every release of freebsd that i tried (-CURRENT, -STABLE,
> -RELEASE) everything goes fine until I install xorg, gdm and gnome
> by packages or not it does not make any difference. When I boot
> with
> gnome_enable="YES" , and gdm start, when I try to change tty, on
> every tty, its a black screen and my monitor tell me, power saving
> mode enable until I switch back to gdm. I installed the
> xf86-video-ati driver and I have an ati radeon HD 5770.
>
> PS: I try to recompile with the WITHOUT_NOUVEAU knobs to get a
> newer libdrm but it doesn't change anything.

[I answered it on X11 list few days ago but let me repeat here.]

xf86-video-ati-6.13.2 does not support VT switching for your video 
controller.  I believe VT switching for UMS path will be fixed in the 
next release of xf86-video-ati.  Also, it has nothing to do with DRM 
because FreeBSD does not support KMS yet.

Jung-uk Kim
___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Baptiste Daroussin
2011/1/28 Chip Camden :
> Quoth Baptiste Daroussin on Friday, 28 January 2011:
>> Hi all
>>
>> I ported libreoffice 3.3.0, you can find it here:
>> http://people.freebsd.org/~bapt/libreoffice.shar or
>> http://git.etoilebsd.net/ports/tree/libreoffice
>>
>> Can you please test it?
>>
>> by default it builds without java. it only lacks kde and gnome
>> integration. (sorry but my poor CPU already hates enough :))
>>
>> All languages supported are build.
>>
>> I try to avoid as much as possible bundled libraries which gives a
>> pretty fast compiling libreoffice (on a Q6600: ~2h without java, ~3h30
>> with java)
>>
>> at this points :
>> there is (I guess) only one remaining problem :
>> which launching libreoffice it can't find it libraries, I haven't
>> decided yet wether to add LD_LIBRARY_PATH to the wrapper script or to
>> add ldconfig -m ${PREFIX}/lib/libreoffice/ure/lib and ldconfig -m
>> ${PREFIX}/lib/libreoffice/base3.3/program
>>
>> maybe it conflicts with openoffice I haven't checked yet.
>>
>> to test it you will need a fresh ports tree (the needed libtextcat
>> modification was committed yesterday thanks thierry@)
>>
>> the mandatory screenshot :
>> http://people.freebsd.org/~bapt/libreoffice-3.3.0-final.png
>>
>> I expect to be able to push it in the tree during next week (after
>> finding a good way to deal with the libraries and checked if it
>> conflicts with openoffice)
>>
>> I would like to thanks Robert Nagy from openbsd, he has made all the
>> hard work :), he was also very helpful.
>>
>> regards,
>> Bapt
>> ___
>> 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"
>
> I'm getting the following on a make.  Followed the instructions, and
> sdext seemed to build OK, but the make in the top-level still gets the
> same error:
>
> sw deliver
> Module 'sw' delivered successfully. 0 files copied, 281 files unchanged
> Module 'scp2' delivered successfully. 89 files copied, 12 files unchanged
>
> ---
>        Oh dear - something failed during the build - sorry !
>  For more help with debugging build errors, please see the section in:
>            http://wiki.documentfoundation.org/Development
>
>  internal build errors:
>
> ERROR: error 65280 occurred while making
> /usr/home/sterling/src/ports/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/sdext/source/presenter
> ERROR: error 65280 occurred while making
> /usr/home/sterling/src/ports/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/lingucomponent/source/languageguessing
>
>  it seems you are using a threaded build, which means that the
>  actual compile error is probably hidden far above, and could be
>  inside any of these other modules:
>     lingucomponent
>  please re-run build inside each one to isolate the problem.
> ---
>
> /usr/local/bin/bash
> cd
> /usr/home/sterling/src/ports/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice
> source ./FreeBSDAMDEnv.Set.sh
> cd sdext
> build
>
> when the problem is isolated and fixed exit and re-run 'make' from the
> top-level
> sometimes (sadly) it is necessary to rm -Rf unxfbsdx.pro in a module.
> gmake: *** [stamp/build] Error 1
> *** Error code 1
>
> Stop in /usr/home/sterling/src/ports/libreoffice.
> *** Error code 1
>
> Stop in /usr/home/sterling/src/ports/libreoffice.
> [root@libertas /usr/home/sterling/src/ports/libreoffice]#
>
>
> --
> Sterling (Chip) Camden | sterl...@camdensoftware.com | 2048D/3A978E4F
> http://chipsquips.com  | http://camdensoftware.com   | http://chipstips.com
>

unfortunatly sdext can't be build twice the is the only module where
rm -rf unxfbsdx.pro is always necessary.

no clue to fix that.

Thanks,
Bapt
___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Baptiste Daroussin
2011/1/28 Jason Helfman :
> On Fri, Jan 28, 2011 at 10:11:39PM +, Baptiste Daroussin thus spake:
>>
>> 2011/1/28 Ivan Klymenko :
>>>
>>> В Fri, 28 Jan 2011 15:06:06 +0100
>>> Baptiste Daroussin  пишет:
>>>
 Hi all

 I ported libreoffice 3.3.0, you can find it here:
 http://people.freebsd.org/~bapt/libreoffice.shar or
 http://git.etoilebsd.net/ports/tree/libreoffice

 Can you please test it?
>>>
>>> ...
>>> checking which mdds to use... internal
>>> checking which boost to use... external
>>> checking boost/shared_ptr.hpp usability... yes
>>> checking boost/shared_ptr.hpp presence... yes
>>> checking for boost/shared_ptr.hpp... yes
>>> checking boost/spirit/include/classic_core.hpp usability... yes
>>> checking boost/spirit/include/classic_core.hpp presence... yes
>>> checking for boost/spirit/include/classic_core.hpp... yes
>>> checking boost/function.hpp usability... yes
>>> checking boost/function.hpp presence... yes
>>> checking for boost/function.hpp... yes
>>> checking whether boost/function.hpp compiles with -fno-exceptions... yes
>>> checking which vigra to use... external
>>> checking vigra/copyimage.hxx usability... no
>>> checking vigra/copyimage.hxx presence... no
>>> checking for vigra/copyimage.hxx... no
>>> configure: error: vigra/copyimage.hxx not found. install vigra
>>> gmake: *** [stamp/build] Ошибка 1
>>> *** Error code 1
>>>
>>> Stop in /usr/ports/editors/libreoffice.
>>> *** Error code 1
>>>
>>> Stop in /usr/ports/editors/libreoffice.
>>>
>>> :(
>>>
>>
>> Strange normally the lib_depends
>> vigraimpex.2:${PORTSDIR}/graphics/vigra should have install
>> vigra/copyimage.hxx.
>>
>> can you check if via has really been installed and is
>> /usr/local/include/vigra/copyimage.hxx exists ?
>>
>> regards and thank you for testing,
>> Bapt
>
> In installing, I received an error regarding no gstreamer or
> gstreamer-plugins-base installed.
>
> gnome-config: not found
> No package 'gstreamer-0.10' found
> gnome-config: not found
> No package 'gstreamer-plugins-base-0.10' found
>
> I installed multimedia/gstreamer and multimedia/gstreamer-plugins, and the
> build was able to continue... and yes, still building... :)
>
> -jgh
>
> --
> Jason Helfman
> System Administrator
> experts-exchange.com
> http://www.experts-exchange.com/M_4830110.html
> E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
>

Strange I'll force --disable-gstreamer by default. to allow it to hit
the tree, and in a second round I'll allow enabling it.

Thanks.

bapt,
___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Denny Lin
Hi,

On Fri, Jan 28, 2011 at 03:06:06PM +0100, Baptiste Daroussin wrote:
> I ported libreoffice 3.3.0, you can find it here:
> http://people.freebsd.org/~bapt/libreoffice.shar or
> http://git.etoilebsd.net/ports/tree/libreoffice
> 
> Can you please test it?
> 
> by default it builds without java. it only lacks kde and gnome
> integration. (sorry but my poor CPU already hates enough :))

Great work! Is there any difference when building with or without Java?
E.g., some missing features, etc.

-- 
Denny Lin
___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Alexey Shuvaev
On Fri, Jan 28, 2011 at 03:09:24PM -0800, Chip Camden wrote:
> Quoth Baptiste Daroussin on Friday, 28 January 2011:
> > Hi all
> > 
> > I ported libreoffice 3.3.0, you can find it here:
> > http://people.freebsd.org/~bapt/libreoffice.shar or
> > http://git.etoilebsd.net/ports/tree/libreoffice
> > 
> > Can you please test it?
> > 
> > by default it builds without java. it only lacks kde and gnome
> > integration. (sorry but my poor CPU already hates enough :))
> > 
> > All languages supported are build.
> > 
> > I try to avoid as much as possible bundled libraries which gives a
> > pretty fast compiling libreoffice (on a Q6600: ~2h without java, ~3h30
> > with java)
> > 
> > at this points :
> > there is (I guess) only one remaining problem :
> > which launching libreoffice it can't find it libraries, I haven't
> > decided yet wether to add LD_LIBRARY_PATH to the wrapper script or to
> > add ldconfig -m ${PREFIX}/lib/libreoffice/ure/lib and ldconfig -m
> > ${PREFIX}/lib/libreoffice/base3.3/program
> > 
> > maybe it conflicts with openoffice I haven't checked yet.
> > 
> > to test it you will need a fresh ports tree (the needed libtextcat
> > modification was committed yesterday thanks thierry@)
> > 
> > the mandatory screenshot :
> > http://people.freebsd.org/~bapt/libreoffice-3.3.0-final.png
> > 
> > I expect to be able to push it in the tree during next week (after
> > finding a good way to deal with the libraries and checked if it
> > conflicts with openoffice)
> > 
> > I would like to thanks Robert Nagy from openbsd, he has made all the
> > hard work :), he was also very helpful.
> > 
> > regards,
> > Bapt
> > ___
> > 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"
> 
> I'm getting the following on a make.  Followed the instructions, and
> sdext seemed to build OK, but the make in the top-level still gets the
> same error:
> 
> sw deliver
> Module 'sw' delivered successfully. 0 files copied, 281 files unchanged
> Module 'scp2' delivered successfully. 89 files copied, 12 files unchanged
> 
> ---
> Oh dear - something failed during the build - sorry !
>   For more help with debugging build errors, please see the section in:
> http://wiki.documentfoundation.org/Development
> 
>   internal build errors:
> 
> ERROR: error 65280 occurred while making
> /usr/home/sterling/src/ports/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/sdext/source/presenter
> ERROR: error 65280 occurred while making
> /usr/home/sterling/src/ports/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/lingucomponent/source/languageguessing
> 
>  it seems you are using a threaded build, which means that the
>  actual compile error is probably hidden far above, and could be
>  inside any of these other modules:
>  lingucomponent
>  please re-run build inside each one to isolate the problem.
> ---
> 
> /usr/local/bin/bash
> cd
> /usr/home/sterling/src/ports/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice
> source ./FreeBSDAMDEnv.Set.sh
> cd sdext
> build
> 
> when the problem is isolated and fixed exit and re-run 'make' from the
> top-level
> sometimes (sadly) it is necessary to rm -Rf unxfbsdx.pro in a module.
> gmake: *** [stamp/build] Error 1
> *** Error code 1
> 
> Stop in /usr/home/sterling/src/ports/libreoffice.
> *** Error code 1
> 
> Stop in /usr/home/sterling/src/ports/libreoffice.
> [root@libertas /usr/home/sterling/src/ports/libreoffice]# 
> 
FYI, the build of 'stock' openoffice.org-3 is broken in multijob mode
on recent CURRENT (quad-core):

~> uname -a
FreeBSD lexx.ifp.tuwien.ac.at 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r217884: Wed 
Jan 26 17:00:37 CET 2011 
r...@lexx.ifp.tuwien.ac.at:/usr/obj/usr/src/sys/GENERIC  amd64

I'm working this around with this in make.conf:
.if ${.CURDIR:M*/editors/openoffice.org-*}
#WITH_SYSTEM_FREETYPE=  yes
WITHOUT_GNOME=  yes
WITHOUT_MOZILLA=yes
DISABLE_MAKE_JOBS=  1
.endif

Is LibreOffice really MAKE_JOBS_SAFE?

0.02$,
Alexey.
___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Baptiste Daroussin
2011/1/28 Denny Lin :
> Hi,
>
> On Fri, Jan 28, 2011 at 03:06:06PM +0100, Baptiste Daroussin wrote:
>> I ported libreoffice 3.3.0, you can find it here:
>> http://people.freebsd.org/~bapt/libreoffice.shar or
>> http://git.etoilebsd.net/ports/tree/libreoffice
>>
>> Can you please test it?
>>
>> by default it builds without java. it only lacks kde and gnome
>> integration. (sorry but my poor CPU already hates enough :))
>
> Great work! Is there any difference when building with or without Java?
> E.g., some missing features, etc.
>
> --
> Denny Lin
>

not that much, it mostly concerns extension (report-builder,
wiki-publisher, and all sbase to connect database using jdbc.)

There are lots of discution upstream to remove java support in the futur.

regards,
Bapt
___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Baptiste Daroussin
2011/1/28 Alexey Shuvaev :
> On Fri, Jan 28, 2011 at 03:09:24PM -0800, Chip Camden wrote:
>> Quoth Baptiste Daroussin on Friday, 28 January 2011:
>> > Hi all
>> >
>> > I ported libreoffice 3.3.0, you can find it here:
>> > http://people.freebsd.org/~bapt/libreoffice.shar or
>> > http://git.etoilebsd.net/ports/tree/libreoffice
>> >
>> > Can you please test it?
>> >
>> > by default it builds without java. it only lacks kde and gnome
>> > integration. (sorry but my poor CPU already hates enough :))
>> >
>> > All languages supported are build.
>> >
>> > I try to avoid as much as possible bundled libraries which gives a
>> > pretty fast compiling libreoffice (on a Q6600: ~2h without java, ~3h30
>> > with java)
>> >
>> > at this points :
>> > there is (I guess) only one remaining problem :
>> > which launching libreoffice it can't find it libraries, I haven't
>> > decided yet wether to add LD_LIBRARY_PATH to the wrapper script or to
>> > add ldconfig -m ${PREFIX}/lib/libreoffice/ure/lib and ldconfig -m
>> > ${PREFIX}/lib/libreoffice/base3.3/program
>> >
>> > maybe it conflicts with openoffice I haven't checked yet.
>> >
>> > to test it you will need a fresh ports tree (the needed libtextcat
>> > modification was committed yesterday thanks thierry@)
>> >
>> > the mandatory screenshot :
>> > http://people.freebsd.org/~bapt/libreoffice-3.3.0-final.png
>> >
>> > I expect to be able to push it in the tree during next week (after
>> > finding a good way to deal with the libraries and checked if it
>> > conflicts with openoffice)
>> >
>> > I would like to thanks Robert Nagy from openbsd, he has made all the
>> > hard work :), he was also very helpful.
>> >
>> > regards,
>> > Bapt
>> > ___
>> > 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"
>>
>> I'm getting the following on a make.  Followed the instructions, and
>> sdext seemed to build OK, but the make in the top-level still gets the
>> same error:
>>
>> sw deliver
>> Module 'sw' delivered successfully. 0 files copied, 281 files unchanged
>> Module 'scp2' delivered successfully. 89 files copied, 12 files unchanged
>>
>> ---
>>         Oh dear - something failed during the build - sorry !
>>   For more help with debugging build errors, please see the section in:
>>             http://wiki.documentfoundation.org/Development
>>
>>   internal build errors:
>>
>> ERROR: error 65280 occurred while making
>> /usr/home/sterling/src/ports/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/sdext/source/presenter
>> ERROR: error 65280 occurred while making
>> /usr/home/sterling/src/ports/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/lingucomponent/source/languageguessing
>>
>>  it seems you are using a threaded build, which means that the
>>  actual compile error is probably hidden far above, and could be
>>  inside any of these other modules:
>>      lingucomponent
>>  please re-run build inside each one to isolate the problem.
>> ---
>>
>> /usr/local/bin/bash
>> cd
>> /usr/home/sterling/src/ports/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice
>> source ./FreeBSDAMDEnv.Set.sh
>> cd sdext
>> build
>>
>> when the problem is isolated and fixed exit and re-run 'make' from the
>> top-level
>> sometimes (sadly) it is necessary to rm -Rf unxfbsdx.pro in a module.
>> gmake: *** [stamp/build] Error 1
>> *** Error code 1
>>
>> Stop in /usr/home/sterling/src/ports/libreoffice.
>> *** Error code 1
>>
>> Stop in /usr/home/sterling/src/ports/libreoffice.
>> [root@libertas /usr/home/sterling/src/ports/libreoffice]#
>>
> FYI, the build of 'stock' openoffice.org-3 is broken in multijob mode
> on recent CURRENT (quad-core):
>
> ~> uname -a
> FreeBSD lexx.ifp.tuwien.ac.at 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r217884: Wed 
> Jan 26 17:00:37 CET 2011     
> r...@lexx.ifp.tuwien.ac.at:/usr/obj/usr/src/sys/GENERIC  amd64
>
> I'm working this around with this in make.conf:
> .if ${.CURDIR:M*/editors/openoffice.org-*}
> #WITH_SYSTEM_FREETYPE=          yes
> WITHOUT_GNOME=                  yes
> WITHOUT_MOZILLA=                yes
> DISABLE_MAKE_JOBS=              1
> .endif
>
> Is LibreOffice really MAKE_JOBS_SAFE?
>
> 0.02$,
> Alexey.
> ___
> 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"
>

I have built it on Q6600 (quad-core) and on a bi-xeon quadcore without
any problem that's why I marked it job safe.

Bapt
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-

[WORKAROUND] www/seamonkey2 on CURRENT

2011-01-28 Thread Alexey Shuvaev
Hello!

It seems www/seamonkey2 is broken on CURRENT for at least 1 month now [1].
Examining build log and reproducing it locally, the problem is in the
usage of libiconv in nsNativeCharsetUtils.cpp. The linker fails to
produce libxpcom_core.so although -L/usr/local/lib and -liconv
are specified [2]. Examining this further I found that nsNativeCharsetUtils.o
produced with [3] fails to link with libiconv alone too [4] (note
still unresolved libiconv references).
I'm not a compiler/linker guru and do not understand what is happening
here. As a workaroud I use the attached patch which disables the usage
of libiconv in nsNativeCharsetUtils.cpp.

My little more than 0.02$,
Alexey.


[1]: 
http://portsmon.freebsd.org/portoverview.py?category=www&portname=seamonkey2&wildcard=

[2]: c++ -I/usr/local/include/nss -I/usr/local/include/nss/nss   
-I/usr/local/include  -I/usr/local/include -fno-rtti -fno-exceptions -Wall 
-Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy 
-Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-long-long -O2 
-pipe -fno-strict-aliasing -fno-strict-aliasing -fshort-wchar -pipe  -DNDEBUG 
-DTRIMMED -O -fPIC -shared -Wl,-z,defs -Wl,-h,libxpcom_core.so -o 
libxpcom_core.so  pldhash.o nsArrayEnumerator.o nsArrayUtils.o 
nsCategoryCache.o nsCOMPtr.o nsCOMArray.o nsCRTGlue.o nsComponentManagerUtils.o 
nsEnumeratorUtils.o nsID.o nsIInterfaceRequestorUtils.o nsINIParser.o 
nsISupportsImpl.o nsMemory.o nsWeakReference.o nsGREGlue.o 
nsVersionComparator.o nsTHashtable.o nsQuickSort.o nsVoidArray.o nsTArray.o 
nsThreadUtils.o nsTObserverArray.o nsCycleCollectionParticipant.o nsDeque.o 
nsAutoLock.o nsGenericFactory.o nsProxyRelease.o nsTextFormatter.o 
nsXPComInit.o nsXPCOMStrings.o -pthread   -L/usr/local/lib/nss 
-Wl,-rpath,/usr/local/lib/seamonkey  -lc  
-Wl,-rpath-link,/work/a/ports/www/seamonkey2/work/comm-1.9.1/mozilla/dist/bin 
-Wl,-rpath-link,/work/a/ports/www/seamonkey2/work/fake/lib  -Wl,--whole-archive 
../ds/libxpcomds_s.a ../io/libxpcomio_s.a ../components/libxpcomcomponents_s.a 
../threads/libxpcomthreads_s.a ../proxy/src/libxpcomproxy_s.a 
../base/libxpcombase_s.a ../reflect/xptcall/src/libxptcall.a 
../reflect/xptcall/src/libxptcmd.a ../reflect/xptinfo/src/libxptinfo.a 
../../dist/lib/libxpt.a ../string/src/libstring_s.a  -Wl,--no-whole-archive  
-L/usr/local/lib -lplds4 -lplc4 -lnspr4 -pthread -pthread -L/usr/local/lib 
-lgtk-x11-2.0 -latk-1.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXext -lXrender 
-lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lgdk_pixbuf-2.0 
-lpangoft2-1.0 -lpango-1.0 -lfreetype -lfontconfig -lgio-2.0 -lXfixes 
-lgobject-2.0 -lgmodule-2.0 -lpng -lz -lm -lgthread-2.0 -lglib-2.0 -lcairo 
-lX11   -lm -pthread -lm -pthread -pthread -L/usr/local/lib -liconv
../io/libxpcomio_s.a(nsNativeCharsetUtils.o)(.text+0x32): In function 
`xp_iconv(void*, char const**, unsigned int*, char**, unsigned int*)':
: undefined reference to `libiconv'

[3]: c++ -o nsNativeCharsetUtils.o -c -I../../dist/include/system_wrappers 
-include ../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API -DMOZ_SUITE=1 
-DOSTYPE=\"FreeBSD9\" -DOSARCH=FreeBSD -D_IMPL_NS_COM -I.. -I. -I. 
-I../../dist/include/string -I../../dist/include   -I../../dist/include/xpcom 
-I/usr/local/include/nspr   -I/usr/include -I/usr/local/include   -fPIC  
-I/usr/local/include/nss -I/usr/local/include/nss/nss   -I/usr/local/include  
-I/usr/local/include -fno-rtti -fno-exceptions -Wall -Wpointer-arith 
-Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor 
-Wcast-align -Wno-invalid-offsetof -Wno-long-long -O2 -pipe 
-fno-strict-aliasing -fno-strict-aliasing -fshort-wchar -pipe  -DNDEBUG 
-DTRIMMED -Os -fno-strict-aliasing   -I/usr/local/include/nss 
-I/usr/local/include/nss/nss   -I/usr/local/include  -I/usr/local/include 
-DMOZILLA_CLIENT -include ../../mozilla-config.h nsNativeCharsetUtils.cpp

[4]: c++ -o aaa nsNativeCharsetUtils.o -L/usr/local/lib -liconv
/usr/lib/crt1.o(.text+0x8a): In function `_start':
: undefined reference to `main'
nsNativeCharsetUtils.o(.text+0x16): In function `xp_iconv(void*, char const**, 
unsigned long*, char**, unsigned long*)':
: undefined reference to `libiconv'
nsNativeCharsetUtils.o(.text+0x571): In function 
`nsNativeCharsetConverter::GlobalShutdown()':
: undefined reference to `PR_DestroyLock'
nsNativeCharsetUtils.o(.text+0x58e): In function 
`nsNativeCharsetConverter::GlobalShutdown()':
: undefined reference to `libiconv_close'
nsNativeCharsetUtils.o(.text+0x5ab): In function 
`nsNativeCharsetConverter::GlobalShutdown()':
: undefined reference to `libiconv_close'
nsNativeCharsetUtils.o(.text+0x5c8): In function 
`nsNativeCharsetConverter::GlobalShutdown()':
: undefined reference to `libiconv_close'
nsNativeCharsetUtils.o(.text+0x5e5): In function 
`nsNativeCharsetConverter::GlobalShutdown()':
: undefined reference to `libiconv_close'
nsNativeCharsetUtils.o(.text+0x602): In function 
`nsNativeCharsetConverter::GlobalShutdown()':
: und

Re: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Jason Helfman

On Fri, Jan 28, 2011 at 02:22:18PM -0800, Jason Helfman thus spake:

On Fri, Jan 28, 2011 at 10:11:39PM +, Baptiste Daroussin thus spake:

2011/1/28 Ivan Klymenko :

В Fri, 28 Jan 2011 15:06:06 +0100
Baptiste Daroussin  пишет:


Hi all

I ported libreoffice 3.3.0, you can find it here:
http://people.freebsd.org/~bapt/libreoffice.shar or
http://git.etoilebsd.net/ports/tree/libreoffice

Can you please test it?


...
checking which mdds to use... internal
checking which boost to use... external
checking boost/shared_ptr.hpp usability... yes
checking boost/shared_ptr.hpp presence... yes
checking for boost/shared_ptr.hpp... yes
checking boost/spirit/include/classic_core.hpp usability... yes
checking boost/spirit/include/classic_core.hpp presence... yes
checking for boost/spirit/include/classic_core.hpp... yes
checking boost/function.hpp usability... yes
checking boost/function.hpp presence... yes
checking for boost/function.hpp... yes
checking whether boost/function.hpp compiles with -fno-exceptions... yes
checking which vigra to use... external
checking vigra/copyimage.hxx usability... no
checking vigra/copyimage.hxx presence... no
checking for vigra/copyimage.hxx... no
configure: error: vigra/copyimage.hxx not found. install vigra
gmake: *** [stamp/build] Ошибка 1
*** Error code 1

Stop in /usr/ports/editors/libreoffice.
*** Error code 1

Stop in /usr/ports/editors/libreoffice.

:(



Strange normally the lib_depends
vigraimpex.2:${PORTSDIR}/graphics/vigra should have install
vigra/copyimage.hxx.

can you check if via has really been installed and is
/usr/local/include/vigra/copyimage.hxx exists ?

regards and thank you for testing,
Bapt


In installing, I received an error regarding no gstreamer or
gstreamer-plugins-base installed.

gnome-config: not found
No package 'gstreamer-0.10' found
gnome-config: not found
No package 'gstreamer-plugins-base-0.10' found

I installed multimedia/gstreamer and multimedia/gstreamer-plugins, and the
build was able to continue... and yes, still building... :)

-jgh


It failed at this point:

Compiling: rsc_sw
sw deliver
Module 'sw' delivered successfully. 281 files copied, 0 files unchanged

---
Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making
/home/jhelfman/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/lingucomponent/source/languageguessing

 it seems that the error is inside 'lingucomponent', please re-run build
 inside this module to isolate the error and/or test your fix:
---

/usr/local/bin/bash
cd
/home/jhelfman/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice
source ./FreeBSDX86Env.Set.sh
cd lingucomponent
build

when the problem is isolated and fixed exit and re-run 'make' from the
top-level
sometimes (sadly) it is necessary to rm -Rf unxfbsdi.pro in a module.
gmake: *** [stamp/build] Error 1
*** Error code 1

Stop in /home/jhelfman/libreoffice.
*** Error code 1

Stop in /home/jhelfman/libreoffice.

-jgh
--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Baptiste Daroussin
2011/1/29 Jason Helfman :
> On Fri, Jan 28, 2011 at 02:22:18PM -0800, Jason Helfman thus spake:
>>
>> On Fri, Jan 28, 2011 at 10:11:39PM +, Baptiste Daroussin thus spake:
>>>
>>> 2011/1/28 Ivan Klymenko :

 В Fri, 28 Jan 2011 15:06:06 +0100
 Baptiste Daroussin  пишет:

> Hi all
>
> I ported libreoffice 3.3.0, you can find it here:
> http://people.freebsd.org/~bapt/libreoffice.shar or
> http://git.etoilebsd.net/ports/tree/libreoffice
>
> Can you please test it?

 ...
 checking which mdds to use... internal
 checking which boost to use... external
 checking boost/shared_ptr.hpp usability... yes
 checking boost/shared_ptr.hpp presence... yes
 checking for boost/shared_ptr.hpp... yes
 checking boost/spirit/include/classic_core.hpp usability... yes
 checking boost/spirit/include/classic_core.hpp presence... yes
 checking for boost/spirit/include/classic_core.hpp... yes
 checking boost/function.hpp usability... yes
 checking boost/function.hpp presence... yes
 checking for boost/function.hpp... yes
 checking whether boost/function.hpp compiles with -fno-exceptions... yes
 checking which vigra to use... external
 checking vigra/copyimage.hxx usability... no
 checking vigra/copyimage.hxx presence... no
 checking for vigra/copyimage.hxx... no
 configure: error: vigra/copyimage.hxx not found. install vigra
 gmake: *** [stamp/build] Ошибка 1
 *** Error code 1

 Stop in /usr/ports/editors/libreoffice.
 *** Error code 1

 Stop in /usr/ports/editors/libreoffice.

 :(

>>>
>>> Strange normally the lib_depends
>>> vigraimpex.2:${PORTSDIR}/graphics/vigra should have install
>>> vigra/copyimage.hxx.
>>>
>>> can you check if via has really been installed and is
>>> /usr/local/include/vigra/copyimage.hxx exists ?
>>>
>>> regards and thank you for testing,
>>> Bapt
>>
>> In installing, I received an error regarding no gstreamer or
>> gstreamer-plugins-base installed.
>>
>> gnome-config: not found
>> No package 'gstreamer-0.10' found
>> gnome-config: not found
>> No package 'gstreamer-plugins-base-0.10' found
>>
>> I installed multimedia/gstreamer and multimedia/gstreamer-plugins, and the
>> build was able to continue... and yes, still building... :)
>>
>> -jgh
>
> It failed at this point:
>
> Compiling: rsc_sw
> sw deliver
> Module 'sw' delivered successfully. 281 files copied, 0 files unchanged
>
> ---
>        Oh dear - something failed during the build - sorry !
>  For more help with debugging build errors, please see the section in:
>            http://wiki.documentfoundation.org/Development
>
>  internal build errors:
>
> ERROR: error 65280 occurred while making
> /home/jhelfman/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/lingucomponent/source/languageguessing
>
>  it seems that the error is inside 'lingucomponent', please re-run build
>  inside this module to isolate the error and/or test your fix:
> ---
>
> /usr/local/bin/bash
> cd
> /home/jhelfman/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice
> source ./FreeBSDX86Env.Set.sh
> cd lingucomponent
> build
>
> when the problem is isolated and fixed exit and re-run 'make' from the
> top-level
> sometimes (sadly) it is necessary to rm -Rf unxfbsdi.pro in a module.
> gmake: *** [stamp/build] Error 1
> *** Error code 1
>
> Stop in /home/jhelfman/libreoffice.
> *** Error code 1
>
> Stop in /home/jhelfman/libreoffice.
>
> -jgh
> --
> Jason Helfman
> System Administrator
> experts-exchange.com
> http://www.experts-exchange.com/M_4830110.html
> E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
>

What happen if you follow the instructions?
___
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: bump of PORTREVISION mandatory?

2011-01-28 Thread Roger Marquis

"Helmut Schneider wrote:

Would it make sense to have the making process sleep for a few seconds
or have the user to press a key before proceeding? If I didn't wait for
the lines I wouldn't really have noticed it.


Why not do one or the other depending on the terminal:

  tty >/dev/null 2>&1
  if [ $? = 0 ]; then
echo -n "$msg.  Continue [Y/^C]: "
read x y z
  else
echo "$msg.  Continuing in 10s, ^C to abort ..."
sleep 10
  fi

Roger Marquis
___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Baptiste Daroussin
2011/1/29 Maho NAKATA :
> Hi bapt,
>
> You may first setup tinderbox, to resolve dependency problems.
> (otherwise, you will recieve more errors from portmgr@)
> I attached "tinderbox" script to automatically build tinderbox enviromnent.
> Hope this helps.
>
> Thanks,
>  Nakata Maho
>
> From: Baptiste Daroussin 
> Subject: Re: [CFT] cpu stresser^W libreoffice 3.3.0 final
> Date: Sat, 29 Jan 2011 00:10:26 +
>
>> 2011/1/29 Jason Helfman :
>>> On Fri, Jan 28, 2011 at 02:22:18PM -0800, Jason Helfman thus spake:

 On Fri, Jan 28, 2011 at 10:11:39PM +, Baptiste Daroussin thus spake:
>
> 2011/1/28 Ivan Klymenko :
>>
>> В Fri, 28 Jan 2011 15:06:06 +0100
>> Baptiste Daroussin  пишет:
>>
>>> Hi all
>>>
>>> I ported libreoffice 3.3.0, you can find it here:
>>> http://people.freebsd.org/~bapt/libreoffice.shar or
>>> http://git.etoilebsd.net/ports/tree/libreoffice
>>>
>>> Can you please test it?
>>
>> ...
>> checking which mdds to use... internal
>> checking which boost to use... external
>> checking boost/shared_ptr.hpp usability... yes
>> checking boost/shared_ptr.hpp presence... yes
>> checking for boost/shared_ptr.hpp... yes
>> checking boost/spirit/include/classic_core.hpp usability... yes
>> checking boost/spirit/include/classic_core.hpp presence... yes
>> checking for boost/spirit/include/classic_core.hpp... yes
>> checking boost/function.hpp usability... yes
>> checking boost/function.hpp presence... yes
>> checking for boost/function.hpp... yes
>> checking whether boost/function.hpp compiles with -fno-exceptions... yes
>> checking which vigra to use... external
>> checking vigra/copyimage.hxx usability... no
>> checking vigra/copyimage.hxx presence... no
>> checking for vigra/copyimage.hxx... no
>> configure: error: vigra/copyimage.hxx not found. install vigra
>> gmake: *** [stamp/build] Ошибка 1
>> *** Error code 1
>>
>> Stop in /usr/ports/editors/libreoffice.
>> *** Error code 1
>>
>> Stop in /usr/ports/editors/libreoffice.
>>
>> :(
>>
>
> Strange normally the lib_depends
> vigraimpex.2:${PORTSDIR}/graphics/vigra should have install
> vigra/copyimage.hxx.
>
> can you check if via has really been installed and is
> /usr/local/include/vigra/copyimage.hxx exists ?
>
> regards and thank you for testing,
> Bapt

 In installing, I received an error regarding no gstreamer or
 gstreamer-plugins-base installed.

 gnome-config: not found
 No package 'gstreamer-0.10' found
 gnome-config: not found
 No package 'gstreamer-plugins-base-0.10' found

 I installed multimedia/gstreamer and multimedia/gstreamer-plugins, and the
 build was able to continue... and yes, still building... :)

 -jgh
>>>
>>> It failed at this point:
>>>
>>> Compiling: rsc_sw
>>> sw deliver
>>> Module 'sw' delivered successfully. 281 files copied, 0 files unchanged
>>>
>>> ---
>>>        Oh dear - something failed during the build - sorry !
>>>  For more help with debugging build errors, please see the section in:
>>>            http://wiki.documentfoundation.org/Development
>>>
>>>  internal build errors:
>>>
>>> ERROR: error 65280 occurred while making
>>> /home/jhelfman/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/lingucomponent/source/languageguessing
>>>
>>>  it seems that the error is inside 'lingucomponent', please re-run build
>>>  inside this module to isolate the error and/or test your fix:
>>> ---
>>>
>>> /usr/local/bin/bash
>>> cd
>>> /home/jhelfman/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice
>>> source ./FreeBSDX86Env.Set.sh
>>> cd lingucomponent
>>> build
>>>
>>> when the problem is isolated and fixed exit and re-run 'make' from the
>>> top-level
>>> sometimes (sadly) it is necessary to rm -Rf unxfbsdi.pro in a module.
>>> gmake: *** [stamp/build] Error 1
>>> *** Error code 1
>>>
>>> Stop in /home/jhelfman/libreoffice.
>>> *** Error code 1
>>>
>>> Stop in /home/jhelfman/libreoffice.
>>>
>>> -jgh
>>> --
>>> Jason Helfman
>>> System Administrator
>>> experts-exchange.com
>>> http://www.experts-exchange.com/M_4830110.html
>>> E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
>>>
>>
>> What happen if you follow the instructions?
>> ___
>> 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"
>>
>
> #!/bin/sh
> # 2009.10.07 Nakata Maho: tinderbox setup from scratch box
> # 2010.01.19 Nakata Maho: 7.2 -> 8.0
> ###
> # small document
> ###
> # test a port "java/openj

Re: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-01-28 Thread Maho NAKATA
Hi bapt,

You may first setup tinderbox, to resolve dependency problems.
(otherwise, you will recieve more errors from portmgr@)
I attached "tinderbox" script to automatically build tinderbox enviromnent.
Hope this helps.

Thanks,
 Nakata Maho

From: Baptiste Daroussin 
Subject: Re: [CFT] cpu stresser^W libreoffice 3.3.0 final
Date: Sat, 29 Jan 2011 00:10:26 +

> 2011/1/29 Jason Helfman :
>> On Fri, Jan 28, 2011 at 02:22:18PM -0800, Jason Helfman thus spake:
>>>
>>> On Fri, Jan 28, 2011 at 10:11:39PM +, Baptiste Daroussin thus spake:

 2011/1/28 Ivan Klymenko :
>
> В Fri, 28 Jan 2011 15:06:06 +0100
> Baptiste Daroussin  пишет:
>
>> Hi all
>>
>> I ported libreoffice 3.3.0, you can find it here:
>> http://people.freebsd.org/~bapt/libreoffice.shar or
>> http://git.etoilebsd.net/ports/tree/libreoffice
>>
>> Can you please test it?
>
> ...
> checking which mdds to use... internal
> checking which boost to use... external
> checking boost/shared_ptr.hpp usability... yes
> checking boost/shared_ptr.hpp presence... yes
> checking for boost/shared_ptr.hpp... yes
> checking boost/spirit/include/classic_core.hpp usability... yes
> checking boost/spirit/include/classic_core.hpp presence... yes
> checking for boost/spirit/include/classic_core.hpp... yes
> checking boost/function.hpp usability... yes
> checking boost/function.hpp presence... yes
> checking for boost/function.hpp... yes
> checking whether boost/function.hpp compiles with -fno-exceptions... yes
> checking which vigra to use... external
> checking vigra/copyimage.hxx usability... no
> checking vigra/copyimage.hxx presence... no
> checking for vigra/copyimage.hxx... no
> configure: error: vigra/copyimage.hxx not found. install vigra
> gmake: *** [stamp/build] Ошибка 1
> *** Error code 1
>
> Stop in /usr/ports/editors/libreoffice.
> *** Error code 1
>
> Stop in /usr/ports/editors/libreoffice.
>
> :(
>

 Strange normally the lib_depends
 vigraimpex.2:${PORTSDIR}/graphics/vigra should have install
 vigra/copyimage.hxx.

 can you check if via has really been installed and is
 /usr/local/include/vigra/copyimage.hxx exists ?

 regards and thank you for testing,
 Bapt
>>>
>>> In installing, I received an error regarding no gstreamer or
>>> gstreamer-plugins-base installed.
>>>
>>> gnome-config: not found
>>> No package 'gstreamer-0.10' found
>>> gnome-config: not found
>>> No package 'gstreamer-plugins-base-0.10' found
>>>
>>> I installed multimedia/gstreamer and multimedia/gstreamer-plugins, and the
>>> build was able to continue... and yes, still building... :)
>>>
>>> -jgh
>>
>> It failed at this point:
>>
>> Compiling: rsc_sw
>> sw deliver
>> Module 'sw' delivered successfully. 281 files copied, 0 files unchanged
>>
>> ---
>>        Oh dear - something failed during the build - sorry !
>>  For more help with debugging build errors, please see the section in:
>>            http://wiki.documentfoundation.org/Development
>>
>>  internal build errors:
>>
>> ERROR: error 65280 occurred while making
>> /home/jhelfman/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/lingucomponent/source/languageguessing
>>
>>  it seems that the error is inside 'lingucomponent', please re-run build
>>  inside this module to isolate the error and/or test your fix:
>> ---
>>
>> /usr/local/bin/bash
>> cd
>> /home/jhelfman/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice
>> source ./FreeBSDX86Env.Set.sh
>> cd lingucomponent
>> build
>>
>> when the problem is isolated and fixed exit and re-run 'make' from the
>> top-level
>> sometimes (sadly) it is necessary to rm -Rf unxfbsdi.pro in a module.
>> gmake: *** [stamp/build] Error 1
>> *** Error code 1
>>
>> Stop in /home/jhelfman/libreoffice.
>> *** Error code 1
>>
>> Stop in /home/jhelfman/libreoffice.
>>
>> -jgh
>> --
>> Jason Helfman
>> System Administrator
>> experts-exchange.com
>> http://www.experts-exchange.com/M_4830110.html
>> E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
>>
> 
> What happen if you follow the instructions?
> ___
> 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"
> 
#!/bin/sh
# 2009.10.07 Nakata Maho: tinderbox setup from scratch box
# 2010.01.19 Nakata Maho: 7.2 -> 8.0
###
# small document
###
# test a port "java/openjdk6"
# cd /work/tinderbox-`hostname -s`/scripts && ./tc addPort -b 8.0-FreeBSD -d 
java/openjdk6
# cd /work/tinderbox-`hostname -s`/scripts && ./tc tinderbuild -nullfs -b 
8.0-FreeBSD j

Re: can't switch tty HD 5770

2011-01-28 Thread LOL
On Fri, Jan 28, 2011 at 6:24 PM, Jung-uk Kim  wrote:

> On Friday 28 January 2011 05:44 pm, LOL wrote:
> > Hi guys.
> > On every release of freebsd that i tried (-CURRENT, -STABLE,
> > -RELEASE) everything goes fine until I install xorg, gdm and gnome
> > by packages or not it does not make any difference. When I boot
> > with
> > gnome_enable="YES" , and gdm start, when I try to change tty, on
> > every tty, its a black screen and my monitor tell me, power saving
> > mode enable until I switch back to gdm. I installed the
> > xf86-video-ati driver and I have an ati radeon HD 5770.
> >
> > PS: I try to recompile with the WITHOUT_NOUVEAU knobs to get a
> > newer libdrm but it doesn't change anything.
>
> [I answered it on X11 list few days ago but let me repeat here.]
>
> xf86-video-ati-6.13.2 does not support VT switching for your video
> controller.  I believe VT switching for UMS path will be fixed in the
> next release of xf86-video-ati.  Also, it has nothing to do with DRM
> because FreeBSD does not support KMS yet.
>
> Jung-uk Kim
>

Oh, sorry I didn't see that. But it's strange because on ANY recent
GNU/Linux system, with xf86-video-ati driver, I'm able to switch tty.
___
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: can't switch tty HD 5770

2011-01-28 Thread Jung-uk Kim
On Friday 28 January 2011 08:10 pm, LOL wrote:
> On Fri, Jan 28, 2011 at 6:24 PM, Jung-uk Kim  
wrote:
> > On Friday 28 January 2011 05:44 pm, LOL wrote:
> > > Hi guys.
> > > On every release of freebsd that i tried (-CURRENT, -STABLE,
> > > -RELEASE) everything goes fine until I install xorg, gdm and
> > > gnome by packages or not it does not make any difference. When
> > > I boot with
> > > gnome_enable="YES" , and gdm start, when I try to change tty,
> > > on every tty, its a black screen and my monitor tell me, power
> > > saving mode enable until I switch back to gdm. I installed the
> > > xf86-video-ati driver and I have an ati radeon HD 5770.
> > >
> > > PS: I try to recompile with the WITHOUT_NOUVEAU knobs to get a
> > > newer libdrm but it doesn't change anything.
> >
> > [I answered it on X11 list few days ago but let me repeat here.]
> >
> > xf86-video-ati-6.13.2 does not support VT switching for your
> > video controller.  I believe VT switching for UMS path will be
> > fixed in the next release of xf86-video-ati.  Also, it has
> > nothing to do with DRM because FreeBSD does not support KMS yet.
> >
> > Jung-uk Kim
>
> Oh, sorry I didn't see that. But it's strange because on ANY recent
> GNU/Linux system, with xf86-video-ati driver, I'm able to switch
> tty.

Recent Linux distros do KMS.

Jung-uk Kim
___
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: Busybox update, call for testers on amd64

2011-01-28 Thread Outback Dingo
looks like the depency list might need work FreeBSD-HEAD 9 x86  fresh
install

pod2text: not found
gmake: [docs/BusyBox.txt] Error 127 (ignored)
  DOC busybox.1
pod2man: not found
gmake: [docs/busybox.1] Error 127 (ignored)
pod2html: not found
gmake: [docs/busybox.net/BusyBox.html] Error 127 (ignored)
  DOC BusyBox.html
cp: docs/busybox.net/BusyBox.html: No such file or directory
gmake: [docs/BusyBox.html] Error 1 (ignored)


On Fri, Jan 28, 2011 at 12:06 PM, Chris Rees  wrote:

> On 28 January 2011 05:27, Eygene Ryabinkin  wrote:
> > Chris, good day.
> >
> > Tue, Jan 25, 2011 at 07:18:56PM +, Chris Rees wrote:
> >> New patch to stop use of utmp.h when FEATURE_UTMP is off.
> >>
> >> Try these now (I tried them in my Tinderbox for 9-CURRENT, so they do
> >> work on i386)
> >
> > Works on my amd64/-CURRENT host.
>
>
> Thanks a lot.
>
> It's submitted as http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/154312
>
> Chris
> ___
> 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"
>
___
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: duplicate entry for graphics/yafray ?

2011-01-28 Thread Sahil Tandon
On Fri, 2011-01-28 at 16:16:17 +0200, Peter Pentchev wrote:

> > On Fri, Jan 28, 2011 at 11:26 AM, Denise H. G.  wrote:
> > >
> > > Is graphics/yafaray a dupicate entry for graphics/yafray? It seems they
> > > don't differ at all.
> 
> Well, to me they seem to be identical, including the CVS history.
> I would guess that this is a repo-copy in progress, nothing to be
> concerned about; one of them will probably be removed soon, and
> the other will be updated.

It was a repocopy done by marcus@ as per ports/153147.  I've copied
danfe@ so he can take it from here.

-- 
Sahil Tandon 
___
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: bump of PORTREVISION mandatory?

2011-01-28 Thread Eitan Adler
On Fri, Jan 28, 2011 at 7:15 PM, Roger Marquis  wrote:
> "Helmut Schneider wrote:
>>
>> Would it make sense to have the making process sleep for a few seconds
>> or have the user to press a key before proceeding? If I didn't wait for
>> the lines I wouldn't really have noticed it.

IMHO the ports system really shouldn't be used alone - even though it
can be if you so choose..

portmaster stops the build with the following message:
===>>> This port is marked DEPRECATED
===>>> Project abandoned, mastersite disappeared

===>>> If you are sure you can build it, remove the
   DEPRECATED line in the Makefile and try again.

and I'm sure other tools have similar messages.



-- 
Eitan Adler
___
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"