[ 
https://issues.apache.org/jira/browse/THRIFT-5894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18021252#comment-18021252
 ] 

Jens Geyer commented on THRIFT-5894:
------------------------------------

I have to admit that until now I didn't even know what "conda" is. And since 
then, I wonder if we are the right contact for this isssue at all? 

Funny enough, although the site lists tons of files for the [thrift 
package|https://anaconda.org/conda-forge/thrift], but the maintainers seem too 
shy to show their names directly. So [let's grab into one of the 
files|https://binstar-cio-packages-prod.s3.amazonaws.com/5f80ff0278d4370a87746c40/66d0bb94ad033ad41f112a2e?response-content-disposition=attachment%3B%20filename%3D%22thrift-0.20.0-py311hda3d55a_1.conda%22%3B%20filename%2A%3DUTF-8%27%27thrift-0.20.0-py311hda3d55a_1.conda&response-content-type=application%2Foctet-stream&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIAWUI46DZFPLEQ224Y%2F20250918%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T200323Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEEwaCXVzLWVhc3QtMSJHMEUCIQCWuOktkphG4FuDkFCJEuztIgJqYVAj4qoqDSHkN7jrDQIgNWWcXgeCrmJ0ATe%2BHTQKbeAKMwpZp8Lj6oTKoUDH4IgqhwUIxf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw0NTU4NjQwOTgzNzgiDLOfcre0BegskB4WqyrbBJYPTmEJ9tm9jFM5Q72d6hXzzXcgvsmtk88iM5ws%2Fut8TquMfSTIadSu4VLN0ILvAR8RyLXB62iEwSeGBUgw3zKdAWmRfyfrZNfnohgLNl%2FL0UdNhTgMFlFEP9k10ECPXiHlzb7a0UsAI4yrJTLaq8rTZW7RclUweoz7gLaUA%2FDHxlWZjAawLTKIZXxwKNj2RDF1rDyD44TO3PPo%2BzbyvdYDFSSpbsOrEzuttIfvm7BFOLT9A4RORb%2B2aJkaHZNGJnvS6LrMDskjkNflk95hJHFpwpGQzrvFLK1Q7WpBP1fOzPGcy7ZzlqrUBR8Gf4G3bUA0AHk9ca7hfGdFG7A6Q8mDKj8LCPTarPjN2G6IYIanriOXAIoAR1JWIq1QQKti26yDENeeWssL1m6TJ%2FyQWoYQTPExZ37kwvjCfzEpdc%2BC5VAdixn1T8%2F8FvRdJg3zGTVNiDVB%2FnQM6I%2F58UqlkLVJmkpt5%2FqlY1qFZOHXA%2FNQJ%2B2EuqCmZGe7UJLs8kqzAPQcz82KouLxrXyHxC%2Bbp80d4CJknKRXDDE9fU5iFYNKlEO%2BCzoFLtZaIELaDQ2OR7ZWY8nkJBBnVGsLCvpLBVBHSM7TJo%2FVAFffuX5o2dLagY4qAOKR0OM2H2%2Bb7xrf2CaNBTEUJFzoXddgs6zJdl39VhS8j6HSrwA4tpxq5wtp%2BusoScrRhvWWEK8MzlO6%2B%2F110bhOAc5vIrFpAgMCJ%2FhjFiOR1gPd4oZeapskUkWgI7CTPYTx%2FmAG6cwcoOUJnPRQ26Nxlpe0PFAc8O12l4eQQaeP6jVW7iWg5DDEuLHGBjqaAeAx2yZV%2FitGJorppSr3%2BSaXzGKVd%2FFY7Fgef7fRE%2FPTFJ7Uhm2Z7hhx66ZK5lDWC0VqtmMv0p3ZkEr35owzlBy6Xt9lrg3vRzb1ULu3vuJMxbZQUloMV8lYddwxju94nT944tc6RErywri%2FQRVfIcKCwlLc5OLkq00cbpBGid3I%2FpsAqC1roHaBSF178le7fAyMRqgtYSQ1qr0%3D&X-Amz-Signature=2fc0f8407881ba5f2e31275eee61644005111d40fe6b471abb79420cc64aed0e]
 (no iidea if I picked the right file and/opr if it makes a difference) and 
have a look. File has a PK header, so its something compressed. Ah, there's 
some about.json, which tells us:

{code}
    "recipe-maintainers": [
      "mariusvniekerk",
      "marshall245"
    ],
    "remote_url": "https://github.com/conda-forge/thrift-feedstock";,
{code}

The Github page then confirms on the bottom:

{quote}
Feedstock Maintainers
@mariusvniekerk
@marshall245
{quote}

With this in mind, can we close the issue here?

> pkg-config files distributed via conda on Windows do not link to proper 
> libraries
> ---------------------------------------------------------------------------------
>
>                 Key: THRIFT-5894
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5894
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.22.0
>            Reporter: Will Ayd
>            Priority: Major
>
> When installing Thrift via conda on windows, the pkgconfig files provide 
> lines like:
> ```
> Libs: -L${libdir} -lthrift
> ```
> However, the library that gets distributed actually has the name 
> thriftmd.lib, so when using this to compile a program you get an error that 
> the library `thrift.lib` cannot be found during linkage (the issue also 
> applies to thrift-nb and thrif-z)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to