Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix 32-bit glibc build post dpkg >= 1.22.5 #18

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

MingcongBai
Copy link
Contributor

Unset -U_FILE_OFFSET_BITS -U_TIME_BITS to fix build.

From Debian: 2.37-16:

[ Aurelien Jarno ]

debian/rules.d/build.mk: present glibc with a compiler that does not
default to -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64, as upstream doesn't
support this configuration. This has the consequence of hiding real issues
found by the testsuite, but there is a consensus that this is the way to
go for now. Thanks to Helmut Grohne for the hint and starting the
discussion. Closes: #1068251 (Debian).

Unset -U_FILE_OFFSET_BITS -U_TIME_BITS to fix build.

From Debian: 2.37-16:

  [ Aurelien Jarno ]

  debian/rules.d/build.mk: present glibc with a compiler that does not
  default to -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64, as upstream doesn't
  support this configuration. This has the consequence of hiding real issues
  found by the testsuite, but there is a consensus that this is the way to
  go for now. Thanks to Helmut Grohne for the hint and starting the
  discussion.  Closes: #1068251 (Debian).

Signed-off-by: Mingcong Bai <baimingcong@uniontech.com>
@MingcongBai
Copy link
Contributor Author

/integrate

@deepin-ci-robot
Copy link
Contributor

/hold
该组件版本被锁定,详情见: deepin-community/infra-settings#134

Copy link

github-actions bot commented Sep 5, 2024

TAG Bot

TAG: 2.38-6deepin6
EXISTED: no
DISTRIBUTION: unstable

Copy link

github-actions bot commented Sep 5, 2024

AutoIntegrationPr Bot
auto integrate with pr url: deepin-community/Repository-Integration#1975
PrNumber: 1975
PrBranch: auto-integration-10722253388

@Avenger-285714
Copy link

/approve

@deepin-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Avenger-285714
Once this PR has been reviewed and has the lgtm label, please assign hudeng-go for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@Zeno-sole Zeno-sole merged commit 2942687 into deepin-community:master Sep 6, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants