Re: [arch-general] deps not being properly recognized?

2009-06-24 Thread Caleb Cushing
On Mon, Jun 22, 2009 at 12:30 PM, Aaron Griffinaaronmgrif...@gmail.com wrote:
 You can do pacman -Ud to skip dep checks if you're sure the deps are good.

right this is ultimately what I ended up doing...

-- 
Caleb Cushing

http://xenoterracide.blogspot.com


Re: [arch-general] deps not being properly recognized?

2009-06-22 Thread Andrei Thorp
Excerpts from Allan McRae's message of Sat Jun 20 21:37:11 -0400 2009:
 Caleb Cushing wrote:
  I can't figure out why pacman thinks that deps aren't being fulfilled.
 
  Targets (1): perl-datetime-0.50-1
  snip
  :: perl-datetime-format-strptime: requires perl-datetime=0.4304

 
 50  is not = 4304
 
 Allan

Hmm. That's kind of unfortuante. Chances are, .5x is actually meant to be
 greater than the .4xxx. Guess the best you can do is force it? :S

-AT
-- 
Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com)

C:\ WIN
Bad command or filename

C:\ LOSE
Loading Microsoft Windows ...


Re: [arch-general] deps not being properly recognized?

2009-06-22 Thread Aaron Griffin
On Mon, Jun 22, 2009 at 9:39 AM, Andrei Thorpgar...@gmail.com wrote:
 Excerpts from Allan McRae's message of Sat Jun 20 21:37:11 -0400 2009:
 Caleb Cushing wrote:
  I can't figure out why pacman thinks that deps aren't being fulfilled.
 
  Targets (1): perl-datetime-0.50-1
  snip
  :: perl-datetime-format-strptime: requires perl-datetime=0.4304
 

 50  is not = 4304

 Allan

 Hmm. That's kind of unfortuante. Chances are, .5x is actually meant to be
  greater than the .4xxx. Guess the best you can do is force it? :S

Yeah some people do terrible things with version numbers. They are NOT
decimal numbers, they are independent numbers joined by dots.

You can do pacman -Ud to skip dep checks if you're sure the deps are good.


[arch-general] deps not being properly recognized?

2009-06-20 Thread Caleb Cushing
I can't figure out why pacman thinks that deps aren't being fulfilled.

slave4 cpan # pacman -S perl-datetime
warning: perl-datetime-0.50-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...

Targets (1): perl-datetime-0.50-1

Total Download Size:0.00 MB
Total Installed Size:   0.29 MB

Proceed with installation? [Y/n] Y
checking package integrity...
(1/1) checking for file conflicts   [#] 100%
(1/1) upgrading perl-datetime   [#] 100%

slave4 cpan # pacman -U
perl-datetime-format-strptime/perl-datetime-format-strptime-1.0901-1-any.pkg.tar.gz
loading package data...
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: perl-datetime-format-strptime: requires perl-datetime=0.4304


-- 
Caleb Cushing

http://xenoterracide.blogspot.com


Re: [arch-general] deps not being properly recognized?

2009-06-20 Thread Allan McRae

Caleb Cushing wrote:

I can't figure out why pacman thinks that deps aren't being fulfilled.

Targets (1): perl-datetime-0.50-1
snip
:: perl-datetime-format-strptime: requires perl-datetime=0.4304
  


50  is not = 4304

Allan