Re: Dropbox on FreeBSD

2012-12-20 Thread Lars Engels
On Wed, Dec 19, 2012 at 09:23:47AM -0500, Jerry wrote:
 On Wed, 19 Dec 2012 14:32:57 +0100
 Frank Staals articulated:
 
  Jerry je...@seibercom.net writes:
  
   I was asked about the feasibility of setting up Dropbox
   https://www.dropbox.com/install?os=lnx on a FreeBSD machine,
   specifically under KDE if possible. I found three references to
   Dropbox in the ports tree; however, I am not sure that they are
   exactly what I am looking for. Does anyone have any experience with
   this software or specific information on it?
  
  As far as I know it is currently impossible to run dropbox on FreeBSD,
  as it requires inotify, as found in the Linux kernel, to detect when
  files have changed. 
 
 Thanks, I told the individual that I didn't think it would work. I saw
 something on a forum regarding it. I don't remember exactly what it
 referred to though. It is not going to happen in v.9.x of FreeBSD;
 however, perhaps before bumping the version to v.10, someone
 might get this resolved. However, sometimes I wonder if certain
 individuals are more interested in bumping version numbers as opposed
 to putting out fully functional software.

AFAIK the Windows versions works with WINE.


pgp7w88FO5TED.pgp
Description: PGP signature


Re: Dropbox on FreeBSD

2012-12-20 Thread Frank Staals
Lars Engels lars.eng...@0x20.net writes:

 On Wed, Dec 19, 2012 at 09:23:47AM -0500, Jerry wrote:
 On Wed, 19 Dec 2012 14:32:57 +0100
 Frank Staals articulated:
 
  Jerry je...@seibercom.net writes:
  
   I was asked about the feasibility of setting up Dropbox
   https://www.dropbox.com/install?os=lnx on a FreeBSD machine,
   specifically under KDE if possible. I found three references to
   Dropbox in the ports tree; however, I am not sure that they are
   exactly what I am looking for. Does anyone have any experience with
   this software or specific information on it?
  
  As far as I know it is currently impossible to run dropbox on FreeBSD,
  as it requires inotify, as found in the Linux kernel, to detect when
  files have changed. 
 
 Thanks, I told the individual that I didn't think it would work. I saw
 something on a forum regarding it. I don't remember exactly what it
 referred to though. It is not going to happen in v.9.x of FreeBSD;
 however, perhaps before bumping the version to v.10, someone
 might get this resolved. However, sometimes I wonder if certain
 individuals are more interested in bumping version numbers as opposed
 to putting out fully functional software.

 AFAIK the Windows versions works with WINE.

What does works mean in this case? It start? It can download the files?
and/or full both-way sync works? 

I would imagine that no matter what you would need some sort of kernel
support to detect changes in the file system, and I read somewhere that
kqueue does not provide all the required features. So it would surprise
me a bit if it would be fully functional. I'm not sure about the details
though, so I would be happy to be proven wrong. 

-- 

- Frank
___
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: Dropbox on FreeBSD

2012-12-20 Thread Jerry
On Thu, 20 Dec 2012 12:23:16 +0100
Lars Engels articulated:

 AFAIK the Windows versions works with WINE.

I never use wine. I run Windows program sunder Windows, *.nix under
*.nix, etcetera. They run faster, less breakage and just work better.

I have discovered that I can run the program under Windows and have it
access the files I wanted to work with on my FreeBSD machine quite
nicely. Evidently I will not be requiring a FreeBSD version after all.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__



signature.asc
Description: PGP signature


libreoffice 3.5.7_1 and icu-50.1

2012-12-20 Thread Luca Pizzamiglio
Hi,

I've some trouble to compile libreoffice 3.5.7_1 after icu update to 50.1
version

the problem is located in i18npool module and the error is during the link
phase:

/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.7.2/workdir/
unxfbsdi.pro/CxxObject/i18npool/source/collator/gencoll_rule.o: In function
`sal_main_with_args(int, char**)':
gencoll_rule.cxx:(.text+0x3e5): undefined reference to
`icu_50::UnicodeString::UnicodeString(char16_t const*)'


In details, the source code of i18npool/source/collator/gencoll_rule.cxx
line that creates the problem is the 119:

