Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32991 - Xopenfont patch not correct format when emerging wine 20031016
Summary: Xopenfont patch not correct format when emerging wine 20031016
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-08 01:58 UTC by Craig Bradney
Modified: 2003-12-01 04:02 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 Craig Bradney 2003-11-08 01:58:38 UTC
Im emerging the new wine now and I noticed as it was running through what is in
"actual results", ie the xopenfont patch file is not of a recognised format.. It
does apply, but I wasnt sure re the format so I thought I'd report in just as an
FYI.

Reproducible: Always
Steps to Reproduce:
1. emerge -u wine
2.
3.

Actual Results:  
>>> md5 src_uri ;-) Wine-20031016.tar.gz
>>> md5 src_uri ;-) wine-20031016-xopenfont.patch
>>> md5 src_uri ;-) wine-20031016-fake_windows.tar.bz2
>>> md5 src_uri ;-) wine-20031016-misc.tar.bz2
>>> Unpacking source...
>>> Unpacking Wine-20031016.tar.gz to /var/tmp/portage/wine-20031016/work
>>> Unpacking wine-20031016-xopenfont.patch to /var/tmp/portage/wine-20031016/work
unpack wine-20031016-xopenfont.patch: file format not recognized. Ignoring.
>>> Unpacking wine-20031016-fake_windows.tar.bz2 to
/var/tmp/portage/wine-20031016/work
>>> Unpacking wine-20031016-misc.tar.bz2 to /var/tmp/portage/wine-20031016/work
 * Applying wine-20031016-xopenfont.patch...                                   
      [ ok ]
>>> Source unpacked.



Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.23_pre8-gss)
=================================================================
System uname: 2.4.23_pre8-gss i686 AMD Duron(tm) processor
Gentoo Base System version 1.4.3.10p1
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon -O2 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox autoaddcvs ccache"
GENTOO_MIRRORS="http://212.219.247.15/sites/www.ibiblio.org/gentoo/
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
http://212.219.247.19/sites/www.ibiblio.org/gentoo/
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://ftp.easynet.nl/mirror/gentoo/
http://212.219.247.17/sites/www.ibiblio.org/gentoo/
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo
http://212.219.247.20/sites/www.ibiblio.org/gentoo/
http://212.219.247.12/sites/www.ibiblio.org/gentoo/
http://ftp.uni-erlangen.de/pub/mirrors/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod
mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib directfb
gtkhtml alsa gdbm berkdb slang readline arts tetex aalib bonobo svga java guile
mysql X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gnome gtk qt
kde motif opengl mozilla gphoto2 ldap cdr acpi apache2 dvd fbcon gnutls gtk-html
gtk2 imap innodb lcms moznocompose moznoirc moznomail odbc radeon samba slp usb
Xaw3d xml zope"
Comment 1 SpanKY gentoo-dev 2003-11-08 07:50:20 UTC
it shows up because we're lazy ;)

the unpack cmd is unpack ${A} rather than specifying every file ... the patch
is in ${A} so unpack goes 'hey i dont know what to do with this' ...
Comment 2 Craig Bradney 2003-11-09 05:28:21 UTC
No problem for me.. just saw it and thought I'd report it in case it was
an error worth noting.
Comment 3 Alex Veber (RETIRED) gentoo-dev 2003-12-01 04:02:30 UTC
fixed in cvs (wine-20031118-r1.ebuild), Thanks.