Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 294041 - Wireshark 1.2.4 fails to compile
Summary: Wireshark 1.2.4 fails to compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-22 12:53 UTC by Cybertinus
Modified: 2009-11-22 18:41 UTC (History)
0 users

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


Attachments
The enviroment file (environment,120.24 KB, text/plain)
2009-11-22 12:55 UTC, Cybertinus
Details
emerge --info output (emerge_info.txt,12.28 KB, text/plain)
2009-11-22 12:56 UTC, Cybertinus
Details
emerge --info =net-analyzer/wireshark-1.2.4 output (emerge_info_wireshark.txt,12.38 KB, text/plain)
2009-11-22 12:56 UTC, Cybertinus
Details
The build.log part 1 (buildlog_part00,1.44 MB, text/plain)
2009-11-22 12:59 UTC, Cybertinus
Details
The build.log part 2 (buildlog_part01,1014.53 KB, text/plain)
2009-11-22 13:00 UTC, Cybertinus
Details

Note You need to log in before you can comment on or make changes to this bug.
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.