RuleBasedCollator *coll = new RuleBasedCollator(reinterpret_castconst
UChar *(Obuf.getStr()), status);// UChar != sal_Unicode in MinGW

effectively, objdump confirm a problem with UnicodeString constructors. In
gencoll_rule.o the symbol is:

 *UND*   _ZN6icu_5013UnicodeStringC1EPKDs

but constructor symbols in /usr/local/lib/libicuuc.so.50.1 are:

00970d0 gDF .text  0085  Base
_ZN6icu_5013UnicodeStringC1EPKti
00092590 gDF .text  0079  Base
_ZN6icu_5013UnicodeStringC1EPKci
000971f0 gDF .text  0086  Base
_ZN6icu_5013UnicodeStringC1EPKt
00092790 gDF .text  0117  Base
_ZN6icu_5013UnicodeStringC1EPKciP10UConverterR10UErrorCode
00095d00 gDF .text  00e7  Base
_ZN6icu_5013UnicodeStringC1EPKciNS0_10EInvariantE
00092490 gDF .text  007d  Base
_ZN6icu_5013UnicodeStringC1EPKcS2_
00092390 gDF .text  0078  Base
_ZN6icu_5013UnicodeStringC1EPKciS2_
00092690 gDF .text  007e  Base
_ZN6icu_5013UnicodeStringC1EPKc

I've no idea how to fix it, it seems that at compile time the constructor
is recognized, but at link time it doesn't.

My system is STABLE-8 i386.

any suggestion to solve this issue?

Thanks in advance!
Best regards,
Luca
___
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: qt4-webkit-4.8.2 build fails during portmaster run for icu update

2012-12-20 Thread Joseph A. Nagy, Jr

On 12/19/12 17:30, David Wolfskill wrote:

On Wed, Dec 19, 2012 at 09:31:58AM -0600, Joseph A. Nagy, Jr wrote:

On 12/19/12 09:27, Baptiste Daroussin wrote:

On Wed, Dec 19, 2012 at 06:16:20AM -0800, David Wolfskill wrote:

The failure looks like:


At first glance, it does look like an icu problem.

Sorry I have no idea.
Bapt



I found symlinking the new icu library as the old one works for a dirty
hack.
...


Joseph -- sorry; I wasn't able to figure out which of the icu libraries
you meant, but I appreciate the note (with its implicit confirmation
that I'm not alone in seeing a problem with this).


cd /usr/local/lib/
ln -s libicui18n.so.50 libicui18n.so.48

now I don't exactly recommend it (and when I'm done rebuilding Im 
removing the symlink) that's what worked for me (Firefox and Thunderbird 
wouldn't launch w/o being rebuilt, hence why the symlink). it's dirty 
but should get your using apps until then.



While I have not solved the problem, I believe that I've mitigated it to
some extent: Once portmaster terminated, it helpfully provided a list of
the ports (roughly in the sequence in which they were likely to have
been built, had things not gone wrong).

So I re-invoked portmaster, but I skipped the ports that were causing
the immediate distress... eventually failing again on net/wireshark
(as expected), so I iterated over the procedure until I was unable
to rebuild any of the ports left to be built.

The list of ports that failed (in my case -- and please note that
net/wireshark had failed its update for me prior to the devel/icu
update) is:

devel/qt4-assistant
www/qt4-webkit
graphics/ImageMagick
graphics/graphviz
devel/qt4-linguist
net/wireshark

snip

portmwaster -w -r devel/icu --- what I invoked to rebuild all deps 
(from /usr/ports/UPDATING). I'm not running into any issues (I sorted 
them out when I updated pcre), though I did have issues when I was 
running the dep build for pcre (icu deps on pcre for some reason).


In essence: Don't make the symlink unless you have to, rebuild dependent 
ports and be done with it. I'm doing to wait until both icu and pcre 
need to be updated, then I'll update them together to rebuild everything 
together.



--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: [Call for Testers] VirtualBox 4.2.0

