Opened 6 years ago
Closed 6 years ago
#1529 closed defect (duplicate)
missing new line
Reported by: | heiko.bauke@… | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 8.1.8 |
Severity: | minor | Keywords: | |
Cc: |
Description
Hi,
the installation of sge-common_8.1.8_all.deb on Ubuntu 14.04 fails due
to a missing newline in the file DEBIAN/conffile.
$ dpkg -i sge-common_8.1.8_all.deb
(Reading database ... 331027 files and directories currently installed.)
Preparing to unpack sge-common_8.1.8_all.deb ...
dpkg: error processing archive sge-common_8.1.8_all.deb (--install):
name of conffile (starting `/opt/sge/util/sgeCA/sge_ssl_template.cnf') is too long (>1000 characters)
Errors were encountered while processing:
sge-common_8.1.8_all.deb
Installation worked after I depacketized the deb file, added a newline
at the end of DEBIAN/conffile and built a new deb package.
Heiko
Change History (1)
comment:1 Changed 6 years ago by wish
- Resolution set to duplicate
- Status changed from new to closed
Didn't see this when I submitted a duplicate and followed up with a patch. Closing this one as a duplicate even though technically it is the other way around as there is an actual patch in #1530.