Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#14097 closed defect (fixed)

beanstalkd: patch-Makefile fetch failure and build failure

Reported by: andre@… Owned by: brett@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

sudo port install beanstalkd
--->  Fetching beanstalkd
--->  Attempting to fetch patch-Makefile from http://svn.macports.org/repository/macports/distfiles/beanstalkd
--->  Attempting to fetch patch-Makefile from http://svn.macports.org/repository/macports/distfiles/general/
--->  Attempting to fetch patch-Makefile from http://svn.macports.org/repository/macports/downloads/beanstalkd
Error: Target org.macports.fetch returned: fetch failed
Error: Status 1 encountered during processing.

Change History (6)

comment:1 Changed 16 years ago by gui-dos (Guido Soranzio)

Cc: brett@… added
Milestone: Port Bugs

patch-Makefile hasn't be store inside the files subdirectory.

cc'ed the maintainer.

comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Summary: beanstalked does not installbeanstalkd: patch-Makefile fetch failure

Since this is clearly wrong and needs to be fixed, I'll do so immediately.

comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: brett@… removed
Owner: changed from ryandesign@… to brett@…
Summary: beanstalkd: patch-Makefile fetch failurebeanstalkd: patch-Makefile fetch failure and build failure

Nevermind; it looks like there's a lot more to fix than just the location of the patchfile. Assigning to maintainer.

If I move the patch to the files directory, or comment out the patch in the portfile, I get this:

$ sudo port install
Portfile changed since last build; discarding previous state.
--->  Fetching beanstalkd
--->  Verifying checksum(s) for beanstalkd
--->  Extracting beanstalkd
--->  Configuring beanstalkd
--->  Building beanstalkd
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_sysutils_beanstalkd/work/beanstalkd-0.6" && make " returned error 2
Command output: Makefile:9: *** multiple target patterns.  Stop.

Error: Status 1 encountered during processing.
$

The patch is bogus anyway, since it hardcodes the /opt/local prefix.

comment:4 Changed 16 years ago by andre@…

That error was discussed in the beanstalked list.

Looks like the build process requires a recent version of gmake.

comment:5 Changed 16 years ago by brett@…

Resolution: fixed
Status: newclosed

comment:6 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.