2012-12-20 Thread Bernhard Fröhlich
On Fri, Sep 21, 2012 at 4:43 PM, Daniel Braniss da...@cs.huji.ac.il wrote:
 I install vboxdrv.ko in /usr/local/modules via:
 cd virtualbox-ose-kmod
 make KMODDIR=/usr/local/modules install
 but when installing in virtualbox-ose
 there is no KMODDIR, and hence make install fails

Sorry for that very long response time. I have made a patch that should fix that
issue but haven't yet tested it so if you can please give that a try.

https://github.com/decke/freebsd-vbox/commit/cd1a793d24fb27525830275bea5cce2cfb4eb3fd

-- 
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: libreoffice 3.5.7_1 and icu-50.1

2012-12-20 Thread Baptiste Daroussin
On Thu, Dec 20, 2012 at 01:30:37PM +0100, Luca Pizzamiglio wrote:
 Hi,
 
 I've some trouble to compile libreoffice 3.5.7_1 after icu update to 50.1
 version
 
 the problem is located in i18npool module and the error is during the link
 phase:
 
 /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.7.2/workdir/
 unxfbsdi.pro/CxxObject/i18npool/source/collator/gencoll_rule.o: In function
 `sal_main_with_args(int, char**)':
 gencoll_rule.cxx:(.text+0x3e5): undefined reference to
 `icu_50::UnicodeString::UnicodeString(char16_t const*)'
 
 
 In details, the source code of i18npool/source/collator/gencoll_rule.cxx
 line that creates the problem is the 119:
 
 RuleBasedCollator *coll = new RuleBasedCollator(reinterpret_castconst
 UChar *(Obuf.getStr()), status);// UChar != sal_Unicode in MinGW
 
 effectively, objdump confirm a problem with UnicodeString constructors. In
 gencoll_rule.o the symbol is:
 
  *UND*   _ZN6icu_5013UnicodeStringC1EPKDs
 
 but constructor symbols in /usr/local/lib/libicuuc.so.50.1 are:
 
 00970d0 gDF .text  0085  Base
 _ZN6icu_5013UnicodeStringC1EPKti
 00092590 gDF .text  0079  Base
 _ZN6icu_5013UnicodeStringC1EPKci
 000971f0 gDF .text  0086  Base
 _ZN6icu_5013UnicodeStringC1EPKt
 00092790 gDF .text  0117  Base
 _ZN6icu_5013UnicodeStringC1EPKciP10UConverterR10UErrorCode
 00095d00 gDF .text  00e7  Base
 _ZN6icu_5013UnicodeStringC1EPKciNS0_10EInvariantE
 00092490 gDF .text  007d  Base
 _ZN6icu_5013UnicodeStringC1EPKcS2_
 00092390 gDF .text  0078  Base
 _ZN6icu_5013UnicodeStringC1EPKciS2_
 00092690 gDF .text  007e  Base
 _ZN6icu_5013UnicodeStringC1EPKc
 
 I've no idea how to fix it, it seems that at compile time the constructor
 is recognized, but at link time it doesn't.
 
 My system is STABLE-8 i386.
 
 any suggestion to solve this issue?
 
 Thanks in advance!
 Best regards,
 Luca
 ___
 freebsd-off...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-office
 To unsubscribe, send any mail to freebsd-office-unsubscr...@freebsd.org

Try building with WITH_GCC

regards,
Bapt


pgpyHC8VHmJvp.pgp
Description: PGP signature


Re: libreoffice 3.5.7_1 and icu-50.1

2012-12-20 Thread Luca Pizzamiglio
Hi,
thanks for the fast answer!!!

@Joseph,
Yes, I read the UPDATING file, but I guess the -w option is not a solution
in this case.
the -w option is a temporary fix to store the old library for compatibility
reasons with not yet recompiled packages.
AFAIK, the goal of bumping libreoffice PORTREVISION is to use the last
version of libraries, avoiding the usage of the previous library version.
Moreover, if I'm not wrong, the icu50 namespace is not present in the
previous icu48 library.

@bapt,
I get the same error.

Best regards,
Luca


