Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
eix - Ebuild IndeX (search utility) - 0.2.2
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4 ... 17, 18, 19  Next  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
YakS
n00b
n00b


Joined: 16 Jul 2003
Posts: 17
Location: Zurich, Switzerland

PostPosted: Sun Feb 06, 2005 12:15 pm    Post subject: Reply with quote

well, i think it would be

Code:
alias eixu="emerge sync && eix -u"

btw, this feature should coming soon built-in. I don't know yet which command it will be but it's coming soon.
_________________
eix
Back to top
View user's profile Send private message
sessionID
Apprentice
Apprentice


Joined: 11 Nov 2002
Posts: 266
Location: hungary

PostPosted: Tue Feb 08, 2005 12:21 pm    Post subject: Reply with quote

I think I have found a bug.

I have dev-db/mysql installed:

Code:
emerge -s ^mysql$
*  dev-db/mysql
      Latest version available: 4.0.22-r2
      Latest version installed: 4.0.20-r1
      Size of downloaded files: 14,058 kB
      Homepage:    http://www.mysql.com/
      Description: A fast, multi-threaded, multi-user SQL database server
      License:     GPL-2


But eix thinks it's not on the system:
Code:

 eix ^mysql$
Search results: 1
* dev-db/mysql
     Available versions:  3.23.52-r1  3.23.56  3.23.57  3.23.57-r1  ~3.23.58  3.23.58-r1  4.0.22  ~4.0.22-r1  ~4.0.22-r2  ~4.0.23  ~4.0.23-r1  ~4.0.23-r2  [M]~4.1.7  [M]~4.1.8  [M]~4.1.8-r1
     Installed:           no
     Homepage:            http://www.mysql.com/
     Description:         A fast, multi-threaded, multi-user SQL database server


I have 0.2.0_alpha installed. Have deleted /var/cache/eix and did a 'eix -u', but mysql is still not in the list.

Any ideas?
_________________
((( WeFunk )))
Back to top
View user's profile Send private message
appro
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jul 2003
Posts: 144
Location: Germany/Rosenheim

PostPosted: Tue Feb 08, 2005 2:58 pm    Post subject: Reply with quote

Known and fixed in cvs :)
If you want to give it a try: http://eix.sourceforge.net/ebuilds/eix-cvs-0.2.ebuild
_________________
If a packet hits a pocket on a socket on a port, and the bus is interrupted and the interrupt's not caught, then the socket packet pocket has an error to report.
Back to top
View user's profile Send private message
tecknojunky
Veteran
Veteran


Joined: 19 Oct 2002
Posts: 1937
Location: Montréal

PostPosted: Sat Feb 12, 2005 7:35 am    Post subject: Reply with quote

Is it me, or is this apps getting slwer by the versions? :(

All versions gives me this:
Code:
# eix -u
Updating eix database in /var/cache/eix
Using portage cache: /usr/portage/metadata/cache/
Reading categories
Reading masks
Reading metadata cache
[app] [dev] [games] [gnome] [gnustep] [kde] [mail] [media] [net] [rox] [sci] [sec] [sys] [www] [x11] [xfce]
Reading portage overlays
[/usr/local/portage/]
Error in version.cc: invalid suffix number in "0.2.0_beta.ebuild."
Segmentation fault
... or about.
_________________
(7 of 9) Installing star-trek/species-8.4.7.2::talax.
Back to top
View user's profile Send private message
Cap'n Hector
n00b
n00b


Joined: 13 Feb 2005
Posts: 1
Location: CA

PostPosted: Sun Feb 13, 2005 8:54 am    Post subject: Reply with quote

Works great on Sparc, so you can add ~sparc to the keywords.
Back to top
View user's profile Send private message
appro
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jul 2003
Posts: 144
Location: Germany/Rosenheim

PostPosted: Sun Feb 13, 2005 7:18 pm    Post subject: Reply with quote

tecknojunky

I can't reproduce your error-message .. please check if you have a bad ebuild in your overlay.
Anyway, if've changed the reaction of eix for this type of problem .. we are now throwing a exceptions at the user :)

PS: yes it's getting slower.
_________________
If a packet hits a pocket on a socket on a port, and the bus is interrupted and the interrupt's not caught, then the socket packet pocket has an error to report.
Back to top
View user's profile Send private message
appro
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jul 2003
Posts: 144
Location: Germany/Rosenheim

PostPosted: Sun Feb 13, 2005 9:06 pm    Post subject: Reply with quote

YakS wrote:
well, i think it would be

Code:
alias eixu="emerge sync && eix -u"

btw, this feature should coming soon built-in. I don't know yet which command it will be but it's coming soon.


It's also valid but
DaPhreak wrote:
alias eupdatedb='/usr/bin/emerge --sync && /usr/bin/eix -u'

is more correct. It's using "--sync" instead of "sync" and an absolute path to eix, thus always getting the right binary.

And this "feature" won't come built in .. it's no feature. Perhaps you mixed this up with esync-functionality :)
_________________
If a packet hits a pocket on a socket on a port, and the bus is interrupted and the interrupt's not caught, then the socket packet pocket has an error to report.
Back to top
View user's profile Send private message
el_Salmon
Guru
Guru


