Forums

Skip to content

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

[SOLVED] revdep-rebuild --library libjpeg.so.7

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
10 posts • Page 1 of 1
Author
Message
Joseph_sys
Advocate
Advocate
Posts: 2731
Joined: Tue Jun 08, 2004 4:05 pm
Location: Edmonton, AB

[SOLVED] revdep-rebuild --library libjpeg.so.7

  • Quote

Post by Joseph_sys » Fri Feb 26, 2010 6:15 am

Code: Select all

revdep-rebuild --library libjpeg.so.7
wants to rebuild my entire KDE3.5 but the blocking application is:
app-text/kbarcode
that is no longer in portage; I can not unmerge it as I need it.

layman -l
* kde-sunset
is showing I have "kde-sunset" from overlay but maybe kbarcode is not there.

How to go about it?
Last edited by Joseph_sys on Sat Feb 27, 2010 2:30 am, edited 1 time in total.
Top
grodzik86
n00b
n00b
Posts: 38
Joined: Sun Dec 25, 2005 11:54 am
Location: Wroclaw, Poland

  • Quote

Post by grodzik86 » Fri Feb 26, 2010 6:55 am

Maybe you could download the ebuild to your local repo?
I don't know what version of this app you have, but I've found this link with the 2.0.7 version of kbarcode
Top
Yamakuzure
Advocate
Advocate
User avatar
Posts: 2323
Joined: Wed Jun 21, 2006 11:06 am
Location: Adendorf, Germany
Contact:
Contact Yamakuzure
Website

  • Quote

Post by Yamakuzure » Fri Feb 26, 2010 10:24 am

http://www.kbarcode.net says it's the latest stable release.
Edited 220,176 times by Yamakuzure
Top
Joseph_sys
Advocate
Advocate
Posts: 2731
Joined: Tue Jun 08, 2004 4:05 pm
Location: Edmonton, AB

  • Quote

Post by Joseph_sys » Fri Feb 26, 2010 3:42 pm

Yamakuzure wrote:http://www.kbarcode.net says it's the latest stable release.
Yes, I still have the latest ebuild:
/var/db/pkg/app-text/kbarcode-2.0.7/kbarcode-2.0.7.ebuild

but emerge is trying to pull it from the portage (and it is no longer there).
How to point the portage to look for this ebuild on my local hard-drive?

I think the procedure is to transfer the ebuild to: /usr/local/portage/app-text/
and re-create the manifest ?
Top
forkboy
Apprentice
Apprentice
User avatar
Posts: 200
Joined: Wed Nov 24, 2004 5:32 pm
Location: Blackpool, UK

  • Quote

Post by forkboy » Fri Feb 26, 2010 3:56 pm

Make sure you have PORTDIR_OVERLAY="/usr/local/portage" in your make.conf
Top
Joseph_sys
Advocate
Advocate
Posts: 2731
Joined: Tue Jun 08, 2004 4:05 pm
Location: Edmonton, AB

  • Quote

Post by Joseph_sys » Fri Feb 26, 2010 8:26 pm

forkboy wrote:Make sure you have PORTDIR_OVERLAY="/usr/local/portage" in your make.conf
I have this line in make.conf, so after transferring my local ebuild to:
/usr/local/portage/app-text/kbarcode/
ebuild /usr/local/portage/app-text/kbarcode/kbarcode-2.0.7.ebuild manifest

now I get: kde_src_compile: command not found

Code: Select all

 >>> Unpacking source...
>>> Unpacking kbarcode-2.0.7.tar.gz to /var/tmp/portage/app-text/kbarcode-2.0.7/work
>>> Source unpacked in /var/tmp/portage/app-text/kbarcode-2.0.7/work
>>> Compiling source in /var/tmp/portage/app-text/kbarcode-2.0.7/work/kbarcode-2.0.7 ...
/var/tmp/portage/app-text/kbarcode-2.0.7/temp/environment: line 220: kde_src_compile: command not found
>>> Source compiled.
>>> Test phase [not enabled]: app-text/kbarcode-2.0.7

>>> Install kbarcode-2.0.7 into /var/tmp/portage/app-text/kbarcode-2.0.7/image/ category app-text
/var/tmp/portage/app-text/kbarcode-2.0.7/temp/environment: line 224: kde_src_install: command not found
>>> Completed installing kbarcode-2.0.7 into /var/tmp/portage/app-text/kbarcode-2.0.7/image/

 * QA Notice: command not found:
 *
 *      /usr/local/portage/app-text/kbarcode/kbarcode-2.0.7.ebuild: line 29: need-kde: command not found
 *      /var/tmp/portage/app-text/kbarcode-2.0.7/temp/environment: line 220: kde_src_compile: command not found
 *      /var/tmp/portage/app-text/kbarcode-2.0.7/temp/environment: line 224: kde_src_install: command not found
Top
Joseph_sys
Advocate
Advocate
Posts: 2731
Joined: Tue Jun 08, 2004 4:05 pm
Location: Edmonton, AB

  • Quote

Post by Joseph_sys » Fri Feb 26, 2010 8:37 pm

How to fix source repository

Code: Select all

[ebuild   R   ] app-text/kbarcode-2.0.7  USE="-doc" 0 kB [?=>1]
?] indicates that the source repository could not be determined
Top
desultory
Bodhisattva
Bodhisattva
User avatar
Posts: 9410
Joined: Fri Nov 04, 2005 6:07 pm

  • Quote

Post by desultory » Sat Feb 27, 2010 1:59 am

Joseph_sys wrote:now I get: kde_src_compile: command not found
Suitable revisions of the appropriate eclasses need to be added to the overlay, or the logical equivalent, for that ebuild to function properly.
Joseph_sys wrote:How to fix source repository

Code: Select all

[ebuild   R   ] app-text/kbarcode-2.0.7  USE="-doc" 0 kB [?=>1]
?] indicates that the source repository could not be determined
It is not exactly broken, once the package has been reinstalled it should be tracked properly.
Top
Joseph_sys
Advocate
Advocate
Posts: 2731
Joined: Tue Jun 08, 2004 4:05 pm
Location: Edmonton, AB

  • Quote

Post by Joseph_sys » Sat Feb 27, 2010 2:29 am

desultory wrote:
Joseph_sys wrote:now I get: kde_src_compile: command not found
Suitable revisions of the appropriate eclasses need to be added to the overlay, or the logical equivalent, for that ebuild to function properly.
Joseph_sys wrote:How to fix source repository

Code: Select all

[ebuild   R   ] app-text/kbarcode-2.0.7  USE="-doc" 0 kB [?=>1]
?] indicates that the source repository could not be determined
It is not exactly broken, once the package has been reinstalled it should be tracked properly.
I was able to emerge it.
I sync "laymen" kde-sunset and run digest on kbarcode ebuild; so I'm not sure which action fixed the problem.
Top
desultory
Bodhisattva
Bodhisattva
User avatar
Posts: 9410
Joined: Fri Nov 04, 2005 6:07 pm

  • Quote

Post by desultory » Sat Feb 27, 2010 3:40 am

That would be the logical equivalent to which I referred.
Top
Post Reply

10 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