View Single Post
  #1   (View Single Post)  
Old 12th June 2008
roundkat roundkat is offline
Shell Scout
 
Join Date: May 2008
Posts: 115
Default Updating Packages on -current

4.3-current

I get an error when I tried to update a package:
Code:
root@reflux~#pkg_add -iu clamav  
Candidates for updating bzip2-1.0.4 -> bzip2-1.0.5
Candidates for updating zoo-2.10.1p1 -> zoo-2.10.1p1                                                                            
Candidates for updating lha-1.14i.ac20050924.1 -> lha-1.14i.ac20050924.1                                                        
Candidates for updating arc-5.21op0 -> arc-5.21op0                                                                              
Candidates for updating clamav-0.92.1 -> clamav-0.93                                                                            
Candidates for updating unzip-5.52 -> unzip-5.52p0                                                                              
Candidates for updating libiconv-1.9.2p5 -> libiconv-1.12                                                                       
Looking for updates: complete                                                                                                   
Running the equivalent of pkg_add -r bzip2-1.0.5 zoo-2.10.1p1 lha-1.14i.ac20050924.1 arc-5.21op0 clamav-0.93 unzip-5.52p0 libiconv-1.12
Can't install bzip2-1.0.5: lib not found c.45.0
c.45.0: partial match in /usr/lib: major=43, minor=0 (bad major)
Can't install zoo-2.10.1p1: lib not found c.45.0
c.45.0: partial match in /usr/lib: major=43, minor=0 (bad major)
Can't install lha-1.14i.ac20050924.1: lib not found c.45.0
c.45.0: partial match in /usr/lib: major=43, minor=0 (bad major)
Can't install arc-5.21op0: lib not found c.45.0
c.45.0: partial match in /usr/lib: major=43, minor=0 (bad major)
Can't install unzip-5.52p0: lib not found c.45.0
c.45.0: partial match in /usr/lib: major=43, minor=0 (bad major)
Can't install libiconv-1.12: lib not found c.45.0
c.45.0: partial match in /usr/lib: major=43, minor=0 (bad major)
Can't install clamav-0.93: can't resolve libiconv-1.12,unzip-5.52p0
Can't install unzip-5.52p0: lib not found c.45.0
c.45.0: partial match in /usr/lib: major=43, minor=0 (bad major)
Can't install libiconv-1.12: lib not found c.45.0
c.45.0: partial match in /usr/lib: major=43, minor=0 (bad major)
I don't really want to reinstall this box if I don't have to..

I have another box that I am replacing with a -current one and
just built a new box with a snapshot from June 8,2008..
No issues updating packages on this one..

Maybe the question I should be asking is:

What are the best practices in following -current..?


What I do on -stable
- update src
- rebuild kernel
- update ports (when needed)
- make build (rebuild all the binaries)

It seems like the same logic should apply to -current..?

Not too much info here regarding best practices..
http://openbsd.fries.netfaq/current.html

rk
__________________
All posts sent on ReCycled Electrons...

Last edited by roundkat; 12th June 2008 at 10:45 PM.
Reply With Quote