Joined: 15 Dec 2003
Posts: 339
Location: Around 2.4GHz

PostPosted: Sun Feb 13, 2005 10:24 pm    Post subject: Reply with quote

I have a problem when eix tries to initialize database:
Code:
$ sudo eix -u
Password:
Updating portage database
Using portage cache: /usr/portage/metadata/cache/
Reading categories
Reading masks
Reading metadata cache
[app] [dev] [games] [gnome] [gnustep] [kde] [mail] [media] [net] [rox] [sci] [sec] [sys] [www] [x11] [xfce]
Reading portage overlays
[/usr/local/portage/]
portagedb.cc:605 Can't write to /var/cache/eix

Any idea?
_________________
Linux Proud User: HP Pavilion 15-an002ns laptop (KDE Neon), Xiaomi Mi Air 12 (KDE Neon), Raspberry Pi 3 (Nextcloudpi), Docooler MS9 Pro (LibreElec)
Back to top
View user's profile Send private message
tecknojunky
Veteran
Veteran


Joined: 19 Oct 2002
Posts: 1937
Location: Montréal

PostPosted: Mon Feb 14, 2005 2:02 am    Post subject: Reply with quote

appro wrote:
please check if you have a bad ebuild in your overlay.
heu, what is a bad ebuild? :?

