[Wireshark-bugs] [Bug 14597] Issue while building latest version of wireshark 2.4.6

2018-04-10 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14597

--- Comment #5 from Abinaya  ---
Hi,

That issue seems to be fixed.

But now we could see below issue:

*
wireshark-wireshark-qt.o: In function `main':
wireshark-qt.cpp:(.text+0x22c): undefined reference to `g_get_monotonic_time()'
wireshark-qt.cpp:(.text+0x87c): undefined reference to `g_get_monotonic_time()'
wireshark-qt.cpp:(.text+0xb93): undefined reference to `g_get_monotonic_time()'
collect2: error: ld returned 1 exit status
make[2]: *** [wireshark] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/wireshark-2.4.6'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/wireshark-2.4.6'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.8ITAR5 (%build)
***

Please help me on this also.

Regards,
Abinaya

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 14597] Issue while building latest version of wireshark 2.4.6

2018-04-10 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14597

Pascal Quantin  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 14597] Issue while building latest version of wireshark 2.4.6

2018-04-10 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14597

--- Comment #4 from Gerrit Code Review  ---
Change 26853 merged by Pascal Quantin:
[profile.c] glist_fre_full() is 2.28, include glib-compat.h

https://code.wireshark.org/review/26853

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 14597] Issue while building latest version of wireshark 2.4.6

2018-04-10 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14597

--- Comment #3 from Pascal Quantin  ---
Acutally this was already fixed in master branch with
https://code.wireshark.org/review/#/c/24709/ but it was not backported in other
branches. I will add it now.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 14597] Issue while building latest version of wireshark 2.4.6

2018-04-10 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14597

Abinaya  changed:

   What|Removed |Added

   Severity|Blocker |Critical
   Priority|Low |High

--- Comment #2 from Abinaya  ---
Hi,

Thanks for the support.

I will try and let you know the status.

Regards,
Abinaya

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 14597] Issue while building latest version of wireshark 2.4.6

2018-04-10 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14597

Pascal Quantin  changed:

   What|Removed |Added

 CC||pascal.quan...@gmail.com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Pascal Quantin  ---
Hi Abinaya,

thansk for reporting the issue. Edit ui/profile.c file and add #include
:

diff --git a/ui/profile.c b/ui/profile.c
index cc4c9b94d5..e6ceeae859 100644
--- a/ui/profile.c
+++ b/ui/profile.c
@@ -36,6 +36,7 @@
 #include "ui/recent.h"

 #include 
+#include 

 static GList *current_profiles = NULL;
 static GList *edited_profiles = NULL;

Could you please report if it is enough to build or if other similar issues
exist?

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe