public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] xmms testing please
@ 2003-07-18  8:44 Seemant Kulleen
  2003-07-18 21:28 ` Stuart Herbert
  2003-07-19 21:57 ` Terje Kvernes
  0 siblings, 2 replies; 4+ messages in thread
From: Seemant Kulleen @ 2003-07-18  8:44 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 696 bytes --]

Hi All,

I stole a bug report from the sound team, which had a patch that Paul De Vrieze created from a user submitted fix for gettext-0.12 issues, to XMMS.  I bumped the revision to -r23 because I added a small patch to have skins browsable in /usr/local/share/xmms/Skins as well as the two regular places.

So, please consider it a bugfix for -r22 and the candidate for going stable (other arches would really be appreciated as testers).

Thanks,

-- 
Seemant Kulleen
Developer and Project Co-ordinator,
Gentoo Linux					http://dev.gentoo.org/~seemant

Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x3458780E
Key fingerprint = 23A9 7CB5 9BBB 4F8D 549B 6593 EDA2 65D8 3458 780E

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] xmms testing please
  2003-07-18  8:44 [gentoo-dev] xmms testing please Seemant Kulleen
@ 2003-07-18 21:28 ` Stuart Herbert
  2003-07-19 21:57 ` Terje Kvernes
  1 sibling, 0 replies; 4+ messages in thread
From: Stuart Herbert @ 2003-07-18 21:28 UTC (permalink / raw
  To: Seemant Kulleen; +Cc: gentoo-dev

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 2322 bytes --]

On Friday 18 July 2003 9:44 am, Seemant Kulleen wrote:
> Hi All,
>
> I stole a bug report from the sound team, which had a patch that Paul De
> Vrieze created from a user submitted fix for gettext-0.12 issues, to XMMS. 
> I bumped the revision to -r23 because I added a small patch to have skins
> browsable in /usr/local/share/xmms/Skins as well as the two regular places.
>
> So, please consider it a bugfix for -r22 and the candidate for going stable
> (other arches would really be appreciated as testers).
>
> Thanks,

Hi Seemant,

I should really open a bug, but I've just gotten in from a 300 mile drive, so 
please excuse me ;-)

I tried 'emerge xmms-1.2.7-23' and here's the compilation error:

Making all in po
make[2]: Entering directory 
`/var/tmp/portage/xmms-1.2.7-r23/work/xmms-1.2.7/po'
PATH=../src:$PATH /usr/bin/xgettext --language=C --from-code=iso-8859-1 
--default-domain=xmms --directory=.. \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in \
&& test ! -f xmms.po \
   || ( rm -f ./xmms.pot \
        && mv xmms.po ./xmms.pot )
/usr/bin/xgettext: unrecognized option `--from-code=iso-8859-1'
Try `/usr/bin/xgettext --help' for more information.
mv: cannot stat `xmms.po': No such file or directory
make[2]: *** [xmms.pot] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/xmms-1.2.7-r23/work/xmms-1.2.7/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xmms-1.2.7-r23/work/xmms-1.2.7'
make: *** [all-recursive-am] Error 2

!!! ERROR: media-sound/xmms-1.2.7-r23 failed.
!!! Function src_compile, Line 134, Exitcode 2
!!! (no error message)

xgettext is part of sys-devel/gettext-0.11.5-r1.

emerging gettext-0.12.1 (which is ~x86 atm) fixes this.

XMMS still takes ages to play my mp3's, but that's a bug common with older 
versions.  Didn't notice anything to stop it from going stable.

Best regards,
Stu
-- 
Stuart Herbert                                              stuart@gentoo.org
Gentoo Developer - PHP Bugs                            http://www.gentoo.org/
Upcoming packages list                http://dev.gentoo.org/~stuart/packages/

GnuGP key id# F9AFC57C available from http://pgp.mit.edu
Key fingerprint = 31FB 50D4 1F88 E227 F319  C549 0C2F 80BA F9AF C57C
--

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] xmms testing please
  2003-07-18  8:44 [gentoo-dev] xmms testing please Seemant Kulleen
  2003-07-18 21:28 ` Stuart Herbert
@ 2003-07-19 21:57 ` Terje Kvernes
  2003-07-20 13:15   ` Terje Kvernes
  1 sibling, 1 reply; 4+ messages in thread
From: Terje Kvernes @ 2003-07-19 21:57 UTC (permalink / raw
  To: Seemant Kulleen; +Cc: gentoo-dev

Seemant Kulleen <seemant@gentoo.org> writes:

> Hi All,
> 
> I stole a bug report from the sound team, which had a patch that
> Paul De Vrieze created from a user submitted fix for gettext-0.12
> issues, to XMMS.  I bumped the revision to -r23 because I added a
> small patch to have skins browsable in /usr/local/share/xmms/Skins
> as well as the two regular places.
> 
> So, please consider it a bugfix for -r22 and the candidate for going
> stable (other arches would really be appreciated as testers).

  there's something weird with the new XMMS, as 'xmms -t' doesn't
  "start / pause" anymore, it does "start / next thingy on playlist".

  this is of course _really_ annoying when people try to talk to you,
  and you don't pause the music, you skip ahead to the next track.
  :-)

-- 
Terje

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] xmms testing please
  2003-07-19 21:57 ` Terje Kvernes
@ 2003-07-20 13:15   ` Terje Kvernes
  0 siblings, 0 replies; 4+ messages in thread
From: Terje Kvernes @ 2003-07-20 13:15 UTC (permalink / raw
  To: Seemant Kulleen; +Cc: gentoo-dev

Terje Kvernes <terjekv@math.uio.no> writes:

  [ ... ]

> there's something weird with the new XMMS, as 'xmms -t' doesn't
> "start / pause" anymore, it does "start / next thingy on playlist".

  even weirder, this was NFS-related.  the laptop running XMMS got
  booted, after showing things like this with 'df':

almach:/forsaken/almach/music
                     77371252437321868667518976         0 77371252437321868667518976   0% /forsaken/almach/music
almach:/forsaken/almach/storage
                     77371252437321868667518976         0 77371252437321868667518976   0% /forsaken/almach/storage
almach:/forsaken/almach/movies
                     77371252437321868667518976         0 77371252437321868667518976   0% /forsaken/almach/movies

  no, I don't have 70,368,744,161,279TiB[1] of music, but thank you
  for trying.  :-)

> this is of course _really_ annoying when people try to talk to you,
> and you don't pause the music, you skip ahead to the next track.
> :-)

  sigh.  and now I have no excuse to not listen.



  [1] hiya, I have 70 trillion TiB of music.  *cough*

-- 
Terje

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-07-20 13:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-18  8:44 [gentoo-dev] xmms testing please Seemant Kulleen
2003-07-18 21:28 ` Stuart Herbert
2003-07-19 21:57 ` Terje Kvernes
2003-07-20 13:15   ` Terje Kvernes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox