LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-15-2020, 02:20 PM   #16
ernie young
Member
 
Registered: Feb 2016
Distribution: Slackware -current x64 Multilib
Posts: 101

Original Poster
Rep: Reputation: Disabled

Tried again and not installing due to error.
Attached Files
File Type: txt wine-nine3.txt (5.8 KB, 8 views)
 
Old 08-15-2020, 02:28 PM   #17
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Apologies, I didn't see your second build log until now.

The error is different now.

Code:
Found pkg-config: /usr/bin/i586-slackware-linux-gnu-pkg-config (1.7.3)
Found CMake: NO
Run-time dependency d3d found: NO (tried pkgconfig and cmake)
Message: trying alternative name for d3d...
Run-time dependency d3dadapter9 found: NO (tried pkgconfig)

meson.build:76:2: ERROR: Dependency "d3dadapter9" not found, tried pkgconfig
Can you try these commands?

Code:
i586-slackware-linux-gnu-pkg-config --cflags d3d
Code:
stat /usr/lib/pkgconfig/d3d.pc
 
Old 08-15-2020, 03:02 PM   #18
ernie young
Member
 
Registered: Feb 2016
Distribution: Slackware -current x64 Multilib
Posts: 101

Original Poster
Rep: Reputation: Disabled
No worries, on the contrary thank you for your help.
Quote:
$ i586-slackware-linux-gnu-pkg-config --cflags d3d
Package d3d was not found in the pkg-config search path.
Perhaps you should add the directory containing `d3d.pc'
to the PKG_CONFIG_PATH environment variable
Package 'd3d', required by 'virtual:world', not found
Quote:
$ stat /usr/lib/pkgconfig/d3d.pc
stat: cannot stat '/usr/lib/pkgconfig/d3d.pc': No such file or directory

Last edited by ernie young; 08-15-2020 at 03:04 PM.
 
Old 08-15-2020, 03:08 PM   #19
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
How about this?

Code:
ls /var/log/packages/mesa*
 
Old 08-15-2020, 03:13 PM   #20
ernie young
Member
 
Registered: Feb 2016
Distribution: Slackware -current x64 Multilib
Posts: 101

Original Poster
Rep: Reputation: Disabled
Output
Quote:
$ ls /var/log/packages/mesa*
/var/log/packages/mesa-11.2.2-x86_64-1 /var/log/packages/mesa-compat32-11.2.2-x86_64-1compat32
 
Old 08-15-2020, 03:21 PM   #21
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
And this?

Code:
cat /var/log/packages/mesa-compat32-11.2.2-x86_64-1compat32
That package should provide /usr/lib/pkgconfig/d3d.pc which you do not seem to have and this would certainly lead to the problem you are experiencing.
 
Old 08-16-2020, 07:50 AM   #22
ernie young
Member
 
Registered: Feb 2016
Distribution: Slackware -current x64 Multilib
Posts: 101

Original Poster
Rep: Reputation: Disabled
It's in there, strange.
Attached Files
File Type: txt mesa-compat.txt (2.7 KB, 8 views)
 
Old 08-16-2020, 08:48 AM   #23
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Try reinstalling your mesa-compat32 package, ensure the file /usr/lib/pkgconfig/d3d.pc exists on your file system and then rebuilding wine-nine-standalone.
 
Old 08-16-2020, 09:47 AM   #24
ernie young
Member
 
Registered: Feb 2016
Distribution: Slackware -current x64 Multilib
Posts: 101

Original Poster
Rep: Reputation: Disabled
I re-installed the mesa-compat package with upgradepkg --reinstall and rebuilt wine-nine but it continues to fail in finding d3d. I attached the log file.
Quote:
$ ls /usr/lib/pkgconfig/d3d*
/usr/lib/pkgconfig/d3d.pc
Attached Files
File Type: txt wine-nine4.txt (6.8 KB, 5 views)

Last edited by ernie young; 08-16-2020 at 09:54 AM.
 
Old 08-16-2020, 10:19 AM   #25
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Strange...

Can you try this command again?

Code:
i586-slackware-linux-gnu-pkg-config --cflags d3d
 
Old 08-16-2020, 10:23 AM   #26
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Also try this command.

Code:
i586-slackware-linux-gnu-pkg-config --cflags libdrm
 
Old 08-16-2020, 10:46 AM   #27
ernie young
Member
 
Registered: Feb 2016
Distribution: Slackware -current x64 Multilib
Posts: 101

Original Poster
Rep: Reputation: Disabled
Tried:
Quote:
$ i586-slackware-linux-gnu-pkg-config --cflags d3d
Package libdrm was not found in the pkg-config search path.
Perhaps you should add the directory containing `libdrm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libdrm', required by 'd3d', not found
Quote:
$ i586-slackware-linux-gnu-pkg-config --cflags libdrm
Package libdrm was not found in the pkg-config search path.
Perhaps you should add the directory containing `libdrm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libdrm', required by 'virtual:world', not found
 
Old 08-16-2020, 10:50 AM   #28
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
It seems you are missing several important pkgconfig files, I'm not sure how you got to this point. It might help to entirely reinstall all of your multilib packages to catch them all.

Otherwise try reinstalling the compat32 libdrm package, that will hopefully get you farther in the case of wine-nine-standalone.
 
Old 08-16-2020, 11:40 AM   #29
ernie young
Member
 
Registered: Feb 2016
Distribution: Slackware -current x64 Multilib
Posts: 101

Original Poster
Rep: Reputation: Disabled
I reinstalled the multilib libraries and that seems to have fixed libdrm. Not sure how my multilibs got corrupt. I appreciate your patience and guidance thus far.
Attached Files
File Type: txt wine-nine6.txt (5.7 KB, 9 views)
 
Old 08-16-2020, 12:36 PM   #30
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Seems more are still missing, try these commands.

Code:
i586-slackware-linux-gnu-pkg-config --libs x11
Code:
i586-slackware-linux-gnu-pkg-config --libs xcb
You may need reinstall even more multilib packages.
 
  


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
nvidia-driver SBo The symbolic link '/usr/lib/libGL.so.1' does not point to 'tmp/SBo/package-nvidia-driver/usr/lib64/libGL.so.1' Gerardo Zamudio Slackware 5 07-30-2017 10:44 PM
[SOLVED] Wine 2 with multilib: compile problems (unsupported SBo setup) josiah Slackware 7 05-15-2017 01:50 PM
Questions for Robby, ponce, or anyone from SBo about SBo submission requirements. ReaperX7 Slackware 4 06-07-2015 11:30 AM
Nvidia-driver.SlackBuild from SBo (or: I am a bad and sloppy SBo maintainer) kingbeowulf Slackware 8 08-31-2012 02:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:10 PM.

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