Opened 13 years ago

Closed 13 years ago

#28290 closed defect (duplicate)

sdcc 3.0.0_0 downgrade to sdcc 2.9.0_0

Reported by: mostafa.mabrouk.khedr@… Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: mostafa.mabrouk@…, nerdling (Jeremy Lavergne)
Port: usrp sdcc

Description (last modified by mf2k (Frank Schima))

I am installing gnu_radio 3.3.0 and i am facing problem to configure the usrp 3.3.0 with sdcc, but i found out that i had to make the active version 2.9.0_0 and when i type

sudo port installed sdcc

i only find the the 3.0.0_0 and when i tried the following vcn solution:

sudo port install subversion svn co -r 57740  http://svn.macports.org/repository/macports/trunk/dports/lang/sdcc cd sdcc sudo port install sudo port activate sdcc @2.9.0_0 cd .. svn co -r 71210  http://svn.macports.org/repository/macports/trunk/dports/science/usrp cd usrp sudo port install

i faced an the following errors

test:macports mostafamabrouk$ sudo port install subversion svn co -r 57740  http://svn.macports.org/repository/macports/trunk/dports/lang/sdcc cd sdcc sudo port install sudo port activate sdcc @2.9.0_0 cd .. svn co -r 71210  http://svn.macports.org/repository/macports/trunk/dports/science/usrp cd usrp sudo port install

Password:
Can't map the URL 'http://svn.macports.org/repository/macports/trunk/dports/lang/sdcc' to a port description file ("Port extract failed: tar: Unrecognized archive format: Inappropriate file type or format
tar: Error exit delayed from previous errors.").
Please verify that the directory and portfile syntax are correct.
Error: Can't open URL 'http://svn.macports.org/repository/macports/trunk/dports/lang/sdcc' as a port
Can't map the URL 'http://svn.macports.org/repository/macports/trunk/dports/science/usrp' to a port description file ("Port extract failed: tar: Unrecognized archive format: Inappropriate file type or format
tar: Error exit delayed from previous errors.").
Please verify that the directory and portfile syntax are correct.
Error: Can't open URL 'http://svn.macports.org/repository/macports/trunk/dports/science/usrp' as a port
--->  Computing dependencies for subversion
--->  Cleaning subversion
Error: Port svn not found
To report a bug, see <http://guide.macports.org/#project.tickets>

Any suggestion to have the USRP functioning on my mac :)

Change History (7)

comment:1 Changed 13 years ago by mostafa.mabrouk.khedr@…

Cc: mostafa.mabrouk.khedr@… added

Cc Me!

comment:2 Changed 13 years ago by mf2k (Frank Schima)

Cc: mostafa.mabrouk.khedr@… removed
Description: modified (diff)
Owner: changed from macports-tickets@… to snc@…

comment:3 Changed 13 years ago by nerdling (Jeremy Lavergne)

Cc: snc@… added
Owner: changed from snc@… to michaelld@…
Port: usrp added

Michael, thoughts on usrp in this situation? Does it have an upgrade on the way? If not, and it must use an old sdcc, I'd like to give you ownership so you can update them in tandem.

I'd think projects so closely related (usrp is only port using sdcc) would be updating together...

comment:4 Changed 13 years ago by michaelld (Michael Dickens)

USRP requires SDCC 2.[4-9]; 3.0+ won't work with it. GNU Radio folks have talked about adding pre-compiled files to the distro, so that SDCC isn't required -- but that hasn't happened yet & I don't know if/when it will. Hence, it's probably a good idea to have SDCC available for USRP for the time being. I'd suggest naming the port 'sdcc29' and having it install into ${prefix}/libexec so-as to not compete at all with the 'sdcc' port. If that works for you, then I'll create it & take ownership as well.

comment:5 Changed 13 years ago by michaelld (Michael Dickens)

Please also note that this ticket is a duplicate of #27429.

comment:6 Changed 13 years ago by nerdling (Jeremy Lavergne)

Sure, I'd say use svn to make copy of the previous sdcc as sdcc29.

comment:7 Changed 13 years ago by nerdling (Jeremy Lavergne)

Resolution: duplicate
Status: newclosed

Closing: duplitate r27429.

Note: See TracTickets for help on using tickets.