From anbe at debian.org Fri May 6 10:08:29 2016 From: anbe at debian.org (Andreas Beckmann) Date: Fri, 06 May 2016 12:08:29 +0200 Subject: [Pkg-ace-devel] Bug#823592: ace: FTBFS on kfreebsd: OS_NS_stdlib.h:150:15: error: expected unqualified-id before 'const' Message-ID: <20160506100829.7547.4125.reportbug@zam581.zam.kfa-juelich.de> Source: ace Version: 6.3.3+dfsg-1 Severity: important Hi, the current version of ace FTBFS on kfreebsd, the previous one (6.2.8+dfsg-1) still built there successfully: https://buildd.debian.org/status/fetch.php?pkg=ace&arch=kfreebsd-amd64&ver=6.3.3%2Bdfsg-1&stamp=1447670276 https://buildd.debian.org/status/fetch.php?pkg=ace&arch=kfreebsd-i386&ver=6.3.3%2Bdfsg-1&stamp=1447670429 g++ -fvisibility=hidden -fvisibility-inlines-hidden -Wnon-virtual-dtor -O3 -pthread -DACE_VERSIONED_SO=2 -fno-strict-aliasing -Wall -W -Wpointer-arith -pipe -D_FORTIFY_SOURCE=2 -DACE_LACKS_LINUX_NPTL -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DNDEBUG -I/?BUILDDIR?/ace-6.3.3+dfsg -DACE_NDEBUG -D__ACE_INLINE__ -I/?BUILDDIR?/ace-6.3.3+dfsg -DACE_HAS_IPV6 -DACE_BUILD_DLL -c -fPIC -o .shobj/Local_Name_Space.o Local_Name_Space.cpp In file included from /usr/include/sys/kglue/sys/param.h:143:0, from /usr/include/sys/kern/param.h:1, from /usr/include/osreldate.h:1, from /usr/include/i386-kfreebsd-gnu/bits/param.h:36, from /usr/include/i386-kfreebsd-gnu/sys/param.h:31, from /?BUILDDIR?/ace-6.3.3+dfsg/ace/os_include/os_limits.h:33, from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Default_Constants.h:28, from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Log_Msg.h:22, from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Log_Category.h:17, from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Malloc.h:22, from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Malloc_T.h:16, from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Local_Name_Space.h:18, from Local_Name_Space.cpp:1: /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:150:15: error: expected unqualified-id before 'const' void *atop (const char *s); ^ /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:150:15: error: expected ')' before 'const' /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:150:15: error: expected ')' before 'const' /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:150:15: error: expected initializer before 'const' /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:157:15: error: expected unqualified-id before 'const' void *atop (const wchar_t *s); ^ /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:157:15: error: expected ')' before 'const' /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:157:15: error: expected ')' before 'const' /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:157:15: error: expected initializer before 'const' /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.inl:110:9: error: expected unqualified-id before '(' token ACE_OS::atop (const char *s) ^ /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.inl:110:15: error: expected primary-expression before 'const' ACE_OS::atop (const char *s) ^ /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.inl:110:15: error: expected ')' before 'const' In file included from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Thread_Mutex.h:29:0, from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Log_Category.h:18, from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Malloc.h:22, from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Malloc_T.h:16, from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Local_Name_Space.h:18, from Local_Name_Space.cpp:1: /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_Thread.h:699:18: error: 'ACE_hthread_t' has not been declared ACE_hthread_t thr_handle); [...] If that is not trivially fixable, please request decrufting of the outdated binary packages. Andreas From jwillemsen at remedy.nl Fri May 6 11:02:11 2016 From: jwillemsen at remedy.nl (Johnny Willemsen) Date: Fri, 6 May 2016 13:02:11 +0200 Subject: [Pkg-ace-devel] Bug#823592: Bug#823592: ace: FTBFS on kfreebsd: OS_NS_stdlib.h:150:15: error: expected unqualified-id before 'const' In-Reply-To: <20160506100829.7547.4125.reportbug@zam581.zam.kfa-juelich.de> References: <20160506100829.7547.4125.reportbug@zam581.zam.kfa-juelich.de> Message-ID: <572C79B3.3000208@remedy.nl> Hi, Searching a little bit, looks freebsd has atop as a macro, for which we had a solution in the freebsd config file, but not kfreebsd. Just created a pull request https://github.com/DOCGroup/ACE_TAO/pull/254 to fix this in upstream ACE. Best regards, Johnny Willemsen Remedy IT Postbus 81 | 6930 AB Westervoort | The Netherlands http://www.remedy.nl On 05/06/2016 12:08 PM, Andreas Beckmann wrote: > Source: ace > Version: 6.3.3+dfsg-1 > Severity: important > > Hi, > > the current version of ace FTBFS on kfreebsd, the previous one (6.2.8+dfsg-1) > still built there successfully: > > https://buildd.debian.org/status/fetch.php?pkg=ace&arch=kfreebsd-amd64&ver=6.3.3%2Bdfsg-1&stamp=1447670276 > https://buildd.debian.org/status/fetch.php?pkg=ace&arch=kfreebsd-i386&ver=6.3.3%2Bdfsg-1&stamp=1447670429 > > g++ -fvisibility=hidden -fvisibility-inlines-hidden -Wnon-virtual-dtor -O3 -pthread -DACE_VERSIONED_SO=2 -fno-strict-aliasing -Wall -W -Wpointer-arith -pipe -D_FORTIFY_SOURCE=2 -DACE_LACKS_LINUX_NPTL -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DNDEBUG -I/?BUILDDIR?/ace-6.3.3+dfsg -DACE_NDEBUG -D__ACE_INLINE__ -I/?BUILDDIR?/ace-6.3.3+dfsg -DACE_HAS_IPV6 -DACE_BUILD_DLL -c -fPIC -o .shobj/Local_Name_Space.o Local_Name_Space.cpp > In file included from /usr/include/sys/kglue/sys/param.h:143:0, > from /usr/include/sys/kern/param.h:1, > from /usr/include/osreldate.h:1, > from /usr/include/i386-kfreebsd-gnu/bits/param.h:36, > from /usr/include/i386-kfreebsd-gnu/sys/param.h:31, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/os_include/os_limits.h:33, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Default_Constants.h:28, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Log_Msg.h:22, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Log_Category.h:17, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Malloc.h:22, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Malloc_T.h:16, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Local_Name_Space.h:18, > from Local_Name_Space.cpp:1: > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:150:15: error: expected unqualified-id before 'const' > void *atop (const char *s); > ^ > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:150:15: error: expected ')' before 'const' > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:150:15: error: expected ')' before 'const' > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:150:15: error: expected initializer before 'const' > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:157:15: error: expected unqualified-id before 'const' > void *atop (const wchar_t *s); > ^ > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:157:15: error: expected ')' before 'const' > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:157:15: error: expected ')' before 'const' > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:157:15: error: expected initializer before 'const' > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.inl:110:9: error: expected unqualified-id before '(' token > ACE_OS::atop (const char *s) > ^ > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.inl:110:15: error: expected primary-expression before 'const' > ACE_OS::atop (const char *s) > ^ > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.inl:110:15: error: expected ')' before 'const' > In file included from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Thread_Mutex.h:29:0, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Log_Category.h:18, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Malloc.h:22, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Malloc_T.h:16, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Local_Name_Space.h:18, > from Local_Name_Space.cpp:1: > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_Thread.h:699:18: error: 'ACE_hthread_t' has not been declared > ACE_hthread_t thr_handle); > [...] > > > If that is not trivially fixable, please request decrufting > of the outdated binary packages. > > Andreas > > _______________________________________________ > Pkg-ace-devel mailing list > Pkg-ace-devel at lists.alioth.debian.org > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ace-devel > From jwillemsen at remedy.nl Fri May 6 10:51:47 2016 From: jwillemsen at remedy.nl (Johnny Willemsen) Date: Fri, 6 May 2016 12:51:47 +0200 Subject: [Pkg-ace-devel] Bug#823592: Bug#823592: ace: FTBFS on kfreebsd: OS_NS_stdlib.h:150:15: error: expected unqualified-id before 'const' In-Reply-To: <20160506100829.7547.4125.reportbug@zam581.zam.kfa-juelich.de> References: <20160506100829.7547.4125.reportbug@zam581.zam.kfa-juelich.de> Message-ID: <572C7743.3060104@remedy.nl> Hi, Could someone check if atop if maybe a define on kfreebsd? That could explain these strange unexpected errors. Johnny Willemsen Remedy IT Postbus 81 | 6930 AB Westervoort | The Netherlands http://www.remedy.nl On 05/06/2016 12:08 PM, Andreas Beckmann wrote: > Source: ace > Version: 6.3.3+dfsg-1 > Severity: important > > Hi, > > the current version of ace FTBFS on kfreebsd, the previous one (6.2.8+dfsg-1) > still built there successfully: > > https://buildd.debian.org/status/fetch.php?pkg=ace&arch=kfreebsd-amd64&ver=6.3.3%2Bdfsg-1&stamp=1447670276 > https://buildd.debian.org/status/fetch.php?pkg=ace&arch=kfreebsd-i386&ver=6.3.3%2Bdfsg-1&stamp=1447670429 > > g++ -fvisibility=hidden -fvisibility-inlines-hidden -Wnon-virtual-dtor -O3 -pthread -DACE_VERSIONED_SO=2 -fno-strict-aliasing -Wall -W -Wpointer-arith -pipe -D_FORTIFY_SOURCE=2 -DACE_LACKS_LINUX_NPTL -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DNDEBUG -I/?BUILDDIR?/ace-6.3.3+dfsg -DACE_NDEBUG -D__ACE_INLINE__ -I/?BUILDDIR?/ace-6.3.3+dfsg -DACE_HAS_IPV6 -DACE_BUILD_DLL -c -fPIC -o .shobj/Local_Name_Space.o Local_Name_Space.cpp > In file included from /usr/include/sys/kglue/sys/param.h:143:0, > from /usr/include/sys/kern/param.h:1, > from /usr/include/osreldate.h:1, > from /usr/include/i386-kfreebsd-gnu/bits/param.h:36, > from /usr/include/i386-kfreebsd-gnu/sys/param.h:31, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/os_include/os_limits.h:33, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Default_Constants.h:28, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Log_Msg.h:22, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Log_Category.h:17, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Malloc.h:22, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Malloc_T.h:16, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Local_Name_Space.h:18, > from Local_Name_Space.cpp:1: > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:150:15: error: expected unqualified-id before 'const' > void *atop (const char *s); > ^ > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:150:15: error: expected ')' before 'const' > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:150:15: error: expected ')' before 'const' > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:150:15: error: expected initializer before 'const' > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:157:15: error: expected unqualified-id before 'const' > void *atop (const wchar_t *s); > ^ > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:157:15: error: expected ')' before 'const' > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:157:15: error: expected ')' before 'const' > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.h:157:15: error: expected initializer before 'const' > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.inl:110:9: error: expected unqualified-id before '(' token > ACE_OS::atop (const char *s) > ^ > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.inl:110:15: error: expected primary-expression before 'const' > ACE_OS::atop (const char *s) > ^ > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_stdlib.inl:110:15: error: expected ')' before 'const' > In file included from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Thread_Mutex.h:29:0, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Log_Category.h:18, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Malloc.h:22, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Malloc_T.h:16, > from /?BUILDDIR?/ace-6.3.3+dfsg/ace/Local_Name_Space.h:18, > from Local_Name_Space.cpp:1: > /?BUILDDIR?/ace-6.3.3+dfsg/ace/OS_NS_Thread.h:699:18: error: 'ACE_hthread_t' has not been declared > ACE_hthread_t thr_handle); > [...] > > > If that is not trivially fixable, please request decrufting > of the outdated binary packages. > > Andreas > > _______________________________________________ > Pkg-ace-devel mailing list > Pkg-ace-devel at lists.alioth.debian.org > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ace-devel > From rotemmusic9 at gmail.com Wed May 11 14:05:38 2016 From: rotemmusic9 at gmail.com (Rotem Hecht) Date: Wed, 11 May 2016 10:05:38 -0400 Subject: [Pkg-ace-devel] Music composer for film, games and Tv commercials Message-ID: <57333c26.cd4e810a.aa7cc.ffffff94@mx.google.com> Hello I hope you well I am Rotem Hecht. I work as a professional music composer and sound designer, I'm based in Florida these days, and working with production companies all over the world. I compose original music for movies, television commercials, video games, corporate films and more. My portfolio includes projects performed for Microsoft, Hershey's, Kre-O, Hasbro, Mercedes, Audi, Nickelodeon, Hop! TV Channel and more I?m capable of delivering high quality products at decent rates and in short period of time. I would like to offer you my services. Please check my portfolio on my website www.rotemmusic.com Thank You for your time. All The Best , Rotem Hecht Mob:(+1) 323-557-0733 rotemhecht at gmail.com Skype: rhecht1282 Unsubscribe -------------- next part -------------- An HTML attachment was scrubbed... URL: From mattia at debian.org Sun May 29 01:23:50 2016 From: mattia at debian.org (Mattia Rizzolo) Date: Sun, 29 May 2016 01:23:50 +0000 Subject: [Pkg-ace-devel] Bug#825709: ace: please make it build on kfreebsd again Message-ID: <20160529012349.GI17268@chase.mapreri.org> Package: ace Version: 6.3.2+dfsg-1 Severity: important Tags: patch Since 6.3.x ace does not build on kfreebsd anymore. For some reason I can't fanthon 3 lines where happily removed, please reinstate them :) Attached, the quilt patch I tested to build on kfreebsd-amd64. Please consider fixing this in a timely manner, it's one blocker against the removal of the old libssl1.0.0, and the old kbsd binaries of ace depend on it. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `. `'` Debian QA page: https://qa.debian.org/developer.php?login=mattia `- -------------- next part -------------- Description: fix FTBFS in kfreebsd These lines were apparently dropped somewhere between 6.2.8 and 6.3.2 Author: Mattia Rizzolo Bug-Debian: https://bugs.debian.org/xxxxxxx --- a/ace/OS_NS_stdlib.h +++ b/ace/OS_NS_stdlib.h @@ -46,6 +46,10 @@ } #endif /* ACE_WIN32 && _MSC_VER */ +#if defined (atop) +# undef atop +#endif + /* * We inline and undef some functions that may be implemented * as macros on some platforms. This way macro definitions will -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From jwillemsen at remedy.nl Sun May 29 08:15:32 2016 From: jwillemsen at remedy.nl (Johnny Willemsen) Date: Sun, 29 May 2016 10:15:32 +0200 Subject: [Pkg-ace-devel] Bug#825709: Bug#825709: ace: please make it build on kfreebsd again In-Reply-To: <20160529012349.GI17268@chase.mapreri.org> References: <20160529012349.GI17268@chase.mapreri.org> Message-ID: <574AA524.8070407@remedy.nl> Hi, FYI, A fix for this has been recently added to upstream ACE which will be part of the next ACE version. Best regards, Johnny Willemsen Remedy IT Postbus 81 | 6930 AB Westervoort | The Netherlands http://www.remedy.nl On 05/29/2016 03:23 AM, Mattia Rizzolo wrote: > Package: ace > Version: 6.3.2+dfsg-1 > Severity: important > Tags: patch > > Since 6.3.x ace does not build on kfreebsd anymore. > > For some reason I can't fanthon 3 lines where happily removed, please > reinstate them :) > > Attached, the quilt patch I tested to build on kfreebsd-amd64. > > > Please consider fixing this in a timely manner, it's one blocker against > the removal of the old libssl1.0.0, and the old kbsd binaries of ace > depend on it. > > > > _______________________________________________ > Pkg-ace-devel mailing list > Pkg-ace-devel at lists.alioth.debian.org > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ace-devel > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From mattia at debian.org Sun May 29 12:27:29 2016 From: mattia at debian.org (Mattia Rizzolo) Date: Sun, 29 May 2016 12:27:29 +0000 Subject: [Pkg-ace-devel] Bug#825709: Bug#825709: ace: please make it build on kfreebsd again In-Reply-To: <574AA524.8070407@remedy.nl> References: <20160529012349.GI17268@chase.mapreri.org> <574AA524.8070407@remedy.nl> Message-ID: <20160529122728.GD3256@chase.mapreri.org> On Sun, May 29, 2016 at 10:15:32AM +0200, Johnny Willemsen wrote: > FYI, A fix for this has been recently added to upstream ACE which will > be part of the next ACE version. Great, Do you also have a timeframe for that? If this is scheduled in some months, I wouldn't really mind a debian upload with this patch in the meantime :) The last 6.3.4 has not been packaged yet, but given that (if I'm looking at it correctly), it has been released not even one month ago, it's probably ok. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `. `'` Debian QA page: https://qa.debian.org/developer.php?login=mattia `- -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From jwillemsen at remedy.nl Sun May 29 14:44:54 2016 From: jwillemsen at remedy.nl (Johnny Willemsen) Date: Sun, 29 May 2016 16:44:54 +0200 Subject: [Pkg-ace-devel] Bug#825709: Bug#825709: ace: please make it build on kfreebsd again In-Reply-To: <20160529122728.GD3256@chase.mapreri.org> References: <20160529012349.GI17268@chase.mapreri.org> <574AA524.8070407@remedy.nl> <20160529122728.GD3256@chase.mapreri.org> Message-ID: <574B0066.20005@remedy.nl> Hi, > On Sun, May 29, 2016 at 10:15:32AM +0200, Johnny Willemsen wrote: >> FYI, A fix for this has been recently added to upstream ACE which will >> be part of the next ACE version. > > Great, Do you also have a timeframe for that? > If this is scheduled in some months, I wouldn't really mind a debian > upload with this patch in the meantime :) No schedule is known yet, depends on when someone funds the effort to make a new release, it is always a few days of work. Johnny -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: