bugGnash - The GNU Flash player - Bugs: bug #32749, lack of needed...

 
 

bug #32749: lack of needed libboost-serialization-dev returns 0

Submitter:  Gabriele Giacone <gg0>
Submitted:  Fri 11 Mar 2011 11:38:26 AM UTC
   
 
Category:  build Severity:  3 - Normal
Release:  master Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 11 Mar 2011 02:07:14 PM UTC, comment #3: 

That'd be a different bug, also worth filing if confirmed.

Sandro Santilli <strk>
Group Member
Fri 11 Mar 2011 01:39:41 PM UTC, comment #2: 


rsavoye says it's already installed. Anything wrong in detection?

Gabriele Giacone <gg0>
Group Member
Fri 11 Mar 2011 12:18:27 PM UTC, comment #1: 

Maybe it's not really needed, at least this is what configure.ac says about it:

dnl check for missing libraries and disable them.
if test x"$BOOST_LIBS" != x; then
  if test x"${cygnal_missing_libs}" != x; then
    for i in ${cygnal_missing_libs}; do
      if test $i = serialization; then
        AC_DEFINE([BOOST_MULTI_INDEX_DISABLE_SERIALIZATION], ["1"], [if the library is missing, don't use it.])
      fi
    done
  fi
fi

Anyway, the problem is that ERROR is printed to filedescriptor 4 rather than 3... as if it was a warning. If it's just a warning it should be reworded.

Sandro Santilli <strk>
Group Member
Fri 11 Mar 2011 11:38:26 AM UTC, original submission:  


Following build reports one error but it returns 0.

http://www.gnashdev.org/buildbot/builders/lucid-linux-x86_64/builds/295/steps/configure/logs/stdio

          ERROR: The BOOST serialization library is required for cygnal!
                 Either configure with --disable-cygnal or
                 install it from http://www.boost.org
                 or .deb users: apt-get install libboost-serialization-dev


Gabriele Giacone <gg0>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by strk (Posted a comment)
  • -email is unavailable- added by gg0 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code