Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127283 - `equery l -p jpilot` omits jpilot-0.99.8_pre9
Summary: `equery l -p jpilot` omits jpilot-0.99.8_pre9
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
: 127284 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-03-23 03:11 UTC by Simon Ruggier
Modified: 2022-10-20 02:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
jpilot-Mail-0.1.7.ebuild (jpilot-Mail-0.1.7.ebuild,816 bytes, text/plain)
2007-01-02 06:23 UTC, Serhij S. Stasyuk
Details
files/jpilot-Mail-0.1.7.patch (jpilot-Mail-0.1.7.patch,5.27 KB, patch)
2007-01-02 06:24 UTC, Serhij S. Stasyuk
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Ruggier 2006-03-23 03:11:58 UTC
The output of the ls command below shows the existence of jpilot-0.99.8_pre9, but in the output of equery, that version is omitted.

 # equery l -p jpilot
[ Searching for package 'jpilot' in all categories among: ]
 * installed packages
[I--] [  ] app-pda/jpilot-0.99.7-r1 (0)
 * Portage tree (/usr/portage)
[-P-] [  ] app-pda/jpilot-backup-0.50 (0)
[-P-] [  ] app-pda/jpilot-plucker-0.01 (0)
[-P-] [M~] app-pda/jpilot-syncmal-0.72.1 (0)
 # ls /usr/portage/app-pda/jpilot/
ChangeLog  files                    jpilot-0.99.8_pre9.ebuild
Manifest   jpilot-0.99.7-r1.ebuild  metadata.xml



 # emerge --info
Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.4.5, glibc-2.3.5-r2, 2.6.16-rc5 i686)
=================================================================
System uname: 2.6.16-rc5 i686 Mobile AMD Athlon(tm) 64 Processor 3400+
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon64 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon64 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://mirror.datapipe.net/gentoo http://gentoo.chem.wisc.edu/gentoo/ http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/etc/portage/overlay"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X X509 Xaw3d a52 aac aalib acpi alsa apache2 apm arts asf asm audiofile avi bash-completion berkdb bitmap-fonts bl bootsplash bzip2 cairo cddb cdparanoia cdr chroot cjk cpudetection crypt cscope ctype cups curl curlwrappers dbus dhcp doc dri dts dv dvd dvdr dvdread dvi edl eds emboss encode esd exif expat fam fat fbcon ffmpeg firefox flac foomaticdb fortran ftp gd gdbm gif gimp glitz glut gmp gnome gnutls gpm gs gstreamer gtk gtk2 gtkhtml hal hfs hpn iconv idn ieee1394 imagemagick imlib ipv6 java javascript jfs joystick jpeg jpeg2k kde kdeenablefinal lcms ldap libcaca libg++ libwww live logitech-mouse logrotate lua lzo mad matroska md5sum memlimit mikmod mjpeg mmap mmx mmxext mng motif mp3 mpeg multicall musicbrainz mysql nas nautilus ncurses network new-login nfs nls nntp no-htdocs nptl nptlonly nsplugin ntfs offensive ogg oggvorbis on-the-fly-crypt openal opengl oss pam pcmcia pcre pda pdf pdflib perl php png povray python qt quicktime rdesktop readline real reiser4 reiserfs rtc samba sasl scanner sdl session simplexml slp soap sockets speex spell spl sqlite sse sse2 ssl startup-notification svg svga t1lib tcpd tetex tga theora threads tiff tokenizer truetype truetype-fonts type1-fonts udev unicode usb userlocales v4l v4l2 vcd vidix vim-with-x vorbis vv wifi win32codecs wmf xanim xcomposite xfs xine xinerama xml2 xpm xprint xrandr xscreensaver xv xvid xvmc zeroconf zlib video_cards_ati video_cards_fglrx input_devices_evdev input_devices_joystick input_devices_keyboard input_devices_mouse input_devices_synaptics userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Simon Ruggier 2006-03-23 03:13:17 UTC
*** Bug 127284 has been marked as a duplicate of this bug. ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-03-23 05:21:56 UTC
Works just fine here w/ latest gentoolkit.

# equery l -p jpilot
[ Searching for package 'jpilot' in all categories among: ]
 * installed packages
 * Portage tree (/usr/portage)
[-P-] [  ] app-pda/jpilot-0.99.7-r1 (0)
[-P-] [M~] app-pda/jpilot-0.99.8_pre9 (0)
[-P-] [  ] app-pda/jpilot-backup-0.50 (0)
[-P-] [  ] app-pda/jpilot-plucker-0.01 (0)
[-P-] [M~] app-pda/jpilot-syncmal-0.72.1 (0)

Which gentoolkit version are you using?
Comment 3 Simon Ruggier 2006-03-23 06:08:45 UTC
app-portage/gentoolkit-0.2.1
Comment 4 Simon Ruggier 2006-03-23 13:15:29 UTC
I've figured out the problem:  copy the jpilot directory to your overlay and then run equery again.  It omits the portage version because it is overridden by the overlay.  I don't think this is what should happen.
Comment 5 Serhij S. Stasyuk 2007-01-02 06:23:08 UTC
Created attachment 105156 [details]
jpilot-Mail-0.1.7.ebuild

Ebuild for app-pda/jpilot-Mail
Comment 6 Serhij S. Stasyuk 2007-01-02 06:24:12 UTC
Created attachment 105157 [details, diff]
files/jpilot-Mail-0.1.7.patch

Patch for broken compilation (not full clean, but now compiles and works)
Comment 7 Samuli Suominen (RETIRED) gentoo-dev 2010-07-13 14:12:31 UTC
Comment on attachment 105156 [details]
jpilot-Mail-0.1.7.ebuild

Wrong bug.
Comment 8 Samuli Suominen (RETIRED) gentoo-dev 2010-07-13 14:12:52 UTC
Comment on attachment 105157 [details, diff]
files/jpilot-Mail-0.1.7.patch

Wrong bug.