It would be fun to know which one it is, for which segfaults is not obvious, looking at what my overlay looks like, I guess you'll guess why?
Code:
# ls -d /usr/local/portage/*/*
/usr/local/portage/app-admin/abeni
/usr/local/portage/app-admin/htop
/usr/local/portage/app-admin/lire
/usr/local/portage/app-cdr/cdfs
/usr/local/portage/app-emulation/gtktiemu
/usr/local/portage/app-misc/emelfm2
/usr/local/portage/app-misc/VOCP
/usr/local/portage/app-office/openoffice-bin
/usr/local/portage/app-office/planner
/usr/local/portage/app-portage/cfg-update
/usr/local/portage/app-portage/deltup
/usr/local/portage/app-portage/eix
/usr/local/portage/app-portage/ufed
/usr/local/portage/app-portage/ufed.tar.bz
/usr/local/portage/app-sci/mupad
/usr/local/portage/app-sci/qalculate-gtk
/usr/local/portage/app-text/acroread
/usr/local/portage/dev-libs/libti68k
/usr/local/portage/dev-libs/libticables
/usr/local/portage/dev-libs/libticalcs
/usr/local/portage/dev-libs/libtifiles
/usr/local/portage/dev-perl/Audio-DSP
/usr/local/portage/dev-perl/Modem-Vgetty
/usr/local/portage/dev-perl/Tk-JPEG
/usr/local/portage/dev-perl/XML-Mini
/usr/local/portage/dev-util/netbeans
/usr/local/portage/distfiles/XFree86-4.4.0-files-0.1.tar.bz2
/usr/local/portage/distfiles/XFree86-4.4.0-patches-0.5.tar.bz2
/usr/local/portage/gnome-extra/gksu
/usr/local/portage/gnome-extra/gnubiff
/usr/local/portage/gnome-extra/libgksu
/usr/local/portage/gnome-extra/libgksuui
/usr/local/portage/gnome-extra/ooqstart
/usr/local/portage/mail-client/evolution
/usr/local/portage/mail-mta/qmail-ldap
/usr/local/portage/media-libs/device3dfx
/usr/local/portage/media-libs/device3Dfx.ebuild
/usr/local/portage/media-libs/libpixman
/usr/local/portage/net-dialup/hcfpcimodem
/usr/local/portage/net-dialup/mgetty
/usr/local/portage/net-fs/nfs-utils
/usr/local/portage/net-libs/nfsidmap
/usr/local/portage/net-misc/gputty
/usr/local/portage/net-p2p/apollon-cvs
/usr/local/portage/net-www/liferea
/usr/local/portage/net-www/mozplugger
/usr/local/portage/net-www/sitebar
/usr/local/portage/net-www/sitebar-3.2.5.ebuild.tar.bz2
/usr/local/portage/sys-apps/qingy
/usr/local/portage/sys-apps/util-linux
/usr/local/portage/sys-devel/gcc
/usr/local/portage/sys-kernel/ck-sources
/usr/local/portage/x11-base/xfree
/usr/local/portage/x11-base/xorg-x11
/usr/local/portage/x11-libs/cairo
/usr/local/portage/x11-libs/evas
/usr/local/portage/x11-libs/nucleo
/usr/local/portage/x11-misc/bgbuddy
/usr/local/portage/x11-misc/lineakconfig
/usr/local/portage/x11-misc/lineakd
/usr/local/portage/x11-misc/lineak.tar.gz
/usr/local/portage/x11-plugins/osdsh
/usr/local/portage/x11-themes/etheme-Abtoen-Alloy-green
/usr/local/portage/x11-themes/etheme-aluminE
/usr/local/portage/x11-themes/etheme-b42
/usr/local/portage/x11-themes/etheme-BlackAndWhiteAndRed
/usr/local/portage/x11-themes/etheme-blueHeart-HACK
/usr/local/portage/x11-themes/etheme-Brass
/usr/local/portage/x11-themes/etheme-Brass-Alloy
/usr/local/portage/x11-themes/etheme-brgnd-E
/usr/local/portage/x11-themes/etheme-BrushedMotif
/usr/local/portage/x11-themes/etheme-CakeWoman
/usr/local/portage/x11-themes/etheme-Chromium-Noise
/usr/local/portage/x11-themes/etheme-Classic
/usr/local/portage/x11-themes/etheme-COMPOSITION
/usr/local/portage/x11-themes/etheme-Creative
/usr/local/portage/x11-themes/etheme-Cronos
/usr/local/portage/x11-themes/etheme-cutting_edge-MinEguE
/usr/local/portage/x11-themes/etheme-Cyrus
/usr/local/portage/x11-themes/etheme-cyrusFVWM
/usr/local/portage/x11-themes/etheme-D.A.E
/usr/local/portage/x11-themes/etheme-DarkAlloy
/usr/local/portage/x11-themes/etheme-DarkOne
/usr/local/portage/x11-themes/etheme-dE
/usr/local/portage/x11-themes/etheme-Debian-E
/usr/local/portage/x11-themes/etheme-DreamWorkSE
/usr/local/portage/x11-themes/etheme-dufrenite
/usr/local/portage/x11-themes/etheme-E13
/usr/local/portage/x11-themes/etheme-e14for16
/usr/local/portage/x11-themes/etheme-Eazel-blueE-port
/usr/local/portage/x11-themes/etheme-Eazel-E-port
/usr/local/portage/x11-themes/etheme-Ebench
/usr/local/portage/x11-themes/etheme.ebuild
/usr/local/portage/x11-themes/etheme-Ecdysis
/usr/local/portage/x11-themes/etheme-E-chaos
/usr/local/portage/x11-themes/etheme-e-dervish
/usr/local/portage/x11-themes/etheme-eLap
/usr/local/portage/x11-themes/etheme-eSlate
/usr/local/portage/x11-themes/etheme-et1
/usr/local/portage/x11-themes/etheme-E-Tech_Hydro
/usr/local/portage/x11-themes/etheme-E-Tech_XSlate
/usr/local/portage/x11-themes/etheme-EvilJester
/usr/local/portage/x11-themes/etheme-Evisio-Green
/usr/local/portage/x11-themes/etheme-Evolution
/usr/local/portage/x11-themes/etheme-Extra-Borders
/usr/local/portage/x11-themes/etheme-extras
/usr/local/portage/x11-themes/etheme-FinalE
/usr/local/portage/x11-themes/etheme-Free
/usr/local/portage/x11-themes/etheme-Frub
/usr/local/portage/x11-themes/etheme-Genesis
/usr/local/portage/x11-themes/etheme-Get-E
/usr/local/portage/x11-themes/etheme-Graphiti
/usr/local/portage/x11-themes/etheme-grEy
/usr/local/portage/x11-themes/etheme-GreyMarble
/usr/local/portage/x11-themes/etheme-HackerPurple138
/usr/local/portage/x11-themes/etheme-Hand-Of-God2
/usr/local/portage/x11-themes/etheme-Heat-Fire-Shrooms
/usr/local/portage/x11-themes/etheme-IDs-MachinE_
/usr/local/portage/x11-themes/etheme-IDs-MachinE-b
/usr/local/portage/x11-themes/etheme-Illumination
/usr/local/portage/x11-themes/etheme-Jander-E
/usr/local/portage/x11-themes/etheme-K5-FVWM
/usr/local/portage/x11-themes/etheme-ktenk
/usr/local/portage/x11-themes/etheme-LaetitiaCasta
/usr/local/portage/x11-themes/etheme-LCARS_E
/usr/local/portage/x11-themes/etheme-LCDonE
/usr/local/portage/x11-themes/etheme-LHB
/usr/local/portage/x11-themes/etheme-LightOne
/usr/local/portage/x11-themes/etheme-liteE
/usr/local/portage/x11-themes/etheme-LiteGnome
/usr/local/portage/x11-themes/etheme-lW2
/usr/local/portage/x11-themes/etheme-macHack
/usr/local/portage/x11-themes/etheme-Maw
/usr/local/portage/x11-themes/etheme-MeLikE
/usr/local/portage/x11-themes/etheme-MetalliquE
/usr/local/portage/x11-themes/etheme-minEguE2
/usr/local/portage/x11-themes/etheme-minEguE_No_Appbar
/usr/local/portage/x11-themes/etheme-Modern_Vox
/usr/local/portage/x11-themes/etheme-moonE
/usr/local/portage/x11-themes/etheme-MorphiusX-E
/usr/local/portage/x11-themes/etheme-Mozilla-modern_E
/usr/local/portage/x11-themes/etheme-Nebulon-Galactic-Serenity
/usr/local/portage/x11-themes/etheme-Neuromancer2
/usr/local/portage/x11-themes/etheme-nIx
/usr/local/portage/x11-themes/etheme-nqBe
/usr/local/portage/x11-themes/etheme-Orange-Ice
/usr/local/portage/x11-themes/etheme-Orange-Juice
/usr/local/portage/x11-themes/etheme-Pipes-3D
/usr/local/portage/x11-themes/etheme-Plastique
/usr/local/portage/x11-themes/etheme-Presence
/usr/local/portage/x11-themes/etheme-R-9X
/usr/local/portage/x11-themes/etheme-Rebound
/usr/local/portage/x11-themes/etheme-redHeart
/usr/local/portage/x11-themes/etheme-Retro
/usr/local/portage/x11-themes/etheme-RunEs
/usr/local/portage/x11-themes/etheme-SailerMoon
/usr/local/portage/x11-themes/etheme-Sedation
/usr/local/portage/x11-themes/etheme-SentiEnce
/usr/local/portage/x11-themes/etheme.sh
/usr/local/portage/x11-themes/etheme-Shade
/usr/local/portage/x11-themes/etheme-ShinyBlue164
/usr/local/portage/x11-themes/etheme-ShinyBlue2
/usr/local/portage/x11-themes/etheme-ShinyBlue2000ce
/usr/local/portage/x11-themes/etheme-ShinyBlue-Fasan
/usr/local/portage/x11-themes/etheme-ShinyGreen2
/usr/local/portage/x11-themes/etheme-ShinyMetal-Blue-DR16
/usr/local/portage/x11-themes/etheme-ShinyPurple2
/usr/local/portage/x11-themes/etheme-SilverMania
/usr/local/portage/x11-themes/etheme-SolarE
/usr/local/portage/x11-themes/etheme-Spacestation-III
/usr/local/portage/x11-themes/etheme-Sphere
/usr/local/portage/x11-themes/etheme-spiffE
/usr/local/portage/x11-themes/etheme-StarEnli-DR16
/usr/local/portage/x11-themes/etheme-StarEnliWs4
/usr/local/portage/x11-themes/etheme-STPShinyE
/usr/local/portage/x11-themes/etheme-stylE
/usr/local/portage/x11-themes/etheme-SuedE
/usr/local/portage/x11-themes/etheme-ThinGradiEnt
/usr/local/portage/x11-themes/etheme-Thin-SkE
/usr/local/portage/x11-themes/etheme-TinyPlatinum
/usr/local/portage/x11-themes/etheme-Tubular
/usr/local/portage/x11-themes/etheme-Twenty-Three-Ounces-Of-Glass
/usr/local/portage/x11-themes/etheme-Unity-DR16
/usr/local/portage/x11-themes/etheme-Viridis
/usr/local/portage/x11-themes/etheme-Wireframe
/usr/local/portage/x11-themes/etheme-Wireframe-Blue
/usr/local/portage/x11-themes/etheme-workbench_
/usr/local/portage/x11-themes/etheme-X11
/usr/local/portage/x11-themes/etheme-XanAlloy
/usr/local/portage/x11-themes/etheme-XanBase
/usr/local/portage/x11-themes/etheme-XaquaX
/usr/local/portage/x11-themes/etheme-XaquaX-Graphite
/usr/local/portage/x11-themes/etheme-Yell-O-E
/usr/local/portage/x11-themes/etheme-Yellow
/usr/local/portage/x11-themes/fail
/usr/local/portage/x11-themes/gtk-engines-aquax
/usr/local/portage/x11-themes/gwebdec
/usr/local/portage/x11-wm/metisse

