Opened 16 years ago
Closed 15 years ago
#17905 closed defect (duplicate)
Problems installing dvdrtools
Reported by: | gsiciliano@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | ||
Port: | dvdrtools |
Description (last modified by mf2k (Frank Schima))
Installing dvdrtools in the momento of the building I received this error
Gsi-nb:~ gsiciliano$ sudo port install dvdrtools ---> Building dvdrtools Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_dvdrtools/work/dvdrtools-0.2.1" && make all " returned error 2 Command output: ../include/utypes.h:50: error: previous declaration of 'Uchar' was here /opt/local/include/schily/utypes.h:148: error: redefinition of typedef 'Llong' ../include/utypes.h:65: error: previous declaration of 'Llong' was here /opt/local/include/schily/utypes.h:149: error: redefinition of typedef 'Ullong' ../include/utypes.h:66: error: previous declaration of 'Ullong' was here /opt/local/include/schily/utypes.h:189: error: redefinition of typedef 'Ucbit' ../include/utypes.h:87: error: previous declaration of 'Ucbit' was here In file included from /opt/local/include/scg/scgcmd.h:56, from cdrecord.c:50: /opt/local/include/schily/intcvt.h:40:1: warning: "a_to_byte" redefined In file included from cdrecord.c:44: ../include/intcvt.h:44:1: warning: this is the location of the previous definition In file included from /opt/local/include/scg/scgcmd.h:56, from cdrecord.c:50: /opt/local/include/schily/intcvt.h:42:1: warning: "a_to_u_byte" redefined In file included from cdrecord.c:44: ../include/intcvt.h:46:1: warning: this is the location of the previous definition In file included from /opt/local/include/scg/scgcmd.h:56, from cdrecord.c:50: /opt/local/include/schily/intcvt.h:45:1: warning: "a_to_u_2_byte" redefined In file included from cdrecord.c:44: ../include/intcvt.h:49:1: warning: this is the location of the previous definition In file included from /opt/local/include/scg/scgcmd.h:56, from cdrecord.c:50: /opt/local/include/schily/intcvt.h:51:1: warning: "a_to_u_3_byte" redefined In file included from cdrecord.c:44: ../include/intcvt.h:55:1: warning: this is the location of the previous definition make[2]: *** [cdrecord.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing.
Change History (5)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Port: | dvdrtools added |
comment:2 follow-up: 3 Changed 16 years ago by morhekil@…
comment:3 Changed 16 years ago by blb@…
Replying to morhekil@…:
it seems that it conflicts with cdrtools somehow. I've installed cdrtools, and tried to install dvdrtools next - it failed. But when I've removed cdrtools port - dvdrtools was installed successfully.
That isn't too surprising since dvdrtools is a fork of cdrtools, so it makes sense that they'd both have some overlap. Since there is currently no mechanism in MacPorts to tag one port conflicting with another, a note in both would probably be the best thing. Added in r47911.
comment:5 Changed 15 years ago by tobypeterson
Resolution: | → duplicate |
---|---|
Status: | new → closed |
basically a dupe of #15114
Note: See
TracTickets for help on using
tickets.
it seems that it conflicts with cdrtools somehow. I've installed cdrtools, and tried to install dvdrtools next - it failed. But when I've removed cdrtools port - dvdrtools was installed successfully.