Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91272 - gtk+-2.6-smoothscroll-r5.patch has unrecognize format.
Summary: gtk+-2.6-smoothscroll-r5.patch has unrecognize format.
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-03 00:02 UTC by dan zhou
Modified: 2005-05-03 03:19 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dan zhou 2005-05-03 00:02:36 UTC
When I try to emerge gtk+2.6.7, I get a message saying gtk+-2.6-smoothscroll-r5.patch has "unrecognize format" and is ignored. 
I removed the file from my distfiles folder and downloaded it again. Still the same.

Reproducible: Always
Steps to Reproduce:
1. emerge gtk+


Actual Results:  
the patch has no effect.

Expected Results:  
the patch should be applied.
Comment 1 Brian Harring (RETIRED) gentoo-dev 2005-05-03 00:05:55 UTC
attach emerge --info output...
Comment 2 dan zhou 2005-05-03 00:10:37 UTC
1. output of emerge gtk+
.....
>>> Unpacking source...
>>> Unpacking gtk+-2.6.7.tar.bz2 to /var/tmp/portage/gtk+-2.6.7/work
>>> Unpacking gtk+-2.6-smoothscroll-r5.patch to /var/tmp/portage/gtk+-2.6.7 /work
unpack gtk+-2.6-smoothscroll-r5.patch: file format not recognized. Ignoring .
 * Applying gtk+-2.2.1-disable_icons_smooth_alpha.patch ...               [  ok ]
 * Applying gtk+-2.6-smoothscroll-r5.patch ...                            [  ok ]
 * Removing useless C++ checks ...                                        [  ok ]
>>> Source unpacked.
.....

=================================================================
emerge --info
Portage 2.0.51.20-r5 (default-linux/x86/2004.2/gcc34, gcc-3.4.3-20050110, glibc-2.3.5-r0, 2.6.11-nitro2 i686)
=================================================================
System uname: 2.6.11-nitro2 i686 Intel(R) Pentium(R) 4 Mobile CPU 1.80GHz
Gentoo Base System version 1.6.11
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.3
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r8
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe  -mfpmath=sse -msse2 -mmmx"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe  -mfpmath=sse -msse2 -mmmx"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apache2 avi berkdb bitmap-fonts cjk crypt curl dba divx4linux eds emboss encode esd ethereal f77 fam flac flash font-server foomaticdb fortran gd gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml hal imap imlib ipv6 java jpeg junit libg++ libwww mad maildir mikmod mmx mozilla mp3 mpeg mysql ncurses nls nptl ogg oggvorbis opengl oss pam pdflib perl php png python quicktime readline samba sdl slang spell sse ssl tcpd tiff truetype truetype-fonts type1-fonts unicode vorbis win32codecs x86 xine xinerama xml2 xmms xv xvid zlib"
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY
Comment 3 foser (RETIRED) gentoo-dev 2005-05-03 03:19:59 UTC
It's a completely harmless warning. this is what we get from showing debug info to users.

You claim it is 'ignored' yet it clearly shows :
* Applying gtk+-2.6-smoothscroll-r5.patch ...                            [  ok ]

This is not a bug.