_________________
(7 of 9) Installing star-trek/species-8.4.7.2::talax.
Back to top
View user's profile Send private message
xororand
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2004
Posts: 119

PostPosted: Mon Feb 14, 2005 3:25 am    Post subject: Reply with quote

tecknojunky wrote:

Reading portage overlays
[/usr/local/portage/]
Error in version.cc: invalid suffix number in "0.2.0_beta.ebuild."
Segmentation fault[/code]... or about.


Thanks for your hint. I could reproduce the problem by copying a file named
Code:
abc.ebuild.xyz
into an overlay package directory. It's now fixed in the cvs version. As a temporary workaround you can remove /usr/local/portage/app-portage/eix/eix-0.2.0_beta.ebuild.tar.bz2.
Add: Note that sourceforge updates the anonymous CVS only every 3 hours, so it can take a while until fixes are available.
Back to top
View user's profile Send private message
tecknojunky
Veteran
Veteran


Joined: 19 Oct 2002
Posts: 1937
Location: Montréal

PostPosted: Mon Feb 14, 2005 4:08 am    Post subject: Reply with quote

xororand wrote:
As a temporary workaround you can remove /usr/local/portage/app-portage/eix/eix-0.2.0_beta.ebuild.tar.bz2.
Well, that one was actualy easy to fix because it appeared after I downloaded the eix-0.2.0_beta.ebuild.tar.bz2 file inside the ebuild folder (recognize the filename pattern :wink: ). Realising afterward that you must be in the portage's overlay root folder to untar it, I moved it there when I saw that eix did not liked that.

