Project

General

Profile

Actions

Bug #12903

closed

User story #12789: Add slackware support to rudder-packages

Build error on AIX, empty list of man page to compress

Added by Vincent MEMBRÉ almost 6 years ago. Updated almost 6 years ago.

Status:
Released
Priority:
N/A
Category:
Packaging
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:

Description

An error occured on AIX builds since a few days ago (28/06/18) with following error:

# Compress man pages
find /usr/src/rudder-packages/package/tmp/rudder-agent-4.3.3.rc1.git201806280047-1.AIX.5.3-root-root/opt/rudder/share/man -type f ! -name '*.gz' -exec gzip -9 {} \;
for i in  ; do ln -s .gz .gz ; rm  ; done
/bin/sh: syntax error at line 1 : `;' unexpected

Subtasks 2 (0 open2 closed)

Bug #12954: Previous fix does not workReleasedAlexis MoussetActions
Bug #12955: Build error on AIX, -delete option does not existsReleasedNicolas CHARLESActions
Actions #1

Updated by Vincent MEMBRÉ almost 6 years ago

Actions #2

Updated by Vincent MEMBRÉ almost 6 years ago

It was introduced by #12789

for i in $( find $(DESTDIR)/opt/rudder/share/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done

Actions #3

Updated by Vincent MEMBRÉ almost 6 years ago

Actions #4

Updated by Vincent MEMBRÉ almost 6 years ago

  • Parent task set to #12789
Actions #5

Updated by Vincent MEMBRÉ almost 6 years ago

  • Target version changed from 4.3.3 to 4.3.4
Actions #6

Updated by Alexis Mousset almost 6 years ago

  • Status changed from New to In progress
  • Assignee set to Alexis Mousset
Actions #7

Updated by Alexis Mousset almost 6 years ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from Alexis Mousset to Nicolas CHARLES
  • Pull Request set to https://github.com/Normation/rudder-packages/pull/1613
Actions #8

Updated by Alexis Mousset almost 6 years ago

  • Status changed from Pending technical review to Pending release
Actions #9

Updated by François ARMAND almost 6 years ago

  • Target version changed from 4.3.4 to 4.3.3
Actions #10

Updated by Vincent MEMBRÉ almost 6 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 4.3.3 which was released today.

Actions

Also available in: Atom PDF