etu / aidstu-overlay

Etu's and adis gentoo overlay
2 stars 1 forks source link

ponysay installed but no data #2

Closed r3lgar closed 10 years ago

r3lgar commented 11 years ago

gentoo ~x86 python 3.2, 3.3 (3.2 by default) installed by ebuild (2.9.1) no man pages, no ponies, on any data.

funeralismatic@gentoo ~ $ ponysay "123"
Traceback (most recent call last):
  File "/usr/bin/ponysay", line 2458, in <module>
    Ponysay(opts)
  File "/usr/bin/ponysay", line 171, in __init__
    self.print_pony(args)
  File "/usr/bin/ponysay", line 791, in print_pony
    pony = self.__getponypath(args.opts['-f'])
  File "/usr/bin/ponysay", line 332, in __getponypath
    pony = names[random.randrange(0, len(names))]
  File "/usr/lib/python3.2/random.py", line 192, in randrange
    raise ValueError("empty range for randrange() (%d,%d, %d)" % (istart, istop, width))
ValueError: empty range for randrange() (0,0, 0)

manually put the files into the directory, all work but no quotes.

fix ebuilds please.

etu commented 11 years ago

2.9.1 is not marked as stable tough, by some reason I currently don't remember (might be this) :)

Havent got the time to fix it yet, but will take look today/tonight.

etu commented 11 years ago

Does the ebuild supplied in 4916aeb work for you? Works for me?

2.9.1 didn't not give me any ponies, it game some other python-errors on tab-completions and stuff.

r3lgar commented 10 years ago

3.0.1 work. thank you.