Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sindrle
    Senior Member
    • Aug 2013
    • 266

    Compiling Cufflinks 2.1.1: Fatal error

    Getting tired of "segmentation 11" errors I started compiling Cufflinks on osx maverick.

    Im using Boost version 1.47 and everything works until the final steps:




    typeing "make" inside "cufflinks-2.2.1" gives this error:

    fatal error: too many errors emitted, stopping now [-ferror-limit=]
    2 warnings and 20 errors generated.
    make[2]: *** [clustering.o] Error 1
    make[1]: *** [all-recursive] Error 1
    make: *** [all] Error 2



    Any help?
  • maubp
    Peter (Biopython etc)
    • Jul 2009
    • 1544

    #2
    So there were 2 warnings and 20 errors, but unless you show us the error messages we can't help you. Usually the first error is most important for solving compilation problems.

    Comment

    • sindrle
      Senior Member
      • Aug 2013
      • 266

      #3
      Oh, sorry! Often many people have the same problem and find a way to fix it, but maybe not for this errors..

      $ make
      /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
      Making all in src
      if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/include -Wall -Wno-strict-aliasing -g -gdwarf-2 -Wunused -Wuninitialized -ftemplate-depth-1024 -arch x86_64 -O3 -DNDEBUG -pthread -I/usr/local/bin/boost_1_47_0/include -I/usr/local/include -I/usr/local/include/Eigen/include -MT clustering.o -MD -MP -MF ".deps/clustering.Tpo" -c -o clustering.o clustering.cpp; \
      then mv -f ".deps/clustering.Tpo" ".deps/clustering.Po"; else rm -f ".deps/clustering.Tpo"; exit 1; fi
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:38:
      In file included from ./abundances.h:23:
      ./hits.h:244:25: error: implicit instantiation of undefined template
      'std:air<int, int>'
      gaps_out.push_back(make_pair(pos...
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:700:62: note:
      passing argument to parameter '__x' here
      _LIBCPP_INLINE_VISIBILITY void push_back(const_reference __x);
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:38:
      In file included from ./abundances.h:23:
      ./hits.h:419:41: error: implicit instantiation of undefined template
      'std:air<std::__1::__map_iterator<std::__1::__tree_iterator<std::__1::__value_type<unsigned
      long long, RefSequenceTable::SequenceInfo>,
      std::__1::__tree_node<std::__1::__value_type<unsigned long long,
      RefSequenceTable::SequenceInfo>, void *> *, long> >, bool>'
      pair<InvertedIDTable::iterator, bool> ret =
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:38:
      In file included from ./abundances.h:23:
      ./hits.h:817:48: warning: field '_expression_file_name' will be initialized
      after field '_ifs' [-Wreorder]
      HitFactory(insert_table, reference_table), _expression_file_name(exp...
      ^
      ./hits.h:1097:16: error: implicit instantiation of undefined template
      'std:air<int, int>'
      pair<int,int> genomic_outer_span() const
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:38:
      In file included from ./abundances.h:23:
      ./hits.h:1101:11: error: implicit instantiation of undefined template
      'std:air<int, int>'
      return make_pair(left(),
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:38:
      In file included from ./abundances.h:23:
      ./hits.h:1105:10: error: implicit instantiation of undefined template
      'std:air<int, int>'
      return make_pair(-1,-1);
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:38:
      In file included from ./abundances.h:23:
      ./hits.h:1108:16: error: implicit instantiation of undefined template
      'std:air<int, int>'
      pair<int,int> genomic_inner_span() const
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:38:
      In file included from ./abundances.h:23:
      ./hits.h:1112:11: error: implicit instantiation of undefined template
      'std:air<int, int>'
      return make_pair(_left_alignment->right(),
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:38:
      In file included from ./abundances.h:23:
      ./hits.h:1116:10: error: implicit instantiation of undefined template
      'std:air<int, int>'
      return make_pair(-1,-1);
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:38:
      In file included from ./abundances.h:24:
      ./scaffolds.h:581:17: error: implicit instantiation of undefined template
      'std:air<int, int>'
      g.push_back(make_pair(ops[j].g_left(), o...
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:700:62: note:
      passing argument to parameter '__x' here
      _LIBCPP_INLINE_VISIBILITY void push_back(const_reference __x);
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:38:
      In file included from ./abundances.h:25:
      In file included from ./bundles.h:22:
      In file included from ./gtf_tracking.h:12:
      In file included from ./gff.h:10:
      In file included from ./GFaSeqGet.h:3:
      In file included from ./GList.hh:8:
      ./GVec.hh:744:6: warning: unused variable 'result' [-Wunused-variable]
      int result=-1;
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:38:
      In file included from ./abundances.h:25:
      ./bundles.h:280:46: error: implicit instantiation of undefined template
      'std:air<unsigned long long,
      std::__1::__wrap_iter<boost::shared_ptr<Scaffold> *> >'
      _ref_scaff_offsets.push_back(make_pair((*i)->ref_id(), i));
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:700:62: note:
      passing argument to parameter '__x' here
      _LIBCPP_INLINE_VISIBILITY void push_back(const_reference __x);
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:38:
      In file included from ./abundances.h:25:
      ./bundles.h:299:47: error: implicit instantiation of undefined template
      'std:air<unsigned long long,
      std::__1::__wrap_iter<boost::shared_ptr<Scaffold> *> >'
      _mask_scaff_offsets.push_back(make_pair((*i)->ref_id(), i));
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:700:62: note:
      passing argument to parameter '__x' here
      _LIBCPP_INLINE_VISIBILITY void push_back(const_reference __x);
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:448:68: error:
      implicit instantiation of undefined template 'std:air<int, int>'
      __alloc_traits::destroy(__alloc(), _VSTD::__to_raw_pointer(--__end_));
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:372:29: note:
      in instantiation of member function
      'std::__1::__vector_base<std:air<int, int>,
      std::__1::allocator<std:air<int, int> > >::__destruct_at_end' requested
      here
      void clear() _NOEXCEPT {__destruct_at_end(__begin_);}
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:752:17: note:
      in instantiation of member function
      'std::__1::__vector_base<std:air<int, int>,
      std::__1::allocator<std:air<int, int> > >::clear' requested here
      __base::clear();
      ^
      ./hits.h:235:12: note: in instantiation of member function
      'std::__1::vector<std:air<int, int>, std::__1::allocator<std:air<int,
      int> > >::clear' requested here
      gaps_out.clear();
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:17:
      In file included from /usr/local/include/boost/graph/vector_as_graph.hpp:19:
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:1540:9: error:
      implicit instantiation of undefined template 'std:air<int, int>'
      ++this->__end_;
      ^
      ./hits.h:244:15: note: in instantiation of member function
      'std::__1::vector<std:air<int, int>, std::__1::allocator<std:air<int,
      int> > >:ush_back' requested here
      gaps_out.push_back(make_pair(pos...
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:17:
      In file included from /usr/local/include/boost/graph/vector_as_graph.hpp:19:
      In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:265:
      In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__bit_reference:15:
      In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:627:
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:1462:36: error:
      implicit instantiation of undefined template 'std:air<int, int>'
      ::new ((void*)__p) _Tp(__a0);
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:1538:25: note:
      in instantiation of function template specialization
      'std::__1::allocator_traits<std::__1::allocator<std:air<int, int> >
      >::construct<std:air<int, int>, std:air<int, int> >' requested here
      __alloc_traits::construct(this->__alloc(),
      ^
      ./hits.h:244:15: note: in instantiation of member function
      'std::__1::vector<std:air<int, int>, std::__1::allocator<std:air<int,
      int> > >:ush_back' requested here
      gaps_out.push_back(make_pair(pos...
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:17:
      In file included from /usr/local/include/boost/graph/vector_as_graph.hpp:19:
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:375:52: error:
      implicit instantiation of undefined template 'std:air<int, int>'
      {return static_cast<size_type>(__end_cap() - __begin_);}
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:476:57: note:
      in instantiation of member function
      'std::__1::__vector_base<std:air<int, int>,
      std::__1::allocator<std:air<int, int> > >::capacity' requested here
      __alloc_traits::deallocate(__alloc(), __begin_, capacity());
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iterator:1225:53: note:
      in instantiation of member function
      'std::__1::__vector_base<std:air<int, int>,
      std::__1::allocator<std:air<int, int> > >::~__vector_base' requested
      here
      template <class _Tp, class _Alloc> friend class vector;
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:17:
      In file included from /usr/local/include/boost/graph/vector_as_graph.hpp:19:
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:656:53: error:
      implicit instantiation of undefined template 'std:air<int, int>'
      {return static_cast<size_type>(this->__end_ - this->__begin_);}
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:1156:25: note:
      in instantiation of member function 'std::__1::vector<std:air<int, int>,
      std::__1::allocator<std:air<int, int> > >::size' requested here
      size_type __n = __x.size();
      ^
      ./scaffolds.h:584:10: note: in instantiation of member function
      'std::__1::vector<std:air<int, int>, std::__1::allocator<std:air<int,
      int> > >::vector' requested here
      return g;
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:17:
      In file included from /usr/local/include/boost/graph/vector_as_graph.hpp:19:
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:876:40: error:
      implicit instantiation of undefined template 'std:air<int, int>'
      this->__end_cap() = this->__begin_ + __n;
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:1159:9: note:
      in instantiation of member function 'std::__1::vector<std:air<int, int>,
      std::__1::allocator<std:air<int, int> > >::allocate' requested here
      allocate(__n);
      ^
      ./scaffolds.h:584:10: note: in instantiation of member function
      'std::__1::vector<std:air<int, int>, std::__1::allocator<std:air<int,
      int> > >::vector' requested here
      return g;
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:17:
      In file included from /usr/local/include/boost/graph/vector_as_graph.hpp:19:
      In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:265:
      In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__bit_reference:15:
      In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:627:
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:1634:33: error:
      implicit instantiation of undefined template 'std:air<int, int>'
      {return size_type(~0) / sizeof(_Tp);}
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:1590:25: note:
      in instantiation of member function 'std::__1::allocator<std:air<int,
      int> >::max_size' requested here
      {return __a.max_size();}
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:1487:17: note:
      in instantiation of member function
      'std::__1::allocator_traits<std::__1::allocator<std:air<int, int> >
      >::__max_size' requested here
      {return __max_size(__has_max_size<const allocator_type>(), __a);}
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:895:50: note:
      in instantiation of member function
      'std::__1::allocator_traits<std::__1::allocator<std:air<int, int> >
      >::max_size' requested here
      return _VSTD::min<size_type>(__alloc_traits::max_size(this->__alloc(...
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:873:15: note:
      in instantiation of member function 'std::__1::vector<std:air<int, int>,
      std::__1::allocator<std:air<int, int> > >::max_size' requested here
      if (__n > max_size())
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:1159:9: note:
      in instantiation of member function 'std::__1::vector<std:air<int, int>,
      std::__1::allocator<std:air<int, int> > >::allocate' requested here
      allocate(__n);
      ^
      ./scaffolds.h:584:10: note: in instantiation of member function
      'std::__1::vector<std:air<int, int>, std::__1::allocator<std:air<int,
      int> > >::vector' requested here
      return g;
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      In file included from clustering.cpp:10:
      In file included from ./clustering.h:17:
      In file included from /usr/local/include/boost/graph/vector_as_graph.hpp:19:
      In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:265:
      In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__bit_reference:15:
      In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:627:
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:1630:59: error:
      implicit instantiation of undefined template 'std:air<int, int>'
      {return static_cast<pointer>(:perator new(__n * sizeof(_Tp)));}
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:1435:21: note:
      in instantiation of member function 'std::__1::allocator<std:air<int,
      int> >::allocate' requested here
      {return __a.allocate(__n);}
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:875:53: note:
      in instantiation of member function
      'std::__1::allocator_traits<std::__1::allocator<std:air<int, int> >
      >::allocate' requested here
      this->__begin_ = this->__end_ = __alloc_traits::allocate(this->__all...
      ^
      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:1159:9: note:
      in instantiation of member function 'std::__1::vector<std:air<int, int>,
      std::__1::allocator<std:air<int, int> > >::allocate' requested here
      allocate(__n);
      ^
      ./scaffolds.h:584:10: note: in instantiation of member function
      'std::__1::vector<std:air<int, int>, std::__1::allocator<std:air<int,
      int> > >::vector' requested here
      return g;
      ^
      /usr/local/include/boost/fusion/adapted/std_pair.hpp:18:12: note: template is
      declared here
      struct pair;
      ^
      fatal error: too many errors emitted, stopping now [-ferror-limit=]
      2 warnings and 20 errors generated.
      make[2]: *** [clustering.o] Error 1
      make[1]: *** [all-recursive] Error 1
      make: *** [all] Error 2

      Comment

      • GenoMax
        Senior Member
        • Feb 2008
        • 7142

        #4
        You are brave to try this on OS X

        General plea for all: If anyone on this list knows developers for tuxedo suite - Can you please ask them to check the OS X binaries? Many are having trouble with this and other programs on OS X.

        Comment

        • sindrle
          Senior Member
          • Aug 2013
          • 266

          #5
          Yes, I agree.. Lots of errors on Osx..

          Tuxedo-suite 2.1.1 works like a charm!


          NB!
          Wrong title, I meant 2.2.1!!! How can I update the title..

          Comment

          • GenoMax
            Senior Member
            • Feb 2008
            • 7142

            #6
            Originally posted by sindrle View Post

            NB!
            Wrong title, I meant 2.2.1!!! How can I update the title..
            Edit your post --> Go Advanced --> Should be able to edit the title once there.

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
              by SEQadmin2



              Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
              ...
              07-09-2026, 11:10 AM
            • SEQadmin2
              Cancer Drug Resistance: The Lingering Barrier to Rising Survival
              by SEQadmin2



              Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

              There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
              07-08-2026, 05:17 AM
            • GATTACAT
              Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by GATTACAT
              Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
              07-01-2026, 11:43 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 07-13-2026, 10:26 AM
            0 responses
            24 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-09-2026, 10:04 AM
            0 responses
            34 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-08-2026, 10:08 AM
            0 responses
            21 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-07-2026, 11:05 AM
            0 responses
            34 views
            0 reactions
            Last Post SEQadmin2  
            Working...