On Thu, Dec 20, 2012 at 1:44 PM, Baptiste Daroussin b...@freebsd.orgwrote:

 On Thu, Dec 20, 2012 at 01:30:37PM +0100, Luca Pizzamiglio wrote:
  Hi,
 
  I've some trouble to compile libreoffice 3.5.7_1 after icu update to 50.1
  version
 
  the problem is located in i18npool module and the error is during the
 link
  phase:
 
  /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.7.2/workdir/
  unxfbsdi.pro/CxxObject/i18npool/source/collator/gencoll_rule.o: In
 function
  `sal_main_with_args(int, char**)':
  gencoll_rule.cxx:(.text+0x3e5): undefined reference to
  `icu_50::UnicodeString::UnicodeString(char16_t const*)'
 
 
  In details, the source code of i18npool/source/collator/gencoll_rule.cxx
  line that creates the problem is the 119:
 
  RuleBasedCollator *coll = new RuleBasedCollator(reinterpret_castconst
  UChar *(Obuf.getStr()), status);// UChar != sal_Unicode in MinGW
 
  effectively, objdump confirm a problem with UnicodeString constructors.
 In
  gencoll_rule.o the symbol is:
 
   *UND*   _ZN6icu_5013UnicodeStringC1EPKDs
 
  but constructor symbols in /usr/local/lib/libicuuc.so.50.1 are:
 
  00970d0 gDF .text  0085  Base
  _ZN6icu_5013UnicodeStringC1EPKti
  00092590 gDF .text  0079  Base
  _ZN6icu_5013UnicodeStringC1EPKci
  000971f0 gDF .text  0086  Base
  _ZN6icu_5013UnicodeStringC1EPKt
  00092790 gDF .text  0117  Base
  _ZN6icu_5013UnicodeStringC1EPKciP10UConverterR10UErrorCode
  00095d00 gDF .text  00e7  Base
  _ZN6icu_5013UnicodeStringC1EPKciNS0_10EInvariantE
  00092490 gDF .text  007d  Base
  _ZN6icu_5013UnicodeStringC1EPKcS2_
  00092390 gDF .text  0078  Base
  _ZN6icu_5013UnicodeStringC1EPKciS2_
  00092690 gDF .text  007e  Base
  _ZN6icu_5013UnicodeStringC1EPKc
 
  I've no idea how to fix it, it seems that at compile time the constructor
  is recognized, but at link time it doesn't.
 
  My system is STABLE-8 i386.
 
  any suggestion to solve this issue?
 
  Thanks in advance!
  Best regards,
  Luca
  ___
  freebsd-off...@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-office
  To unsubscribe, send any mail to freebsd-office-unsubscr...@freebsd.org
 

 Try building with WITH_GCC

 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: libreoffice 3.5.7_1 and icu-50.1

2012-12-20 Thread Baptiste Daroussin
On Thu, Dec 20, 2012 at 02:20:22PM +0100, Luca Pizzamiglio wrote:
 Hi,
 thanks for the fast answer!!!
 
 @Joseph,
 Yes, I read the UPDATING file, but I guess the -w option is not a solution
 in this case.
 the -w option is a temporary fix to store the old library for compatibility
 reasons with not yet recompiled packages.
 AFAIK, the goal of bumping libreoffice PORTREVISION is to use the last
 version of libraries, avoiding the usage of the previous library version.
 Moreover, if I'm not wrong, the icu50 namespace is not present in the
 previous icu48 library.
 
 @bapt,
 I get the same error.
 

I really fail at seeing where the issue comes from, I ll to come back soon with
a fix, perhaps upgrading to libreoffice 3.6 would be the best solutiom. Don t
know, sprry for the mess.

Bapt


pgpi3BW8mWQgX.pgp
Description: PGP signature


Re: Dropbox on FreeBSD

2012-12-20 Thread Chris Rees
On 19 Dec 2012 14:24, Jerry je...@seibercom.net wrote:

 On Wed, 19 Dec 2012 14:32:57 +0100
 Frank Staals articulated:

  Jerry je...@seibercom.net writes:
 
   I was asked about the feasibility of setting up Dropbox
   https://www.dropbox.com/install?os=lnx on a FreeBSD machine,
   specifically under KDE if possible. I found three references to
   Dropbox in the ports tree; however, I am not sure that they are
   exactly what I am looking for. Does anyone have any experience with
   this software or specific information on it?
 
  As far as I know it is currently impossible to run dropbox on FreeBSD,
  as it requires inotify, as found in the Linux kernel, to detect when
  files have changed.

 Thanks, I told the individual that I didn't think it would work. I saw
 something on a forum regarding it. I don't remember exactly what it
 referred to though. It is not going to happen in v.9.x of FreeBSD;
 however, perhaps before bumping the version to v.10, someone
 might get this resolved. However, sometimes I wonder if certain
 individuals are more interested in bumping version numbers as opposed
 to putting out fully functional software.

