DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 15th April 2015
Monti Monti is offline
Port Guard
 
Join Date: Apr 2015
Location: In'Da House
Posts: 10
Default Can't install ...... : can't resolve ......

Hi,

I have just installed the 5.7 -current snapshot with todays date april 15th and are trying to install xfce, but get "Can't install <file_name>: can't resolve <file_names........>" with most of the files/dependencies.

Just to check it out I have also tried to install kde4-minimal, but the same thing happens.

As path I am using:
export PKG_PATH=http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/$(uname -m)

Command used is pkg_add -Iv <package_name>

I have tried several mirrors, but get the same results. I have also tried switching to platform specific instead of $(uname -m) in the path.

I have previously used version 5.6 without having this specific problem.

If someone could please enlighten me or help me out I would appreciate it.

Thanks,
Monti
Reply With Quote
  #2   (View Single Post)  
Old 15th April 2015
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,319
Default

Quote:
Originally Posted by Monti View Post
I have just installed the 5.7 -current snapshot with todays date april 15th and are trying to install xfce, but get "Can't install <file_name>: can't resolve <file_names........>" with most of the files/dependencies.
You didn't state what platform you are using.
  • amd64 xfce* packages are dated 15 April on the main mirror site.
  • i386 xfce* packages are dated 12 April on the mail mirror.
Given the little information provided, I would assume that either:
  • The mirror site you are using is behind the main site, or...
  • Packages are lagging behind the snapshot of the base system installed.
Snapshots of the base system can be built in a few hours on the popular platforms. Packages can take days to weeks.

When using -current, this is a common scenario. You can either wait for new packages to be made available, or you can build what packages are needed. Section 15.3 will give you information on how to build packages yourself.
Reply With Quote
  #3   (View Single Post)  
Old 15th April 2015
Monti Monti is offline
Port Guard
 
Join Date: Apr 2015
Location: In'Da House
Posts: 10
Default

Thank you very much for your reply Ocicat.

From the positive experience with 5.6 I suspected that it could be a common scenario with -current and that it had something to do with the different dates, but needed confirmation from someone with experience. From what you wrote, until I will have a positive experience I will assume it is the packages lagging behind the snapshot

Thanks for the link.

- Monti
Reply With Quote
  #4   (View Single Post)  
Old 16th April 2015
albator albator is offline
Shell Scout
 
Join Date: Jul 2011
Posts: 98
Default

PKG_PATH shows that the main site is used. Be aware that it might be faster to use a mirror.

At the time of writing, packages are lagging behind both for amd64 and i386:
amd64/
system: 15-Apr-2015 15:43 - packages: 15-Apr-2015 05:08
i386/
system: 15-Apr-2015 15:50 - packages: 15-Apr-2015 14:23

Last edited by albator; 16th April 2015 at 07:55 AM.
Reply With Quote
  #5   (View Single Post)  
Old 16th April 2015
Monti Monti is offline
Port Guard
 
Join Date: Apr 2015
Location: In'Da House
Posts: 10
Default

Thanks for the update Albator.

To get confirmation with my own experience I downloaded the latest system snapshot iso with an earlier april 15th time stamp from the Aalborg .dk mirror and then used main site for packages. The xfce is now almost finished with no previous problems.
Reply With Quote
  #6   (View Single Post)  
Old 16th April 2015
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,319
Default

Because -current is the project's development branch, issues like this are to be expected given the file volatility.

Those that use -current are expected to deal with these possible mismatches. Some may find this to be inconvenient or troublesome, & in this case, they can always use -release or -stable. -current isn't for everyone.
Reply With Quote
  #7   (View Single Post)  
Old 16th April 2015
Monti Monti is offline
Port Guard
 
Join Date: Apr 2015
Location: In'Da House
Posts: 10
Default

Thanks for the follow up Ocicat. It's good to know.

I think OpenBSD is such an interesting OS/project, so I don't mind learning and adapting to the distinctive features.
Reply With Quote
  #8   (View Single Post)  
Old 17th April 2015
hitest's Avatar
hitest hitest is offline
Real Name: George Nielsen
VPN Cryptographer
 
Join Date: Sep 2008
Location: B.C., Canada
Posts: 375
Default

Quote:
Originally Posted by ocicat View Post
Those that use -current are expected to deal with these possible mismatches. Some may find this to be inconvenient or troublesome, & in this case, they can always use -release or -stable. -current isn't for everyone.
I am intrigued with -current, but, I am still a novice user so I am sticking with -release. I will eventually venture into the deep end. Two weeks until 5.7!
__________________
hitest
Reply With Quote
  #9   (View Single Post)  
Old 18th April 2015
batence's Avatar
batence batence is offline
New User
 
Join Date: Jan 2015
Posts: 8
Default

dhclient <re0>
/or what is your lan card/ and then
export PKG_PATH=http://ftp.usa.openbsd.org/pub/OpenBSD/`uname -r`/packages/`arch -s`
Reply With Quote
Old 18th April 2015
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

Quote:
Originally Posted by batence View Post
dhclient <re0>
/or what is your lan card/ and then
export PKG_PATH=http://ftp.usa.openbsd.org/pub/OpenBSD/`uname -r`/packages/`arch -s`
That will not work in this case. Please read the FAQ.
Reply With Quote
Old 18th April 2015
LeFrettchen's Avatar
LeFrettchen LeFrettchen is offline
Marveled user
 
Join Date: Aug 2012
Location: France
Posts: 408
Default

Quote:
Originally Posted by hitest View Post
I am intrigued with -current, but, I am still a novice user so I am sticking with -release. I will eventually venture into the deep end. Two weeks until 5.7!
I use OpenBSD since 2011 and I totally agree


Quote:
Originally Posted by ibara View Post
Please read the FAQ.
Best advice ever for OpenBSD
__________________
ThinkPad W500 P8700 6GB HD3650 - faultry
ThinkStation P700 2x2620v3 32GB 1050ti 3xSSD 1xHDD

Last edited by LeFrettchen; 18th April 2015 at 11:41 PM. Reason: a good advice is a good advice !
Reply With Quote
Old 19th April 2015
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

I debated whether or not I should reply to this post with the pedantic answer. But since everyone seems to be hung up on dates, perhaps I should be a bit pedantic for the sake of maybe explaining why checking dates is a useful heuristic but not the be-all-end-all.

What's actually going on is that the package system knows what version of each library each port is built against. If during that check it finds a mismatch, the installation will bail. As it should. Because there's no guarantee that mismatches will work (especially true for major version mismatches).

And different libraries have different impact factors. A libc bump basically means no packages are going to work (except for those that are truly no-arch). But something like sqlite3 gets bumped and you'll still be able to install a lot. It's an important reminder that if you're following -current, you want to be subscribed to source-changes@ and you want to actually read source-changes@. You will also get a feel for the release cycle and know when dates mean less/more.

Of course, this advise is only useful for archs where packages can be pumped out quickly. For those of us with slower archs, it's an always-build-ports deal.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How - To install GNOME vile I install OpenBSD ? looop OpenBSD Installation and Upgrading 6 24th April 2010 08:58 PM
my pf won't allow my server to resolve revzalot OpenBSD Security 21 12th September 2009 10:39 AM
pkg_add - can't resolve <packagename> nihonto OpenBSD Packages and Ports 11 28th January 2009 10:03 PM


All times are GMT. The time now is 09:50 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick