Public bug reported:

Binary package hint: sqldeveloper-package

# lsb_release  -rd
Description:    Ubuntu 10.04.1 LTS
Release:        10.04

# apt-cache policy sqldeveloper-package
sqldeveloper-package:
  Installed: 0.2.3
  Candidate: 0.2.3
  Version table:
 *** 0.2.3 0
        500 http://us.archive.ubuntu.com/ubuntu/ lucid/multiverse Packages
        100 /var/lib/dpkg/status


When trying to run make-sqldeveloper-package, it throws the following
error:

# make-sqldeveloper-package sqldeveloper-2.1.1.64.45-no-jre.zip 
/usr/bin/make-sqldeveloper-package: 1050: dos2unix: not found

This appears to be due to the package tofrodos changing the utility from
dos2unix to fromdos.  If I symlink them

# ln -s /usr/bin/fromdos /usr/bin/dos2unix

Then the package is created correctly.  The Script just needs to be
updated to include the correct utilities.

I propose the following patch:

--- /usr/bin/make-sqldeveloper-package  2009-04-05 15:00:15.000000000 -0500
+++ make-sqldeveloper-package   2010-08-29 08:33:04.000000000 -0500
@@ -43,7 +43,7 @@
 DATE="date"
 DEBUILD="debuild"
 DIRNAME="dirname"
-DOS2UNIX="dos2unix"
+DOS2UNIX="fromdos"
 DPKG="dpkg"
 FAKEROOT="fakeroot"
 FILE="file"


This seems to work on my system.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: sqldeveloper-package 0.2.3
ProcVersionSignature: Ubuntu 2.6.32-24.41-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sun Aug 29 08:26:16 2010
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: sqldeveloper-package

** Affects: sqldeveloper-package (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug lucid

-- 
requires old style dos2unix
https://bugs.launchpad.net/bugs/626272
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to