Project

General

Profile

Actions

Bug #3678

closed

Build rudder-agent on SLES 10 is no more possible since the use of the 'T' flag with cp in our SOURCES/Makefile

Added by Nicolas PERRON almost 11 years ago. Updated about 9 years ago.

Status:
Released
Priority:
1
Category:
Packaging
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

Since modifications from #3648, #3649 it is not possible to build rudder-agent packages.
The reason is from the behavior of cp on SLES 10:

sles-builder-10-sp3-64:~ # mkdir /tmp/myDir
sles-builder-10-sp3-64:~ # cp -a /tmp/myDir/ /tmp/myNewDir/
cp: target `/tmp/myNewDir/' is not a directory: No such file or directory
sles-builder-10-sp3-64:~ # cp -a /tmp/myDir/ /tmp/myNewDir
sles-builder-10-sp3-64:~ #
sles-builder-10-sp3-64:~ # cp -aT /tmp/myDir/ /tmp/myNewDir2/
sles-builder-10-sp3-64:~ #

and the behavior of cp on CentOS 3:
[root@centos-3-32 root]# mkdir /tmp/myDir
[root@centos-3-32 root]# cp -a /tmp/myDir/ /tmp/myNewDir/
[root@centos-3-32 root]#
[root@centos-3-32 root]# cp -a /tmp/myDir/ /tmp/myNewDir
[root@centos-3-32 root]#
[root@centos-3-32 root]# cp -aT /tmp/myDir/ /tmp/myNewDir3/
cp: invalid option -- T
Try `cp --help' for more information.

Actions #1

Updated by Nicolas PERRON almost 11 years ago

  • Status changed from New to Pending technical review
  • % Done changed from 0 to 100
  • Pull Request set to https://github.com/Normation/rudder-packages/pull/71
Actions #2

Updated by Nicolas PERRON almost 11 years ago

  • Assignee changed from Nicolas PERRON to Jonathan CLARKE

Jon, could you review it please ?

Actions #3

Updated by Nicolas PERRON almost 11 years ago

  • Status changed from Pending technical review to Pending release

Applied in changeset commit:2162352e16ee74382af26c479b492fa84aa9f67a.

Actions #4

Updated by Nicolas CHARLES almost 11 years ago

Applied in changeset commit:e36f2c9525fb8365cda65af2266240d54e456822.

Actions #5

Updated by Nicolas PERRON over 10 years ago

  • Subject changed from It is no more possible to build package rudder-agent on SLES 10 to Build rudder-agent on SLES 10 is no more possible since the use of the 'T' flag with cp in our SOURCES/Makefile
Actions #6

Updated by Nicolas PERRON over 10 years ago

  • Status changed from Pending release to Released
Actions #7

Updated by Nicolas PERRON over 10 years ago

This bug has been fixed in Rudder 2.6.3, which was released today.
Check out:

Actions #8

Updated by Benoît PECCATTE about 9 years ago

  • Project changed from 34 to Rudder
  • Category set to Packaging
Actions

Also available in: Atom PDF