New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #15934 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

wrong library reference in mkisofs of port cdrtools

Reported by: impala_sc@… Owned by: macsforever2000@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: cdrtools mkisofs hfs schily Cc: bytestorm@…
Port: cdrtools

Description

ref: cdrtools 2.01.01a37, Revision 1, sysutils/cdrtools (Variants: universal) Running a MacBook Pro

BTW, there is a newer cdrtools out there: cdrtools-2.01.01a42.tar.gz

The current version is OK with me.

cdrtools builds OK, but when I run mkisofs with the -hfs option I get the error:

$ mkisofs -v -hfs
Unknown HFS charset
Known charsets are:
mkisofs: '/opt/schily/lib/siconv/' missing.

If I symlink /opt/schily to /opt/local it works OK. ie:
$ ls -l /opt
total 8
drwxr-xr-x  13 root  admin  442 Jul  7 22:50 local
lrwxr-xr-x   1 root  admin    5 Jul  7 22:53 schily -> local

$ mkisofs -v -hfs
mkisofs: Warning: no Apple/Unix files will be decoded/mapped
2.01.01a37 (i386-apple-macosx9.4.0)
mkisofs: Missing pathspec.

yeah, I didn't give any parameters, so pathspec is missing, but the hfs option is working.

There is no /opt/schily/ nor should there be.

Attachments

cdrtools.diff (1.5 KB) - added by blb@… 5 years ago.
diff to Portfile

Change History

comment:1 Changed 5 years ago by impala_sc@…

  • Cc impala_sc@… added

Cc Me!

comment:2 Changed 5 years ago by jmr@…

  • Cc bytestorm@… added; impala_sc@… removed
  • Milestone set to Port Bugs

Cc maintainer.

comment:3 Changed 5 years ago by ryandesign@…

I updated cdrtools to 2.01.01a46 in r39334. This has not resolved the reported issue, however.

Changed 5 years ago by blb@…

diff to Portfile

comment:4 Changed 5 years ago by blb@…

  • Port set to cdrtools

Just attached an update for the port which updates to the current version, switches to using (and hence depending on) smake for the build, and should fix the /opt/schily path issues.

comment:5 Changed 5 years ago by blb@…

Forgot to mention, for whoever commits this, the files/ directory can go away.

comment:6 Changed 5 years ago by macsforever2000@…

  • Status changed from new to assigned
  • Owner changed from macports-tickets@… to macsforever2000@…

comment:7 Changed 5 years ago by macsforever2000@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Committed revision r39825. The changes appear to work for me. Thanks! Please re-open the ticket if they do not work.

comment:8 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.