Is it a bug, or a misfeature?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Timo Pietilä
    Prophet
    • Apr 2007
    • 4096

    #16
    Originally posted by saw
    In more technical terms... Walking into a wall should NOT occupy a turn.
    It doesn't, unless you are confused. Haven't done for a while. What you are seeing is a bug in your version.

    Comment

    • saw
      Scout
      • May 2010
      • 27

      #17
      Originally posted by Timo Pietilä
      It doesn't, unless you are confused. Haven't done for a while. What you are seeing is a bug in your version.
      I went into synaptic package manager - my installed version is 3.1.1.1626-1. When I go into "downloads" here, I find a 3.2, which synaptic doesn't show as the most recent version.

      Does anyone know how the Ubuntu repository gets updated? My version went up to 3.1.1 from 3.0.9 when I installed v10.1 of Ubuntu, so someone must be making changes at some point.

      Any idea on how to get the packaged version updated? (I'm so not smart enough to do anything like that myself)

      Comment

      • saw
        Scout
        • May 2010
        • 27

        #18
        Originally posted by buzzkill
        Zorak. Is he a bug, or a misfeature? I have a sudden urge to change my profile pic.
        Yeah?? Try it. You put up a space-ghost pic and I'll blast you into next week! The lone locust of the apocalypse will get totally medieval on your ass!

        And as for those dumb kids and their stupid monkey... it'll be death by slow torture!

        {suddenly I have the urge to write a really nasty x-rated bit of fanfic...}

        Comment

        • Zikke
          Veteran
          • Jun 2008
          • 1069

          #19
          My favorite episode of Space Ghost was when Zorak had a mini baby Zorak. So funny!


          Okay back to Angband...
          A(3.1.0b) CWS "Fyren_V" NEW L:50 DL:127 A++ R+++ Sp+ w:The Great Axe of Eonwe
          A/FA W H- D c-- !f PV+++ s? d P++ M+
          C- S+ I- !So B ac++ GHB? SQ? !RQ V F:

          Comment

          • Magnate
            Angband Devteam member
            • May 2007
            • 5110

            #20
            Originally posted by saw
            I went into synaptic package manager - my installed version is 3.1.1.1626-1. When I go into "downloads" here, I find a 3.2, which synaptic doesn't show as the most recent version.

            Does anyone know how the Ubuntu repository gets updated? My version went up to 3.1.1 from 3.0.9 when I installed v10.1 of Ubuntu, so someone must be making changes at some point.

            Any idea on how to get the packaged version updated? (I'm so not smart enough to do anything like that myself)
            Ubuntu auto-converts a load of Debian packages directly from the Debian archives, and angband is one such. So keep an eye on the Debian repository (http://packages.debian.org/sid/angband) and whatever is in there will eventually migrate into Ubuntu some weeks later.
            "Been away so long I hardly knew the place, gee it's good to be back home" - The Beatles

            Comment

            • saw
              Scout
              • May 2010
              • 27

              #21
              Originally posted by Magnate
              Ubuntu auto-converts a load of Debian packages directly from the Debian archives, and angband is one such. So keep an eye on the Debian repository (http://packages.debian.org/sid/angband) and whatever is in there will eventually migrate into Ubuntu some weeks later.
              Well... it's been 4 months... I added the debian repository, and it's not seen as an update... {sigh}

              Comment

              • Magnate
                Angband Devteam member
                • May 2007
                • 5110

                #22
                Originally posted by saw
                Well... it's been 4 months... I added the debian repository, and it's not seen as an update... {sigh}
                Er, it's not yet two months since the 3.1.2v2 package I submitted was accepted into Debian, so give them a chance. That said, I have no idea how Ubuntu works, so I don't know if it needs any human intervention to do the conversion.
                "Been away so long I hardly knew the place, gee it's good to be back home" - The Beatles

                Comment

                • saw
                  Scout
                  • May 2010
                  • 27

                  #23
                  Originally posted by Magnate
                  Er, it's not yet two months since the 3.1.2v2 package I submitted was accepted into Debian, so give them a chance. That said, I have no idea how Ubuntu works, so I don't know if it needs any human intervention to do the conversion.
                  I was going by the source date here, which is Feb

                  Comment

                  • Ycombinator
                    Adept
                    • Apr 2010
                    • 156

                    #24
                    Originally posted by saw
                    Any idea on how to get the packaged version updated? (I'm so not smart enough to do anything like that myself)
                    Just grab Debian package sources and build it in Ubuntu, it's trivial and gives you all benefits of package management.
                    First, run
                    Code:
                    sudo apt-get build-dep angband
                    in console, this will download and install development packages necessary to build Angband from sources.
                    Then download these 3 files from packages.debian.org:



                    Unpack them by typing
                    Code:
                    dpkg-source -x angband_3.1.2v2-2.dsc
                    cd to the created directory "angband-3.1.2v2" and type
                    Code:
                    debuild binary
                    This will produce ready to install *.deb package in the parent directory.

                    Comment

                    • Magnate
                      Angband Devteam member
                      • May 2007
                      • 5110

                      #25
                      Originally posted by saw
                      I was going by the source date here, which is Feb
                      Yeah. If you'd like to produce Ubuntu packages more quickly, be my guest.
                      "Been away so long I hardly knew the place, gee it's good to be back home" - The Beatles

                      Comment

                      • saw
                        Scout
                        • May 2010
                        • 27

                        #26
                        Originally posted by Ycombinator
                        Just grab Debian package sources and build it in Ubuntu, it's trivial and gives you all benefits of package management.
                        First, run
                        Code:
                        sudo apt-get build-dep angband
                        First, thanks for those instructions - handy for someone who's learning Linux like me...

                        Unfortunately, the sudo line gets me :
                        Reading package lists... Done
                        Building dependency tree
                        Reading state information... Done
                        E: Unable to find a source package for angband

                        Thoughts?

                        Comment

                        • Ycombinator
                          Adept
                          • Apr 2010
                          • 156

                          #27
                          Originally posted by saw
                          Unfortunately, the sudo line gets me :
                          Reading package lists... Done
                          Building dependency tree
                          Reading state information... Done
                          E: Unable to find a source package for angband

                          Thoughts?
                          You need source repositories enabled in sources.list. You can enable them in Synaptic or by editing sources.list directly, but here is dependency list from 3.1.2v2 control file:
                          Code:
                          autoconf automake cvs libncurses5-dev libsdl1.2-dev libsdl-mixer1.2-dev libsdl-gfx1.2-dev 
                          libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-net1.2-dev libglade2-dev
                          Install these packages, build-essential and devscripts.

                          Comment

                          • saw
                            Scout
                            • May 2010
                            • 27

                            #28
                            Originally posted by Ycombinator
                            You need source repositories enabled in sources.list. You can enable them in Synaptic or by editing sources.list directly, but here is dependency list from 3.1.2v2 control file:
                            Code:
                            autoconf automake cvs libncurses5-dev libsdl1.2-dev libsdl-mixer1.2-dev libsdl-gfx1.2-dev 
                            libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-net1.2-dev libglade2-dev
                            Install these packages, build-essential and devscripts.
                            {sigh} Well... I got as far as the debuild, where it died again (debuild wasn't found). I tried to get that thorugh sudo apt-get install devscripts, only to have that fail dependencies.

                            I give up

                            Perhaps, some things are not meant to be - I shall find a potion to raise my "patience" score, and wait for the world to catch up

                            Thanks everyone - for all the help and pointers - it's very much appreciated!

                            Comment

                            • Ycombinator
                              Adept
                              • Apr 2010
                              • 156

                              #29
                              Well, unfortunately Launchpad PPA won't accept unmodified Debian package... This could be a handy distribution tool before latest V gets promoted to the official Ubuntu repos. Maybe someone with Lucid will be kind (and trustworthy) enough to build a package for you.

                              Comment

                              • Magnate
                                Angband Devteam member
                                • May 2007
                                • 5110

                                #30
                                Originally posted by Ycombinator
                                Well, unfortunately Launchpad PPA won't accept unmodified Debian package... This could be a handy distribution tool before latest V gets promoted to the official Ubuntu repos. Maybe someone with Lucid will be kind (and trustworthy) enough to build a package for you.
                                Surely it's simpler to check out svn://rephial.org/angband/trunk and build it from that rather than try to build an Ubuntu package? The latter will get auto-built one day.
                                "Been away so long I hardly knew the place, gee it's good to be back home" - The Beatles

                                Comment

                                Working...
                                😀
                                😂
                                🥰
                                😘
                                🤢
                                😎
                                😞
                                😡
                                👍
                                👎