#7183 closed defect (fixed)
HP-UX issue: Every package "date: bad format character - s
Reported by: | drkirkby | Owned by: | tbd |
---|---|---|---|
Priority: | minor | Milestone: | sage-duplicate/invalid/wontfix |
Component: | porting: AIX or HP-UX | Keywords: | |
Cc: | david.kirkby@… | Merged in: | |
Authors: | Reviewers: | Jeroen Demeyer | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
I assume this is in one of the files that gets called for every single .spkg. It appears 'date -s' is not portable
Change History (7)
comment:1 Changed 11 years ago by
- Cc david.kirkby@… added
- Report Upstream set to N/A
comment:2 Changed 5 years ago by
- Component changed from build to porting: AIX or HP-UX
comment:3 Changed 5 years ago by
- Milestone changed from sage-wishlist to sage-duplicate/invalid/wontfix
- Reviewers set to Jeroen Demeyer
- Status changed from new to needs_review
comment:4 Changed 5 years ago by
- Status changed from needs_review to positive_review
- Summary changed from HP-UX issue: Evert package "date: bad format character - s to HP-UX issue: Every package "date: bad format character - s
comment:5 Changed 5 years ago by
- Resolution set to fixed
- Status changed from positive_review to closed
comment:6 follow-up: ↓ 7 Changed 5 years ago by
Where's the fix that received positive receive, and so allowed the ticket to be closed?
It seems a lot of tickets are now getting positive review and closed, where there is no actual fix.
comment:7 in reply to: ↑ 6 Changed 5 years ago by
Replying to drkirkby:
Where's the fix that received positive receive, and so allowed the ticket to be closed?
It seems a lot of tickets are now getting positive review and closed, where there is no actual fix.
- This ticket has seen no activity at all in years.
- I haven't seen any report of this problem in years (usually, when there is really a problem, it pops up on
sage-devel
now and then). - I grepped the Sage sources and couldn't find anything like
date -s
.
If you really think there is still a problem, feel free to re-open the ticket but with more concrete info than just "I assume this is in one of the files that gets called for every single .spkg".
I don't think that
date -s
is still used somewhere.