|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
1.5.0 in PPA?Perhaps this is the wrong place to ask, but will Banshee 1.5.0 be coming
to the PPA, where the current version is 1.4.3-4? Usually, the PPA gets new releases a few days after they are announced, but 1.5.0 has been out over three weeks now. Todd Wilson _______________________________________________ banshee-list mailing list banshee-list@... http://mail.gnome.org/mailman/listinfo/banshee-list |
|
|
Re: 1.5.0 in PPA?2009/6/24 Todd Wilson <twilson@...> https://launchpad.net/~banshee-unstable-team/+archive/ppaPerhaps this is the wrong place to ask, but will Banshee 1.5.0 be coming development releases go into the banshee unstable ppa. - David _______________________________________________ banshee-list mailing list banshee-list@... http://mail.gnome.org/mailman/listinfo/banshee-list |
|
|
Re: 1.5.0 in PPA?Hi, I tried doing that, and loading up the PPA into sources, even did the security key thing as well but when I do apt-get update I keep getting this response...........
W: Failed to fetch http://launchpad.net/banshee-unstable-team/ppa/ubuntu/dists/hardy/main/binary-i386/Packages.gz 301 Moved Permanently W: Failed to fetch http://launchpad.net/banshee-unstable-team/ppa/ubuntu/dists/hardy/main/source/Sources.gz 301 Moved Permanently I also tried changing the Hardy to Jaunty with the same result. Does anyone have any ideas about this? I am new to Linux as I have said, so I am doing something wrong, I just can't figure what.
|
|
|
Re: 1.5.0 in PPA?On Thursday 25,June,2009 06:22 AM, dmbanshee wrote:
> Hi, I tried doing that, and loading up the PPA into sources, even did the > security key thing as well but when I do apt-get update I keep getting this > response........... > > W: Failed to fetch > http://launchpad.net/banshee-unstable-team/ppa/ubuntu/dists/hardy/main/binary-i386/Packages.gz > 301 Moved Permanently > > W: Failed to fetch > http://launchpad.net/banshee-unstable-team/ppa/ubuntu/dists/hardy/main/source/Sources.gz > 301 Moved Permanently > > I also tried changing the Hardy to Jaunty with the same result. Does anyone > have any ideas about this? I am new to Linux as I have said, so I am doing > something wrong, I just can't figure what. probably got the sources.list entries wrong. Did you copy them verbatim from the PPA site[1]? Also, Hardy (8.04) is a rather old, albeit still supported, version of Ubuntu. I can't seem to get Banshee to build for anything Intrepid (8.10) or lower, so you'll have to upgrade if you want to use those packages. For anyone reading this who'd like to figure out what the error is, here's the build log: http://launchpadlibrarian.net/27487230/buildlog_ubuntu-intrepid-amd64.banshee_1.5.0-0ubuntu1~hyper2~intrepid1_FAILEDTOBUILD.txt.gz [1] https://launchpad.net/~banshee-unstable-team/+archive/ppa -- Regards, Chow Loong Jin _______________________________________________ banshee-list mailing list banshee-list@... http://mail.gnome.org/mailman/listinfo/banshee-list |
|
|
Re: 1.5.0 in PPA?On Thu, 2009-06-25 at 14:06 +0800, Chow Loong Jin wrote:
> On Thursday 25,June,2009 06:22 AM, dmbanshee wrote: > > Hi, I tried doing that, and loading up the PPA into sources, even did the > > security key thing as well but when I do apt-get update I keep getting this > > response........... > > > > W: Failed to fetch > > http://launchpad.net/banshee-unstable-team/ppa/ubuntu/dists/hardy/main/binary-i386/Packages.gz > > 301 Moved Permanently > > > > W: Failed to fetch > > http://launchpad.net/banshee-unstable-team/ppa/ubuntu/dists/hardy/main/source/Sources.gz > > 301 Moved Permanently > > > > I also tried changing the Hardy to Jaunty with the same result. Does anyone > > have any ideas about this? I am new to Linux as I have said, so I am doing > > something wrong, I just can't figure what. > > Could you attach the your /etc/apt/sources.list file here please? You > probably got the sources.list entries wrong. Did you copy them verbatim > from the PPA site[1]? > > Also, Hardy (8.04) is a rather old, albeit still supported, version of > Ubuntu. I can't seem to get Banshee to build for anything Intrepid > (8.10) or lower, so you'll have to upgrade if you want to use those > packages. > > For anyone reading this who'd like to figure out what the error is, > here's the build log: > http://launchpadlibrarian.net/27487230/buildlog_ubuntu-intrepid-amd64.banshee_1.5.0-0ubuntu1~hyper2~intrepid1_FAILEDTOBUILD.txt.gz > > [1] https://launchpad.net/~banshee-unstable-team/+archive/ppa 2.0 and above : https://bugzilla.novell.com/show_bug.cgi?id=357047 This problem was already mentionned on this list, but no bug got filed (Grrr...). Could you file it ? 2 possible way out : 1/ The proper way : somebody finds a way to work around the bug 2/ The dirty way : disable the compilation of Analyzer.cs, by applying a patch that, for example, removes those 2 lines from tests/Makefile.am : SUBDIRS = \ Analyzer The Analyser stuff is only used for performance testing. -- Bertrand Lorentz <bertrand.lorentz@...> > http://flickr.com/photos/bl8/ < _______________________________________________ banshee-list mailing list banshee-list@... http://mail.gnome.org/mailman/listinfo/banshee-list |
|
|
Re: 1.5.0 in PPA?On Friday 26,June,2009 03:36 AM, Bertrand Lorentz wrote:
> On Thu, 2009-06-25 at 14:06 +0800, Chow Loong Jin wrote: >> For anyone reading this who'd like to figure out what the error is, >> here's the build log: >> http://launchpadlibrarian.net/27487230/buildlog_ubuntu-intrepid-amd64.banshee_1.5.0-0ubuntu1~hyper2~intrepid1_FAILEDTOBUILD.txt.gz >> >> [1] https://launchpad.net/~banshee-unstable-team/+archive/ppa > > I think this build error is caused by this bug in mono 1.9.1, fixed in > 2.0 and above : > https://bugzilla.novell.com/show_bug.cgi?id=357047 > > This problem was already mentionned on this list, but no bug got filed > (Grrr...). > Could you file it ? > > 2 possible way out : > 1/ The proper way : somebody finds a way to work around the bug > 2/ The dirty way : disable the compilation of Analyzer.cs, by applying a > patch that, for example, removes those 2 lines from tests/Makefile.am : > > SUBDIRS = \ > Analyzer > > The Analyser stuff is only used for performance testing. -- Regards, Chow Loong Jin _______________________________________________ banshee-list mailing list banshee-list@... http://mail.gnome.org/mailman/listinfo/banshee-list |
| Free embeddable forum powered by Nabble | Forum Help |