LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-29-2022, 01:18 PM   #1
vinj
LQ Newbie
 
Registered: Apr 2022
Posts: 11

Rep: Reputation: 0
Thumbs up dig into TencentMeeting deb package - debianer plz look here


Hi,
I'm trying to port Tencentmeeting deb package (https://updatecdn.meeting.qq.com/OTR...lt.publish.deb, official only give deb package) to other linux distro.
But after installation, no matter ./wemeetapp or ./wemeetapp.sh, all fails.

wemeet:WemeetSatrt
wemeet:WemeetStop


$ gdb wemeetapp
Starting program: /opt/wemeet/bin/wemeetapp
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
wemeet:WemeetSatrt
[New Thread 0x7fffdd452640 (LWP 2901)]
[New Thread 0x7fffd699b640 (LWP 2902)]
[New Thread 0x7fffcba39640 (LWP 2903)]
[New Thread 0x7fffcb0ec640 (LWP 2904)]
[New Thread 0x7fffca8eb640 (LWP 2905)]
[New Thread 0x7fffca0ea640 (LWP 2906)]
[New Thread 0x7fffc98e9640 (LWP 2907)]
[New Thread 0x7fffc90e8640 (LWP 2908)]
[New Thread 0x7fffc88e7640 (LWP 2909)]
[New Thread 0x7fffb3fff640 (LWP 2910)]
[New Thread 0x7fffb37fe640 (LWP 2911)]
[New Thread 0x7fffb2ffd640 (LWP 2912)]
[New Thread 0x7fffb27fc640 (LWP 2913)]
[New Thread 0x7fffb1ffb640 (LWP 2914)]
[New Thread 0x7fffb17fa640 (LWP 2915)]
[New Thread 0x7fffb0ff9640 (LWP 2916)]
[New Thread 0x7fff87fff640 (LWP 2917)]
[New Thread 0x7fff877fe640 (LWP 2918)]
[New Thread 0x7fff86ffd640 (LWP 2919)]
[New Thread 0x7fff867fc640 (LWP 2920)]
[New Thread 0x7fff85ffb640 (LWP 2921)]
[New Thread 0x7fff857fa640 (LWP 2922)]
[New Thread 0x7fff84ff9640 (LWP 2923)]
[New Thread 0x7fff6ffff640 (LWP 2924)]
[New Thread 0x7fff6f7fe640 (LWP 2925)]
[Detaching after fork from child process 2926]
[Thread 0x7fff877fe640 (LWP 2918) exited]
[Thread 0x7fffd699b640 (LWP 2902) exited]
[Thread 0x7fffb27fc640 (LWP 2913) exited]
[Thread 0x7fff87fff640 (LWP 2917) exited]
[Thread 0x7fffb0ff9640 (LWP 2916) exited]
[Thread 0x7fffb17fa640 (LWP 2915) exited]
[Thread 0x7fffb1ffb640 (LWP 2914) exited]
[Thread 0x7fffb2ffd640 (LWP 2912) exited]
[Thread 0x7fffb37fe640 (LWP 2911) exited]
[Thread 0x7fffb3fff640 (LWP 2910) exited]
[Thread 0x7fffc88e7640 (LWP 2909) exited]
[Thread 0x7fffc90e8640 (LWP 2908) exited]
[Thread 0x7fffc98e9640 (LWP 2907) exited]
[Thread 0x7fffca0ea640 (LWP 2906) exited]
[Thread 0x7fffca8eb640 (LWP 2905) exited]
[Thread 0x7fffcb0ec640 (LWP 2904) exited]
[Thread 0x7fffcba39640 (LWP 2903) exited]
wemeet:WemeetStop
[Thread 0x7fff6f7fe640 (LWP 2925) exited]
[Thread 0x7fff84ff9640 (LWP 2923) exited]
[Thread 0x7fff857fa640 (LWP 2922) exited]
[Thread 0x7fff85ffb640 (LWP 2921) exited]
[Thread 0x7fff867fc640 (LWP 2920) exited]
[Thread 0x7fff86ffd640 (LWP 2919) exited]
[Thread 0x7fffdd452640 (LWP 2901) exited]
[Thread 0x7fffdd455d80 (LWP 2897) exited]
[Inferior 1 (process 2897) exited normally]



debianer or kindhearted guys, plz give some clue.
 
Old 08-29-2022, 01:47 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,730

Rep: Reputation: 7973Reputation: 7973Reputation: 7973Reputation: 7973Reputation: 7973Reputation: 7973Reputation: 7973Reputation: 7973Reputation: 7973Reputation: 7973Reputation: 7973
Quote:
Originally Posted by vinj View Post
Hi,
I'm trying to port Tencentmeeting deb package (https://updatecdn.meeting.qq.com/OTR...lt.publish.deb, official only give deb package) to other linux distro. But after installation, no matter ./wemeetapp or ./wemeetapp.sh, all fails.
Code:
wemeet:WemeetSatrt
wemeet:WemeetStop