It needs porting to kevent.

Someone may do it for payment, some may do it for fun, but no-one will do
it for you until you learn some manners.

Or you could do it yourself.

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: libreoffice 3.5.7_1 and icu-50.1

2012-12-20 Thread Luca Pizzamiglio
Thanks Bapt!

Best regards,
Luca


On Thu, Dec 20, 2012 at 2:31 PM, Baptiste Daroussin b...@freebsd.orgwrote:

 On Thu, Dec 20, 2012 at 02:20:22PM +0100, Luca Pizzamiglio wrote:
  Hi,
  thanks for the fast answer!!!
 
  @Joseph,
  Yes, I read the UPDATING file, but I guess the -w option is not a
 solution
  in this case.
  the -w option is a temporary fix to store the old library for
 compatibility
  reasons with not yet recompiled packages.
  AFAIK, the goal of bumping libreoffice PORTREVISION is to use the last
  version of libraries, avoiding the usage of the previous library version.
  Moreover, if I'm not wrong, the icu50 namespace is not present in the
  previous icu48 library.
 
  @bapt,
  I get the same error.
 

 I really fail at seeing where the issue comes from, I ll to come back soon
 with
 a fix, perhaps upgrading to libreoffice 3.6 would be the best solutiom.
 Don t
 know, sprry for the mess.

 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: libreoffice 3.5.7_1 and icu-50.1

2012-12-20 Thread Joseph A. Nagy, Jr

On 12/20/12 06:30, Luca Pizzamiglio wrote:

Hi,

I've some trouble to compile libreoffice 3.5.7_1 after icu update to 50.1
version

snip

portmaster -w -r devel/icu


--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.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: Dropbox on FreeBSD

2012-12-20 Thread Brooks Davis
On Thu, Dec 20, 2012 at 10:07:05AM -0500, Jerry wrote:
 On Thu, 20 Dec 2012 13:45:13 +
 Chris Rees articulated:
 
  It needs porting to kevent.
  
  Someone may do it for payment, some may do it for fun, but no-one
  will do it for you until you learn some manners.
  
  Or you could do it yourself.
 
 I have suggested several times that FreeBSD create a fund specifically
 for the hiring of professional programmers to take care of these edge
 problems.

There is such a fund.  http://www.freebsdfoundation.org/donate/

-- Brooks


pgpz9vDVPXLPH.pgp
Description: PGP signature


x11-servers/xorg-server fails to build

2012-12-20 Thread David Demelier

Hello,

I'm trying to build xorg-server-1.10.6_2,1, but it fails with :

gmake[2]: Entering directory 
`/usr/obj/usr/ports/x11-servers/xorg-server/work/xorg-server-1.10.6/xkb'

gmake[2]: Nothing to be done for `install-exec-am'.
test -z /usr/local/share/X11/xkb/compiled || .././install-sh -c -d 
/usr/local/share/X11/xkb/compiled

mkdir: /usr/local/share/X11/xkb/compiled: No such file or directory
mkdir: /usr/local/share/X11/xkb/compiled: No such file or directory
gmake[2]: *** [install-dist_xkbcompiledDATA] Error 1
gmake[2]: Leaving directory 
`/usr/obj/usr/ports/x11-servers/xorg-server/work/xorg-server-1.10.6/xkb'

gmake[1]: *** [install-am] Error 2
gmake[1]: Leaving directory 
`/usr/obj/usr/ports/x11-servers/xorg-server/work/xorg-server-1.10.6/xkb'

gmake: *** [install-recursive] Error 1
*** [do-install] Error code 2

Stop in /usr/ports/x11-servers/xorg-server.
*** [install] Error code 1

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


Re: Dropbox on FreeBSD

