Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 369749

Summary: net-analyzer/wireshark-1.4.7 failed on compile
Product: Gentoo Linux Reporter: tman <cornicx>
Component: New packagesAssignee: Peter Volkov (RETIRED) <pva>
Status: RESOLVED FIXED    
Severity: QA CC: qa, roamingangel, smoothhound, weeve3, wtt6
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 369683    

Description tman 2011-06-02 08:19:06 UTC
Error: can't find uniform variable "bUseLight"
 1  * Package:    net-analyzer/wireshark-1.4.7
 2  * Repository: gentoo
 3  * Maintainer: pva@gentoo.org netmon@gentoo.org
 4  * USE:        adns amd64 caps elibc_glibc geoip gtk ipv6 kerberos kernel_linux lua multilib pcap python ssl threads userland_GNU zlib
 5  * FEATURES:   ccache preserve-libs sandbox
 6 
 7  * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 8  *
 9  *   /usr/portage/net-analyzer/wireshark/files/wireshark-1.4.7-wspy_dissectors_dir.patch
10  *   ( wireshark-1.4.7-wspy_dissectors_dir.patch )
11 
12  * ERROR: net-analyzer/wireshark-1.4.7 failed (prepare phase):
13  *   Cannot find $EPATCH_SOURCE!
14  *
15  * Call stack:
16  *     ebuild.sh, line   56:  Called src_prepare
17  *   environment, line 5514:  Called epatch '/usr/portage/net-analyzer/wireshark/files/wireshark-1.4.7-wspy_dissectors_dir.patch'
18  *   environment, line 2243:  Called die
19  * The specific snippet of code:
20  *               die "Cannot find \$EPATCH_SOURCE!";
21  *
22  * If you need support, post the output of 'emerge --info =net-analyzer/wireshark-1.4.7',
23  * the complete build log and the output of 'emerge -pqv =net-analyzer/wireshark-1.4.7'.
24  * The complete build log is located at '/var/log/portage/net-analyzer:wireshark-1.4.7:20110602-081131.log'.
25  * The ebuild environment file is located at '/var/tmp/portage/net-analyzer/wireshark-1.4.7/temp/environment'.
26  * S: '/var/tmp/portage/net-analyzer/wireshark-1.4.7/work/wireshark-1.4.7'


Reproducible: Always




Portage 2.2.0_alpha37_p8 (default/linux/amd64/10.0/desktop, gcc-4.5.3, glibc-2.13-r2, 2.6.39-gentoo x86_64)
=================================================================
System uname: Linux-2.6.39-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_P9700_@_2.80GHz-with-gentoo-2.0.2
Timestamp of tree: Thu, 02 Jun 2011 08:00:01 +0000
ccache version 3.1.5 [enabled]
app-shells/bash:          4.2_p10
dev-java/java-config:     2.1.11-r3
dev-lang/python:          2.7.1-r2, 3.1.3-r1, 3.2
dev-util/ccache:          3.1.5
dev-util/cmake:           2.8.4-r1
sys-apps/baselayout:      2.0.2
sys-apps/openrc:          0.8.2-r1::poly-c
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.9.6-r3, 1.10.3, 1.11.1-r1
sys-devel/binutils:       2.21
sys-devel/gcc:            4.4.5, 4.5.3_pre::poly-c
sys-devel/gcc-config:     1.4.1-r1
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82
sys-kernel/linux-headers: 2.6.38 (virtual/os-headers)
sys-libs/glibc:           2.13-r2
Repositories: gentoo amielke-overlay emacs gnome lorelei-overlay java-overlay lxde mgorny mpd nikai qting-edge roslin scarabeus_local_overlay science Techwolf bleeding-edge poly-c wirelay kde lokal
Installed sets: 
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=core2 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
Comment 1 Shannon 2011-06-02 11:31:36 UTC
Need to change the following line:

epatch "${FILESDIR}/${P}-wspy_dissectors_dir.patch"

to:

epatch "${FILESDIR}/${PN}-1.4.6-wspy_dissectors_dir.patch"


Or you can change the name of the patch file in the files directory to 1.4.7 instead of 1.4.6, but that would break the 1.4.6 ebuilds. Unless you changed those as well.
Comment 2 Dominique Michel 2011-06-02 15:23:00 UTC
same error here
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2011-06-02 17:32:27 UTC
Seriously, not even a compile test before committing something to cvs? *sigh*
Comment 4 Henrique Dias 2011-06-02 19:19:39 UTC
I have the some problem.

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) net-analyzer/wireshark-1.4.7
 * wireshark-1.4.7.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...               [ ok ]
 * Package:    net-analyzer/wireshark-1.4.7
 * Repository: gentoo
 * Maintainer: pva@gentoo.org netmon@gentoo.org
 * USE:        amd64 caps elibc_glibc gtk ipv6 kernel_linux multilib pcap python ssl userland_GNU zlib
 * FEATURES:   sandbox
>>> Unpacking source...
>>> Unpacking wireshark-1.4.7.tar.bz2 to /var/tmp/portage/net-analyzer/wireshark-1.4.7/work
>>> Source unpacked in /var/tmp/portage/net-analyzer/wireshark-1.4.7/work
>>> Preparing source in /var/tmp/portage/net-analyzer/wireshark-1.4.7/work/wireshark-1.4.7 ...

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/net-analyzer/wireshark/files/wireshark-1.4.7-wspy_dissectors_dir.patch
 *   ( wireshark-1.4.7-wspy_dissectors_dir.patch )

 * ERROR: net-analyzer/wireshark-1.4.7 failed (prepare phase):
 *   Cannot find $EPATCH_SOURCE!
 * 
 * Call stack:
 *     ebuild.sh, line   56:  Called src_prepare
 *   environment, line 5478:  Called epatch '/usr/portage/net-analyzer/wireshark/files/wireshark-1.4.7-wspy_dissectors_dir.patch'
 *   environment, line 2207:  Called die
 * The specific snippet of code:
 *               die "Cannot find \$EPATCH_SOURCE!";
 * 
 * If you need support, post the output of 'emerge --info =net-analyzer/wireshark-1.4.7',
 * the complete build log and the output of 'emerge -pqv =net-analyzer/wireshark-1.4.7'.
 * The complete build log is located at '/var/tmp/portage/net-analyzer/wireshark-1.4.7/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-analyzer/wireshark-1.4.7/temp/environment'.
 * S: '/var/tmp/portage/net-analyzer/wireshark-1.4.7/work/wireshark-1.4.7'
Comment 5 Peter Volkov (RETIRED) gentoo-dev 2011-06-03 04:05:43 UTC
Is this still a problem? I'm sure I've commited fix. If not, please, reopen.