Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Build fails - ERROR Building libtool

    Scheduled Pinned Locked Moved Development
    42 Posts 8 Posters 16.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      podilarius
      last edited by

      Thanks wagonza … I will let you know the outcome.

      1 Reply Last reply Reply Quote 0
      • P
        podilarius
        last edited by

        Unfortunately the error issue persists.

        
        >>> Building gogoc(gogoc-1.2)...Done.
        >>> Ports with failures:        4
        >>> Building libart_lgpl(libart_lgpl-2.3.21,1)...ERROR!
        >>> Building freetype2(freetype2-2.4.2)...ERROR!
        >>> Building olsrd(olsrd-0.5.6.r7)...ERROR!
        >>> Building ioncube(ioncube-4.0.12)...ERROR!
        >>> Building athstats...main.c: In function 'getfmt':
        main.c:73: warning: implicit declaration of function 'strcasecmp'
        Done!
        >>> Building tools/crytpo...Done!
        ==> End of pfPorts...
        
        
        1 Reply Last reply Reply Quote 0
        • A
          ardunio
          last edited by

          and these are mine.

          
          >>> Building ipfw-classifyd(ipfw-classifyd-0.1)...ERROR!
          >>> File not found ipfw-classifyd				/usr/ports/net/ipfw-classifyd				/usr/local/sbin/ipfw-classifyd - /usr/local/sbin/ipfw-classifyd
          >>> Building mpd5(mpd-5.6)...ERROR!
          >>> File not found mpd5						/usr/ports/net/mpd5							/usr/local/sbin/mpd5 - /usr/local/sbin/mpd5
          >>> Building olsrd(olsrd-0.5.6.r7)...ERROR!
          >>> File not found olsrd						/usr/ports/net/olsrd						/usr/local/sbin/olsrd - /usr/local/sbin/olsrd
          >>> Building php52-pfSense-module(php52-pfSense-module-0.1)...ERROR!
          >>> File not found php52-pfSense-module		/usr/ports/devel/php52-pfSense-module		/usr/local/lib/php/20060613/pfSense.so - /usr/local/lib/php/20060613/pfSense.so
          >>> Building ioncube(ioncube-4.0.12)...ERROR!
          >>> File not found ioncube 					/usr/ports/devel/ioncube					/usr/local/lib/php/20060613/ioncube/ioncube_loader.so - /usr/local/lib/php/20060613/ioncube/ioncube_loader.so
          
          
          1 Reply Last reply Reply Quote 0
          • W
            wagonza
            last edited by

            Did you update your ports tree prior to all of this?

            Follow me on twitter http://twitter.com/wagonza
            http://www.thepackethub.co.za

            1 Reply Last reply Reply Quote 0
            • P
              podilarius
              last edited by

              Yes … I run a script that does that ...

              
              #!/bin/sh
              
              rm -rf /tmp/*
              portsnap fetch extract
              csup -h cvsup17.freebsd.org /usr/share/examples/cvsup/standard-supfile
              cd /home/pfsense/tools/builder_scripts
              ./clean_build.sh
              ./update_git_repos.sh
              rm -rf /home/pfsense/installer
              /cvsup_bsdinstaller ; ./rebuild_bsdinstaller.sh
              ./set_version.sh RELENG_2_1 cvsup17.freebsd.org email email
              cd /home/pfsense/tools/pfPorts/php5; make -DBATCH -DFORCE_PKG_REGISTER -DNOPORTDOCS clean all install clean
              cd /home/pfsense/tools/pfPorts/php5-pfSense-module/; make -DBATCH -DFORCE_PKG_REGISTER -DNOPORTDOCS all install clean
              cd /usr/ports/devel/readline/; make -DBATCH -DFORCE_PKG_REGISTER -DNOPORTDOCS all install clean
              cd /usr/ports/curl; make -DBATCH -DFORCE_PKG_REGISTER -DNOPORTDOCS all install clean
              cd /home/pfsense/tools/builder_scripts
              ./build_iso.sh
              ./build_updates.sh
              
              
              1 Reply Last reply Reply Quote 0
              • P
                podilarius
                last edited by

                I do the same basic thing for 2.0.1 builds as well.

                1 Reply Last reply Reply Quote 0
                • P
                  podilarius
                  last edited by

                  Down to 2 errors on the 2.0.1 builds. I will probably try the 2.1 builds tonight.

                  >>> Ports with failures:        2
                  >>> Building olsrd(olsrd-0.5.6.r7)...ERROR!
                  >>> Building ioncube(ioncube-4.0.12)...ERROR!
                  >>> Building athstats...main.c: In function 'getfmt':
                  main.c:73: warning: implicit declaration of function 'strcasecmp'
                  Done!
                  >>> Building tools/crytpo...Done!
                  ==> End of pfPorts...
                  

                  It still skips when it should not.

                  1 Reply Last reply Reply Quote 0
                  • W
                    wagonza
                    last edited by

                    I meant 'portsnap fetch update' for the ports tree.

                    Those two errors are expected. OLSRD will be moved and dont worry about ioncube.

                    Follow me on twitter http://twitter.com/wagonza
                    http://www.thepackethub.co.za

                    1 Reply Last reply Reply Quote 0
                    • P
                      podilarius
                      last edited by

                      I will try that out on some 2.1 builds tonight, or is this only for the 2.0 series?

                      1 Reply Last reply Reply Quote 0
                      • W
                        wagonza
                        last edited by

                        That is for both.

                        Follow me on twitter http://twitter.com/wagonza
                        http://www.thepackethub.co.za

                        1 Reply Last reply Reply Quote 0
                        • A
                          ardunio
                          last edited by

                          @wagonza:

                          I meant 'portsnap fetch update' for the ports tree.

                          Those two errors are expected. OLSRD will be moved and dont worry about ioncube.

                          Hi again. Like you said,  these ports are failed. Even so I build an iso image and it works correctly now. But I'm worried about if it crashes.

                          1 Reply Last reply Reply Quote 0
                          • P
                            podilarius
                            last edited by

                            Mine also errors, but continues the build. I have run on them and everything seems just fine.

                            1 Reply Last reply Reply Quote 0
                            • A
                              ardunio
                              last edited by

                              @podilarius:

                              Mine also errors, but continues the build. I have run on them and everything seems just fine.

                              They still fail at me. What about you?

                              1 Reply Last reply Reply Quote 0
                              • P
                                podilarius
                                last edited by

                                I have not run a build in a few days, and since snapshots are behind (May 2nd is the latest), there is probably a problem.
                                Please post the exact error you are getting. This will help the developers fix the error.

                                1 Reply Last reply Reply Quote 0
                                • jimpJ
                                  jimp Rebel Alliance Developer Netgate
                                  last edited by

                                  There was no problem with the build process in general. Snapshots were only off because the ova build was grabbing a conflicting port to one that was already on the builders. All fixed up now.

                                  olsrd is going to be moved out of base and back to a package, so don't worry too much about that (few people, if any, need/use it anyhow), and ioncube isn't necessary yet.

                                  Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                  Need help fast? Netgate Global Support!

                                  Do not Chat/PM for help!

                                  1 Reply Last reply Reply Quote 0
                                  • _Adrian__
                                    _Adrian_
                                    last edited by

                                    Has anyone attempted a build with 9.0 ???
                                    Wanting to try the Mellanox support with IPoIB

                                    Thanks

                                    If it ain't broken, fix it till it is :P

                                    1 Reply Last reply Reply Quote 0
                                    • jimpJ
                                      jimp Rebel Alliance Developer Netgate
                                      last edited by

                                      Yes, there are even patches in there for 9, and it "mostly" works but there were many problems… random freezes, lots of things in the OS that we needed to code around (check redmine, there's a whole tree of 'em), formats of various things changed that need to be adjusted for.

                                      So it might function, if you're lucky, but don't expect a miracle.

                                      If it actually worked properly, we'd be using it.

                                      Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                      Need help fast? Netgate Global Support!

                                      Do not Chat/PM for help!

                                      1 Reply Last reply Reply Quote 0
                                      • _Adrian__
                                        _Adrian_
                                        last edited by

                                        @jimp:

                                        Yes, there are even patches in there for 9, and it "mostly" works but there were many problems… random freezes, lots of things in the OS that we needed to code around (check redmine, there's a whole tree of 'em), formats of various things changed that need to be adjusted for.

                                        So it might function, if you're lucky, but don't expect a miracle.

                                        If it actually worked properly, we'd be using it.

                                        Thanks for the heads up…
                                        I tried to register on redmine and had no luck.

                                        I still would be interested on running it buggy or not at least it would generate logs that can be used for patches

                                        If it ain't broken, fix it till it is :P

                                        1 Reply Last reply Reply Quote 0
                                        • First post
                                          Last post
                                        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.