2012-12-20 Thread Sergio de Almeida Lenzi
Strange...

there is a source code distribution of dropbox in the
site the file is: nautilus-dropbox-1.4.0.tar.bz2

it compiles as an extention to nautilus (gnome...) 
it needs, nautilus, py-gtk2, gtk-update-icon cache...

it installs and nautilus recognizes it...

attached is a port  of dropbox...  (needs gnome2.32)

I do not have a dropbox account but, one who have, should try...
___
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: libreoffice 3.5.7_1 and icu-50.1

2012-12-20 Thread Richard Kuhns
On 12/20/12 07:44, Baptiste Daroussin wrote:
 On Thu, Dec 20, 2012 at 01:30:37PM +0100, Luca Pizzamiglio wrote:
 Hi,
 
 I've some trouble to compile libreoffice 3.5.7_1 after icu update to 50.1
 version
 
 the problem is located in i18npool module and the error is during the 
 link phase:
 
 /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.7.2/workdir/ 
 unxfbsdi.pro/CxxObject/i18npool/source/collator/gencoll_rule.o: In 
 function `sal_main_with_args(int, char**)': 
 gencoll_rule.cxx:(.text+0x3e5): undefined reference to 
 `icu_50::UnicodeString::UnicodeString(char16_t const*)'
 
 
 In details, the source code of i18npool/source/collator/gencoll_rule.cxx
  line that creates the problem is the 119:
 
 RuleBasedCollator *coll = new RuleBasedCollator(reinterpret_castconst 
 UChar *(Obuf.getStr()), status);// UChar != sal_Unicode in MinGW
 
 effectively, objdump confirm a problem with UnicodeString constructors. 
 In gencoll_rule.o the symbol is:
 
  *UND*   _ZN6icu_5013UnicodeStringC1EPKDs
 
 but constructor symbols in /usr/local/lib/libicuuc.so.50.1 are:
 
 00970d0 gDF .text  0085  Base _ZN6icu_5013UnicodeStringC1EPKti 
 00092590 gDF .text  0079  Base _ZN6icu_5013UnicodeStringC1EPKci 
 000971f0 gDF .text  0086  Base _ZN6icu_5013UnicodeStringC1EPKt 
 00092790 gDF .text  0117  Base 
 _ZN6icu_5013UnicodeStringC1EPKciP10UConverterR10UErrorCode 00095d00 g DF
 .text  00e7  Base _ZN6icu_5013UnicodeStringC1EPKciNS0_10EInvariantE
 00092490 gDF .text 007d  Base _ZN6icu_5013UnicodeStringC1EPKcS2_
 00092390 gDF .text 0078  Base _ZN6icu_5013UnicodeStringC1EPKciS2_
 00092690 gDF .text 007e  Base _ZN6icu_5013UnicodeStringC1EPKc
 
 I've no idea how to fix it, it seems that at compile time the constructor
 is recognized, but at link time it doesn't.
 
 My system is STABLE-8 i386.
 
 any suggestion to solve this issue?
 
 Thanks in advance! Best regards, Luca 
 ___ 
 freebsd-off...@freebsd.org mailing list 
 http://lists.freebsd.org/mailman/listinfo/freebsd-office To unsubscribe, 
 send any mail to freebsd-office-unsubscr...@freebsd.org
 
 Try building with WITH_GCC
 
 regards, Bapt
 

I had the same problem, but after rebuilding icu-50.1 with gcc the libreoffice
rebuild then went without a hitch.

FreeBSD 9.1-PRERELEASE #12 r243289

-- 
Richard Kuhns r...@wintek.com My Desk:  765-269-8541
Wintek Corporation Internet Support: 765-269-8503
427 N 6th Street   Consulting:   765-269-8504
Lafayette, IN 47901-2211   Accounting:   765-269-8502
___
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: Dropbox on FreeBSD

2012-12-20 Thread Lowell Gilbert
Sergio de Almeida Lenzi lenzi.ser...@gmail.com writes:

 Strange...

 there is a source code distribution of dropbox in the
 site the file is: nautilus-dropbox-1.4.0.tar.bz2

 it compiles as an extention to nautilus (gnome...) 
 it needs, nautilus, py-gtk2, gtk-update-icon cache...

 it installs and nautilus recognizes it...

 attached is a port  of dropbox...  (needs gnome2.32)