$ gdb wemeetapp
Starting program: /opt/wemeet/bin/wemeetapp 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
wemeet:WemeetSatrt
[New Thread 0x7fffdd452640 (LWP 2901)]
[New Thread 0x7fffd699b640 (LWP 2902)]
[New Thread 0x7fffcba39640 (LWP 2903)]
[New Thread 0x7fffcb0ec640 (LWP 2904)]
[New Thread 0x7fffca8eb640 (LWP 2905)]
[New Thread 0x7fffca0ea640 (LWP 2906)]
[New Thread 0x7fffc98e9640 (LWP 2907)]
[New Thread 0x7fffc90e8640 (LWP 2908)]
[New Thread 0x7fffc88e7640 (LWP 2909)]
[New Thread 0x7fffb3fff640 (LWP 2910)]
[New Thread 0x7fffb37fe640 (LWP 2911)]
[New Thread 0x7fffb2ffd640 (LWP 2912)]
[New Thread 0x7fffb27fc640 (LWP 2913)]
[New Thread 0x7fffb1ffb640 (LWP 2914)]
[New Thread 0x7fffb17fa640 (LWP 2915)]
[New Thread 0x7fffb0ff9640 (LWP 2916)]
[New Thread 0x7fff87fff640 (LWP 2917)]
[New Thread 0x7fff877fe640 (LWP 2918)]
[New Thread 0x7fff86ffd640 (LWP 2919)]
[New Thread 0x7fff867fc640 (LWP 2920)]
[New Thread 0x7fff85ffb640 (LWP 2921)]
[New Thread 0x7fff857fa640 (LWP 2922)]
[New Thread 0x7fff84ff9640 (LWP 2923)]
[New Thread 0x7fff6ffff640 (LWP 2924)]
[New Thread 0x7fff6f7fe640 (LWP 2925)]
[Detaching after fork from child process 2926]
[Thread 0x7fff877fe640 (LWP 2918) exited]
[Thread 0x7fffd699b640 (LWP 2902) exited]
[Thread 0x7fffb27fc640 (LWP 2913) exited]
[Thread 0x7fff87fff640 (LWP 2917) exited]
[Thread 0x7fffb0ff9640 (LWP 2916) exited]
[Thread 0x7fffb17fa640 (LWP 2915) exited]
[Thread 0x7fffb1ffb640 (LWP 2914) exited]
[Thread 0x7fffb2ffd640 (LWP 2912) exited]
[Thread 0x7fffb37fe640 (LWP 2911) exited]
[Thread 0x7fffb3fff640 (LWP 2910) exited]
[Thread 0x7fffc88e7640 (LWP 2909) exited]
[Thread 0x7fffc90e8640 (LWP 2908) exited]
[Thread 0x7fffc98e9640 (LWP 2907) exited]
[Thread 0x7fffca0ea640 (LWP 2906) exited]
[Thread 0x7fffca8eb640 (LWP 2905) exited]
[Thread 0x7fffcb0ec640 (LWP 2904) exited]
[Thread 0x7fffcba39640 (LWP 2903) exited]
wemeet:WemeetStop
[Thread 0x7fff6f7fe640 (LWP 2925) exited]
[Thread 0x7fff84ff9640 (LWP 2923) exited]
[Thread 0x7fff857fa640 (LWP 2922) exited]
[Thread 0x7fff85ffb640 (LWP 2921) exited]
[Thread 0x7fff867fc640 (LWP 2920) exited]
[Thread 0x7fff86ffd640 (LWP 2919) exited]
[Thread 0x7fffdd452640 (LWP 2901) exited]
[Thread 0x7fffdd455d80 (LWP 2897) exited]
[Inferior 1 (process 2897) exited normally]
debianer or kindhearted guys, plz give some clue.
Hard to say since you don't say what the "other Linux distro" is, or how you installed it. Hard to say much, because just based on what you posted, it seems like it starts, runs a bit, and stops...exiting normally. Can't say much from that. However, it would appear that this is a flatpack app: https://flathub.org/apps/details/com.tencent.wemeet

...which should run just fine on a lot of different distros. Until you provide some details, there's not a lot we can tell you. And please see the LQ Rules about text-speak and not using it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[B][RED]Critical - Help Needed Immediately PLZ PLZ PLZ[/B][/RED] zoomzatag Linux - Newbie 4 10-07-2010 01:25 PM
BIND9: dig <hostname> doesn't work, dig <hostname.domain.tld> does. jhwilliams Linux - Server 2 04-09-2010 01:01 PM
dig @ works, dig doesn't eelgueta Linux - Networking 6 07-09-2007 06:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration