From shuvaev at physik.uni-wuerzburg.de Sun Oct 4 00:55:20 2009 From: shuvaev at physik.uni-wuerzburg.de (Alexey Shuvaev) Date: Sun Oct 4 00:55:26 2009 Subject: Problem building Openoffice 3.1.1 at -current In-Reply-To: <20090921191509.GA55401@troutmask.apl.washington.edu> References: <1e31c7980909200426h44a65a53g7d5f47ea707d8b9c@mail.gmail.com> <11167f520909200438q3a2a8b7ey11ec8e644d91fc5a@mail.gmail.com> <4AB76600.8090407@icyb.net.ua> <20090921191509.GA55401@troutmask.apl.washington.edu> Message-ID: <20091004003452.GA55656@wep4035.physik.uni-wuerzburg.de> On Mon, Sep 21, 2009 at 12:15:09PM -0700, Steve Kargl wrote: > On Mon, Sep 21, 2009 at 02:39:44PM +0300, Andriy Gapon wrote: > > on 20/09/2009 14:38 Sam Fourman Jr. said the following: > > > On Sun, Sep 20, 2009 at 6:26 AM, Vinicius Abrahao wrote: > > >> Hello dear fellows, > > >> > > >> I'm trying to upgrade my openoffice.org3 from 3.1.0 to 3.1.1, but I'm > > >> getting an strange error (associated with python). > > >> This is the error that appears many hours after I start the upgrade: > > > > > > > > > I am getting this same error on FreeBSD 8.0 Beta4 > > > any idea how to fix the build? > > > > I also had a compilation problem like this. > > Perhaps this is related to having python 2.6 installed on a system? > > > > Anyway, I was able to continue the build by doing the following (adjust the paths > > to your environment): > > > > $ ln -s > > /usr/obj/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/lib/python > > /usr/obj/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/lib/python2.6 > > > > $ cp > > /usr/obj/usr/ports/editors/openoffice.org-3/work/OOO310_m19/python/unxfbsdx.pro/misc/build/Python-2.6.1/build/lib.freebsd-9.0-CURRENT-amd64-2.6/*.so > > /usr/obj/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/lib/python2.6/ > > > > Maybe something else, it was a while ago. > > > > The above ln and cp were sufficient to complete my build. > I haven't tested the resulting exectuables. > > Thanks, Andriy > Rrrr.... The openoffice guys are trying to bundle every piece of code under the sun into their tarball in attempt to not depend upon system libraries... ... and are getting away from what they want to achieve (IMHO). OOO is as fragile as porcelain plate and still as complex to repair as nuclear u-boot. I hate OOO... With the attached patch I was able to complete the build on amd64 9-CURRENT. Will charge 9-amd64-Ports and 9-i386-Ports tinderboxes to test in a clean environment. Testing on 8-RC is still welcome. Just drop patch-OOO_XXX_CURRENT into files/ and try to rebuild. Alexey. -------------- next part -------------- --- python/Python-2.6.1.patch.orig 2009-10-03 22:08:45.000000000 +0200 +++ python/Python-2.6.1.patch 2009-10-03 23:00:22.000000000 +0200 @@ -127,7 +127,7 @@ # Skip platforms with known problems forking from a worker thread. # See http://bugs.python.org/issue3863. - if sys.platform in ('freebsd4', 'freebsd5', 'freebsd6', 'os2emx'): -+ if sys.platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'os2emx'): ++ if sys.platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8', 'freebsd9', 'os2emx'): print >>sys.stderr, ('Skipping test_3_join_in_forked_from_thread' ' due to known OS bugs on'), sys.platform return @@ -230,3 +230,603 @@ RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH} INSTSONAME="$LDLIBRARY".$SOVERSION ;; +--- misc/Python-2.6.1/Lib/plat-freebsd9/IN.py 1970-01-01 01:00:00.000000000 +0100 ++++ misc/build/Python-2.6.1/Lib/plat-freebsd9/IN.py 2009-10-03 22:43:13.000000000 +0200 +@@ -0,0 +1,571 @@ ++# Generated by h2py from /usr/include/netinet/in.h ++ ++# Included from sys/cdefs.h ++__GNUCLIKE_ASM = 3 ++__GNUCLIKE_ASM = 2 ++__GNUCLIKE___TYPEOF = 1 ++__GNUCLIKE___OFFSETOF = 1 ++__GNUCLIKE___SECTION = 1 ++__GNUCLIKE_ATTRIBUTE_MODE_DI = 1 ++__GNUCLIKE_CTOR_SECTION_HANDLING = 1 ++__GNUCLIKE_BUILTIN_CONSTANT_P = 1 ++__GNUCLIKE_BUILTIN_VARARGS = 1 ++__GNUCLIKE_BUILTIN_STDARG = 1 ++__GNUCLIKE_BUILTIN_VAALIST = 1 ++__GNUC_VA_LIST_COMPATIBILITY = 1 ++__GNUCLIKE_BUILTIN_NEXT_ARG = 1 ++__GNUCLIKE_BUILTIN_MEMCPY = 1 ++__CC_SUPPORTS_INLINE = 1 ++__CC_SUPPORTS___INLINE = 1 ++__CC_SUPPORTS___INLINE__ = 1 ++__CC_SUPPORTS___FUNC__ = 1 ++__CC_SUPPORTS_WARNING = 1 ++__CC_SUPPORTS_VARADIC_XXX = 1 ++__CC_SUPPORTS_DYNAMIC_ARRAY_INIT = 1 ++__CC_INT_IS_32BIT = 1 ++def __P(protos): return protos ++ ++def __STRING(x): return #x ++ ++def __XSTRING(x): return __STRING(x) ++ ++def __P(protos): return () ++ ++def __STRING(x): return "x" ++ ++def __aligned(x): return __attribute__((__aligned__(x))) ++ ++def __section(x): return __attribute__((__section__(x))) ++ ++def __aligned(x): return __attribute__((__aligned__(x))) ++ ++def __section(x): return __attribute__((__section__(x))) ++ ++def __nonnull(x): return __attribute__((__nonnull__(x))) ++ ++def __predict_true(exp): return __builtin_expect((exp), 1) ++ ++def __predict_false(exp): return __builtin_expect((exp), 0) ++ ++def __predict_true(exp): return (exp) ++ ++def __predict_false(exp): return (exp) ++ ++def __format_arg(fmtarg): return __attribute__((__format_arg__ (fmtarg))) ++ ++def __FBSDID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) ++ ++def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) ++ ++def __RCSID_SOURCE(s): return __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) ++ ++def __SCCSID(s): return __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) ++ ++def __COPYRIGHT(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s) ++ ++_POSIX_C_SOURCE = 199009 ++_POSIX_C_SOURCE = 199209 ++__XSI_VISIBLE = 600 ++_POSIX_C_SOURCE = 200112 ++__XSI_VISIBLE = 500 ++_POSIX_C_SOURCE = 199506 ++_POSIX_C_SOURCE = 198808 ++__POSIX_VISIBLE = 200112 ++__ISO_C_VISIBLE = 1999 ++__POSIX_VISIBLE = 199506 ++__ISO_C_VISIBLE = 1990 ++__POSIX_VISIBLE = 199309 ++__ISO_C_VISIBLE = 1990 ++__POSIX_VISIBLE = 199209 ++__ISO_C_VISIBLE = 1990 ++__POSIX_VISIBLE = 199009 ++__ISO_C_VISIBLE = 1990 ++__POSIX_VISIBLE = 198808 ++__ISO_C_VISIBLE = 0 ++__POSIX_VISIBLE = 0 ++__XSI_VISIBLE = 0 ++__BSD_VISIBLE = 0 ++__ISO_C_VISIBLE = 1990 ++__POSIX_VISIBLE = 0 ++__XSI_VISIBLE = 0 ++__BSD_VISIBLE = 0 ++__ISO_C_VISIBLE = 1999 ++__POSIX_VISIBLE = 200112 ++__XSI_VISIBLE = 600 ++__BSD_VISIBLE = 1 ++__ISO_C_VISIBLE = 1999 ++ ++# Included from sys/_types.h ++ ++# Included from machine/_types.h ++ ++# Included from machine/endian.h ++_QUAD_HIGHWORD = 1 ++_QUAD_LOWWORD = 0 ++_LITTLE_ENDIAN = 1234 ++_BIG_ENDIAN = 4321 ++_PDP_ENDIAN = 3412 ++_BYTE_ORDER = _LITTLE_ENDIAN ++LITTLE_ENDIAN = _LITTLE_ENDIAN ++BIG_ENDIAN = _BIG_ENDIAN ++PDP_ENDIAN = _PDP_ENDIAN ++BYTE_ORDER = _BYTE_ORDER ++def __word_swap_int_var(x): return \ ++ ++def __word_swap_int_const(x): return \ ++ ++def __word_swap_int(x): return __word_swap_int_var(x) ++ ++def __byte_swap_int_var(x): return \ ++ ++def __byte_swap_int_const(x): return \ ++ ++def __byte_swap_int(x): return __byte_swap_int_var(x) ++ ++def __byte_swap_word_var(x): return \ ++ ++def __byte_swap_word_const(x): return \ ++ ++def __byte_swap_word(x): return __byte_swap_word_var(x) ++ ++def __htonl(x): return __bswap32(x) ++ ++def __htons(x): return __bswap16(x) ++ ++def __ntohl(x): return __bswap32(x) ++ ++def __ntohs(x): return __bswap16(x) ++ ++IPPROTO_IP = 0 ++IPPROTO_ICMP = 1 ++IPPROTO_TCP = 6 ++IPPROTO_UDP = 17 ++def htonl(x): return __htonl(x) ++ ++def htons(x): return __htons(x) ++ ++def ntohl(x): return __ntohl(x) ++ ++def ntohs(x): return __ntohs(x) ++ ++IPPROTO_RAW = 255 ++INET_ADDRSTRLEN = 16 ++IPPROTO_HOPOPTS = 0 ++IPPROTO_IGMP = 2 ++IPPROTO_GGP = 3 ++IPPROTO_IPV4 = 4 ++IPPROTO_IPIP = IPPROTO_IPV4 ++IPPROTO_ST = 7 ++IPPROTO_EGP = 8 ++IPPROTO_PIGP = 9 ++IPPROTO_RCCMON = 10 ++IPPROTO_NVPII = 11 ++IPPROTO_PUP = 12 ++IPPROTO_ARGUS = 13 ++IPPROTO_EMCON = 14 ++IPPROTO_XNET = 15 ++IPPROTO_CHAOS = 16 ++IPPROTO_MUX = 18 ++IPPROTO_MEAS = 19 ++IPPROTO_HMP = 20 ++IPPROTO_PRM = 21 ++IPPROTO_IDP = 22 ++IPPROTO_TRUNK1 = 23 ++IPPROTO_TRUNK2 = 24 ++IPPROTO_LEAF1 = 25 ++IPPROTO_LEAF2 = 26 ++IPPROTO_RDP = 27 ++IPPROTO_IRTP = 28 ++IPPROTO_TP = 29 ++IPPROTO_BLT = 30 ++IPPROTO_NSP = 31 ++IPPROTO_INP = 32 ++IPPROTO_SEP = 33 ++IPPROTO_3PC = 34 ++IPPROTO_IDPR = 35 ++IPPROTO_XTP = 36 ++IPPROTO_DDP = 37 ++IPPROTO_CMTP = 38 ++IPPROTO_TPXX = 39 ++IPPROTO_IL = 40 ++IPPROTO_IPV6 = 41 ++IPPROTO_SDRP = 42 ++IPPROTO_ROUTING = 43 ++IPPROTO_FRAGMENT = 44 ++IPPROTO_IDRP = 45 ++IPPROTO_RSVP = 46 ++IPPROTO_GRE = 47 ++IPPROTO_MHRP = 48 ++IPPROTO_BHA = 49 ++IPPROTO_ESP = 50 ++IPPROTO_AH = 51 ++IPPROTO_INLSP = 52 ++IPPROTO_SWIPE = 53 ++IPPROTO_NHRP = 54 ++IPPROTO_MOBILE = 55 ++IPPROTO_TLSP = 56 ++IPPROTO_SKIP = 57 ++IPPROTO_ICMPV6 = 58 ++IPPROTO_NONE = 59 ++IPPROTO_DSTOPTS = 60 ++IPPROTO_AHIP = 61 ++IPPROTO_CFTP = 62 ++IPPROTO_HELLO = 63 ++IPPROTO_SATEXPAK = 64 ++IPPROTO_KRYPTOLAN = 65 ++IPPROTO_RVD = 66 ++IPPROTO_IPPC = 67 ++IPPROTO_ADFS = 68 ++IPPROTO_SATMON = 69 ++IPPROTO_VISA = 70 ++IPPROTO_IPCV = 71 ++IPPROTO_CPNX = 72 ++IPPROTO_CPHB = 73 ++IPPROTO_WSN = 74 ++IPPROTO_PVP = 75 ++IPPROTO_BRSATMON = 76 ++IPPROTO_ND = 77 ++IPPROTO_WBMON = 78 ++IPPROTO_WBEXPAK = 79 ++IPPROTO_EON = 80 ++IPPROTO_VMTP = 81 ++IPPROTO_SVMTP = 82 ++IPPROTO_VINES = 83 ++IPPROTO_TTP = 84 ++IPPROTO_IGP = 85 ++IPPROTO_DGP = 86 ++IPPROTO_TCF = 87 ++IPPROTO_IGRP = 88 ++IPPROTO_OSPFIGP = 89 ++IPPROTO_SRPC = 90 ++IPPROTO_LARP = 91 ++IPPROTO_MTP = 92 ++IPPROTO_AX25 = 93 ++IPPROTO_IPEIP = 94 ++IPPROTO_MICP = 95 ++IPPROTO_SCCSP = 96 ++IPPROTO_ETHERIP = 97 ++IPPROTO_ENCAP = 98 ++IPPROTO_APES = 99 ++IPPROTO_GMTP = 100 ++IPPROTO_IPCOMP = 108 ++IPPROTO_SCTP = 132 ++IPPROTO_PIM = 103 ++IPPROTO_CARP = 112 ++IPPROTO_PGM = 113 ++IPPROTO_PFSYNC = 240 ++IPPROTO_OLD_DIVERT = 254 ++IPPROTO_MAX = 256 ++IPPROTO_DONE = 257 ++IPPROTO_DIVERT = 258 ++IPPROTO_SPACER = 32767 ++IPPORT_RESERVED = 1024 ++IPPORT_HIFIRSTAUTO = 49152 ++IPPORT_HILASTAUTO = 65535 ++IPPORT_RESERVEDSTART = 600 ++IPPORT_MAX = 65535 ++def IN_CLASSA(i): return (((u_int32_t)(i) & (-2147483648)) == 0) ++ ++IN_CLASSA_NET = (-16777216) ++IN_CLASSA_NSHIFT = 24 ++IN_CLASSA_HOST = 0x00ffffff ++IN_CLASSA_MAX = 128 ++def IN_CLASSB(i): return (((u_int32_t)(i) & (-1073741824)) == (-2147483648)) ++ ++IN_CLASSB_NET = (-65536) ++IN_CLASSB_NSHIFT = 16 ++IN_CLASSB_HOST = 0x0000ffff ++IN_CLASSB_MAX = 65536 ++def IN_CLASSC(i): return (((u_int32_t)(i) & (-536870912)) == (-1073741824)) ++ ++IN_CLASSC_NET = (-256) ++IN_CLASSC_NSHIFT = 8 ++IN_CLASSC_HOST = 0x000000ff ++def IN_CLASSD(i): return (((u_int32_t)(i) & (-268435456)) == (-536870912)) ++ ++IN_CLASSD_NET = (-268435456) ++IN_CLASSD_NSHIFT = 28 ++IN_CLASSD_HOST = 0x0fffffff ++def IN_MULTICAST(i): return IN_CLASSD(i) ++ ++def IN_EXPERIMENTAL(i): return (((u_int32_t)(i) & (-268435456)) == (-268435456)) ++ ++def IN_BADCLASS(i): return (((u_int32_t)(i) & (-268435456)) == (-268435456)) ++ ++def IN_LINKLOCAL(i): return (((u_int32_t)(i) & (-65536)) == (-1442971648)) ++ ++def IN_LOCAL_GROUP(i): return (((u_int32_t)(i) & (-256)) == (-536870912)) ++ ++INADDR_NONE = (-1) ++IN_LOOPBACKNET = 127 ++IP_OPTIONS = 1 ++IP_HDRINCL = 2 ++IP_TOS = 3 ++IP_TTL = 4 ++IP_RECVOPTS = 5 ++IP_RECVRETOPTS = 6 ++IP_RECVDSTADDR = 7 ++IP_SENDSRCADDR = IP_RECVDSTADDR ++IP_RETOPTS = 8 ++IP_MULTICAST_IF = 9 ++IP_MULTICAST_TTL = 10 ++IP_MULTICAST_LOOP = 11 ++IP_ADD_MEMBERSHIP = 12 ++IP_DROP_MEMBERSHIP = 13 ++IP_MULTICAST_VIF = 14 ++IP_RSVP_ON = 15 ++IP_RSVP_OFF = 16 ++IP_RSVP_VIF_ON = 17 ++IP_RSVP_VIF_OFF = 18 ++IP_PORTRANGE = 19 ++IP_RECVIF = 20 ++IP_IPSEC_POLICY = 21 ++IP_FAITH = 22 ++IP_ONESBCAST = 23 ++IP_FW_TABLE_ADD = 40 ++IP_FW_TABLE_DEL = 41 ++IP_FW_TABLE_FLUSH = 42 ++IP_FW_TABLE_GETSIZE = 43 ++IP_FW_TABLE_LIST = 44 ++IP_FW_ADD = 50 ++IP_FW_DEL = 51 ++IP_FW_FLUSH = 52 ++IP_FW_ZERO = 53 ++IP_FW_GET = 54 ++IP_FW_RESETLOG = 55 ++IP_FW_NAT_CFG = 56 ++IP_FW_NAT_DEL = 57 ++IP_FW_NAT_GET_CONFIG = 58 ++IP_FW_NAT_GET_LOG = 59 ++IP_DUMMYNET_CONFIGURE = 60 ++IP_DUMMYNET_DEL = 61 ++IP_DUMMYNET_FLUSH = 62 ++IP_DUMMYNET_GET = 64 ++IP_RECVTTL = 65 ++IP_MINTTL = 66 ++IP_DONTFRAG = 67 ++IP_ADD_SOURCE_MEMBERSHIP = 70 ++IP_DROP_SOURCE_MEMBERSHIP = 71 ++IP_BLOCK_SOURCE = 72 ++IP_UNBLOCK_SOURCE = 73 ++IP_MSFILTER = 74 ++MCAST_JOIN_GROUP = 80 ++MCAST_LEAVE_GROUP = 81 ++MCAST_JOIN_SOURCE_GROUP = 82 ++MCAST_LEAVE_SOURCE_GROUP = 83 ++MCAST_BLOCK_SOURCE = 84 ++MCAST_UNBLOCK_SOURCE = 85 ++IP_DEFAULT_MULTICAST_TTL = 1 ++IP_DEFAULT_MULTICAST_LOOP = 1 ++IP_MIN_MEMBERSHIPS = 31 ++IP_MAX_MEMBERSHIPS = 4095 ++IP_MAX_SOURCE_FILTER = 1024 ++MCAST_INCLUDE = 1 ++MCAST_EXCLUDE = 2 ++IP_PORTRANGE_DEFAULT = 0 ++IP_PORTRANGE_HIGH = 1 ++IP_PORTRANGE_LOW = 2 ++IPPROTO_MAXID = (IPPROTO_AH + 1) ++IPCTL_FORWARDING = 1 ++IPCTL_SENDREDIRECTS = 2 ++IPCTL_DEFTTL = 3 ++IPCTL_DEFMTU = 4 ++IPCTL_RTEXPIRE = 5 ++IPCTL_RTMINEXPIRE = 6 ++IPCTL_RTMAXCACHE = 7 ++IPCTL_SOURCEROUTE = 8 ++IPCTL_DIRECTEDBROADCAST = 9 ++IPCTL_INTRQMAXLEN = 10 ++IPCTL_INTRQDROPS = 11 ++IPCTL_STATS = 12 ++IPCTL_ACCEPTSOURCEROUTE = 13 ++IPCTL_FASTFORWARDING = 14 ++IPCTL_KEEPFAITH = 15 ++IPCTL_GIF_TTL = 16 ++IPCTL_MAXID = 17 ++def in_nullhost(x): return ((x).s_addr == INADDR_ANY) ++ ++ ++# Included from netinet6/in6.h ++__KAME_VERSION = "FreeBSD" ++IPV6PORT_RESERVED = 1024 ++IPV6PORT_ANONMIN = 49152 ++IPV6PORT_ANONMAX = 65535 ++IPV6PORT_RESERVEDMIN = 600 ++IPV6PORT_RESERVEDMAX = (IPV6PORT_RESERVED-1) ++INET6_ADDRSTRLEN = 46 ++IPV6_ADDR_INT32_ONE = 1 ++IPV6_ADDR_INT32_TWO = 2 ++IPV6_ADDR_INT32_MNL = (-16711680) ++IPV6_ADDR_INT32_MLL = (-16646144) ++IPV6_ADDR_INT32_SMP = 0x0000ffff ++IPV6_ADDR_INT16_ULL = 0xfe80 ++IPV6_ADDR_INT16_USL = 0xfec0 ++IPV6_ADDR_INT16_MLL = 0xff02 ++IPV6_ADDR_INT32_ONE = 0x01000000 ++IPV6_ADDR_INT32_TWO = 0x02000000 ++IPV6_ADDR_INT32_MNL = 0x000001ff ++IPV6_ADDR_INT32_MLL = 0x000002ff ++IPV6_ADDR_INT32_SMP = (-65536) ++IPV6_ADDR_INT16_ULL = 0x80fe ++IPV6_ADDR_INT16_USL = 0xc0fe ++IPV6_ADDR_INT16_MLL = 0x02ff ++def IN6_IS_ADDR_UNSPECIFIED(a): return \ ++ ++def IN6_IS_ADDR_LOOPBACK(a): return \ ++ ++def IN6_IS_ADDR_V4COMPAT(a): return \ ++ ++def IN6_IS_ADDR_V4MAPPED(a): return \ ++ ++IPV6_ADDR_SCOPE_NODELOCAL = 0x01 ++IPV6_ADDR_SCOPE_INTFACELOCAL = 0x01 ++IPV6_ADDR_SCOPE_LINKLOCAL = 0x02 ++IPV6_ADDR_SCOPE_SITELOCAL = 0x05 ++IPV6_ADDR_SCOPE_ORGLOCAL = 0x08 ++IPV6_ADDR_SCOPE_GLOBAL = 0x0e ++__IPV6_ADDR_SCOPE_NODELOCAL = 0x01 ++__IPV6_ADDR_SCOPE_INTFACELOCAL = 0x01 ++__IPV6_ADDR_SCOPE_LINKLOCAL = 0x02 ++__IPV6_ADDR_SCOPE_SITELOCAL = 0x05 ++__IPV6_ADDR_SCOPE_ORGLOCAL = 0x08 ++__IPV6_ADDR_SCOPE_GLOBAL = 0x0e ++def IN6_IS_ADDR_LINKLOCAL(a): return \ ++ ++def IN6_IS_ADDR_SITELOCAL(a): return \ ++ ++def IN6_IS_ADDR_MC_NODELOCAL(a): return \ ++ ++def IN6_IS_ADDR_MC_INTFACELOCAL(a): return \ ++ ++def IN6_IS_ADDR_MC_LINKLOCAL(a): return \ ++ ++def IN6_IS_ADDR_MC_SITELOCAL(a): return \ ++ ++def IN6_IS_ADDR_MC_ORGLOCAL(a): return \ ++ ++def IN6_IS_ADDR_MC_GLOBAL(a): return \ ++ ++def IN6_IS_ADDR_MC_NODELOCAL(a): return \ ++ ++def IN6_IS_ADDR_MC_LINKLOCAL(a): return \ ++ ++def IN6_IS_ADDR_MC_SITELOCAL(a): return \ ++ ++def IN6_IS_ADDR_MC_ORGLOCAL(a): return \ ++ ++def IN6_IS_ADDR_MC_GLOBAL(a): return \ ++ ++def IN6_IS_SCOPE_LINKLOCAL(a): return \ ++ ++def IN6_IS_SCOPE_EMBED(a): return \ ++ ++def IFA6_IS_DEPRECATED(a): return \ ++ ++def IFA6_IS_INVALID(a): return \ ++ ++IPV6_OPTIONS = 1 ++IPV6_RECVOPTS = 5 ++IPV6_RECVRETOPTS = 6 ++IPV6_RECVDSTADDR = 7 ++IPV6_RETOPTS = 8 ++IPV6_SOCKOPT_RESERVED1 = 3 ++IPV6_UNICAST_HOPS = 4 ++IPV6_MULTICAST_IF = 9 ++IPV6_MULTICAST_HOPS = 10 ++IPV6_MULTICAST_LOOP = 11 ++IPV6_JOIN_GROUP = 12 ++IPV6_LEAVE_GROUP = 13 ++IPV6_PORTRANGE = 14 ++ICMP6_FILTER = 18 ++IPV6_2292PKTINFO = 19 ++IPV6_2292HOPLIMIT = 20 ++IPV6_2292NEXTHOP = 21 ++IPV6_2292HOPOPTS = 22 ++IPV6_2292DSTOPTS = 23 ++IPV6_2292RTHDR = 24 ++IPV6_2292PKTOPTIONS = 25 ++IPV6_CHECKSUM = 26 ++IPV6_V6ONLY = 27 ++IPV6_BINDV6ONLY = IPV6_V6ONLY ++IPV6_IPSEC_POLICY = 28 ++IPV6_FAITH = 29 ++IPV6_FW_ADD = 30 ++IPV6_FW_DEL = 31 ++IPV6_FW_FLUSH = 32 ++IPV6_FW_ZERO = 33 ++IPV6_FW_GET = 34 ++IPV6_RTHDRDSTOPTS = 35 ++IPV6_RECVPKTINFO = 36 ++IPV6_RECVHOPLIMIT = 37 ++IPV6_RECVRTHDR = 38 ++IPV6_RECVHOPOPTS = 39 ++IPV6_RECVDSTOPTS = 40 ++IPV6_RECVRTHDRDSTOPTS = 41 ++IPV6_USE_MIN_MTU = 42 ++IPV6_RECVPATHMTU = 43 ++IPV6_PATHMTU = 44 ++IPV6_REACHCONF = 45 ++IPV6_PKTINFO = 46 ++IPV6_HOPLIMIT = 47 ++IPV6_NEXTHOP = 48 ++IPV6_HOPOPTS = 49 ++IPV6_DSTOPTS = 50 ++IPV6_RTHDR = 51 ++IPV6_PKTOPTIONS = 52 ++IPV6_RECVTCLASS = 57 ++IPV6_AUTOFLOWLABEL = 59 ++IPV6_TCLASS = 61 ++IPV6_DONTFRAG = 62 ++IPV6_PREFER_TEMPADDR = 63 ++IPV6_MSFILTER = 74 ++IPV6_RTHDR_LOOSE = 0 ++IPV6_RTHDR_STRICT = 1 ++IPV6_RTHDR_TYPE_0 = 0 ++IPV6_DEFAULT_MULTICAST_HOPS = 1 ++IPV6_DEFAULT_MULTICAST_LOOP = 1 ++IPV6_PORTRANGE_DEFAULT = 0 ++IPV6_PORTRANGE_HIGH = 1 ++IPV6_PORTRANGE_LOW = 2 ++IPV6PROTO_MAXID = (IPPROTO_PIM + 1) ++IPV6CTL_FORWARDING = 1 ++IPV6CTL_SENDREDIRECTS = 2 ++IPV6CTL_DEFHLIM = 3 ++IPV6CTL_DEFMTU = 4 ++IPV6CTL_FORWSRCRT = 5 ++IPV6CTL_STATS = 6 ++IPV6CTL_MRTSTATS = 7 ++IPV6CTL_MRTPROTO = 8 ++IPV6CTL_MAXFRAGPACKETS = 9 ++IPV6CTL_SOURCECHECK = 10 ++IPV6CTL_SOURCECHECK_LOGINT = 11 ++IPV6CTL_ACCEPT_RTADV = 12 ++IPV6CTL_KEEPFAITH = 13 ++IPV6CTL_LOG_INTERVAL = 14 ++IPV6CTL_HDRNESTLIMIT = 15 ++IPV6CTL_DAD_COUNT = 16 ++IPV6CTL_AUTO_FLOWLABEL = 17 ++IPV6CTL_DEFMCASTHLIM = 18 ++IPV6CTL_GIF_HLIM = 19 ++IPV6CTL_KAME_VERSION = 20 ++IPV6CTL_USE_DEPRECATED = 21 ++IPV6CTL_RR_PRUNE = 22 ++IPV6CTL_MAPPED_ADDR = 23 ++IPV6CTL_V6ONLY = 24 ++IPV6CTL_RTEXPIRE = 25 ++IPV6CTL_RTMINEXPIRE = 26 ++IPV6CTL_RTMAXCACHE = 27 ++IPV6CTL_USETEMPADDR = 32 ++IPV6CTL_TEMPPLTIME = 33 ++IPV6CTL_TEMPVLTIME = 34 ++IPV6CTL_AUTO_LINKLOCAL = 35 ++IPV6CTL_RIP6STATS = 36 ++IPV6CTL_PREFER_TEMPADDR = 37 ++IPV6CTL_ADDRCTLPOLICY = 38 ++IPV6CTL_USE_DEFAULTZONE = 39 ++IPV6CTL_MAXFRAGS = 41 ++IPV6CTL_IFQ = 42 ++IPV6CTL_ISATAPRTR = 43 ++IPV6CTL_MCAST_PMTU = 44 ++IPV6CTL_STEALTH = 45 ++IPV6CTL_MAXID = 46 +--- misc/Python-2.6.1/Lib/plat-freebsd9/regen 1970-01-01 01:00:00.000000000 +0100 ++++ misc/build/Python-2.6.1/Lib/plat-freebsd9/regen 2009-10-03 22:43:13.000000000 +0200 +@@ -0,0 +1,3 @@ ++#! /bin/sh ++set -v ++python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h +--- misc/Python-2.6.1/setup.py 2009-03-31 18:20:48.000000000 +0000 ++++ misc/build/Python-2.6.1/setup.py 2009-09-10 05:27:01.000000000 +0000 +@@ -1273,7 +1277,7 @@ class PyBuildExt(build_ext): + ) + libraries = [] + +- elif platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8'): ++ elif platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8', 'freebsd9'): + # FreeBSD's P1003.1b semaphore support is very experimental + # and has many known problems. (as of June 2008) + macros = dict( # FreeBSD +@@ -1338,7 +1342,7 @@ class PyBuildExt(build_ext): + missing.append('linuxaudiodev') + + if platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6', +- 'freebsd7', 'freebsd8'): ++ 'freebsd7', 'freebsd8', 'freebsd9'): + exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) + else: + missing.append('ossaudiodev') From chat95 at mac.com Sun Oct 4 02:16:38 2009 From: chat95 at mac.com (Maho NAKATA) Date: Sun Oct 4 02:16:44 2009 Subject: Problem building Openoffice 3.1.1 at -current In-Reply-To: <20091004003452.GA55656@wep4035.physik.uni-wuerzburg.de> References: <4AB76600.8090407@icyb.net.ua> <20090921191509.GA55401@troutmask.apl.washington.edu> <20091004003452.GA55656@wep4035.physik.uni-wuerzburg.de> Message-ID: <20091004.110935.737004071327922653.chat95@mac.com> Hi Alexey, From: Alexey Shuvaev Subject: Re: Problem building Openoffice 3.1.1 at -current Date: Sun, 04 Oct 2009 02:34:52 +0200 > I hate OOO... me too... > With the attached patch I was able to complete the build on > amd64 9-CURRENT. Will charge 9-amd64-Ports and 9-i386-Ports tinderboxes > to test in a clean environment. Testing on 8-RC is still welcome. > Just drop patch-OOO_XXX_CURRENT into files/ and try to rebuild. many thanks for your patch. and it looks okay. BUT Please sign to SCA, otherwise we cannot upstream. http://porting.openoffice.org/freebsd/ If you would like to submit patches for OpenOffice.org, please fill out and submit SCA (or JCA or CA), (announcement). otherwise, we won't commit them, even for the FreeBSD ports cvs repo. If you want to learn more, please check the License FAQ. Here is a list of people who have signed the SCA, JCA and CA. thanks -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt From olivier at gautherot.net Sun Oct 4 03:38:35 2009 From: olivier at gautherot.net (Olivier Gautherot) Date: Sun Oct 4 03:38:41 2009 Subject: Problem building Openoffice 3.1.1 at -current In-Reply-To: <20091004003452.GA55656@wep4035.physik.uni-wuerzburg.de> References: <1e31c7980909200426h44a65a53g7d5f47ea707d8b9c@mail.gmail.com> <11167f520909200438q3a2a8b7ey11ec8e644d91fc5a@mail.gmail.com> <4AB76600.8090407@icyb.net.ua> <20090921191509.GA55401@troutmask.apl.washington.edu> <20091004003452.GA55656@wep4035.physik.uni-wuerzburg.de> Message-ID: Hi folks! On Sat, Oct 3, 2009 at 7:34 PM, Alexey Shuvaev < shuvaev@physik.uni-wuerzburg.de> wrote: > On Mon, Sep 21, 2009 at 12:15:09PM -0700, Steve Kargl wrote: > > On Mon, Sep 21, 2009 at 02:39:44PM +0300, Andriy Gapon wrote: > > > > The above ln and cp were sufficient to complete my build. > > I haven't tested the resulting exectuables. > > > > Thanks, Andriy > > > Rrrr.... > The openoffice guys are trying to bundle every piece of code under > the sun into their tarball in attempt to not depend upon system > libraries... > ... and are getting away from what they want to achieve (IMHO). > > OOO is as fragile as porcelain plate and > still as complex to repair as nuclear u-boot. > It sounds like OOO is designed to be compiled on a fresh system: I reformated a disk yesterday and the compilation of OOO just finished successfully. I loaded 8.0-RC1. As a matter of fact, I used the bundled modules - it takes longer but seems to be a bit more stable. My cent worth... ;-) Cheers Olivier From chat95 at mac.com Sun Oct 4 20:51:35 2009 From: chat95 at mac.com (Maho NAKATA) Date: Sun Oct 4 20:51:47 2009 Subject: Problem building Openoffice 3.1.1 at -current In-Reply-To: References: <20090921191509.GA55401@troutmask.apl.washington.edu> <20091004003452.GA55656@wep4035.physik.uni-wuerzburg.de> Message-ID: <20091005.055122.1024833258536770135.chat95@mac.com> From: Olivier Gautherot Subject: Re: Problem building Openoffice 3.1.1 at -current Date: Sat, 03 Oct 2009 22:12:10 -0500 > Hi folks! > > On Sat, Oct 3, 2009 at 7:34 PM, Alexey Shuvaev < > shuvaev@physik.uni-wuerzburg.de> wrote: > >> On Mon, Sep 21, 2009 at 12:15:09PM -0700, Steve Kargl wrote: >> > On Mon, Sep 21, 2009 at 02:39:44PM +0300, Andriy Gapon wrote: >> > >> > The above ln and cp were sufficient to complete my build. >> > I haven't tested the resulting exectuables. >> > >> > Thanks, Andriy >> > >> Rrrr.... >> The openoffice guys are trying to bundle every piece of code under >> the sun into their tarball in attempt to not depend upon system >> libraries... >> ... and are getting away from what they want to achieve (IMHO). >> >> OOO is as fragile as porcelain plate and >> still as complex to repair as nuclear u-boot. >> > > It sounds like OOO is designed to be compiled on a fresh system: I > reformated a disk yesterday and the compilation of OOO just finished > successfully. I loaded 8.0-RC1. > > As a matter of fact, I used the bundled modules - it takes longer but seems > to be a bit more stable. Hi, Olivier Gautherot thanks for your e-mail. this is just a maintaing issue. if you provide some human resources I'm very happy to use python from ports tree instead. Serious problem may be that when some cws (child work space, smallest unit of development) wrt python is introduced, or when ports python is updated. Then there may be a conflict, and I'd like to ask you to fix it. Usually very easy, but sometimes very hard. thanks, -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt From olivier at gautherot.net Sun Oct 4 23:35:24 2009 From: olivier at gautherot.net (Olivier Gautherot) Date: Sun Oct 4 23:35:37 2009 Subject: Problem building Openoffice 3.1.1 at -current In-Reply-To: <20091005.055122.1024833258536770135.chat95@mac.com> References: <20090921191509.GA55401@troutmask.apl.washington.edu> <20091004003452.GA55656@wep4035.physik.uni-wuerzburg.de> <20091005.055122.1024833258536770135.chat95@mac.com> Message-ID: Hi Maho Nakata, First of all, thanks for all your good work - I've been your faithful "customer" for several years already and really appreciate your dedication. > It sounds like OOO is designed to be compiled on a fresh system: I > > reformated a disk yesterday and the compilation of OOO just finished > > successfully. I loaded 8.0-RC1. > > > > As a matter of fact, I used the bundled modules - it takes longer but > seems > > to be a bit more stable. > > Hi, Olivier Gautherot > > thanks for your e-mail. this is just a maintaing issue. > if you provide some human resources I'm very happy to use > python from ports tree instead. > I'll have to reissue the compilation in the data partition since I already started using the necessary space. I'll let you know. Serious problem may be that when some cws (child work space, smallest > unit of development) wrt python is introduced, or when ports > python is updated. Then there may be a conflict, and I'd like > to ask you to fix it. Usually very easy, but sometimes very hard. > >From my past experience, I tend to use the ports as released and do not update the ports tree. The few times I did were tough experiences, usually ending with a complete reinstall... :-S So I'm an easy customer on the ports. System upgrades usually end up in a backup and start from scratch (which was a real exercise on a VIA motherboard). So I may be somewhat atypical... I'll let you know the results. Cheers -- Olivier Gautherot olivier@gautherot.net Cel:+56 98 730 9361 www.gautherot.net http://www.linkedin.com/in/ogautherot From sgk at troutmask.apl.washington.edu Mon Oct 5 01:37:42 2009 From: sgk at troutmask.apl.washington.edu (Steve Kargl) Date: Mon Oct 5 01:37:53 2009 Subject: Problem building Openoffice 3.1.1 at -current In-Reply-To: References: <20090921191509.GA55401@troutmask.apl.washington.edu> <20091004003452.GA55656@wep4035.physik.uni-wuerzburg.de> <20091005.055122.1024833258536770135.chat95@mac.com> Message-ID: <20091005013740.GA2545@troutmask.apl.washington.edu> Can you guys trim your CC list? I have no interest in the stupidity of OOo in including every project under the sun into its build system. -- Steve From sfourman at gmail.com Mon Oct 5 02:01:58 2009 From: sfourman at gmail.com (Sam Fourman Jr.) Date: Mon Oct 5 02:02:04 2009 Subject: Problem building Openoffice 3.1.1 at -current In-Reply-To: <20091004003452.GA55656@wep4035.physik.uni-wuerzburg.de> References: <1e31c7980909200426h44a65a53g7d5f47ea707d8b9c@mail.gmail.com> <11167f520909200438q3a2a8b7ey11ec8e644d91fc5a@mail.gmail.com> <4AB76600.8090407@icyb.net.ua> <20090921191509.GA55401@troutmask.apl.washington.edu> <20091004003452.GA55656@wep4035.physik.uni-wuerzburg.de> Message-ID: <11167f520910041901h12169b14rc845c70f26db47f9@mail.gmail.com> On Sat, Oct 3, 2009 at 7:34 PM, Alexey Shuvaev wrote: > On Mon, Sep 21, 2009 at 12:15:09PM -0700, Steve Kargl wrote: >> On Mon, Sep 21, 2009 at 02:39:44PM +0300, Andriy Gapon wrote: >> > on 20/09/2009 14:38 Sam Fourman Jr. said the following: >> > > On Sun, Sep 20, 2009 at 6:26 AM, Vinicius Abrahao wrote: >> > >> Hello dear fellows, >> > >> >> > >> I'm trying to upgrade my openoffice.org3 from 3.1.0 to 3.1.1, but I'm >> > >> getting an strange error (associated with python). >> > >> This is the error that appears many hours after I start the upgrade: >> > > >> > > >> > > I am getting this same error on FreeBSD 8.0 Beta4 >> > > any idea how to fix the build? >> > >> > I also had a compilation problem like this. >> > Perhaps this is related to having python 2.6 installed on a system? >> > >> > Anyway, I was able to continue the build by doing the following (adjust the paths >> > to your environment): >> > >> > $ ln -s >> > /usr/obj/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/lib/python >> > /usr/obj/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/lib/python2.6 >> > >> > $ cp >> > /usr/obj/usr/ports/editors/openoffice.org-3/work/OOO310_m19/python/unxfbsdx.pro/misc/build/Python-2.6.1/build/lib.freebsd-9.0-CURRENT-amd64-2.6/*.so >> > ?/usr/obj/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/lib/python2.6/ >> > >> > Maybe something else, it was a while ago. >> > >> >> The above ln and cp were sufficient to complete my build. >> I haven't tested the resulting exectuables. >> >> Thanks, Andriy >> > Rrrr.... > The openoffice guys are trying to bundle every piece of code under > the sun into their tarball in attempt to not depend upon system libraries... > ... and are getting away from what they want to achieve (IMHO). > > OOO is as fragile as porcelain plate and > still as complex to repair as nuclear u-boot. > > I hate OOO... > > With the attached patch I was able to complete the build on > amd64 9-CURRENT. Will charge 9-amd64-Ports and 9-i386-Ports tinderboxes > to test in a clean environment. Testing on 8-RC is still welcome. > Just drop patch-OOO_XXX_CURRENT into files/ and try to rebuild. > > Alexey. This Worked on 9-CURRENT i386 thanks. Will this patch be included in the ports tree so it isn't broken Sam From shuvaev at physik.uni-wuerzburg.de Mon Oct 5 10:42:52 2009 From: shuvaev at physik.uni-wuerzburg.de (Alexey Shuvaev) Date: Mon Oct 5 10:42:59 2009 Subject: Problem building Openoffice 3.1.1 at -current In-Reply-To: <11167f520910041901h12169b14rc845c70f26db47f9@mail.gmail.com> References: <1e31c7980909200426h44a65a53g7d5f47ea707d8b9c@mail.gmail.com> <11167f520909200438q3a2a8b7ey11ec8e644d91fc5a@mail.gmail.com> <4AB76600.8090407@icyb.net.ua> <20090921191509.GA55401@troutmask.apl.washington.edu> <20091004003452.GA55656@wep4035.physik.uni-wuerzburg.de> <11167f520910041901h12169b14rc845c70f26db47f9@mail.gmail.com> Message-ID: <20091005104247.GA37871@wep4035.physik.uni-wuerzburg.de> On Sun, Oct 04, 2009 at 09:01:57PM -0500, Sam Fourman Jr. wrote: > On Sat, Oct 3, 2009 at 7:34 PM, Alexey Shuvaev > wrote: > > > > [snip] > > > > With the attached patch I was able to complete the build on > > amd64 9-CURRENT. Will charge 9-amd64-Ports and 9-i386-Ports tinderboxes > > to test in a clean environment. Testing on 8-RC is still welcome. > > Just drop patch-OOO_XXX_CURRENT into files/ and try to rebuild. > > > > Alexey. > > > This Worked on 9-CURRENT i386 thanks. Will this patch be included in > the ports tree so it isn't broken > Both of my tinderbox builds were successfull: -rw-r--r-- 1 root wheel 156569834 Oct 4 22:37 9-amd64-Ports/All/openoffice.org-3.1.1.tbz -rw-r--r-- 1 root wheel 149240577 Oct 5 02:21 9-i386-Ports/All/openoffice.org-3.1.1.tbz Just FYI, Alexey. From bugmaster at FreeBSD.org Mon Oct 5 11:08:02 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Oct 5 11:10:39 2009 Subject: Current problem reports assigned to openoffice@FreeBSD.org Message-ID: <200910051108.n95B81Ck089719@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/138144 openoffice editors/openoffice.org-3: 3.1.0 crashes on closing o ports/137293 openoffice editors/openoffice.org-3 fails to build o ports/136753 openoffice editors/openoffice.org-3 fails to create proper profil o ports/136291 openoffice [patch] editors/openoffice.org-3: gpatch failure f ports/134773 openoffice [patch] editors/openoffice.org-3 reduce depenedencies o ports/134458 openoffice editors/openoffice.org* fails to build (multiple versi o ports/132888 openoffice editors/openoffice.org-3: openoffice 3.0.1 fails to bu o ports/132680 openoffice editors/openoffice.org-3: OpenOffice symlinks in /usr/ o ports/129122 openoffice editors/openoffice.org-3: building OpenOffice.org-3.0. f ports/108313 openoffice editors/openoffice.org port build fails f ports/107229 openoffice sysutils/coreutils: gcp fails to set default ACL which 11 problems total. From lenzi.sergio at gmail.com Mon Oct 5 15:18:08 2009 From: lenzi.sergio at gmail.com (Sergio de Almeida Lenzi) Date: Mon Oct 5 15:18:15 2009 Subject: interesting Message-ID: <1254754432.7219.11.camel@localhost> Hello.... I saw many complains about openoffice 3.0 and 3.1... but a few (even none) about 3.2 I used only 3.2 version from ports openoffice-3-devel language pt-BR, or en... with everything working include dictionaries (pt-BR) and gramatical checker... that works like a charm... milestone 52... Now I am building the m60 and seems that it will build (it is almost 36 hours...) FreeBSD 7.2 i386. it builds too in the amd64 version.... Is there any problem with openoffice 3.2 that I do not know??? Thanks for any comments, Sergio From chat95 at mac.com Tue Oct 6 00:15:46 2009 From: chat95 at mac.com (Maho NAKATA) Date: Tue Oct 6 00:15:58 2009 Subject: Problem building Openoffice 3.1.1 at -current In-Reply-To: <20091005104247.GA37871@wep4035.physik.uni-wuerzburg.de> References: <20091004003452.GA55656@wep4035.physik.uni-wuerzburg.de> <11167f520910041901h12169b14rc845c70f26db47f9@mail.gmail.com> <20091005104247.GA37871@wep4035.physik.uni-wuerzburg.de> Message-ID: <20091006.091535.994771096261052815.chat95@mac.com> From: Alexey Shuvaev Subject: Re: Problem building Openoffice 3.1.1 at -current Date: Mon, 05 Oct 2009 12:42:47 +0200 > On Sun, Oct 04, 2009 at 09:01:57PM -0500, Sam Fourman Jr. wrote: >> On Sat, Oct 3, 2009 at 7:34 PM, Alexey Shuvaev >> wrote: >> > >> > [snip] >> > >> > With the attached patch I was able to complete the build on >> > amd64 9-CURRENT. Will charge 9-amd64-Ports and 9-i386-Ports tinderboxes >> > to test in a clean environment. Testing on 8-RC is still welcome. >> > Just drop patch-OOO_XXX_CURRENT into files/ and try to rebuild. >> > >> > Alexey. >> >> >> This Worked on 9-CURRENT i386 thanks. Will this patch be included in >> the ports tree so it isn't broken >> > Both of my tinderbox builds were successfull: > -rw-r--r-- 1 root wheel 156569834 Oct 4 22:37 9-amd64-Ports/All/openoffice.org-3.1.1.tbz > -rw-r--r-- 1 root wheel 149240577 Oct 5 02:21 9-i386-Ports/All/openoffice.org-3.1.1.tbz > > Just FYI, > Alexey. Hi Alexey, Many thanks for your patience, and good work. For SCA, I trust on you (you may want to speed up this part). I raised as an issue and attached your patch. http://www.openoffice.org/issues/show_bug.cgi?id=105629 and committed as patch-i105629. Best, -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt From capspro101 at gmail.com Wed Oct 7 09:51:32 2009 From: capspro101 at gmail.com (=?Big5?B?qkyq98TB?=) Date: Wed Oct 7 11:38:35 2009 Subject: Help.... Message-ID: Dear openoffice.org poting team: I'd used micro-office before and now I try to use your openoffice now. But, unfortunately I have one serious problem, ask for assistance to resolve: Under "Microoffice" I can click the right button of mouse to select "translate" from Chinese to English or En to Ch. May I get same function from Openoffice? If yes, please kindly instruct me to setting the additional tool....ASAP!! Because I use this function (translate from Ch to En and En to Ch) every day. Tanks so much in advance! Best regards, Jason Lin from Taipei, Taiwan From edwin at FreeBSD.org Fri Oct 9 11:50:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri Oct 9 11:50:25 2009 Subject: ports/139449: editors/openoffice.org-3-devel not building properly with bundled NSS Message-ID: <200910091150.n99BoDwL022311@freefall.freebsd.org> Synopsis: editors/openoffice.org-3-devel not building properly with bundled NSS Responsible-Changed-From-To: freebsd-ports-bugs->openoffice Responsible-Changed-By: edwin Responsible-Changed-When: Fri Oct 9 11:50:13 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139449 From bugmaster at FreeBSD.org Mon Oct 12 11:08:04 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Oct 12 11:10:44 2009 Subject: Current problem reports assigned to openoffice@FreeBSD.org Message-ID: <200910121108.n9CB83kl037650@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/139449 openoffice editors/openoffice.org-3-devel not building properly w o ports/138144 openoffice editors/openoffice.org-3: 3.1.0 crashes on closing o ports/137293 openoffice editors/openoffice.org-3 fails to build o ports/136753 openoffice editors/openoffice.org-3 fails to create proper profil o ports/136291 openoffice [patch] editors/openoffice.org-3: gpatch failure f ports/134773 openoffice [patch] editors/openoffice.org-3 reduce depenedencies o ports/134458 openoffice editors/openoffice.org* fails to build (multiple versi o ports/132888 openoffice editors/openoffice.org-3: openoffice 3.0.1 fails to bu o ports/132680 openoffice editors/openoffice.org-3: OpenOffice symlinks in /usr/ o ports/129122 openoffice editors/openoffice.org-3: building OpenOffice.org-3.0. f ports/108313 openoffice editors/openoffice.org port build fails f ports/107229 openoffice sysutils/coreutils: gcp fails to set default ACL which 12 problems total. From edwin at FreeBSD.org Wed Oct 14 16:50:17 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Oct 14 16:50:28 2009 Subject: ports/139607: [Patch] editors/openoffice.org-3-devel: Add knobs for experimental Graphite support Message-ID: <200910141650.n9EGoHde000726@freefall.freebsd.org> Synopsis: [Patch] editors/openoffice.org-3-devel: Add knobs for experimental Graphite support Responsible-Changed-From-To: freebsd-ports-bugs->openoffice Responsible-Changed-By: edwin Responsible-Changed-When: Wed Oct 14 16:50:16 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139607 From chat95 at mac.com Wed Oct 14 22:40:09 2009 From: chat95 at mac.com (Maho NAKATA) Date: Wed Oct 14 22:40:21 2009 Subject: ports/139449: editors/openoffice.org-3-devel not building properly with bundled NSS In-Reply-To: <200910091150.n99BoDwL022311@freefall.freebsd.org> References: <200910091150.n99BoDwL022311@freefall.freebsd.org> Message-ID: <20091015.074002.389634436423558930.chat95@mac.com> From: edwin@FreeBSD.org Subject: Re: ports/139449: editors/openoffice.org-3-devel not building properly with bundled NSS Date: Fri, 09 Oct 2009 11:50:13 +0000 (GMT) > Synopsis: editors/openoffice.org-3-devel not building properly with bundled NSS > > Responsible-Changed-From-To: freebsd-ports-bugs->openoffice > Responsible-Changed-By: edwin > Responsible-Changed-When: Fri Oct 9 11:50:13 UTC 2009 > Responsible-Changed-Why: > Over to maintainer (via the GNATS Auto Assign Tool) > > http://www.freebsd.org/cgi/query-pr.cgi?pr=139449 > _______________________________________________ > freebsd-openoffice@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice > To unsubscribe, send any mail to "freebsd-openoffice-unsubscribe@freebsd.org" > Hello, Coleman Kane, please commit it. Thank you very much! -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt From Cy.Schubert at komquats.com Thu Oct 15 22:32:58 2009 From: Cy.Schubert at komquats.com (Cy Schubert) Date: Thu Oct 15 22:33:04 2009 Subject: Openoffice.org-3 Build Failure under 8.0 Message-ID: <200910152204.n9FM4jCZ002225@cwsys.cwsent.com> I'm having an issue building OO-3 under FreeBSD 8.0. Any ideas? Script started on Thu Oct 15 14:50:22 2009 bob# make OPTIONS: You can compile OOo with debug symbols/supports with make -DWITH_DEBUG You can compile OOo without Mozilla connectivity with make -DWITHOUT_MOZILLA You can compile OOo without gnome VFS support with make -DWITHOUT_GNOME You can compile OOo with devel/icu from ports with make -DWITH_SYSTEM_ICU You can compile OOo without CUPS support with make -DWITHOUT_CUPS You can compile OOo to use Qt/KDE vclplug with make -DWITH_KDE You can compile OOo with gpc instead of libart by make -DWITH_GPC You can compile OOo with evolution2 support by make -DWITH_EVOLUTION2 You can compile OOo with full localized language support by make LOCALIZED_LANG=alllangs You can select the language for OOo by making it with: make LOCALIZED_LANG=xx while xx can be one of the following af ar as-IN be-BY bg br bn bn-BD bn-IN bs ca cs cy da de dz el en-GB en-US en-ZA eo es et eu fa fi fr ga gl gu-IN he hi-IN hr hu it ja ka km kn ko ku lo lt lv mk ms ml-IN mr-IN ne nb nl nn nr ns oc or-IN pa-IN pl pt pt-BR ru rw sk sl sh sr ss st sv sw sw-TZ te-IN ti-ER ta-IN th tn tr ts tg ur-IN uk uz ve vi xh zh-CN zh-TW zu Current setting: en-US NOTICE: To build OOo, you should have a lot of free diskspace (~ 11GB) and memory (~ 2GB). If you want SDK and/or solver, please type make sdk and/or make solver ===> Extracting for openoffice.org-3.1.1 => MD5 Checksum OK for openoffice.org3/OOo_OOO310_m19_source.tar.bz2. => SHA256 Checksum OK for openoffice.org3/OOo_OOO310_m19_source.tar.bz2. => MD5 Checksum OK for openoffice.org3/unowinreg.dll. => SHA256 Checksum OK for openoffice.org3/unowinreg.dll. => MD5 Checksum OK for openoffice.org3/mozilla-source-1.7.5.tar.gz. => SHA256 Checksum OK for openoffice.org3/mozilla-source-1.7.5.tar.gz. ===> openoffice.org-3.1.1 depends on file: /usr/local/bin/perl5.10.0 - found for i in curl/curl*patch neon/neon*patch jfreereport/patches/*.patch; do cd /dsk02/wrkdir/usr/ports/editors/openoffice.org-3/work/OOO310_m19 ; /usr/bin/sed -i.bak -e 's###g' $i ; done ===> Patching for openoffice.org-3.1.1 ===> openoffice.org-3.1.1 depends on file: /usr/local/bin/perl5.10.0 - found ===> Applying FreeBSD patches for openoffice.org-3.1.1 ===> openoffice.org-3.1.1 depends on executable: zip - found ===> openoffice.org-3.1.1 depends on executable: unzip - found ===> openoffice.org-3.1.1 depends on executable: gcp - found ===> openoffice.org-3.1.1 depends on executable: gpatch - found ===> openoffice.org-3.1.1 depends on file: /usr/local/lib/perl5/site_perl/ 5.10.0/Archive/Zip.pm - found ===> openoffice.org-3.1.1 depends on executable: bash - found ===> openoffice.org-3.1.1 depends on executable: imake - found ===> openoffice.org-3.1.1 depends on file: /usr/local/bin/gperf - found ===> openoffice.org-3.1.1 depends on executable: ant - found ===> openoffice.org-3.1.1 depends on executable: gmake - found ===> openoffice.org-3.1.1 depends on executable: bison - found ===> openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/x1 1.pc - found ===> openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/ic e.pc - found ===> openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xa w7.pc - found ===> openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xa u.pc - found ===> openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xe xt.pc - found ===> openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xr ender.pc - found ===> openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xr andr.pc - found ===> openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xi .pc - found ===> openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xt .pc - found ===> openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xc ursor.pc - found ===> openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xd amage.pc - found ===> openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xc omposite.pc - found ===> openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xf ixes.pc - found ===> openoffice.org-3.1.1 depends on file: /usr/local/jdk1.6.0/bin/java - found ===> openoffice.org-3.1.1 depends on file: /usr/local/bin/perl5.10.0 - found ===> openoffice.org-3.1.1 depends on file: /usr/local/bin/intltool-extract - found ===> openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/gn ome-mime-data-2.0.pc - found ===> openoffice.org-3.1.1 depends on executable: pkg-config - found ===> openoffice.org-3.1.1 depends on executable: update-desktop-database - found ===> openoffice.org-3.1.1 depends on shared library: art_lgpl_2 - found ===> openoffice.org-3.1.1 depends on shared library: cups.2 - found ===> openoffice.org-3.1.1 depends on shared library: freetype.9 - found ===> openoffice.org-3.1.1 depends on shared library: atk-1.0.0 - found ===> openoffice.org-3.1.1 depends on shared library: gconf-2.4 - found ===> openoffice.org-3.1.1 depends on shared library: glib-2.0.0 - found ===> openoffice.org-3.1.1 depends on shared library: gnomevfs-2.0 - found ===> openoffice.org-3.1.1 depends on shared library: gtk-x11-2.0.0 - found ===> openoffice.org-3.1.1 depends on shared library: IDL-2.0 - found ===> openoffice.org-3.1.1 depends on shared library: xml2.5 - found ===> openoffice.org-3.1.1 depends on shared library: ORBit-2.0 - found ===> openoffice.org-3.1.1 depends on shared library: pango-1.0.0 - found ===> Configuring for openoffice.org-3.1.1 ******************************************************************** * * * OpenOffice.org build configuration. * * * * The configure process checks your platform to see whether * * you can build OpenOffice.org on it. * * This process checks all pre-requisites and generates a file * * containing the necessary environment variables. * * Source this file after configure has ended successfully. * * * * Any warning that is generated during the configure process * * must be taken into account since it can be a reason for * * an unsuccessful build of OpenOffice.org * * * ******************************************************************** ******************************************************************** * * * Checking the platform pre-requisites. * * * ******************************************************************** checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for gawk... gawk checking for gawk... /usr/local/bin/gawk checking for sed... /usr/bin/sed checking for solenv environment... default checking build system type... i386-portbld-freebsd8.0 checking host system type... i386-portbld-freebsd8.0 checking target system type... i386-portbld-freebsd8.0 checking the FreeBSD operating system release... found OSVERSION=800107 checking which thread library to use... -pthread checking whether to enable crashdump feature... yes checking whether to turn warnings to errors... no checking whether to do a debug build... no checking whether to build with additional debug utilities... no, full product build checking whether to include symbols into final build... yes, small ones checking whether to strip the solver or not.... checking whether to enable native CUPS support... yes checking whether to enable fontconfig support... yes checking whether to enable filters for legacy binary file formats (StarOffice 5.2)... yes checking whether to use RPATH in shared libraries... yes checking whether to include MySpell dictionaries... yes checking which shell to use... tcsh checking for tcsh... /bin/tcsh checking gcc home... /usr checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for cc... /usr/bin/cc checking the GNU gcc compiler version... checked (gcc 4.2.1) checking whether to enable pch feature... no checking for GNU make... gmake checking the GNU make version... gmake 3.81 checking for --hash-style=both linker support ... not found checking for perl... /usr/bin/perl checking the Perl version... checked (perl 5) checking for required Perl modules... all modules found checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking how to run the C++ preprocessor... c++ -E checking how to run the C preprocessor... cc -E checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for long... yes checking size of long... 4 checking whether byte ordering is bigendian... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether to disable vba feature... no checking how to package the vba compatibility api... defaulting to build into installset checking cups/cups.h usability... yes checking cups/cups.h presence... yes checking for cups/cups.h... yes checking whether to enable pam support... yes checking security/pam_appl.h usability... yes checking security/pam_appl.h presence... yes checking for security/pam_appl.h... yes checking whether to link to libpam... no, dynamically open it checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking the GNU C++ compiler version... checked (g++ 4.2.1) checking for g++ include path... /usr/include/c++/4.2 checking what the default STL should be... stlport checking for STL providing headers... using internal stlport. checking whether cc supports -fvisibility=hidden... yes checking which memory allocator to use... internal checking whether to add custom build version... no checking whether to build with Java support... yes checking the installed JDK... configure: error: JDK is too old, you need at least 1.5 ===> Script "configure" failed unexpectedly. Please report the problem to openoffice@FreeBSD.org [maintainer] and attach the "/dsk02/wrkdir/usr/ports/editors/openoffice.org-3/work/OOO310_m19/config.log " including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/editors/openoffice.org-3. bob# exit Script done on Thu Oct 15 14:58:17 2009 The java packages installed are: bob# pkg_info -I \*jdk\* diablo-jdk-1.5.0.07.01_15 Java Development Kit 1.5.0_07.01 diablo-jdk-1.6.0.07.02_5 Java Development Kit 1.6.0_07.02 jdk-1.3.1p9_9 Java Development Kit 1.3 jdk-1.5.0.16p9_2,1 Java Development Kit 1.5.0 jdk-1.6.0.3p4_11 Java Development Kit 1.6.0 jdk-doc-1.3.1 Java Development Kit 1.3 Documentation jdk-doc-1.5.0_1 Java Development Kit 1.5 Documentation jdk-doc-1.6.0.10 Java Development Kit 1.6 Documentation jdk-tutorial-2007.05.14 Official Java 2 SDK tutorial linux-sun-jdk-1.5.0.16,2 Sun Java Development Kit 1.5 for Linux linux-sun-jdk-1.6.0.10 Sun Java Development Kit 1.6 for Linux bob# And of course: bob# uname -a FreeBSD bob 8.0-RC1 FreeBSD 8.0-RC1 #0: Sat Oct 3 00:35:38 PDT 2009 root@bob:/dsk02/obj/dsk03/src/svn-stable8/sys/GENERIC i386 bob# Of course it builds perfectly under 7.2. Any ideas? -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org e**(i*pi)+1=0 From dfilter at FreeBSD.ORG Sat Oct 17 03:50:07 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sat Oct 17 03:50:13 2009 Subject: ports/139449: commit references a PR Message-ID: <200910170350.n9H3o7Rc091990@freefall.freebsd.org> The following reply was made to PR ports/139449; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/139449: commit references a PR Date: Sat, 17 Oct 2009 03:40:31 +0000 (UTC) maho 2009-10-17 03:40:17 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-devel Makefile Log: Fix build on amd64 upstream report http://www.openoffice.org/issues/show_bug.cgi?id=105977 PR: 139449 Submitted by: cokane@ Feature safe: yes Revision Changes Path 1.448 +4 -1 ports/editors/openoffice.org-3-devel/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From QAT at FreeBSD.org Sat Oct 17 11:06:19 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sat Oct 17 11:06:26 2009 Subject: Now OK (Re: cvs commit: ports/editors/openoffice.org-3-devel Makefile) In-Reply-To: <200910170340.n9H3eHnh016051@repoman.freebsd.org> References: <200910170340.n9H3eHnh016051@repoman.freebsd.org> Message-ID: <20091017104703.2E69C12E3C50@quark.ds9.tecnik93.com> editors/openoffice.org-3-devel, which was previously failing is OK after this commit. Thanks for fixing it! A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From QAT at FreeBSD.org Sun Oct 18 04:55:37 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sun Oct 18 04:55:43 2009 Subject: editors/openoffice.org-3-RC - fails: configure_error Message-ID: <20091018045547.18E1E12E48EE@quark.ds9.tecnik93.com> The Restless Daemon identified a configure error while trying to build: openoffice.org-3.2.20091008 maintained by openoffice@FreeBSD.org Makefile ident: $FreeBSD: ports/editors/openoffice.org-3-RC/Makefile,v 1.402 2009/10/18 04:28:01 maho Exp $ Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/openoffice.org-3.2.20091008.log : checking whether to include symbols into final build... yes, small ones checking whether to strip the solver or not.... checking whether to enable native CUPS support... yes checking whether to enable fontconfig support... yes checking whether to enable filters for legacy binary file formats (StarOffice 5.2)... yes checking whether to use RPATH in shared libraries... yes checking whether to include MySpell dictionaries... yes checking which shell to use... tcsh checking for tcsh... /bin/tcsh checking gcc home... /opt/gcc checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for cc... /opt/cc checking the GNU gcc compiler version... checked (gcc 4.2.1) checking for -Bsymbolic-functions linker support ... not found checking whether to enable pch feature... no checking whether to enable hid list feature... no checking for GNU make... gmake checking the GNU make version... gmake 3.81 checking for GNU tar... gtar: not found gnutar: not found configure: error: not found. install GNU tar. ===> Script "configure" failed unexpectedly. Please report the problem to openoffice@FreeBSD.org [maintainer] and attach the "/work/a/ports/editors/openoffice.org-3-RC/work/OOO320_m1/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /a/ports/editors/openoffice.org-3-RC. ================================================================ build of /usr/ports/editors/openoffice.org-3-RC ended at Sun Oct 18 04:55:41 UTC 2009 PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=editors&portname=openoffice.org-3-RC The build which triggered this BotMail was done under tinderbox-devel-3.2_4; dsversion: 3.2 on RELENG_7 on amd64, kern.smp.cpus: 1 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From QAT at FreeBSD.org Sun Oct 18 13:18:40 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sun Oct 18 13:18:47 2009 Subject: editors/openoffice.org-3-devel - fails: linker_error Message-ID: <20091018131852.83B0912E4C67@quark.ds9.tecnik93.com> The Restless Daemon identified a linker error while trying to build: openoffice.org-3.3.20091006 maintained by openoffice@FreeBSD.org Makefile ident: $FreeBSD: ports/editors/openoffice.org-3-devel/Makefile,v 1.449 2009/10/18 04:46:09 maho Exp $ Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/openoffice.org-3.3.20091006.log : COPY: ../uiconfig/sweb/accelerator/de/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sweb/accelerator/de/default.xml COPY: ../uiconfig/sweb/accelerator/es/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sweb/accelerator/es/default.xml COPY: ../uiconfig/sweb/accelerator/fr/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sweb/accelerator/fr/default.xml COPY: ../uiconfig/sglobal/accelerator/en-US/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/accelerator/en-US/default.xml COPY: ../uiconfig/sglobal/accelerator/de/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/accelerator/de/default.xml COPY: ../uiconfig/sglobal/accelerator/es/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/accelerator/es/default.xml COPY: ../uiconfig/sglobal/accelerator/fr/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/accelerator/fr/default.xml COPY: ../uiconfig/swform/accelerator/en-US/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/accelerator/en-US/default.xml COPY: ../uiconfig/swform/accelerator/de/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/accelerator/de/default.xml COPY: ../uiconfig/swform/accelerator/es/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/accelerator/es/default.xml COPY: ../uiconfig/swform/accelerator/fr/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/accelerator/fr/default.xml COPY: ../uiconfig/swreport/accelerator/en-US/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/accelerator/en-US/default.xml COPY: ../uiconfig/swreport/accelerator/de/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/accelerator/de/default.xml COPY: ../uiconfig/swreport/accelerator/es/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/accelerator/es/default.xml COPY: ../uiconfig/swreport/accelerator/fr/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/accelerator/fr/default.xml COPY: ../uiconfig/swriter/statusbar/statusbar.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swriter/statusbar/statusbar.xml COPY: ../uiconfig/swxform/statusbar/statusbar.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swxform/statusbar/statusbar.xml COPY: ../uiconfig/sweb/statusbar/statusbar.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sweb/statusbar/statusbar.xml COPY: ../uiconfig/sglobal/statusbar/statusbar.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/statusbar/statusbar.xml COPY: ../uiconfig/swform/statusbar/statusbar.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/statusbar/statusbar.xml COPY: ../uiconfig/swreport/statusbar/statusbar.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/statusbar/statusbar.xml LOG: writing /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/inc/sw/deliver.log Module 'sw' delivered successfully. 264 files copied, 0 files unchanged Running processes: 0 1 module(s): reportbuilder need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/reportbuilder/util Attention: if you build and deliver the above module(s) you may prolongue your the build issuing command "build --from reportbuilder" *** Error code 1 Stop in /a/ports/editors/openoffice.org-3-devel. ================================================================ build of /usr/ports/editors/openoffice.org-3-devel ended at Sun Oct 18 13:15:04 UTC 2009 PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=editors&portname=openoffice.org-3-devel The build which triggered this BotMail was done under tinderbox-devel-3.2_4; dsversion: 3.2 on RELENG_7 on amd64, kern.smp.cpus: 1 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From QAT at FreeBSD.org Sun Oct 18 17:02:53 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sun Oct 18 17:02:59 2009 Subject: editors/openoffice.org-3-devel - fails: new_compiler_error Message-ID: <20091018170305.EEA6C12E3E96@quark.ds9.tecnik93.com> The Restless Daemon identified a new_compiler error while trying to build: openoffice.org-3.3.20091006 maintained by openoffice@FreeBSD.org Makefile ident: $FreeBSD: ports/editors/openoffice.org-3-devel/Makefile,v 1.450 2009/10/18 10:19:09 maho Exp $ Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/openoffice.org-3.3.20091006.log : COPY: ../uiconfig/sweb/accelerator/de/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sweb/accelerator/de/default.xml COPY: ../uiconfig/sweb/accelerator/es/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sweb/accelerator/es/default.xml COPY: ../uiconfig/sweb/accelerator/fr/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sweb/accelerator/fr/default.xml COPY: ../uiconfig/sglobal/accelerator/en-US/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/accelerator/en-US/default.xml COPY: ../uiconfig/sglobal/accelerator/de/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/accelerator/de/default.xml COPY: ../uiconfig/sglobal/accelerator/es/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/accelerator/es/default.xml COPY: ../uiconfig/sglobal/accelerator/fr/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/accelerator/fr/default.xml COPY: ../uiconfig/swform/accelerator/en-US/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/accelerator/en-US/default.xml COPY: ../uiconfig/swform/accelerator/de/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/accelerator/de/default.xml COPY: ../uiconfig/swform/accelerator/es/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/accelerator/es/default.xml COPY: ../uiconfig/swform/accelerator/fr/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/accelerator/fr/default.xml COPY: ../uiconfig/swreport/accelerator/en-US/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/accelerator/en-US/default.xml COPY: ../uiconfig/swreport/accelerator/de/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/accelerator/de/default.xml COPY: ../uiconfig/swreport/accelerator/es/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/accelerator/es/default.xml COPY: ../uiconfig/swreport/accelerator/fr/default.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/accelerator/fr/default.xml COPY: ../uiconfig/swriter/statusbar/statusbar.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swriter/statusbar/statusbar.xml COPY: ../uiconfig/swxform/statusbar/statusbar.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swxform/statusbar/statusbar.xml COPY: ../uiconfig/sweb/statusbar/statusbar.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sweb/statusbar/statusbar.xml COPY: ../uiconfig/sglobal/statusbar/statusbar.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/statusbar/statusbar.xml COPY: ../uiconfig/swform/statusbar/statusbar.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/statusbar/statusbar.xml COPY: ../uiconfig/swreport/statusbar/statusbar.xml -> /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/statusbar/statusbar.xml LOG: writing /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/inc/sw/deliver.log Module 'sw' delivered successfully. 264 files copied, 0 files unchanged Running processes: 0 1 module(s): reportbuilder need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/reportbuilder/util Attention: if you build and deliver the above module(s) you may prolongue your the build issuing command "build --from reportbuilder" *** Error code 1 Stop in /a/ports/editors/openoffice.org-3-devel. ================================================================ build of /usr/ports/editors/openoffice.org-3-devel ended at Sun Oct 18 17:00:36 UTC 2009 PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=editors&portname=openoffice.org-3-devel The build which triggered this BotMail was done under tinderbox-devel-3.2_4; dsversion: 3.2 on RELENG_7 on amd64, kern.smp.cpus: 1 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From bugmaster at FreeBSD.org Mon Oct 19 11:08:03 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Oct 19 11:10:35 2009 Subject: Current problem reports assigned to openoffice@FreeBSD.org Message-ID: <200910191108.n9JB8278064492@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/139607 openoffice [Patch] editors/openoffice.org-3-devel: Add knobs for o ports/139449 openoffice editors/openoffice.org-3-devel not building properly w o ports/138144 openoffice editors/openoffice.org-3: 3.1.0 crashes on closing o ports/137293 openoffice editors/openoffice.org-3 fails to build o ports/136753 openoffice editors/openoffice.org-3 fails to create proper profil o ports/136291 openoffice [patch] editors/openoffice.org-3: gpatch failure f ports/134773 openoffice [patch] editors/openoffice.org-3 reduce depenedencies o ports/134458 openoffice editors/openoffice.org* fails to build (multiple versi o ports/132888 openoffice editors/openoffice.org-3: openoffice 3.0.1 fails to bu o ports/132680 openoffice editors/openoffice.org-3: OpenOffice symlinks in /usr/ o ports/129122 openoffice editors/openoffice.org-3: building OpenOffice.org-3.0. f ports/108313 openoffice editors/openoffice.org port build fails f ports/107229 openoffice sysutils/coreutils: gcp fails to set default ACL which 13 problems total. From QAT at FreeBSD.org Mon Oct 19 14:13:02 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Mon Oct 19 14:13:08 2009 Subject: editors/openoffice.org-3-RC - fails: patch Message-ID: <20091019141319.5B43A12E3C51@quark.ds9.tecnik93.com> The Restless Daemon identified a patch error while trying to build: openoffice.org-3.2.20091015 maintained by openoffice@FreeBSD.org Makefile ident: $FreeBSD: ports/editors/openoffice.org-3-RC/Makefile,v 1.403 2009/10/18 08:04:08 maho Exp $ Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/openoffice.org-3.2.20091015.log : => MD5 Checksum OK for openoffice.org3/seamonkey-1.1.14.source.tar.bz2. => SHA256 Checksum OK for openoffice.org3/seamonkey-1.1.14.source.tar.bz2. ===> openoffice.org-3.2.20091015 depends on file: /usr/local/bin/perl5.8.9 - found for i in curl/curl*patch neon/neon*patch jfreereport/patches/*.patch; do cd /work/a/ports/editors/openoffice.org-3-RC/work/OOO320_m2 ; /usr/bin/sed -i.bak -e 's# ##g' $i ; done Deleting perl-5.8.9_3 Removing stale symlinks from /usr/bin... Removing /usr/bin/perl Removing /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. ================================================================ ======================================== add_pkg perl-5.8.9_3.tbz adding dependencies pkg_add perl-5.8.9_3.tbz Removing stale symlinks from /usr/bin... Skipping /usr/bin/perl Skipping /usr/bin/perl5 Done. Creating various symlinks in /usr/bin... Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Spamming /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Spamming /etc/manpath.config... Done. ===> Patching for openoffice.org-3.2.20091015 ===> openoffice.org-3.2.20091015 depends on file: /usr/local/bin/perl5.8.9 - found ===> Applying FreeBSD patches for openoffice.org-3.2.20091015 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to reportbuilder/prj/build.lst.rej => Patch patch-i105585 failed to apply cleanly. => Patch(es) patch-i100395 patch-i102181 patch-i102183 patch-i102184 patch-i103628 patch-i103792 patch-i104014 patch-i104015 applied cleanly. *** Error code 1 Stop in /a/ports/editors/openoffice.org-3-RC. ================================================================ build of /usr/ports/editors/openoffice.org-3-RC ended at Mon Oct 19 14:13:15 UTC 2009 PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=editors&portname=openoffice.org-3-RC The build which triggered this BotMail was done under tinderbox-devel-3.2_4; dsversion: 3.2 on RELENG_7 on amd64, kern.smp.cpus: 1 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From maho at openoffice.org Tue Oct 20 11:54:01 2009 From: maho at openoffice.org (Maho NAKATA) Date: Tue Oct 20 11:54:08 2009 Subject: FYI: Re: [tools-dev] GCC 3.x.x support In-Reply-To: <4ADD9F44.4080800@sun.com> References: <4ADD9F44.4080800@sun.com> Message-ID: <20091020.205349.1024833258536746739.maho@openoffice.org> Hi FreeBSD guys, just for your info. From: Jens-Heiner Rechtien Subject: [tools-dev] GCC 3.x.x support Date: Tue, 20 Oct 2009 13:30:12 +0200 > Hi, > > after some discussion on the tools mailing list and with the port > maintainers it has been decided that we'll drop support for certain > obsolete gcc versions. > > GCC versions which are supported by the OOo build system > ======================================================== > > - gcc-4.x.x is supported > > - gcc-3.3.x is not longer supported, patches aren't any longer accepted > > - gcc-3.4.x is deprecated, patches will be accepted up to including > OOO330. Build breakers can't be flagged as "Prio 1", fixes will have > to come from the port maintainers using this obsolete version as most > developers will not have a way to fix or even to verify the build > problem. > > I've updated > http://wiki.services.openoffice.org/wiki/Compiler_versions_used_by_port_maintainers_and_release_engineers > accordingly. > > Regards, > Heiner > > -- > Jens-Heiner Rechtien > rechtien@sun.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tools.openoffice.org > For additional commands, e-mail: dev-help@tools.openoffice.org > > > > From linimon at FreeBSD.org Wed Oct 21 20:07:34 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Wed Oct 21 20:07:44 2009 Subject: ports/139820: editors/openoffice.org-3 3.1.1 failed to build with GCC 4.4.1 Message-ID: <200910212007.n9LK7Xjv015372@freefall.freebsd.org> Old Synopsis: OpenOfifce.Org 3.1.1 failed to build with GCC 4.4.1 New Synopsis: editors/openoffice.org-3 3.1.1 failed to build with GCC 4.4.1 Responsible-Changed-From-To: freebsd-ports-bugs->openoffice Responsible-Changed-By: linimon Responsible-Changed-When: Wed Oct 21 20:06:58 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=139820 From lehmann at ans-netz.de Sun Oct 25 07:36:39 2009 From: lehmann at ans-netz.de (Oliver Lehmann) Date: Sun Oct 25 07:36:47 2009 Subject: build error editors/openoffice.org-3 Message-ID: <20091025081000.a1237e08.lehmann@ans-netz.de> Hi, I'm getting the following build errors: 2 module(s): libxml2 cppunit need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2 ERROR: error 65280 occurred while making /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit Specifically: ============= Building module libxml2 Running processes: 1 /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2 ------------- mkdir ./unxfbsdx.pro/misc/build/libxml2-2.6.31/ mkdir: ./unxfbsdx.pro/misc/build/libxml2-2.6.31/: File exists cd ./unxfbsdx.pro/misc/build/libxml2-2.6.31/ && gmake -j1 && touch /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/./unxfbsdx.pro/misc/build/so_built_so_libxml2 gmake all-recursive gmake[1]: Entering directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31' Making all in include gmake[2]: Entering directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31/include' Making all in libxml gmake[3]: Entering directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31/include/libxml' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31/include/libxml' gmake[3]: Entering directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31/include' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31/include' gmake[2]: Leaving directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31/include' Making all in . gmake[2]: Entering directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31' /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -fPIC -DPIC -o .libs/error.o error.c: In function 'xmlParserPrintFileInfo': error.c:161: error: stray '\16' in program gmake[2]: *** [error.lo] Error 1 gmake[2]: Leaving directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31' gmake: *** [all] Error 2 dmake: Error code 2, while making './unxfbsdx.pro/misc/build/so_built_so_libxml2' Running processes: 0 ============= ============= Building module cppunit Running processes: 1 /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit ------------- mkdir ./unxfbsdx.pro/misc/build/cppunit-1.8.0/ mkdir: ./unxfbsdx.pro/misc/build/cppunit-1.8.0/: File exists cd ./unxfbsdx.pro/misc/build/cppunit-1.8.0/ && dmake -P1 && touch /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/./unxfbsdx.pro/misc/build/so_built_so_cppunit cd src/win32 && dmake -P1 -P1 ------------- cd src/result && dmake -P1 -P1 ------------------------------ Making: ../../../../../../unxfbsdx.pro/slo/TestResult.obj c++ -fmessage-length=0 -c -O2 -fno-strict-aliasing -I. -I../../../../../../unxfbsdx.pro/inc/c5t_testresult -I../inc -I../../../../../../inc/pch -I../../../../../../inc -I../../../../../../unx/inc -I../../../../../../unxfbsdx.pro/inc -I. -I/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/inc/stl -I/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/inc/external -I/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/inc -I/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solenv/unxfbsdx/inc -I/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solenv/inc -I/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/res -I/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/inc/stl -I/usr/obj/amd64-at hlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solenv/inc/Xp31 -I/usr/local/diablo-jdk1.6.0/include -I/usr/local/diablo-jdk1.6.0/include/freebsd -I/usr/local/diablo-jdk1.6.0/include/bsd -I/usr/local/diablo-jdk1.6.0/include/linux -I/usr/local/diablo-jdk1.6.0/include/native_threads/include -I/usr/local/include -I/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/inc/offuh -I../../include -I../../../../../../res -I. -pipe -fvisibility-inlines-hidden -g1 -Wall -Wextra -Wendif-labels -Wshadow -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -fpic -DFREEBSD -DUNX -DVCL -DGCC -DC341 -DX86_64 -DCVER=C341 -DX86_64 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=450 -DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/usr/include/c++/4.2 -DSUPD=310 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DCUI -DSOLAR_JAVA -DSHAREDLIB -D_DLL_ -fex ceptions -fno-enforce-eh-specs -DEXCEPTIONS_ON -o ../../../../../../unxfbsdx.pro/slo/TestResult.o /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp In file included from /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp:5: ../../include/cppunit/result/TestResult.h:72: error: 'ErrorType' has not been declared ../../include/cppunit/result/TestResult.h:72: error: expected ',' or '...' before 'eType' /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp:46: error: 'ErrorType' has not been declared /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp:46: error: expected ',' or '...' before '_eType' /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp: In member function 'virtual void CppUnit::TestResult::addError(CppUnit::Test*, CppUnit::Exception*, int)': /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp:48: error: '_eType' was not declared in this scope /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp: At global scope: /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp:46: warning: unused parameter 'num' /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp: In member function 'virtual void CppUnit::TestResult::addFailure(CppUnit::Test*, CppUnit::Exception*)': /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp:59: error: 'ErrorType' has not been declared dmake: Error code 1, while making '../../../../../../unxfbsdx.pro/slo/TestResult.obj' dmake: Error code 255, while making 'target' dmake: Error code 255, while making './unxfbsdx.pro/misc/build/so_built_so_cppunit' Running processes: 0 ============= -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From lehmann at ans-netz.de Sun Oct 25 07:58:48 2009 From: lehmann at ans-netz.de (Oliver Lehmann) Date: Sun Oct 25 07:58:54 2009 Subject: build error editors/openoffice.org-3 In-Reply-To: <20091025081000.a1237e08.lehmann@ans-netz.de> References: <20091025081000.a1237e08.lehmann@ans-netz.de> Message-ID: <20091025085848.63c8de37.lehmann@ans-netz.de> Oliver Lehmann wrote: found my own solutions so far: > error.c:161: error: stray '\16' in program removed ^N in line 161 of the mentioned file. > dmake: Error code 1, while making '../../../../../../unxfbsdx.pro/slo/TestResult.obj' > dmake: Error code 255, while making 'target' > dmake: Error code 255, while making './unxfbsdx.pro/misc/build/so_built_so_cppunit' http://lists.freebsd.org/pipermail/freebsd-openoffice/2009-May/004177.html -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From bugmaster at FreeBSD.org Mon Oct 26 11:08:09 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Oct 26 11:11:14 2009 Subject: Current problem reports assigned to openoffice@FreeBSD.org Message-ID: <200910261108.n9QB88ka044812@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/139820 openoffice editors/openoffice.org-3 3.1.1 failed to build with GC o ports/139607 openoffice [Patch] editors/openoffice.org-3-devel: Add knobs for o ports/139449 openoffice editors/openoffice.org-3-devel not building properly w o ports/138144 openoffice editors/openoffice.org-3: 3.1.0 crashes on closing o ports/137293 openoffice editors/openoffice.org-3 fails to build o ports/136753 openoffice editors/openoffice.org-3 fails to create proper profil o ports/136291 openoffice [patch] editors/openoffice.org-3: gpatch failure f ports/134773 openoffice [patch] editors/openoffice.org-3 reduce depenedencies o ports/134458 openoffice editors/openoffice.org* fails to build (multiple versi o ports/132888 openoffice editors/openoffice.org-3: openoffice 3.0.1 fails to bu o ports/132680 openoffice editors/openoffice.org-3: OpenOffice symlinks in /usr/ o ports/129122 openoffice editors/openoffice.org-3: building OpenOffice.org-3.0. f ports/108313 openoffice editors/openoffice.org port build fails f ports/107229 openoffice sysutils/coreutils: gcp fails to set default ACL which 14 problems total. From rotkap at gmx.de Thu Oct 29 19:50:04 2009 From: rotkap at gmx.de (Heino Tiedemann) Date: Thu Oct 29 19:50:16 2009 Subject: ports/138144: editors/openoffice.org-3: 3.1.0 crashes on closing Message-ID: <200910291950.n9TJo44P042370@freefall.freebsd.org> The following reply was made to PR ports/138144; it has been noted by GNATS. From: Heino Tiedemann To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138144: editors/openoffice.org-3: 3.1.0 crashes on closing Date: Thu, 29 Oct 2009 20:41:43 +0100 is someone working on it? From onemda at gmail.com Thu Oct 29 22:19:29 2009 From: onemda at gmail.com (Paul B Mahol) Date: Thu Oct 29 22:19:35 2009 Subject: ports/138144: editors/openoffice.org-3: 3.1.0 crashes on closing In-Reply-To: <200910291950.n9TJo44P042370@freefall.freebsd.org> References: <200910291950.n9TJo44P042370@freefall.freebsd.org> Message-ID: <3a142e750910291454l72d6ed72w7415fdeee33a7779@mail.gmail.com> On 10/29/09, Heino Tiedemann wrote: > The following reply was made to PR ports/138144; it has been noted by GNATS. > > From: Heino Tiedemann > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: ports/138144: editors/openoffice.org-3: 3.1.0 crashes on > closing > Date: Thu, 29 Oct 2009 20:41:43 +0100 > > is someone working on it? I'm experiencing similar issue. But it only happens if openoffice wants to use java. Note I have removed java and openoffice still works (partialy) and it still crash on exit if I access java options. I think part of problem was using java compiled from package instead one from ports. I never bothered to compile java from ports to see if that may stop crash. From ber.jerome at sfr.fr Fri Oct 30 21:48:03 2009 From: ber.jerome at sfr.fr (bernard) Date: Fri Oct 30 21:53:37 2009 Subject: FreeBSD Port: editors/openoffice.org-3-devel Message-ID: <4AEB5A17.2040009@sfr.fr> comment telecharger open office 3.3 ?