Maybe (a suggestion) you could make a debug parameter, or make -v be more verbose (no difference between -v -u and -u alone). Like, if it would print what it's doing, in which folder it is, what file qill be readed, etc.

Code:
# eix -v -u
Updating eix database in /var/cache/eix
Using portage cache: /usr/portage/metadata/cache/
Reading categories
Reading masks
Reading metadata cache
[app] [dev] [games] [gnome] [gnustep] [kde] [mail] [media] [net] [rox] [sci] [sec] [sys] [www] [x11] [xfce]
Reading portage overlays
[/usr/local/portage/]
Segmentation fault


I'd peep inside the code, but I don't have the time at all.
_________________
(7 of 9) Installing star-trek/species-8.4.7.2::talax.
Back to top
View user's profile Send private message
Beholders_Eye
Tux's lil' helper
Tux's lil' helper


Joined: 17 Nov 2003
Posts: 116
Location: Brazil

PostPosted: Mon Feb 14, 2005 12:36 pm    Post subject: Reply with quote

Code:

globals.cc: In function `bool vector_list_files(std::string&,
   std::vector<std::string, std::allocator<std::string> >&, const char**)':
globals.cc:96: warning: suggest parentheses around assignment used as truth
   value

Trying to merge eix-0.2.0, after this warning, the compile process dies out :(.

So I've decided to try and get my hands on. In globals.cc, I've put one more parentheses around the assignment, as gcc warning advises...

Original globals.cc
Code:

while(dir_entry = readdir(dir))

New globals.cc
Code:

while((dir_entry = readdir(dir)))


After that, I got a strange problem in a switch statement, gcc complained about a int num inicialiazation. So I:

Original main.cc
Code:

int num = portage_db.dbSave();
cout << "Database updated successfully. " << num << " packages." << endl;

New main.cc
Code:

cout << "Database updated successfully. " << portage_db.dbSave() << " packages." << endl;


Then it compiled ok. After that I had to generate the re-tar the package, and regenerate the "digests" :). And it merged successfully.

Hope it helps
Back to top
View user's profile Send private message
Hollow
Retired Dev
Retired Dev


Joined: 05 Dec 2003
Posts: 35
Location: Berlin, Germany

PostPosted: Mon Feb 14, 2005 6:40 pm    Post subject: Reply with quote

0.2.0-r1 in portage should fix the issue, i added a bugfix patch from appro
Back to top
View user's profile Send private message
HecHacker1
Apprentice
Apprentice


Joined: 26 Jun 2003
Posts: 213
Location: UCSD

PostPosted: Tue Feb 15, 2005 4:27 am    Post subject: Reply with quote

i just download the cvs version. This app is awesome! Thank you. even with my fast computer the normal portage search takes forever. Your's only takes a split second.

You should rewrite portage with this functionality!
Back to top
View user's profile Send private message
tecknojunky
Veteran
Veteran


Joined: 19 Oct 2002
Posts: 1937
Location: Montréal

PostPosted: Tue Feb 15, 2005 4:32 am    Post subject: Reply with quote

HecHacker1 wrote:
You should rewrite portage with this functionality!
Ahem! You should rewrite Portage... the whole thing.:wink:
_________________
(7 of 9) Installing star-trek/species-8.4.7.2::talax.
Back to top
View user's profile Send private message
VelVet
n00b
n00b


Joined: 09 Feb 2005
Posts: 21
Location: Belgium

PostPosted: Wed Feb 16, 2005 1:40 am    Post subject: Reply with quote

make[2]: *** [globals.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/eix-0.2.0/work/eix-0.2.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/eix-0.2.0/work/eix-0.2.0'
make: *** [all] Error 2

!!! ERROR: app-portage/eix-0.2.0 failed.
!!! Function src_compile, Line 26, Exitcode 2
!!! emake failed

i'm always getting that error :/
nnone know what's wrong ? thx
Back to top
View user's profile Send private message
xororand
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2004
Posts: 119

PostPosted: Wed Feb 16, 2005 4:59 am    Post subject: Reply with quote

VelVet wrote:
make[2]: *** [globals.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/eix-0.2.0/work/eix-0.2.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/eix-0.2.0/work/eix-0.2.0'
make: *** [all] Error 2

!!! ERROR: app-portage/eix-0.2.0 failed.
!!! Function src_compile, Line 26, Exitcode 2
!!! emake failed

i'm always getting that error :/
nnone know what's wrong ? thx

I can't read anything about the actual error in your message. It would be great if you could post the whole log or at least a few more lines. What version of eix do you use?

By the way, thanks for your patches, Beholders_Eye - they're included in eix-0.2.0-r1 now.
Back to top
View user's profile Send private message
VelVet
n00b
n00b


Joined: 09 Feb 2005
Posts: 21
Location: Belgium

PostPosted: Wed Feb 16, 2005 11:28 am    Post subject: Reply with quote

ok
so here is the full log


bash-2.05b# emerge eix
Calculating dependencies ...done!
>>> emerge (1 of 1) app-portage/eix-0.2.0 to /
>>> md5 src_uri ;-) eix-0.2.0.tar.bz2
>>> Unpacking source...
>>> Unpacking eix-0.2.0.tar.bz2 to /var/tmp/portage/eix-0.2.0/work
>>> Source unpacked.
* econf: updating /var/tmp/portage/eix-0.2.0/work/eix-0.2.0/config.guess with /
usr/share/gnuconfig/config.guess
* econf: updating /var/tmp/portage/eix-0.2.0/work/eix-0.2.0/config.sub with /us
r/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --inf
odir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var
/lib
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for style of include used by make... GNU
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking for regcomp... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strndup... yes
checking for strstr... yes
checking for strtol... yes
checking for sed... sed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether closedir returns void... no
checking whether lstat dereferences a symlink specified with a trailing slash...
yes
checking whether stat accepts an empty string... no
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for size_t... yes
checking whether ln -s works... yes
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of i686-pc-linux-gnu-g++... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... no
configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preproces
sor!
configure: WARNING: dlfcn.h: proceeding with the compiler's result
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E
checking for i686-pc-linux-gnu-g77... i686-pc-linux-gnu-g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether i686-pc-linux-gnu-g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse nm output from i686-pc-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for i686-pc-linux-gnu-ar... no
checking for ar... ar
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-pc-linux-gnu-strip... strip
checking if i686-pc-linux-gnu-gcc static flag works... yes
checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld
) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld
) supports shared libraries... yes
checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld
) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for i686-pc-linux-gnu-g77 option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g77 PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g77 supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g77 linker (/usr/i686-pc-linux-gnu/bin/ld
) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating manpage/Makefile
config.status: creating config.h
config.status: executing depfiles commands

eix version 0.2.0 configured successfully.
* cachefile will be /var/cache/eix
cd . && \
/bin/sh /var/tmp/portage/eix-0.2.0/work/eix-0.2.0/missing --run automake-1.6 -
-foreign Makefile
cd . && /bin/sh ./config.status Makefile
config.status: creating Makefile
cd . && /bin/sh /var/tmp/portage/eix-0.2.0/work/eix-0.2.0/missing --run autohead
er
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/var/tmp/portage/eix-0.2.0/work/eix-0.2.0'
Making all in src
make[2]: Entering directory `/var/tmp/portage/eix-0.2.0/work/eix-0.2.0/src'
cd .. && \
/bin/sh /var/tmp/portage/eix-0.2.0/work/eix-0.2.0/missing --run automake-1.6 -
-gnu src/Makefile
cd .. && /bin/sh ./config.status src/Makefile depfiles
config.status: creating src/Makefile
config.status: executing depfiles commands
make[2]: Leaving directory `/var/tmp/portage/eix-0.2.0/work/eix-0.2.0/src'
make[2]: Entering directory `/var/tmp/portage/eix-0.2.0/work/eix-0.2.0/src'
source='package.cc' object='package.o' libtool=no \
depfile='.deps/package.Po' tmpdepfile='.deps/package.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Werror -O2 -marc
h=pentium4 -fomit-frame-pointer -c -o package.o `test -f 'package.cc' || echo '.
/'`package.cc
source='debug_stopwatch.cc' object='debug_stopwatch.o' libtool=no \
depfile='.deps/debug_stopwatch.Po' tmpdepfile='.deps/debug_stopwatch.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Werror -O2 -marc
h=pentium4 -fomit-frame-pointer -c -o debug_stopwatch.o `test -f 'debug_stopwatc
h.cc' || echo './'`debug_stopwatch.cc
source='globals.cc' object='globals.o' libtool=no \
depfile='.deps/globals.Po' tmpdepfile='.deps/globals.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Werror -O2 -march=pentium4 -fomit-frame-pointer -c -o globals.o `test -f 'globals.cc' || echo './'`globals.cc
globals.cc: In function `bool vector_list_files(std::string&,
std::vector<std::string, std::allocator<std::string> >&, const char**)':
globals.cc:96: warning: suggest parentheses around assignment used as truth
value
make[2]: *** [globals.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/eix-0.2.0/work/eix-0.2.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/eix-0.2.0/work/eix-0.2.0'
make: *** [all] Error 2

!!! ERROR: app-portage/eix-0.2.0 failed.
!!! Function src_compile, Line 26, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.

bash-2.05b#
Back to top
View user's profile Send private message
appro
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jul 2003
Posts: 144
Location: Germany/Rosenheim

PostPosted: Wed Feb 16, 2005 12:16 pm    Post subject: Reply with quote

Use app-portage/eix-0.2.0-r1
_________________
If a packet hits a pocket on a socket on a port, and the bus is interrupted and the interrupt's not caught, then the socket packet pocket has an error to report.
Back to top
View user's profile Send private message
VelVet
n00b
n00b


Joined: 09 Feb 2005
Posts: 21
Location: Belgium

PostPosted: Wed Feb 16, 2005 1:26 pm    Post subject: Reply with quote

bash-2.05b# emerge eix-cvs-0.2
Calculating dependencies

!!! Problem in null/eix-cvs-0.2 dependencies.
!!! "Specific key requires an operator (null/eix-cvs-0.2) (try adding an '=')" exceptions
bash-2.05b#
Back to top
View user's profile Send private message
appro
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jul 2003
Posts: 144
Location: Germany/Rosenheim

PostPosted: Wed Feb 16, 2005 4:05 pm    Post subject: Reply with quote

Code:
emerge --sync && emerge -va =eix-0.2.0-r1

_________________
If a packet hits a pocket on a socket on a port, and the bus is interrupted and the interrupt's not caught, then the socket packet pocket has an error to report.
Back to top
View user's profile Send private message
VelVet
n00b
n00b


Joined: 09 Feb 2005
Posts: 21
Location: Belgium

PostPosted: Thu Feb 17, 2005 12:27 am    Post subject: Reply with quote

thx :)
works fine now
verry nice app btw
Back to top
View user's profile Send private message
xororand
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2004
Posts: 119

PostPosted: Thu Feb 24, 2005 11:04 pm    Post subject: Reply with quote

eix-0.2.1 is out

As lots of new features made it into eix-0.2.1, we decided to set up a wiki for it where it's explained in detail so I don't have to do this here.
The manpage has also been updated and covers all available options.
Back to top
View user's profile Send private message
Cintra
Advocate
Advocate


Joined: 03 Apr 2004
Posts: 2111
Location: Norway

PostPosted: Fri Feb 25, 2005 8:04 am    Post subject: Reply with quote

xororand wrote:
eix-0.2.1 is out

As lots of new features made it into eix-0.2.1, we decided to set up a wiki for it where it's explained in detail so I don't have to do this here.
The manpage has also been updated and covers all available options.

Very nice! :-D
_________________
"I am not bound to please thee with my answers" W.S.
Back to top
View user's profile Send private message
WladyX
Guru
Guru


Joined: 25 Nov 2004
Posts: 503
Location: Romania

PostPosted: Fri Feb 25, 2005 10:05 am    Post subject: Reply with quote

Great news! :D
_________________
We are not alone.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Goto page Previous  1, 2, 3, 4 ... 17, 18, 19  Next
Page 3 of 19

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum