Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

[SOLVED] openssh fails

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
13 posts • Page 1 of 1
Author
Message
klees
n00b
n00b
Posts: 41
Joined: Sat Feb 10, 2007 2:39 pm
Location: NJ

[SOLVED] openssh fails

  • Quote

Post by klees » Thu Aug 02, 2007 5:38 pm

While updating my system openssh failed to compile. Below is the log:

Code: Select all

 * Sorry, but this version does not yet support features
 * that you requested:   ldap
 * Please mask openssh-4.6_p1-r2 for now and check back later:
 *  # echo '=net-misc/openssh-4.6_p1-r2' >> /etc/portage/package.mask

!!! ERROR: net-misc/openssh-4.6_p1-r2 failed.
Call stack:
  ebuild.sh, line 1648:   Called dyn_setup
  ebuild.sh, line 714:   Called qa_call 'pkg_setup'
  ebuild.sh, line 44:   Called pkg_setup
  openssh-4.6_p1-r2.ebuild, line 64:   Called die

!!! booooo
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/net-misc/openssh-4.6_p1-r2/temp/build.log'.
Any ideas?
Last edited by klees on Thu Aug 02, 2007 5:58 pm, edited 1 time in total.
Top
jonnevers
Veteran
Veteran
User avatar
Posts: 1594
Joined: Thu Jan 02, 2003 6:59 pm
Location: Gentoo64 land

Re: openssh fails

  • Quote

Post by jonnevers » Thu Aug 02, 2007 5:46 pm

klees wrote:Any ideas?
sure, the two obvious ideas!
do what it suggests:

Code: Select all

echo '=net-misc/openssh-4.6_p1-r2' >> /etc/portage/package.mask
or try not using the 'ldap' USE flag

Code: Select all

echo "net-misc/openssh -ldap" >> /etc/portage/package.use
emerge -av openssh
Top
termite
Guru
Guru
Posts: 466
Joined: Sun May 06, 2007 1:12 pm

  • Quote

Post by termite » Thu Aug 02, 2007 5:57 pm

Unless you have some need for ldap (if you don't know you do, you probably don't), I'd recommend the second approach, as it allows upgrades.
Top
klees
n00b
n00b
Posts: 41
Joined: Sat Feb 10, 2007 2:39 pm
Location: NJ

  • Quote

Post by klees » Thu Aug 02, 2007 5:57 pm

Not using ldap worked. Sorry for my noobness.
Top
swingkyd
Guru
Guru
Posts: 334
Joined: Thu Jan 13, 2005 2:58 am

  • Quote

Post by swingkyd » Thu Aug 02, 2007 9:04 pm

you would think that one living in the stable tree would not get such errors. is this not a bug?
Top
mark_alec
Bodhisattva
Bodhisattva
User avatar
Posts: 6066
Joined: Sat Sep 11, 2004 6:40 am
Location: Melbourne, Australia
Contact:
Contact mark_alec
Website

  • Quote

Post by mark_alec » Fri Aug 03, 2007 8:26 am

swingkyd wrote:you would think that one living in the stable tree would not get such errors. is this not a bug?
It isn't - http://bugs.gentoo.org/show_bug.cgi?id=170545
www.gentoo.org.au || #gentoo-au
Top
baldeante
Guru
Guru
User avatar
Posts: 498
Joined: Sat Jan 17, 2004 6:16 pm
Location: Caldas da Rainha, Portugal

  • Quote

Post by baldeante » Sat Aug 04, 2007 2:28 pm

Hello,

I have the same problem and solved as posted here but i do not have ldap flag set.

Des anyone knows why does openssh complains ???
Never Quit, Never Get Mad, Get Even
Top
Dominique_71
Veteran
Veteran
User avatar
Posts: 1957
Joined: Wed Aug 17, 2005 1:01 pm
Location: Switzerland (Romandie)

  • Quote

Post by Dominique_71 » Sat Aug 04, 2007 5:50 pm

Same here, I don't have any ldap use flag.
"Confirm You are a robot." - the singularity
Top
baldeante
Guru
Guru
User avatar
Posts: 498
Joined: Sat Jan 17, 2004 6:16 pm
Location: Caldas da Rainha, Portugal

  • Quote

Post by baldeante » Sat Aug 04, 2007 6:04 pm

Hello,

I noticed something else when i emerge openssh with "-pv" the ldap flag isn't there, so if i don't have it on my use and it doesn't aper with "-pv" from where does it came :?: :?: :?:

I guess some mystery's exist just to drive us nuts ... and to make us loose the time we don't have .... :? :? :?
Never Quit, Never Get Mad, Get Even
Top
flysideways
Guru
Guru
Posts: 527
Joined: Sat Jan 29, 2005 1:06 pm

  • Quote

Post by flysideways » Sat Aug 04, 2007 8:34 pm

Choosing the Right Profile

First, a small definition is in place.

A profile is a building block for any Gentoo system. Not only does it specify default values for CHOST, CFLAGS and other important variables, it also locks the system to a certain range of package versions. This is all maintained by the Gentoo developers.

Previously, such a profile was untouched by the users. However, there may be certain situations in which you may decide a profile change is necessary.

You can see what profile you are currently using with the following command:

Code Listing 7: Verifying system profile

# ls -FGg /etc/make.profile
You don't have ldap set in make.conf but the developers set it for you if you are using a default profile. It's not a bug, it's a "feature". emerge --info should show that ldap is in fact set globally. Just get rid of it with net-misc/openssh -ldap in your /etc/portage/package.use file.
Top
JakeTri
n00b
n00b
Posts: 7
Joined: Sat Mar 05, 2005 2:40 am
Location: Toronto, Canada

  • Quote

Post by JakeTri » Sun Aug 05, 2007 7:59 pm

Look like someone set this package as stable but never tested with default desktop profile!

I think the right "fix" for this is to ... either keep this in the ~x86 or mask it for the 2007.0 desktop profile.

Thanks,
Jake
Top
flysideways
Guru
Guru
Posts: 527
Joined: Sat Jan 29, 2005 1:06 pm

  • Quote

Post by flysideways » Mon Aug 06, 2007 1:17 pm

*openssh-4.6_p1-r3 (06 Aug 2007)

06 Aug 2007; Mike Frysinger <vapier@gentoo.org> +openssh-4.6_p1-r3.ebuild:
Add updated ldap patch #187594.
And now it's fixed.
Top
baldeante
Guru
Guru
User avatar
Posts: 498
Joined: Sat Jan 17, 2004 6:16 pm
Location: Caldas da Rainha, Portugal

  • Quote

Post by baldeante » Fri Aug 10, 2007 8:19 am

flysideways wrote:
Choosing the Right Profile

First, a small definition is in place.

A profile is a building block for any Gentoo system. Not only does it specify default values for CHOST, CFLAGS and other important variables, it also locks the system to a certain range of package versions. This is all maintained by the Gentoo developers.

Previously, such a profile was untouched by the users. However, there may be certain situations in which you may decide a profile change is necessary.

You can see what profile you are currently using with the following command:

Code Listing 7: Verifying system profile

# ls -FGg /etc/make.profile
You don't have ldap set in make.conf but the developers set it for you if you are using a default profile. It's not a bug, it's a "feature". emerge --info should show that ldap is in fact set globally. Just get rid of it with net-misc/openssh -ldap in your /etc/portage/package.use file.
You are right emerge --info shows ldap flag there i never remember to check that :oops: :oops:

And as flysideways says is now solved today i did emerge --sinc && emerge world -uD --newuse and the package when fine :) :D
Never Quit, Never Get Mad, Get Even
Top
Post Reply

13 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic