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

Bug 294041

Summary: Wireshark 1.2.4 fails to compile
Product: Gentoo Linux Reporter: Cybertinus <gentoo>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: The enviroment file
emerge --info output
emerge --info =net-analyzer/wireshark-1.2.4 output
The build.log part 1
The build.log part 2

Description Cybertinus 2009-11-22 12:53:20 UTC
When I try to upgrade to Wireshark 1.2.4 from 1.2.3 the compile process failes, so I can't upgrade. Something I would really like to do with software like Wireshark ;)

Reproducible: Always

Steps to Reproduce:
1. Enable installing of testing versions of Wireshark, so 1.2.4 becomes available
2. run emerge -av1 wireshark to upgrade from 1.2.3 to 1.2.4
3. Watch it fail

Actual Results:  
Emerge fails to compile Wireshark 1.2.4

Expected Results:  
Wireshark 1.2.4 compiled succesfully so I can use it
Comment 1 Cybertinus 2009-11-22 12:55:09 UTC
Created attachment 210869 [details]
The enviroment file
Comment 2 Cybertinus 2009-11-22 12:56:09 UTC
Created attachment 210870 [details]
emerge --info output
Comment 3 Cybertinus 2009-11-22 12:56:54 UTC
Created attachment 210871 [details]
emerge --info =net-analyzer/wireshark-1.2.4 output
Comment 4 Cybertinus 2009-11-22 12:59:32 UTC
Created attachment 210872 [details]
The build.log part 1
Comment 5 Cybertinus 2009-11-22 13:00:40 UTC
Created attachment 210874 [details]
The build.log part 2

This file goes directly after part 1, there aren't any lines between them.
Generated the 2 parts with the following command:
split -l 3000 -d /var/tmp/portage/net-analyzer/wireshark-1.2.4/temp/build.log buildlog_part
Comment 6 Cybertinus 2009-11-22 13:02:35 UTC
emerge -pqv =net-analyzer/wireshark-1.24 output:

[ebuild     U ] net-analyzer/wireshark-1.2.4 [1.2.3] USE="caps gtk ipv6 pcap pcre threads zlib -adns -ares -gcrypt -geoip -gnutls -kerberos -lua -portaudio -profile (-selinux) -smi"



I really hope all this information helps in fixing this bug.
Comment 7 Patrick Lauer gentoo-dev 2009-11-22 16:42:23 UTC
libtool: link: cannot find the library `/usr/lib64/libGL.la' or unhandled argument `/usr/lib64/libGL.la'


emerge lafilefixer; lafilefixer --justfixit
Comment 8 Cybertinus 2009-11-22 18:41:43 UTC
Ah yes, that fixed it indeed. Thnx Patrick. Sorry for the false bugreport.