Not really...

 I do not have a dropbox account but, one who have, should try...

For my purposes, the CLI tools that come with the dropbox-api port are
good enough...
___
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: vlc 2.0.5

2012-12-20 Thread Juergen Lock
On Wed, Dec 19, 2012 at 11:54:15PM +0100, Pawel Pekala wrote:
 Dnia 2012-12-19, o godz. 22:44:00
 Juergen Lock n...@jelal.kn-bremen.de napisa?(a):
 
 Hi!
 
  It's this time again, there's a new vlc release out and I want to
  update
 the port:
 
  http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch
 
  Everyone is invited to test this update and post any issues they
  find...
 
 Works well here, 10.0-CURRENT. With default options there are couple
 missing deps on my system:
 
 [corn:ports/multimedia/vlc]# pkg-lib-check vlc-2.0.5,3/
 ERR:  not registered missing dependency audio/libcddb
 ERR:  not registered missing dependency audio/libsamplerate
 ERR:  not registered missing dependency devel/ORBit2
 ERR:  not registered missing dependency devel/gconf2
 ERR:  not registered missing dependency devel/gnome-vfs
 ERR:  not registered missing dependency multimedia/libbluray
 ERR:  not registered missing dependency multimedia/libkate
 WARN: not registered implicit dependency devel/dbus-glib
 WARN: not registered implicit dependency devel/glib20
 WARN: not registered implicit dependency devel/libpthread-stubs
 WARN: not registered implicit dependency devel/orc
 WARN: not registered implicit dependency devel/pcre
 WARN: not registered implicit dependency graphics/aalib
 WARN: not registered implicit dependency graphics/jpeg
 WARN: not registered implicit dependency graphics/libdrm
 WARN: not registered implicit dependency math/gmp
 WARN: not registered implicit dependency multimedia/libvpx
 WARN: not registered implicit dependency multimedia/schroedinger
 WARN: not registered implicit dependency multimedia/xvid
 WARN: not registered implicit dependency print/freetype2
 WARN: not registered implicit dependency security/libgpg-error
 WARN: not registered implicit dependency security/nettle
 WARN: not registered implicit dependency security/p11-kit
 WARN: not registered implicit dependency textproc/expat2
 WARN: not registered implicit dependency textproc/libebml
 WARN: not registered implicit dependency textproc/libxml2
 WARN: not registered implicit dependency x11-fonts/fontconfig
 WARN: not registered implicit dependency x11/libICE
 WARN: not registered implicit dependency x11/libSM
 WARN: not registered implicit dependency x11/libX11
 WARN: not registered implicit dependency x11/libXau
 WARN: not registered implicit dependency x11/libXdamage
 WARN: not registered implicit dependency x11/libXdmcp
 WARN: not registered implicit dependency x11/libXext
 WARN: not registered implicit dependency x11/libXfixes
 WARN: not registered implicit dependency x11/libXinerama
 WARN: not registered implicit dependency x11/libXrender
 WARN: not registered implicit dependency x11/libXxf86vm
 
Does this fix the missing ones?

http://people.freebsd.org/~nox/tmp/vlc-2.0.5-002.patch

 Thanx, :)
Juergen
___
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: vlc 2.0.5

2012-12-20 Thread Pawel Pekala
Dnia 2012-12-20, o godz. 20:25:53
Juergen Lock n...@jelal.kn-bremen.de napisał(a):

Does this fix the missing ones?

   http://people.freebsd.org/~nox/tmp/vlc-2.0.5-002.patch

Yes, this revision fixes all missing - only implicit ones now.

-- 
pozdrawiam / with regards
Paweł Pękala
___
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: vlc 2.0.5

2012-12-20 Thread René Ladan
On 19-12-2012 22:44, Juergen Lock wrote:
 Hi!
 
  It's this time again, there's a new vlc release out and I want to update
 the port:
 
   http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch
 
  Everyone is invited to test this update and post any issues they find...

A quick test with an online mp3 stream works fine, but I do get this
message in the console:

VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d)

