From nickyperian at gmail.com Sat May 2 06:42:04 2015 From: nickyperian at gmail.com (Nicky Perian) Date: Sat, 2 May 2015 08:42:04 -0500 Subject: [opensource-dev] Debug build in linux Message-ID: Is it possible to leave the Debug build for linux builds? It could still be dropped has a routine build actions for LL. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150502/807db801/attachment.htm From Lance.Corrimal at eregion.de Fri May 8 07:18:31 2015 From: Lance.Corrimal at eregion.de (Lance Corrimal) Date: Fri, 08 May 2015 10:18:31 -0400 Subject: [opensource-dev] where do i get the new autobuild? Message-ID: <554CC5B7.8080501@eregion.de> Hi guys, where do i get the new autobuild? Same repo as the old one? cheers LC From Lance.Corrimal at eregion.de Fri May 8 07:33:15 2015 From: Lance.Corrimal at eregion.de (Lance Corrimal) Date: Fri, 08 May 2015 10:33:15 -0400 Subject: [opensource-dev] where do i get the new autobuild? In-Reply-To: <554CC5B7.8080501@eregion.de> References: <554CC5B7.8080501@eregion.de> Message-ID: <554CC92B.6010007@eregion.de> I've found the wiki page and the new repository, but for the way my build operates I need a tarball of the sources... is the repository in its current state stable? can i just check it out and tar it? Am 08.05.2015 um 10:18 schrieb Lance Corrimal: > Hi guys, > > where do i get the new autobuild? Same repo as the old one? > > cheers > LC > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting privileges From liny.odell at phoenixviewer.com Wed May 13 16:58:06 2015 From: liny.odell at phoenixviewer.com (Liny Odell) Date: Wed, 13 May 2015 16:58:06 -0700 Subject: [opensource-dev] jpeglib link flags Message-ID: While building with the LL provided jpeglib package for the tools update I noticed this warning message from the linker: "jpeglib.lib(jerror.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance". Is it intentional that it was compiled that way or did that flag sneak in unintentionally. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150513/7cdfa8e5/attachment.htm From Lance.Corrimal at eregion.de Thu May 21 02:14:41 2015 From: Lance.Corrimal at eregion.de (Lance Corrimal) Date: Thu, 21 May 2015 11:14:41 +0200 Subject: [opensource-dev] Current viewer-release source does not build, linker fails inside lltest Message-ID: <555DA201.80305@eregion.de> Hi, I'm trying to build the current viewer-release source, and I get a failure during linking: [ 1971s] Linking CXX executable lltest [ 1973s] `.text._ZN5boost16exception_detail19error_info_injectorISt11logic_errorED2Ev' referenced in section `.text._ZN5boost16exception_detail19error_info_injectorISt11logic_errorED1Ev[_ZN5boost16exception_detail19error_info_injectorISt11logic_errorED1Ev]' of /home/abuild/rpmbuild/BUILD/viewer-release/build-linux-i686/packages/lib/release/libboost_regex-mt.a(instances.o): defined in discarded section `.text._ZN5boost16exception_detail19error_info_injectorISt11logic_errorED2Ev[_ZN5boost16exception_detail19error_info_injectorISt11logic_errorED5Ev]' of /home/abuild/rpmbuild/BUILD/viewer-release/build-linux-i686/packages/lib/release/libboost_regex-mt.a(instances.o) [ 1973s] collect2: error: ld returned 1 exit status Looks to me as if the libboost does not match... what can I do? cheers LC From nickyperian at gmail.com Thu May 21 05:34:49 2015 From: nickyperian at gmail.com (Nicky Perian) Date: Thu, 21 May 2015 07:34:49 -0500 Subject: [opensource-dev] Current viewer-release source does not build, linker fails inside lltest In-Reply-To: <555DA201.80305@eregion.de> References: <555DA201.80305@eregion.de> Message-ID: Using debian stretch (testing) sudo apt-get install gcc-4.6 which is (4.6.4) and use sudo update-alternatives --config gcc to chose gcc-4.6. Assuming all other dev build dependencies are present. It should build after configuring with -DLL_TESTS:BOOL=OFF. If you can fix the tests please do it. Nicky On Thu, May 21, 2015 at 4:14 AM, Lance Corrimal wrote: > Hi, > > I'm trying to build the current viewer-release source, and I get a > failure during linking: > > [ 1971s] Linking CXX executable lltest > [ 1973s] > `.text._ZN5boost16exception_detail19error_info_injectorISt11logic_errorED2Ev' > referenced in section > `.text._ZN5boost16exception_detail19error_info_injectorISt11logic_errorED1Ev[_ZN5boost16exception_detail19error_info_injectorISt11logic_errorED1Ev]' > of > /home/abuild/rpmbuild/BUILD/viewer-release/build-linux-i686/packages/lib/release/libboost_regex-mt.a(instances.o): > defined in discarded section > `.text._ZN5boost16exception_detail19error_info_injectorISt11logic_errorED2Ev[_ZN5boost16exception_detail19error_info_injectorISt11logic_errorED5Ev]' > of > /home/abuild/rpmbuild/BUILD/viewer-release/build-linux-i686/packages/lib/release/libboost_regex-mt.a(instances.o) > [ 1973s] collect2: error: ld returned 1 exit status > > Looks to me as if the libboost does not match... what can I do? > > > cheers > LC > > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting > privileges > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150521/86bf4da9/attachment.htm From Lance.Corrimal at eregion.de Thu May 21 06:08:11 2015 From: Lance.Corrimal at eregion.de (Lance Corrimal) Date: Thu, 21 May 2015 15:08:11 +0200 Subject: [opensource-dev] Current viewer-release source does not build, linker fails inside lltest In-Reply-To: References: <555DA201.80305@eregion.de> Message-ID: <555DD8BB.40509@eregion.de> Hi, That is just the thing... I want a native build for openSUSE 13.2 and factory, and there is no gcc older than 4.8 available... and I am already using -DLL_TESTS:BOOL=OFF in my build. Guess I have to rape the CMakeFile. Cheers LC Am 21.05.2015 um 14:34 schrieb Nicky Perian: > Using debian stretch (testing) > sudo apt-get install gcc-4.6 which is (4.6.4) > and use > sudo update-alternatives --config gcc to chose gcc-4.6. > > Assuming all other dev build dependencies are present. > It should build after configuring with -DLL_TESTS:BOOL=OFF. > > If you can fix the tests please do it. > > Nicky > > > > On Thu, May 21, 2015 at 4:14 AM, Lance Corrimal > > wrote: > > Hi, > > I'm trying to build the current viewer-release source, and I get a > failure during linking: > > [ 1971s] Linking CXX executable lltest > [ 1973s] > `.text._ZN5boost16exception_detail19error_info_injectorISt11logic_errorED2Ev' > referenced in section > `.text._ZN5boost16exception_detail19error_info_injectorISt11logic_errorED1Ev[_ZN5boost16exception_detail19error_info_injectorISt11logic_errorED1Ev]' > of > /home/abuild/rpmbuild/BUILD/viewer-release/build-linux-i686/packages/lib/release/libboost_regex-mt.a(instances.o): > defined in discarded section > `.text._ZN5boost16exception_detail19error_info_injectorISt11logic_errorED2Ev[_ZN5boost16exception_detail19error_info_injectorISt11logic_errorED5Ev]' > of > /home/abuild/rpmbuild/BUILD/viewer-release/build-linux-i686/packages/lib/release/libboost_regex-mt.a(instances.o) > [ 1973s] collect2: error: ld returned 1 exit status > > Looks to me as if the libboost does not match... what can I do? > > > cheers > LC > > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated > posting privileges > > From sl.nicky.ml at googlemail.com Thu May 21 06:32:10 2015 From: sl.nicky.ml at googlemail.com (Nicky D.) Date: Thu, 21 May 2015 15:32:10 +0200 Subject: [opensource-dev] Current viewer-release source does not build, linker fails inside lltest In-Reply-To: <555DA201.80305@eregion.de> References: <555DA201.80305@eregion.de> Message-ID: You have three choices: 1) Use GCC 4.6, which seems out of the question of Suse. 2) Use ld.gold instead of gnu.ld. 3) Compile your own boost (and colladadom) On Thu, May 21, 2015 at 11:14 AM, Lance Corrimal wrote: > Hi, > > I'm trying to build the current viewer-release source, and I get a > failure during linking: > > [ 1971s] Linking CXX executable lltest > [ 1973s] > `.text._ZN5boost16exception_detail19error_info_injectorISt11logic_errorED2Ev' > referenced in section > `.text._ZN5boost16exception_detail19error_info_injectorISt11logic_errorED1Ev[_ZN5boost16exception_detail19error_info_injectorISt11logic_errorED1Ev]' > of > /home/abuild/rpmbuild/BUILD/viewer-release/build-linux-i686/packages/lib/release/libboost_regex-mt.a(instances.o): > defined in discarded section > `.text._ZN5boost16exception_detail19error_info_injectorISt11logic_errorED2Ev[_ZN5boost16exception_detail19error_info_injectorISt11logic_errorED5Ev]' > of > /home/abuild/rpmbuild/BUILD/viewer-release/build-linux-i686/packages/lib/release/libboost_regex-mt.a(instances.o) > [ 1973s] collect2: error: ld returned 1 exit status > > Looks to me as if the libboost does not match... what can I do? > > > cheers > LC > > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting > privileges > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150521/d093cc92/attachment.htm