Unable to load library icui18n Cannot load library icui18n: (Shared
object libicui18n.so.48 not found, required by vlc)

I have icu-50.1 installed, although the port does not seem to use it.
So maybe it is triggered by some dependency.

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: CFT: vlc 2.0.5

2012-12-20 Thread Juergen Lock
On Thu, Dec 20, 2012 at 09:18:03PM +0100, René Ladan wrote:
 On 19-12-2012 22:44, Juergen Lock wrote:
  Hi!
  
   It's this time again, there's a new vlc release out and I want to update
  the port:
  
  http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch
  
   Everyone is invited to test this update and post any issues they find...
 
 A quick test with an online mp3 stream works fine, but I do get this
 message in the console:
 
 VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d)
 
 Unable to load library icui18n Cannot load library icui18n: (Shared
 object libicui18n.so.48 not found, required by vlc)
 
 I have icu-50.1 installed, although the port does not seem to use it.
 So maybe it is triggered by some dependency.

I don't get that here so yes it's probably a problem in a dependency.

 Thanx, :)
Juergen
___
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


java/openjdk6 fails to build..

2012-12-20 Thread David Demelier
Hello,

I have no luck tonight, openjdk6 fails to build too :

c++ -m64 -Xlinker -O1 -m64 -export-dynamic -o ../generated/adfiles/adlc
../generated/adfiles/adlparse.o ../generated/adfiles/archDesc.o
../generated/adfiles/arena.o ../generated/adfiles/dfa.o
../generated/adfiles/dict2.o ../generated/adfiles/filebuff.o
../generated/adfiles/forms.o ../generated/adfiles/formsopt.o
../generated/adfiles/formssel.o ../generated/adfiles/main.o
../generated/adfiles/adlc-opcodes.o ../generated/adfiles/output_c.o
../generated/adfiles/output_h.o
gmake[6]: *** No rule to make target
`/usr/obj/usr/ports/java/openjdk6/work/hotspot/src/cpu/amd64/vm/x86_64.ad',
needed by `../generated/adfiles/bsd_x86_64.ad'.  Stop.
gmake[6]: Leaving directory
`/usr/obj/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product'
gmake[5]: *** [ad_stuff] Error 2
gmake[5]: Leaving directory
`/usr/obj/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product'
gmake[4]: *** [product] Error 2
gmake[4]: Leaving directory
`/usr/obj/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir'
gmake[3]: *** [generic_build2] Error 2
gmake[3]: Leaving directory
`/usr/obj/usr/ports/java/openjdk6/work/hotspot/make'
gmake[2]: *** [product] Error 2
gmake[2]: Leaving directory
`/usr/obj/usr/ports/java/openjdk6/work/hotspot/make'
gmake[1]: *** [hotspot-build] Error 2
gmake[1]: Leaving directory `/usr/obj/usr/ports/java/openjdk6/work'
gmake: *** [build_product_image] Error 2
*** [do-build] Error code 1


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


graphics/opencv apparently broken, also out of date: any hope of update?

2012-12-20 Thread Thomas Mueller
Any hope of updating graphics/opencv, now at version 2.4.3 .  I just checked 
again.

I complained about this port being broken last October, and no action on 
updating even though the ports freeze is past.

I notice on freebsd-ports emailing list some requests for updates on other 
ports so figure I can mention graphics/opencv, which failed to build as of last 
October.

I think the version then was 2.3.1,4 .

Tom
___
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: graphics/opencv apparently broken, also out of date: any hope of update?

2012-12-20 Thread Marcus von Appen
On, Fri Dec 21, 2012, Thomas Mueller wrote:

 Any hope of updating graphics/opencv, now at version 2.4.3 .  I just checked 
 again.

 I complained about this port being broken last October, and no action
 on updating even though the ports freeze is past.

I do not see any PR from you, so I guess you only complained here. Do
you mind to give some more details about how and what fails for you when
building graphics/opencv? Ideally (but not necessarily) as a PR, so we
do not lose the information and someone can take care of it?

Please keep in mind that the mailing list is not a bug tracker, so that
information and reports get lost, if noone picks them up.

Cheers
Marcus


pgpksGLWZsTF0.pgp
Description: PGP signature